.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap
}

.select2-container .select2-search--inline {
  float: left
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
  color: #585858;
  font-size: 12px;
}

.select2-results {
  display: block
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0
}

.select2-results__option {
  padding: 0;
  user-select: none;
  -webkit-user-select: none
}

.select2-results__option[aria-selected] {
  cursor: pointer;
  width: 100%;
  float: left;
}

.select2-container--open .select2-dropdown {
  left: 0
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  z-index: 999;
}

.select2-search--dropdown {
  display: block;
  padding: 4px
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
  display: none
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0)
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #555;
  line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background: rgba(0, 0, 0, 0.05);
  cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #ced4da;
  border-radius: 4px;
  cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #f7f7f7;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
  font-size: 12px;
  color: #919191;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #ced4da;
  outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f0f0f0;
  color: #8e8e8e;
  width: 100%;
  float: left;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #999;
  cursor: default;
  float: left;
  font-size: 12px;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
  border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb
}

/*--CSS added by sanjay for dashboard charts tooltip colors css --*/
.lgt-grn+.tooltip>.tooltip-inner {
  background-color: #fff;
  border: 1px solid #6fd4d2;
  color: #333;
  font-size: 10px;
}

.lgt-grn+.tooltip>.tooltip-arrow {
  border-top-color: #6fd4d2;
}

.scnd-bar+.tooltip>.tooltip-inner {
  background-color: #fff;
  border: 1px solid #f39b10;
  color: #333;
  font-size: 10px;
}

.scnd-bar+.tooltip>.tooltip-arrow {
  border-top-color: #f39b10;
}

.third-bar+.tooltip>.tooltip-inner {
  background-color: #fff;
  border: 1px solid #abb5ba;
  color: #333;
  font-size: 10px;
}

.third-bar+.tooltip>.tooltip-arrow {
  border-top-color: #abb5ba;
}






/*--Amit select2 css start --*/
/*.select2-container--open .select2-dropdown {top: 20px;}*/
.profile-right .profile-box .select2-selection li {
  border: 0;
  color: #666 !important;
  padding: 2px;
  background: none;
  width: auto;
  margin-top: 3px;
  font-size: 11px;
  border-radius: 2px;
}

.profile-right .profile-box .select2-selection li.select2-selection__choice,
.profile-right .profile-box .select2-selection li.select2-selection__choice:hover {
  border: 1px solid #e5e5e5;
}

.prof-wrap .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #e5e5e5;
  font-size: 13px;
  width: 100%;
  float: left;
}

.profile-right .profile-box .select2-selection li:hover {
  border: inherit;
}

.profile-right .conten-inner .prof-wrap .append-subject.rel-pos input {
  border: none;
}

.select2.select2-container .selection {
  width: 100%;
  float: left;
}

.profile-right .profile-box .select2-container .select2-search--inline .select2-search__field {
  margin-top: 2px;
}

.profile-right .profile-box .select2-container--default .select2-selection--multiple {
  width: 100%;
  float: left;
  border: 1px solid #e5e5e5 !important;
  min-height: 32px;
}

.inbox-content .select2-container--open .select2-dropdown {
  top: 15px;
}

.left-section.strenth .help-common {
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 250px;
  right: 0;
  top: auto;
}

.school-sec .cnt-main ul li.sch-chrt {
  margin: 0;
}

.support-content .content-img {
  width: 28%;
  float: right;
}

.main-banner .search-sec {
  width: 80%;
}

.main-banner .bn-search .submt-sec {
  width: 20%;
}

.support-inner .support-wrap.mCustomScrollbar {
  /*margin-bottom: 6px;*/
}

.portlet.box.green span#err_msg.tutor_hrs {
  color: #5897fb;
  font-size: 14px;
  font-weight: bold;
}

.portlet.box.green.otr span#err_msg.tutor_hrs {
  color: #5897fb;
  font-size: 14px;
  font-weight: bold;
  padding-left: 15px;
}

.sprnt-head .sprnt-tools span.filter i.blue {
  color: #33b5e5;
}

/*--Amit select2 css end --*/
.white-bg {
  background: #fff;
  float: left;
  width: 100%;
}

#form_sample_1 .has-success .form-control {
  border: none;
  background: none;
  box-shadow: none;
  padding: 0;
}

#form_sample_1 .select2-container .select2-choice {
  height: 35px;
  line-height: 32px;
}

#form_sample_1 .submit.btn-primary {
  padding: 6px 12px;
  display: inline-block;
  margin: 0px 4px 0px 0px;
}

#form_sample_1 .btn.btn-success {
  padding: 6px;
  display: inline-block;
  margin-right: 4px;
}

span.error {
  color: #FF0004;
  font-size: 11px;
}

#form_sample_1 .error {
  color: #FF0004;
  font-size: 11px;
}

#form_sample_1 input[type="file"] {
  background: #33b5e5;
  padding: 4px
}

#form_sample_1 .fileinput.fileinput-new span.btn-file,
.fileinput.fileinput-new span.btn-file:hover {
  background-color: #f36a5a !important;
  border-color: #f36a5a;
  color: #fff;
}

#form_sample_1 .fileinput .btn {
  vertical-align: middle;
}

#form_sample_1 .btn.default,
.btn.default:hover {
  background: #00bcd4 none repeat scroll 0 0 !important;
}

#form_sample_1 .btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}

#form_sample_1 .btn {
  margin-left: 0 !important;
}

#form_sample_1 .fileinput-exists a.fileinput-exists {
  background: #f36a5a none repeat scroll 0 0;
  color: #fff;
}

span.btn.default span.fileinput-exists {
  color: #fff;
}

.pos-rel {
  position: relative;
}

.form-wrap.pos-rel .md-preloader {
  top: 54px;
  width: 30px;
  height: 30px;
}

.form-wrap.pos-rel .cls-sch {
  position: absolute;
  left: 32%;
  bottom: -22px;
  font-weight: bold;
}

.form-wrap.pos-rel .cls-clses {
  position: absolute;
  right: 36%;
  bottom: -22px;
  font-weight: bold;
}

/*--Amit breadcum css start --*/
/* 
@font-face {
font-family: 'ralewayregular';
src: url('fonts/raleway-regular-webfont.eot');
src: url('fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/raleway-regular-webfont.woff2') format('woff2'),
url('fonts/raleway-regular-webfont.woff') format('woff'),
url('fonts/raleway-regular-webfont.ttf') format('truetype'),
url('fonts/raleway-regular-webfont.svg#ralewayregular') format('svg');
font-weight: normal;
font-style: normal;

} */
/**Aarti #33b5e5**/
.breadcrumb-wrap ul li:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 14px;
  margin: 0px 6px 0px 4px;
}

.breadcrumb-wrap ul li a {
  color: #666;
}

.breadcrumb-wrap ul li {
  font-size: 12px;
  color: #7c7c7c;
}

.breadcrumb-wrap ul li:first-child:before {
  content: "";
  display: none;
}

#loading-upload {
  position: absolute;
  right: -18px;
  bottom: 40px;
}

.load-wrap {
  position: absolute;
  width: 100px;
  margin: auto;
  left: 0;
  right: 0;
  top: 8%;
}

.tooltip {
  font-size: 12px !important;
}


/*--Amit All Class css start --*/

.evnt-wrap .dropdown.left-pull .user-pop .pull-menu-right,
.evnt-wrap .user-pop .dropdown-menu.pull-menu-right {
  position: absolute;
  right: -110px !important;
  top: -11px;
  padding: 0 5px;
}

.evnt-wrap .user-pop .dropdown.left-pull .pull-menu-right {
  width: auto;
}

.evnt-wrap .user-name span.tp-nm {
  /*max-width:114px !important;*/
}

.evnt-wrap .user-name .user-pop .pull-menu-right::after,
.evnt-wrap .user-name .pull-menu-right::before {
  top: 20px !important;
}

.evnt-wrap .cnt-wrp-inner .user-pop .dropdown-menu li a.u-name {
  /*width:150px !important; text-overflow: ellipsis;*/
}

.cnt-wrp-inner .user-pop .dropdown.open .dropdown-menu {
  width: 100%;
}

.evnt-wrap .tut_status .user-pop span.bt-nm {
  color: #7d8587;
  display: block;
  font-size: 14px;
  height: 20px;
  line-height: normal;
  text-align: left;
  /*max-width: 120px; max-width: inherit;   overflow: hidden;
    text-overflow: ellipsis;    white-space: nowrap;*/
}

.evnt-wrap .dropdown.left-pull .tut_status .user-pop .pull-menu-right,
.evnt-wrap .tut_status .user-pop .dropdown-menu.pull-menu-right {
  right: -110px !important;
}

.evnt-wrap .user-name .user-pop .dropdown-menu li span.tools {
  width: auto;
  float: inherit;
}

.inner-noti .av-img.mail-av {
  width: 46px !important;
}

.inner-noti .av-img.mail-av span {
  left: -26px !important;
}

/*--Amit loader css start --*/
.load-out .all-cls-ldr {
  background: #e8ebf2 !important;
  opacity: 1 !important;
}

.contents.load-out .all-cls-ldr {
  top: 92px !important;
}

.user-list .load-out .evnt-wrap .cnt-wrp-inner .list-left .status {
  float: left;
}

.user-list .filter-tab .add-user {
  margin: 0 20px 0 0;
}

.fa.fa-info-circle {
  cursor: default !important;
}

.student-form-wrap label.error {
  color: #ff0000;
  font-size: 11px;
}

.dvc-wdt .alert {
  z-index: 8;
}

.main-container .dvc-wdt .cr-sch .dvc-inner {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

.custom_error_msg {
  background: #1ac964 none repeat scroll 0 0;
  border-radius: 0;
  color: #fff;
  font-size: 18px;
  padding: 6px 5px 8px 25px;
  position: absolute;
  top: -20px;
  width: 100%;
  z-index: 9;
}

.custom_error_msg.sch-admn {
  top: -17px;
  font-size: 18px;
  padding: 6px 5px 8px 12px;
  font-weight: 600;
}

#close-msg {
  float: right;
  margin-top: 5px;
  cursor: pointer;
}


/*.user-list .evnt-wrap .list-location{padding-top:24px; padding-bottom:0;}*/
#tab12 .lft-clk ul li:nth-of-type(1),
#tab11 .lft-clk ul li:nth-of-type(1),
#tab13 .lft-clk ul li:nth-of-type(1),
#tab14 .lft-clk ul li:nth-of-type(1) {
  margin: 0px 0;
}

/*--Amit User Pic--*/

.profile-sidebar .pic-sec .prf_img_name {
  background: #f39c12;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 60px;
  height: 150px;
  line-height: 150px;
  width: 150px;
  font-family: "ralewaysemibold";
  text-transform: uppercase;
}

.prf_img_name {
  background: #f39c12;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 23px;
  height: 45px;
  line-height: 45px;
  width: 45px;
  font-family: "ralewaysemibold";
  text-transform: uppercase;
  text-align: center;
}

.evnt-wrap .user-alphabt span.prf_img_name {
  background: #f39c12;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 23px;
  height: 50px;
  line-height: 45px;
  width: 45px;
  font-family: "ralewaysemibold";
  text-transform: uppercase;
}

.prf_img_content {
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  width: 40px;
  height: 40px;
}

.prf_img_content img {
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

.profile-sidebar .profile-pic .prf_img_content {
  width: 150px;
  height: 150px;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.profile-sidebar .profile-pic .prf_img_content img {
  width: 150px;
  height: 150px;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.cropimg .prf_img_content {
  width: inherit;
  height: inherit;
  -moz-border-radius: inherit;
  -o-border-radius: inherit;
  -webkit-border-radius: inherit;
  border-radius: inherit;
}

.cropimg .prf_img_content img {
  width: inherit;
  height: inherit;
  -moz-border-radius: inherit;
  -o-border-radius: inherit;
  -webkit-border-radius: inherit;
  border-radius: inherit;
}

/*--Amit assign class table--*/
.profile-right .conten-inner .table-striped {
  font-size: 12px;
}

.profile-right .conten-inner .table-striped th,
.profile-right .conten-inner .table-striped td {
  text-align: center;
}

.profile-right .conten-inner .table-striped label {
  font-size: 12px;
  float: inherit;
  text-align: center;
}

.course-insert {
  padding-left: 8%;
  float: left;
}

@media screen and (max-width: 767px) {

  .evnt-wrap .user-name .user-pop .pull-menu-right::after,
  .evnt-wrap .user-name .pull-menu-right::before {
    top: -11px !important;
  }

  .evnt-wrap .user-name .pull-menu-right::after {
    display: none;
  }

  .evnt-wrap .dropdown.left-pull .tut_status .user-pop .pull-menu-right,
  .evnt-wrap .tut_status .user-pop .dropdown-menu.pull-menu-right {
    right: -63px !important;
  }

  .evnt-wrap .dropdown.left-pull .user-pop .pull-menu-right,
  .evnt-wrap .user-pop .dropdown-menu.pull-menu-right {
    right: -45px !important;
    top: 20px;
  }

  .evnt-wrap .cnt-wrp-inner .user-pop .dropdown-menu li a.u-name {
    float: left;
  }

  .evnt-wrap .cnt-wrp-inner .dropdown-menu li a {
    float: left;
  }

  .evnt-wrap .cnt-wrp-inner .dropdown-menu li .tools a {
    float: none;
  }

  .evnt-wrap .user-name .user-pop .dropdown-menu li span.tools {
    float: right;
  }

  .evnt-wrap .user-name .user-pop .dropdown-menu li span.tools {
    width: 25px;
  }

  .evnt-wrap .user-name .user-pop.open .dropdown-menu li span.tools {
    position: absolute;
    right: 0;
    top: 0;
  }

  .evnt-wrap .cnt-wrp-inner .dropdown-menu li {
    float: left !important;
    padding: 5px 0 !important;
    width: 100%;
  }

  .all-classes .inr-tp {
    min-height: 153px;
  }

  .evnt-wrap .cnt-wrp-inner .tut_status .dropdown-menu li a {
    width: 164px;
    float: left;
  }

  .contents.load-out .all-cls-ldr {
    top: 114px !important;
  }

  .evnt-wrap .cnt-wrp-inner .tut_status .dropdown-menu li span.tools a {
    width: auto;
  }

  .cal-l {
    height: auto !important;
  }

}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  #tab11 .cnt-main ul li {
    width: auto !important;
  }

  .login-box h1 {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .subject-wrap>span {
    position: absolute;
    right: 4px;
    top: 31px;
    z-index: 9;
  }

  .append-subject .subject-wrap {
    position: relative;
  }

  .outr-drop {
    width: 100%;
  }

  .within-main {
    width: 99%;
  }

  .outr-drop li {
    margin: 0 4px 9px;
  }

  .outr-drop li .drp-main.bdr-lft {
    border-left: 0;
  }


}

@media screen and (min-width: 571px) and (max-width: 1020px) {
  .sprnt-top .col-md-3 {
    min-height: 120px;
  }

  .fl-subject ul li {
    width: 100%;
  }
}

@media screen and (min-width: 520px) and (max-width: 640px) {
  .student1-school1 {
    width: 57%;
  }

  .user-list .filter-tab .evnt-wrap .cnt-wrp-inner .user-name.dropdown.left-pull {
    width: 45%;
  }

}

@media screen and (max-width: 670px) {
  #bodylayout .left-nav {
    top: 48px;
  }
}

@media screen and (max-width: 640px) {
  .user-list .clsloadusers .evnt-wrap .cnt-wrp-inner .edit-dots {
    position: absolute;
  }

  .evnt-wrap .user-name span.tp-nm {
    max-width: 45px !important;
    float: left;
    padding-top: 3px;
    width: 100%;
  }

  .fc-toolbar .fc-right {
    float: right;
    text-align: center;
    width: 100%;
  }

  .fc-toolbar .fc-right .fc-button-group {
    width: 100%;
    float: left;
  }

  .fc-toolbar .fc-right .fc-button-group button {
    display: inline-block;
    float: none;
  }

  .vd-main-wrapper .contents .myContant .video-place {
    height: 248px;
  }

  .user-list .load-out .evnt-wrap .cnt-wrp-inner .list-left .status {
    float: none;
  }

  .support-wrap .fc-center {
    width: 100%;
    float: left;
  }

  .support-wrap .fc-center h2 {
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px 0 0 0;
  }

  .card-slider {
    padding: 5px 15px;
  }

  .past .evnt-wrap .status {
    width: 9%;
  }

  .user-list .evnt-wrap .list-chart {
    padding: 5px 0 5px 0;
  }

  .user-list .evnt-wrap .list-location::before {
    top: 8px;
  }

  .student1-school1 {
    border: 0;
  }

  .user-list .evnt-wrap .list-location {
    padding-top: 5px;
  }

  #bodylayout .left-nav {
    top: 46px;
  }

  .cnt-main ul li .user-group {
    padding: 6px;
  }

  .box-navs .prf_img_content {
    float: none;
  }

  .box-navs ul.inbox-contacts li span.contact-name {
    width: 100%;
    text-align: center;
    height: inherit;
    padding: 5px 0;
  }



}

@media screen and (max-width: 479px) {
  .select2-container--open .select2-dropdown {
    top: 3px;
  }

  .user-list .load-out .evnt-wrap .cnt-wrp-inner .list-left .status {
    float: none;
  }

  .evnt-wrap .user-name span.tp-nm {
    max-width: 100% !important;
  }

  .user-list .contents.load-out .evnt-wrap .user-name {
    height: inherit;
  }

  .user-list .list-location span.bt-nm {
    height: auto;
  }

  .video-outer .contents {
    padding: 0;
  }

  .evnt-wrap .cnt-wrp-inner .user-pop .dropdown-menu li a.u-name {
    width: 150px !important;
  }

  .evnt-wrap .cnt-wrp-inner .tut_status .dropdown-menu li a {
    width: 105px;
  }

  #bodylayout .left-nav {
    top: 57px;
  }



}

@media screen and (max-width: 450px) {
  .sch-admn-wrp .cnt-main ul li.is .user-schl {
    width: 100px;
  }

  .evnt-wrap .dropdown.left-pull .user-pop .pull-menu-right,
  .evnt-wrap .user-pop .dropdown-menu.pull-menu-right {
    left: -76px !important;
  }

}

@media screen and (min-width: 1100px) {

  .evnt-wrap .profile-pic {
    margin-left: 2% !important;
    width: 5% !important;
  }

}

@media screen and (max-width: 380px) {

  .evnt-wrap .dropdown.left-pull .user-pop .pull-menu-right,
  .evnt-wrap .user-pop .dropdown-menu.pull-menu-right {
    width: 200px;
  }

  .vd-main-wrapper .contents .myContant .video-place {
    height: 185px;
  }

  .vd-main-wrapper .contents .myContant .vid-detail {
    margin-top: 25px;
  }


}

@media screen and (max-width: 360px) {
  .evnt-wrap .cnt-wrp-inner .edit-dots {
    right: -3px;
  }

  .evnt-wrap .dropdown.left-pull .tut_status .user-pop .pull-menu-right,
  .evnt-wrap .tut_status .user-pop .dropdown-menu.pull-menu-right {
    right: -41px !important;
  }

  .evnt-wrap .dropdown.left-pull .user-pop .pull-menu-right,
  .evnt-wrap .user-pop .dropdown-menu.pull-menu-right {
    width: 160px;
  }

  .evnt-wrap .cnt-wrp-inner .dropdown-menu li a {
    font-size: 13px;
  }

  .evnt-wrap .hlf .dt {
    margin-top: 10px;
  }

  .vd-main-wrapper .contents .myContant .vid-detail h4 {
    font-size: 18px;
  }

  .main-banner .bn-search input[type="submit"] {
    padding: 6px;
  }

  .vd-main-wrapper .contents .myContant .video-place {
    height: 170px;
  }



}


.breadcrumb>li+li:before {
  padding: 0 6px 0px 4px;
  color: #3e3d3d;
  float: left;
  content: "\f054";
  margin: 0px 0 0 !important;
}




#Individual-teacher .select2-container--default .select2-search--inline .select2-search__field,
#CreateMessage .select2-container--default .select2-search--inline .select2-search__field {
  width: 100% !important;
  max-width: 100%;
}