/* Author: Eulogik
Author URL: http://www.eulogik.com
Author Email: info@eulogik.com */

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('../iconfont/MaterialIcons-Regular.eot'); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url('../iconfont/MaterialIcons-Regular.woff2') format('woff2'),
    url('../iconfont/MaterialIcons-Regular.woff') format('woff'),
    url('../iconfont/MaterialIcons-Regular.ttf') format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers.  span:focus {
    outline: none;
    border: 0;
 }*/
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

body, html
{
  position: relative;
  min-height: 100%;
  font-family: 'Hind', sans-serif;
}
input, textarea, .md-contact-name, md-chip-template
{
 font-family: 'Hind', sans-serif;
}
a
{
  text-decoration: none;
}
.template-view
{
  position: absolute;
  width: 100%;
  min-height:86vh;
}

.footer {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  text-align: center;
  background-color: rgb(250,250,250);
}

.md-ellipsis
{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-inline-box !important;
  line-height: 21px !important;
  max-height: 45px;
  min-height: 40px;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}

md-sidenav
{
  background-color: rgba(250,250,250,1) !important;
}

md-card
{
  background-color: rgb(250,250,250) !important;
 
}

md-dialog-actions
{
  border-top: solid #dedede 1px;
}

.md-course-content, .md-test-content
{
  padding: 0px 16px 16px 16px;
}
.md-course-title, .md-test-title
{
  margin-bottom: 0px !important;
}
.md-test-description
{
  margin: 0px 8px !important;
}
.md-align-icon
{
  margin-top: -8px;
  margin-right: -8px;
}
.md-icon-align
{
  vertical-align: text-top!important;
}

.md-small-icon
{
  font-size: 18px !important;
}

.md-chip-remove md-icon
{
  min-width: 18px !important;
  min-height: 18px !important;
}

.autocomplete-remove-icon
{
  padding-right: 4px;
}

.md-center
{
  text-align: center !important;
}
.md-right
{
  float: right;
}
.no-padding
{
  padding: 0px;
}
.question-list
{
    padding-left: 24px !important;
}
/* SideNav Css Open Here */

.sideNav-list
{
  background-color: rgb(250,250,250) !important;
  margin-bottom: 50px !important;
}

.nav-list
{
  margin-top:25px;
}

.active{
  border-right:5px solid #f44336;
  color:#f44336;
  -webkit-transition: border 0.2s; /* Safari */
  transition: border 0.2s;
}

.active md-icon i
{
  color:#f44336;
}
/* SideNav Css Close Here */


.md-dummy-image /* background image as a coverImage Css */
{
  background-image: url('../img/dummy.png');
  background-size:cover;
  background-repeat:no-repeat;
  background-position: center;

}
.md-image-pointer
{
  cursor: pointer;
  outline: none;
}

.capitalize /* capital text Css */
{
  text-transform: capitalize;
 
}
.capitalize1 /* capital text Css */
{
  text-transform: capitalize;
  color: dimgray;
}
.full-width /* ng-view pages width Css */
{
  width: 100% !important;
}

.grey300 /* cards header background color Css */
{
  background-color: #E0E0E0;
}

.grey400 /* ng-view pages background color Css */
{
  background-color:#E2E2E2;
}
.grey500 /* ng-view pages background color Css */
{
  background-color:#BDBDBD;
}

.primary-text /* Primary Text Color Css */
{
  color: #f44336;
}
.green-text, .green-text * /* Correct Answer Text Color Css */
{
  color: #4caf50 !important;
}
.question-text, .question-text *
{
  color: rgba(0, 0, 0, 0.8) !important;
  font-size: 16px !important;
}
.black-text, .black-text *
{
  color: rgba(0, 0, 0, 0.8) !important;
}
.anchor-text
{
  color: rgb(206, 45, 33);
}
a.anchor-text:hover
{
  font-size: 17px;
}
.loginContainer/* LoginPage Css */
{
  min-height:93vh;
}

.loginBg /* LoginPage Css */
{
  background-color:#f44336;
}

.searchbox /* Data Tables top search bar Css */
{
    background:white;
    padding-top:10px;
}

.card-info-icon, .card-more-icon
{
  margin: 0px;
  padding: 0px;
  margin-top: -2px !important;
  margin-right: -12px !important;
}

.bordered-button
{
  border: 1px solid #F44336;
  color: #F44336;
}


/* Input type file Css Open Here */

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    cursor: pointer;
}

/* Input type file Css Close Here */

.removeImage /* close icon button Css */
{
    position:absolute;
    /*margin-left:-20px!important;
    margin-top:-20px!important;*/
    margin-left:280px!important;
    margin-top:-10px!important;
}

.answerTypeBg
{
    height:50px;
    background:white;
    position:fixed;
    width:15%;
    right:2%;
    margin-top:0px;
}

.answerType /* Select answer type in add-edit question css */
{
    position:fixed;
    margin-top:0px;
    right:2%;
    background:white;
    padding:10px;
}

.answerType md-select
{
  width:150px;
}

/* Page Heading Title Css Open Here */

.fw300
{
  font-weight:300;
  padding-left:8px;
}

.fw400
{
  font-weight:400;
}
.fwbold
{
  font-weight: 700 !important;
}

/* Page Heading Title Css Close Here */


/* Dashboard Cards Css Open Here */

.dashboardCards md-card
{
  padding:10px;
  padding-top:30px;
  padding-bottom:30px;
}

.cardIcon1
{
  font-size:100px;
  color:#bdbdbd;
  margin-top:5px;
}
.dashboard-card
{
  padding-right: 8px;
}

.dashboardCards h2
{
  font-size:45px;
  font-weight:200;
  text-align:right;
  line-height:0.2em;
  margin-top:-5px;
}

.dashboardCards p
{
  font-size:20px;
  font-weight:200;
  text-align:right;
  margin-top:-5px;
}

/* Dashboard Cards Css Close Here */

/* Cirular Progress Css Open Here */

.hide, .hide-circle, #not-found, #spinner, #filter-spinner, #hide-content, #action-content, #load-more, #solution-not-found
{
  display:none;
}

.load-circle
{
  position:absolute;
  top:50%;
  left:47%;
  transform:translate(-50% -50%);
  display:none;
}
.load-spinner
{
  position:absolute;
  top:50%;
  left:47%;
  -ms-transform: translate(-50% -50%); /* IE 9 */
  -webkit-transform: translate(-50% -50%); /* Safari */
  transform: translate(-50% -50%);
}
.tab-spinner, .tab-content
{
  position:absolute;
  top:40%;
  left:47%;
  -ms-transform: translate(-50% -50%); /* IE 9 */
  -webkit-transform: translate(-50% -50%); /* Safari */
  transform: translate(-50% -50%);
}

.md-tab-heading
{
  margin-left: 12px;
}

@media screen and (max-width: 1280px){
  .load-circle {
    position:absolute;
    top:50%;
    left:42%;
    transform:translate(-50% -50%);
  }
}

/* Cirular Progress Css Close Here */


/* Notice List Css Open Here */

.removeRadius
{
  border-radius:0!important;
}

/* Notice List Close Here */

.customChip
{
  cursor: default;
  border-radius: 16px;
  display: block;
  margin: 8px 8px 0 0;
  padding: 6px 12px;
  float: left;
  box-sizing: border-box;
  max-width: 100%;
  position: relative;
  background: rgb(224,224,224);
  color: rgb(66,66,66);
  font-size:12px;
}

.test-detail-padding, .course-detail-padding
{
  padding: 8px 0px;
}

.number-align
{
  vertical-align: text-bottom;
}

.download-csv-container
{
  position: absolute;
  right: 8px;
  bottom: 8px;
}

.v-top
{
  vertical-align: top;
}

.grey700
{
  color:#616161;
}

.search-bar
{
    margin-top: 26px;
    padding-top:10px;
}
.search-text
{
    margin: 0px 0px;
}
.search-text1
{
  margin: 0px 150px 0px 0px;
  width: 100%;
}

/* Add Notice Filters Css Open Here */

.md-notice-filter
{
    min-width:200px;
}
.md-notice-filter-2
{
    min-width:178px;
}
.credit-range
{
    margin: 0px !important;
    margin-top: 18px !important;
}
.datepicker-align
{
    margin: 14px 0;
    padding-right: 10px;
}
.datepicker-label
{
    margin: 10px 0;
}
.credit-label
{
    margin: 25px 0px;
}

/* Add Notice Filters Css Close Here */
.small-icon
{
  font-size: 20px !important;
}

.icon-indent /* Tests Cards Icon question ant time Css */
{
  text-indent: 25px;
}
.istopic-icon
{
  vertical-align: sub;
}
.istopic-icon .material-icons
{
  font-size: 18px;
  color: green;
}

.badge
{
  padding: 2px 10px;
  background-color: #F44336;
  border-radius: 12px;
  vertical-align: top;
  font-size: 12px;
  color: #fff;
}
.md-media-img
{
    width: 260px !important;
    height: auto !important;
}
.offer-preview, .notice-preview
{
    margin:0px;
}
.offer-expired
{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.offer md-tab-item.md-tab
{
  white-space: normal !important;
}
md-progress-linear .md-container
{
  height: 3px;
}

.card-content
{
  max-height: 25vh;
  overflow-y: auto;
}

.notice-label
{
  display: inline-block;
  position: relative;
  padding: 2px;
  margin: 23px 0;
  vertical-align: middle;
}
.datepicker-align .md-button.md-icon-button
{
  margin: 0 -2px !important;
}
.md-notice, .md-topics
{
  font-size: 16px !important;
  font-weight: 400 !important;
  letter-spacing: .01em !important;
  margin: 0 !important;
  line-height: 1.2em !important;
  color: rgba(0,0,0,0.80) !important;
}

#cke_question-field
{
  margin-top: 10px;
}

.MathJax
{
  font-size: 30px !important;
}

#question-field p, #option-field p
{
  display: inline !important;
}

.facebook
{
  color: #3b5998;
}

.twitter
{
  color: #1dcaff;
}

.instagram
{
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  color: #FFF;
  padding: 3px;
  border-radius: 4px;
}

.instagram-text
{
  color: #285AEB;
}

.wordpress
{
  color: #21759b;
}

#map 
{
  width: 100%;
  height: 66vh;
}

.restriction-form
{
  height: 52vh;
}

.restriction-form md-input-container
{
  margin: 8px 0px !important;
}

.restriction-button
{
  padding: 5px 32px;
  margin: 12px 0px;
}
.locationForm
{
  padding-top: 10px;
}

.search-container
{
  /*position: absolute;
  z-index: 999;
  width: 100%;*/
}

#search-input
{
  /*font-family: sans-serif;
  background-color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 5px;
  text-overflow: ellipsis;
  width: 400px;
  margin: 0 auto;
  top: 10px !important;
  height: 18px;
  border: 1px solid #BDBDBD !important;*/

}

#search-input:focus 
{
  /*border-color: #4d90fe;*/
}

.dialog-container .md-dialog-content
{
  padding: 0px !important;
}

#collaborator-chart
{
  width: 100%; 
  height: 450px;
}

.restriction-content
{
  height: 66vh; 
  margin: 0px 0px 0px 10px; 
  overflow: hidden !important;
}

.restriction-container
{
  height: 50vh;
  overflow: auto;
}

.restriction-row
{
  outline: none !important;
  cursor: pointer;
}
.active-location .material-icons
{
  color: #F44336;
}
.inactive-location .material-icons
{
  color: #BDBDBD;
}
.active-loc
{
  color: #F44336 !important;
}
.cardheight{
 height: 100px!important;
}
/* .md-card-content {
  display: flex;
  flex-direction: column;
} */
.mousestyle {
  color:  #F44336; 
  }

  .iconalignment
  {

    margin-top: -30%;
    margin-left: 100%;
    color: dimgray;
  }
.cursorPointer {
    cursor: pointer;
}

.classcontent :focus {
  outline: none !important;
  border: 0 !important;
}
div.b {
  white-space: nowrap; 
  width: 160px; 
  overflow: hidden;
  text-overflow: ellipsis; 
}

md-tab-content>div {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
    min-width: 0;
    background-color: #f5f5f5;
}
.capitalized {
    text-transform: initial;
}

#main-div {
    height : 675px;
    display:block;
    overflow-y:auto;
    border : 0px solid black;
   /* margin : 200px 0 50px 0;*/
  }
  
  a{
    cursor :pointer;
    margin-top : 50px;
    color :blue;
  }

  /*#main-div-table {
    height : 675px;
    display:block;
    overflow-y:auto;
    border : 0px solid black;
   /* margin : 200px 0 50px 0;*/
  /*}*/