.area-manager {
	padding: 10px 0px;
    border-bottom: 1px #e7e7e7 dashed;
	margin-bottom: 0 !important;
}
.img-320 {
    max-height: 320px;
    margin: 0 auto;
}

.someWidth {
    width: 800px;
    margin: 0 auto;
    text-align: center;
}

.page-signin .md-primary:not([disabled]),
.page-forgot .md-primary:not([disabled]) {
    color: white !important;
}

table md-switch {
    margin: 0 !important;
}

.md-secondary {
    color: rgba(255, 255, 255, 0.87) !important;
    background-color: rgb(7, 155, 255) !important;
    box-shadow: none !important;
    text-transform: unset !important;
    font-size: 16px;
    min-height: 44px;
}


/* .md-default-theme {
    color: rgba(255,255,255,0.87) !important;
} */

.md-cancel-button,
.md-confirm-button {
    color: rgb(7, 155, 255) !important;
}


/* .md-primary {
    color: rgba(255,255,255,0.87) !important;
} */

.someDiv {
    padding: 0 10px;
}

.someDiv b {
    margin-right: 10px;
}

.btn-w-block {
    min-width: 100%;
}

table a:hover,
table a:focus {
    color: #0e6fc4 !important;
    text-decoration: underline;
}

table a {
    color: #1f91f3;
    text-decoration: none;
}


/*========== Tables =======*/

tr {
    color: #444;
}

.table tbody tr td,
.table tbody tr th {
    padding: 10px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.table tbody tr.primary td,
.table tbody tr.primary th {
    background-color: #1f91f3;
    color: #444;
}

.table tbody tr.success td,
.table tbody tr.success th {
    background-color: #2b982b;
    color: #444;
}

.table tbody tr.info td,
.table tbody tr.info th {
    background-color: #00b0e4;
    color: #444;
}

.table tbody tr.warning td,
.table tbody tr.warning th {
    background-color: #ff9600;
    color: #444;
}

.table tbody tr.danger td,
.table tbody tr.danger th {
    background-color: #fb483a;
    color: #444;
}

.table thead tr th {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.table-bordered {
    border-top: 1px solid #eee;
}

.table-bordered tbody tr td,
.table-bordered tbody tr th {
    padding: 10px;
    border: 1px solid #eee;
}

.table-bordered thead tr th {
    padding: 10px;
    border: 1px solid #eee;
}


/*================================*/

.md-datepicker-input-mask {
    display: none;
}

.inner-title {
    font-weight: bold;
    margin: 16px 0px;
}

.workingtimes {
    font-size: 14px;
}

.divider-line {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin: 4px 0;
}

.teacher-details tr td:first-child {
    font-weight: bold;
}

img.img200 {
    width: 200px;
    height: 200px;
}

img.img150 {
    width: 150px;
    height: 150px;
}

img.img100 {
    width: 100px;
    height: 100px;
}

.rateDate {
    font-size: 12px;
    margin: 0 9px;
    margin-top: 4px;
}

.padded-19 {
    padding: 19px 0;
}

.eventDescription {
    height: 80%;
    overflow-y: auto;
    line-height: 26px;
}

.eventTitle {
    font-weight: bold;
    margin-bottom: 10px !important;
    text-decoration: underline;
}

.gray {
    color: #999;
}

form-group .col-sm-10 #answer .media:nth-child(even) {
    background-color: #f9f9f9;
}

#answer .media:nth-child(odd) {
    background-color: #f9f9f9;
}

#reference .media:nth-child(even) {
    background-color: #f9f9f9;
}

#question .media:nth-child(odd) {
    background-color: #f9f9f9;
}

.pointer {
    cursor: pointer
}

.create-btn {
    padding: 10px !important;
    margin: 20px !important;
    margin-bottom: 4px !important;
    width: 200px;
}


/* .page-signin .body-inner:before, .page-signup .body-inner:before, .page-forgot .body-inner:before {
    background: #262B33 !important;
} */

#reference .media:nth-child(even) {
    background-color: #f9f9f9;
}

#question .media:nth-child(odd) {
    background-color: #f9f9f9;
}

.media {
    padding: 10px;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.md-table-pagination>.buttons:not(:first-child),
.md-table-pagination>.limit-select:not(:first-child) {
    margin-left: 0;
}


/* .info-box .col-sm-2, .info-box .col-lg-2 {
    width: 20%;
} */

.info-box .panel {
    cursor: pointer;
}

.btn-icon .material-icons {
    font-size: 38px;
}

.bg-default {
    background: #777777;
    color: white;
}

.media-body {
    position: relative;
}

.Absolute-Center {
    margin: auto;
    position: absolute;
    bottom: 10px;
    right: 0;
    font-size: 14px;
}

.strong {
    font-weight: bold;
}

.by {
    color: #666;
}

.by-text {
    font-size: 12px;
    margin-top: 10px;
}

.search-results {
    padding: 15px 0px;
    border-bottom: 1px solid rgb(226, 237, 235);
}

i.fa-flipped {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
}

.question-container {
    margin-bottom: 10px;
}

.question-container .fromtime {
    color: #888;
    font-size: 12px;
    padding: 0 6px;
}

.question-container .answer {
    color: #F15D22;
    float: right;
}

.question-container .tags {
    padding-right: 6px;
}

.media-heading {
    line-height: 24px;
    font-size: 16px !important;
}

.media textarea {
    min-height: 56px;
}

textarea {
    resize: vertical;
    /* user can resize vertically, but width is fixed */
    max-height: 200px;
}

.dtp table.dtp-picker-days tr>td>a.selected,
.dtp table.dtp-picker-days tr>td>a.selected.hilite,
.dtp div.dtp-date,
.dtp div.dtp-time,
.dtp .dtp-hand.on,
.dtp .dtp-actual-meridien a.selected,
.dtp .dtp-picker-time>a.dtp-select-hour.selected {
    background: #2abab9;
}

.dtp table.dtp-picker-days tr>td>a.hilite:not(.selected),
.dtp div.dtp-actual-time.p60 span.selected {
    color: #2abab9;
}

.dtp div.dtp-year-btn,
.dtp div.dtp-actual-year,
.dtp div.dtp-actual-maxtime {
    color: #d0f0f0;
}

.dtp>.dtp-content>.dtp-date-view>header.dtp-header {
    background: #009796;
}

.times md-switch {
    margin: 0;
    margin-top: 6px;
}

.btn-fix {
    height: 20px !important;
    margin: 20px 20px 0 20px !important;
}

.times-regulated {
    display: inline-block;
    width: 75px;
    margin-top: 10px;
}

.form-regulated {
    display: inline-block;
    width: 110px;
    margin-top: 27px;
}

.selectdemoSelectHeader {
    /* Please note: All these selectors are only applied to children of elements with the 'selectdemoSelectHeader' class */
}

.selectdemoSelectHeader .demo-header-searchbox {
    border: none;
    outline: none;
    height: 100%;
    width: 100%;
    padding: 0;
}

.selectdemoSelectHeader .demo-select-header {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
    padding-left: 10.667px;
    height: 48px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    width: auto;
}

.selectdemoSelectHeader md-content._md {
    max-height: 240px;
}

.file-info {
    color: #F15D22;
}

.file-validation {
    color: rgb(213, 0, 0);
}

.file-validation,
.file-info {
    margin-top: 20px;
    margin-right: 20px;
}

.lf-ng-md-file-input {
    margin-top: 16px !important;
    margin-bottom: 18px !important;
}

.regulated {
    display: inline-block;
    width: 140px;
    margin-top: 20px;
}

.page-profile .profile-header {
    padding: 50px 30px 50px !important;
}

.profile-text {
    display: inline-block;
    font-size: 36px;
    color: white;
}

.page-err .err {
    color: #333 !important;
}

.page-err .err h1 {
    color: #333 !important;
    color: rgba(40, 40, 40, 0.8) !important;
}

.page-err .err h2 {
    color: #333 !important;
    color: rgba(40, 40, 40, 0.6) !important;
}

.table-details tr td:first-child {
    width: 20%;
    font-weight: bold;
}

.app.nav-collapsed-min .top-header .logo .logo-icon {
    display: inline-block !important;
}

.app .top-header .logo .logo-icon {
    display: none;
    max-width: 23px;
}

.app.nav-collapsed-min .top-header .logo .logo-text {
    display: none !important;
}

.logo-text {
    max-width: 130px;
}

tbody tr:nth-child(odd) {
    background-color: #f9f9f9
}

.btn-icon {
    cursor: pointer;
}

.md-panel.md-tooltip.md-default-theme,
.md-panel.md-tooltip {
    background: #000 !important;
}

.md-tooltip.md-origin-top {
    margin-top: -4px;
}

.md-tooltip.md-show {
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    opacity: 0.75;
}

body.md-toast-animating {
    overflow: auto !important;
}

.start-lang {
    color: white;
    /* font-weight: bold; */
    text-align: center;
    padding-top: 4px;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-spacings {
    padding: 0 !important;
    margin: 0 !important;
}

md-toast.md-toast-warn>.md-toast-content {
    background-color: rgb(244, 67, 54);
}

md-toast.md-toast-accent>.md-toast-content {
    background-color: rgb(0, 188, 212);
}

.search-container {
    display: inline-flex;
    position: relative;
    margin: 20px;
}

.search-icon {
    display: inline-block;
    position: absolute;
    right: 7px;
    top: 8px;
    color: gray;
}

.search-container {
    max-width: 180px;
    padding: 13px 0;
}

.search-container i {
    font-size: 18px;
    line-height: 20px;
}

.search-container .input-group-addon {
    padding: 8px 0 4px 12px;
    border: none;
    background-color: transparent;
}

.search-container .form-control {
    border: none;
    background: transparent;
}

.search-container .input-bar {
    position: absolute;
    display: block;
    width: 90%;
    bottom: 0;
    left: 5%;
}

.search-container .input-bar:before,
.search-container .input-bar:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 0;
    bottom: 1px;
    -webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.search-container .input-bar:before {
    left: 50%;
}

.search-container .input-bar:after {
    right: 50%;
}

.search-container input:focus~.input-bar:before,
.search-container input:focus~.input-bar:after {
    width: 50%;
}

.search-container .input-bar:after,
.search-container .input-bar:before {
    background: #51433d;
}


/* md-dialog-content h2 {
    text-align: center;
} */

#activity-container {
    padding-inline-start: 0px;
}

ul.activity .icon-circle {
    width: 36px;
    height: 36px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    display: inline-block;
}

ul.activity .icon-circle i {
    font-size: 18px;
    line-height: 34px;
}


/* ul.activity li:nth-child(even) {background: #f5f5f5;}
  ul.activity li:nth-child(odd) {background: #FFF} */

ul.activity og-activity {
    display: block;
}

ul.activity og-activity:nth-child(even) {
    background: #f5f5f5;
}

ul.activity og-activity:nth-child(odd) {
    background: #FFF
}

ul.activity li {
    list-style: none;
    padding: 6px;
}

ul.activity .menu-info {
    display: inline-block;
    position: relative;
    top: 3px;
}

.menu-info .material-icons {
    font-size: 13px;
    color: #aaa;
    position: relative;
    top: 2px;
}

ul.activity .menu-info h4 {
    margin: 0;
    font-size: 13px;
    color: #666;
}

ul.activity .menu-info p {
    margin: 2px 0;
    font-size: 11px;
    color: #aaa;
}

ul.activity a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
}

.bg-red {
    background-color: #F44336 !important;
    color: #fff;
}

.bg-red .content .text,
.bg-red .content .number {
    color: #fff !important;
}

.bg-pink {
    background-color: #E91E63 !important;
    color: #fff;
}

.bg-pink .content .text,
.bg-pink .content .number {
    color: #fff !important;
}

.bg-purple {
    background-color: #9C27B0 !important;
    color: #fff;
}

.bg-purple .content .text,
.bg-purple .content .number {
    color: #fff !important;
}

.bg-deep-purple {
    background-color: #673AB7 !important;
    color: #fff;
}

.bg-deep-purple .content .text,
.bg-deep-purple .content .number {
    color: #fff !important;
}

.bg-indigo {
    background-color: #3F51B5 !important;
    color: #fff;
}

.bg-indigo .content .text,
.bg-indigo .content .number {
    color: #fff !important;
}

.bg-blue {
    background-color: #2196F3 !important;
    color: #fff;
}

.bg-blue .content .text,
.bg-blue .content .number {
    color: #fff !important;
}

.bg-light-blue {
    background-color: #03A9F4 !important;
    color: #fff;
}

.bg-light-blue .content .text,
.bg-light-blue .content .number {
    color: #fff !important;
}

.bg-cyan {
    background-color: #00BCD4 !important;
    color: #fff;
}

.bg-cyan .content .text,
.bg-cyan .content .number {
    color: #fff !important;
}

.bg-teal {
    background-color: #009688 !important;
    color: #fff;
}

.bg-teal .content .text,
.bg-teal .content .number {
    color: #fff !important;
}

.bg-green {
    background-color: #4CAF50 !important;
    color: #fff;
}

.bg-green .content .text,
.bg-green .content .number {
    color: #fff !important;
}

.bg-light-green {
    background-color: #8BC34A !important;
    color: #fff;
}

.bg-light-green .content .text,
.bg-light-green .content .number {
    color: #fff !important;
}

.bg-lime {
    background-color: #CDDC39 !important;
    color: #fff;
}

.bg-lime .content .text,
.bg-lime .content .number {
    color: #fff !important;
}

.bg-yellow {
    background-color: #ffe821 !important;
    color: #fff;
}

.bg-yellow .content .text,
.bg-yellow .content .number {
    color: #fff !important;
}

.bg-amber {
    background-color: #FFC107 !important;
    color: #fff;
}

.bg-amber .content .text,
.bg-amber .content .number {
    color: #fff !important;
}

.bg-orange {
    background-color: #FF9800 !important;
    color: #fff;
}

.bg-orange .content .text,
.bg-orange .content .number {
    color: #fff !important;
}

.bg-deep-orange {
    background-color: #FF5722 !important;
    color: #fff;
}

.bg-deep-orange .content .text,
.bg-deep-orange .content .number {
    color: #fff !important;
}

.bg-brown {
    background-color: #795548 !important;
    color: #fff;
}

.bg-brown .content .text,
.bg-brown .content .number {
    color: #fff !important;
}

.bg-grey {
    background-color: #9E9E9E !important;
    color: #fff;
}

.bg-grey .content .text,
.bg-grey .content .number {
    color: #fff !important;
}

.bg-blue-grey {
    background-color: #607D8B !important;
    color: #fff;
}

.bg-blue-grey .content .text,
.bg-blue-grey .content .number {
    color: #fff !important;
}

.bg-black {
    background-color: #000000 !important;
    color: #fff;
}

.bg-black .content .text,
.bg-black .content .number {
    color: #fff !important;
}

.bg-white {
    background-color: #ffffff !important;
    color: #fff;
}

.bg-white .content .text,
.bg-white .content .number {
    color: #fff !important;
}