body {
    font-size: 13px;
    background: #f2f4f8;
}

a {
    cursor: pointer;
    color: #428BCA;
}

a:hover, a:focus {
    color: #428BCA;
}

.del a {
    opacity: 0;
    color: #c00 !important;
}

i.del {
    font-style: normal;
    cursor: pointer;
}

tr:hover .del a, .del:hover a {
    opacity: 1
}

.neat tr:last-child td, .neat tr:last-child th {
    border-bottom: 1px solid #E6E9ED;
}

.table-th-block tr:hover td, tr:hover th {
    border-bottom: 1px solid #E6E9ED;
}

.table-th-block tr:focus td, tr:focus th {
    background: #fafafa;
}

.table-th-block tbody > tr:focus > td, tbody > tr:focus > th {
    background-color: #FCFCFF;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle;
}

.table.timetable {
    padding: 0 !important;
    border: 1px solid #ccc;
}

.table.timetable td {
    padding: 8px !important;
    height: 32px;
}

.table.timetable table {
    margin: 0 !important;
}

.table.timetable table tr:first-child td {
    border-top: none;
}

.table.timetable table tr:last-child td {
    border-bottom: none;
}

.table.timetable > tbody > tr > td, .table.timetable > tbody > tr > th {
    border: 1px solid #ccc !important;
}

.table.slots > tbody > tr > td {
    padding: 0 !important;
    vertical-align: top;
}

.table.slots > tbody > tr > td div, .table.timetable > tbody > tr > th div {
    padding: 8px !important;
}

table .activity {
    background: #f9f9f9;
    cursor: pointer;
}

table .activity:hover {
    background: #1AAE88;
    color: #fff;
}

.table .nopad > .b-b:hover, .table .nopad > .b-b:focus {
    background-color: #F5F5F5 !important;
}

.table .nopad > .b-b:last-child {
    border: none !important;
}

.table.t_account {
    max-width: 400px;
}

.table.t_account > tbody > tr > td:first-child {
    border-right: 1px solid #ccc;
}

.table.t_account > tbody > tr > td {
    vertical-align: top;
    width: 120px !important;
    max-width: 120px !important;
    padding: 8px 8px;
}

.table.t_account > tbody > tr > td div {
    padding: 4px 12px;
}

.table.t_account > tfoot > tr > th {
    background: #cdd8ee;
    border-bottom: none;
    padding: 8px 16px;
    color: #000;
}

.panel .table-sm td, .panel .table-sm th,
.table-sm > tbody > tr > td {
    padding: 2px 8px;
}

label {
    display: inline;
}

.avatar img {
    padding: 1px;
    background: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .4);
}

.mb-visible {
    margin-bottom: 20px !important;
}

.shadow-4x {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    background: #fff;
    /*padding: 4px;
    border: 4px solid #fff;*/
}

.avatar-border {
    width: auto !important;
    height: auto !important;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    padding: 4px;
    background: #fff;
}

.avatar-border img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    vertical-align: middle;
    overflow: hidden;
}

.media > .pull-right.label {
    padding: 3px 4px;
}

.data-reports .popover {
    min-width: 320px;
    max-width: 640px;
    width: auto;
    height: auto;
}

.data-reports .popover-content {
    overflow: auto;
    max-height: 200px;
}

.data-reports .popover-title {
    color: #fff;
    font-size: 14px;
    background-color: #428BCA;
    border-bottom: 1px solid #ebebeb;
}

.data-reports .popover-title .close {
    color: #fff;
    line-height: 0.6;
    opacity: .8;
}

.data-reports .popover ul {
    margin-left: -20px;
    list-style: square;
}

.inline-results {
    text-transform: uppercase;
}

.panel-primary .nav-tabs {
    border-bottom: none;
}

.panel {
    border-radius: 4px;
}

small, .small {
    font-size: 11px;
}

.modal-header {
    background-color: #f9f9f9;
    border-radius: 6px 6px 0 0;
}

.modal-footer {
    background-color: #f9f9f9;
    border-radius: 0 0 6px 6px;
}

.modal-content {
    border: none;
}

[id*='search'] .modal-body {
    min-height: 160px;
    max-height: 540px;
}

.close {
    color: #fff;
    opacity: .7;
}

form .progress {
    margin-bottom: 0;
    border-radius: 0;
}

.modal .progress {
    height: 4px;
}

.password-verdict {
    color: #c00;
}

.nav > li > a.btn:hover {
    background-color: #146CA4;
}

.nav-primary ul.nav > li li a {
    padding-left: 44px;
}

input.form-control, textarea.form-control, .select2-container.form-control .select2-choice {
    background: #fcfcfc;
}

.list-group-item.active {
    border-color: #eee !important;
    background-color: #159A78 !important;
}

#footer {
    height: 54px;
}

#footer img {
    margin: -11px 10px -4px !important;
}

.highlighter {
    border: 0;
    width: calc(100% - 2px);
    margin-left: 1px;
    /*box-shadow: -8px 10px 0px -8px #ebebeb, 8px 10px 0px -8px #ebebeb;*/
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}

.highlighter:focus {
    outline: none;
    box-shadow: -8px 10px 0px -8px #4EA6EA, 8px 10px 0px -8px #4EA6EA;
}

div.blend * {
    border: 1px solid rgba(0, 0, 0, .0) !important;
    background: transparent !important;
}

div.blend input.has-error {
    border: 1px solid #c00 !important;
    background: transparent !important;
}

div.blend input:focus, div.blend input:active {
    border: 1px solid rgba(0, 0, 0, .0);
}

div.blend input[disabled], div.blend input[readonly] {
    background-color: transparent !important;
}

div.blend label {
    padding: 6px 0;
}

div.blend .form-control {
    padding: 6px;
}

div.blend i {
    opacity: 0;
}

div.blend i.show {
    opacity: 1;
    color: #c00;
}

div.blend i.show.text-success {
    color: #159A78;
}

div.blend:hover i {
    opacity: 1;
}

div.blend .select2-container .select2-choice > .select2-chosen {
    margin: 0;
}

.widget-messaging {
    list-style: none outside none;
    padding: 0;
    margin: 0;
}

.widget-messaging li:first-child {
    border-top: 0 none;
}

.widget-messaging li {
    padding: 10px 0;
    border-top: 1px solid #EEE;
    background-color: #FFF;
}

.widget-messaging li.active {
    background-color: #f9f9f9;
}

.widget-messaging li small {
    color: #999;
}

.widget-messaging .sender {
    font-size: 14px;
    color: #333;
    margin: 0;
    line-height: normal;
}

ul.sidebar-menu li.text-content .switch {
    float: right;
}

/**chartist **/
.ct-series .ct-bar {
    /* Colour of your bars */
    stroke: #428BCA;
    /* The width of your bars */
    stroke-width: 20px;
}

.ct-series-a .ct-bar {
    stroke: #c00;

}

.ct-label {
    font-size: 11px;
    color: #333;
}

.ct-tooltip {
    position: absolute;
    display: inline-block;
    min-width: 5em;
    padding: 8px 10px;
    background: #383838;
    color: #fff;
    text-align: center;
    pointer-events: none;
    z-index: 100;
    transition: opacity .2s linear;
}

.ct-tooltip:before {
    position: absolute;
    bottom: -14px;
    left: 50%;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    pointer-events: none;
    border-color: rgba(251, 249, 228, 0);
    border-top-color: #383838;
    border-width: 7px;
    margin-left: -8px;
}

.ct-tooltip.hide {
    display: block;
    opacity: 0;
    visibility: hidden;
}

/** TOGGLE SWITCH **/
.onoffswitch {
    position: relative;
    width: 56px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.onoffswitch-inner {
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.2s ease-in 0s;
    -webkit-transition: margin 0.2s ease-in 0s;
    -o-transition: margin 0.2s ease-in 0s;
    transition: margin 0.2s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    float: left;
    width: 50%;
    height: 20px;
    padding: 0;
    line-height: 20px;
    font-size: 13px;
    color: white;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #8CC152;
    color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #E9573F;
    color: #fff;
    text-align: right;
}

.onoffswitch-switch {
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 38px;
    -moz-transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.onoffswitch.blank {
    width: 40px;
}

.onoffswitch.blank .onoffswitch-inner:before {
    content: "\00a0";
}

.onoffswitch.blank .onoffswitch-inner:after {
    content: "\00a0";
}

.onoffswitch.blank .onoffswitch-switch {
    right: 20px;
}

.sidebar-left.light-color .onoffswitch-switch {
    background-color: #E8E9EE;
}

.lbl {
    position: relative;
    display: block;
    height: 5px;
    width: 44px;
    background: #898989;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.lbl:after {
    position: absolute;
    left: -2px;
    top: -8px;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background: #eee;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
    content: '';
    transition: all 0.3s ease;
}

.lbl:active:after {
    transform: scale(1.15, 0.85);
}

.cbx:checked ~ label {
    background: #6fbeb5;
}

.cbx:checked ~ label:after {
    left: 26px;
    background: #179588;
}

.cbx:disabled ~ label {
    background: #d5d5d5;
    pointer-events: none;
}

.cbx:disabled ~ label:after {
    background: #bcbdbc;
}

.bg-primary {
    background-color: #177bbb;
    color: #fff;
}

.bg-success {
    background-color: #159A78;
    color: #fff;
}

header .navbar-header {
    height: 60px;
}

.header-md .navbar-brand img {
    max-height: 60px;
}

button.btn, div.btn-group {
    margin-left: 2px !important;
    margin-right: 2px !important;
}

.btn-group > button {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.btn-empty {
    background: transparent;
    border: none;
}

.navbar-brand {
    height: 60px;
    overflow: hidden;
}

.navbar-brand > img {
    display: inline-block;
}

.navbar-nav > li > a {
    font-weight: normal;
    text-transform: none;
    font-size: 13px;
}

.navbar .media-body {
    width: auto;
}

.avatar {
    display: inline-block;
}

.panel-success .nav-tabs li > a,
.panel-warning .nav-tabs li > a,
.panel-primary .nav-tabs li > a,
.panel-success .nav-tabs li:hover > a,
.panel-warning .nav-tabs li:hover > a,
.panel-primary .nav-tabs li:hover > a {
    color: #fff;
    border: none;
}

.panel-success .nav-tabs li:hover > a,
.panel-warning .nav-tabs li:hover > a,
.panel-primary .nav-tabs li:hover > a {
    background: transparent;
    border: none;
}

.panel-success .nav-tabs li.active > a,
.panel-warning .nav-tabs li.active > a,
.panel-primary .nav-tabs li.active > a {
    color: #333;
}

.panel-success .nav-tabs li.active:hover > a,
.panel-warning .nav-tabs li.active:hover > a,
.panel-primary .nav-tabs li.active:hover > a {
    background: #fff;
}

/*.modal-content { interesting modal interface
    background: linear-gradient(45deg, #F7F0CF 25%, transparent 25%, transparent 50%, #F7F0CF 50%, #F7F0CF 75%, transparent 75%, transparent) repeat scroll 0% 0% / 40px 40px #FCF8E3;
    border-radius: 3px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    color: #8A6D3B;
    border: none;
    overflow: hidden;
}*/

/**common**/
.h3 > .label, .h3 > .badge {
    font-size: 11px;
    vertical-align: middle;
    font-weight: 800;
}

.noshadow {
    box-shadow: none;
}

.shadow {
    box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
}

.round {
    border-radius: 3px;
}

.notround {
    border-radius: 0;
}

.rt5 {
    border-radius: 5px 5px 0 0;
}

.rt2 {
    border-radius: 2px 2px 0 0;
}

.rt3 {
    border-radius: 3px 3px 0 0;
}

.rb3 {
    border-radius: 0 0 3px 3px;
}

.border {
    border: 1px solid #ddd;
    border-radius: 3px;
}

.border-top {
    border-top: 4px solid #1D2939;
}

.border-bottom {
    border-bottom: 4px solid #1D2939;
}

.border-top-red {
    border-top: 4px solid #c00;
}

[class^="err-"] {
    color: #c00;
    line-height: 1.2;
    padding: 4px 0 8px;
    text-align: center;
    margin-bottom: 8px;
}

.has-error {
    border: 1px solid #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error:focus {
    border: 1px solid #843534 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.pointer {
    cursor: pointer !important;
}

.handle {
    cursor: move !important;
}

.color-blue {
    color: #397EB9 !important;
}

.color-white {
    color: #fff;
}

.color-white i {
    opacity: 1;
}

.color-red * {
    color: #c00 !important;
}

.color-red .btn-danger, .color-red .btn-danger * {
    color: #fff !important;
}

.color-red .label {
    color: #fff !important;
}

.color-red.del {
    opacity: 0;
    font-size: 12px;
}

.media:hover .color-red.del, tr:hover td a.color-red.del, li:hover .color-red.del {
    opacity: 1;
}

.b1-faint {
    border: 1px solid #ddd;
}

.bt1 {
    border-top: 1px solid #eee;
}

.bb1-dotted {
    border-bottom: 1px dotted #ccc;
}

[class*='bb1']:last-child {
    border-bottom: none;
}

.bb1 {
    border-bottom: 1px solid #eee;
}

.h120 {
    height: 120px;
    overflow: hidden;
}

.h170 {
    height: 170px;
    overflow: hidden;
}

.nogap {
    margin: 0 !important;
}

.nopad {
    padding: 0 !important;
}

.padv {
    padding-top: 16px;
    padding-bottomt: 14px;
}

.padh {
    padding-left: 16px;
    padding-right: 16px;
}

.pad {
    padding: 16px;
}

.pt4 {
    padding-top: 4px;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb10 {
    padding-bottom: 10px;
}

.pr20 {
    padding-right: 20px;
}

.pl20 {
    padding-left: 20px;
}

.pl10 {
    padding-left: 10px;
}

.pb0 {
    padding-bottom: 0;
}

.mr10 {
    margin-right: 10px;
}

.mt20 {
    margin-top: 20px;
}

.ml20 {
    margin-left: 20px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb0 {
    margin-bottom: 0;
}

.nobg {
    background: none;
}

.bg-white {
    background: #fff !important;
}

.bg-inherit {
    background: #fcfcfc !important;
}

.bg-white a.btn {
    color: #333;
}

.bg-grey {
    background: #E8E9EE;
}

.bg-grey-light {
    background: #fcfcfc;
}

.line-through td:nth-child(2), .line-through td:nth-child(3), .line-through td:nth-child(4), .line-through td:nth-child(5) {
    text-decoration: line-through;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-20x {
    font-size: 20em
}

.text-capitalize {
    text-transform: capitalize;
}

.text-bold {
    font-weight: bold;
}

.breadcrumb.nobg li {
    color: #292929;
}

.breadcrumb.nobg li a {
    color: #c00;
}

.breadcrumb > li + li:before {
    color: #333;
}

/**Fixes*****/
.fa-spin {
    -webkit-filter: blur(0);
}

/**Forms*****/
.labels-gap-right label {
    margin-right: 10px;
}

.labels-gap-right label:last-child {
    margin-right: 0px;
}

.checks div {
    display: inline-block;
    margin-right: 10px;
}

.checks.v div {
    display: block;
}

.ckbox, .rdio {
    position: relative;
}

.ckbox input[type="checkbox"], .rdio input[type="radio"] {
    opacity: 0;
}

.ckbox label, .rdio label {
    padding-left: 10px;
    cursor: pointer;
    margin-bottom: 7px !important;
}

.ckbox label:before {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 1px;
    left: 0;
    content: '';
    display: inline-block;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #bbb;
    background: #fff;
}

.ckbox input[type="checkbox"]:disabled + label {
    color: inherit;
}

.ckbox input[type="checkbox"]:disabled + label:before {
    background-color: #eee;
}

.ckbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\F00C";
    position: absolute;
    top: 2px;
    left: 2.5px;
    display: inline-block;
    font-size: 12px;
    width: 16px;
    height: 16px;
    color: #fff;
}

.ckbox-default input[type="checkbox"]:checked + label:before {
    border-color: #999;
}

.ckbox-default input[type="checkbox"]:checked + label::after {
    color: #333;
}

.ckbox-primary input[type="checkbox"]:checked + label:before {
    border-color: #357EBD;
    background-color: #428BCA;
}

.ckbox-warning input[type="checkbox"]:checked + label:before {
    border-color: #EEA236;
    background-color: #F0AD4E;
}

.ckbox-success input[type="checkbox"]:checked + label:before {
    border-color: #1CAF9A;
    background-color: #1CAF9A;
}

.ckbox-danger input[type="checkbox"]:checked + label:before {
    border-color: #D43F3A;
    background-color: #D9534F;
}

table .ckbox label, .rdio label {
    padding-left: 0;
}

.bg-loading {
    background: #f9f9f9 url('/images/loaders/loading.gif') no-repeat center !important;
}

/**responsive**/
@media (max-width: 1024px) {
}

/** Plugins **/

.dragClass > td {
    border-top: 2px solid #c00 !important;
    border-bottom: 1px solid #c00 !important;
    background: #eee;
}

td .handle {
    padding: 5px 10px 5px 0;
    color: #999;
}

td .handle:hover {
    color: #333;
}

.password-verdict {
    color: #c00;
    display: none;
}

.form-group .progress {
    height: 4px;
    border-radius: 0 0 1px 1px;
    margin: -5px 1px 0;
}

.labeled-chart-container {
    padding-right: 150px;
    min-height: 180px;
    position: relative;
}

@media only screen and (max-width: 600px) {
    .labeled-chart-container {
        padding-right: 130px;
    }

    .doughnut-legend {
        position: relative;
        top: 0;
    }
}

.canvas-holder {
    padding: 4px 0;
    margin: 20px 0;
    position: relative;
}

.doughnut-legend {
    list-style: none;
    position: absolute;
    right: 10px;
    top: 50px;
}

.doughnut-legend li {
    display: block;
    position: relative;
    margin-bottom: 4px;
    border-radius: 5px;
    padding: 2px 8px 2px 28px;
    font-size: 14px;
    cursor: default;
    -webkit-transition: background-color 200ms ease-in-out;
    -moz-transition: background-color 200ms ease-in-out;
    -o-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
}

.doughnut-legend li:hover {
    background-color: #fafafa;
}

.doughnut-legend li span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 100%;
    border-radius: 5px;
}

.file-preview-frame, .file-preview-frame:hover, .file-preview-frame:focus {
    border: none;
    box-shadow: none;
    padding: 0;
}

.file-preview-frame:hover:not(.file-preview-error) {
    box-shadow: none;
}

#toast-container > div {
    box-shadow: 2px 3px 5px rgba(0, 0, 0, .5);
    border-radius: 0;
    opacity: .9;
}

#toast-container:hover > div {
    box-shadow: 2px 3px 5px rgba(0, 0, 0, .5);
    border-radius: 0;
}

.legendLabel {
    color: #292929 !important;
}

.morris-hover.morris-default-style {
    border-radius: 0;
}

.widget-messaging ul {
    list-style: none outside none;
    padding: 0;
    margin: 0;
}

.widget-messaging ul li:first-child {
    border-top: 0 none;
}

.widget-messaging ul li {
    padding: 5px;
    border-top: 1px solid #EEE;
    background-color: #FFF;
}

.widget-messaging ul li small {
    color: #999;
}

.widget-messaging .sender {
    font-size: 14px;
    color: #333;
    margin: 0;
    line-height: normal;
}

ul.sidebar-menu.online-user li a .small-caps {
    color: #ccc;
}

.top-nav-content .navbar-form .btn {
    margin-top: 0px !important;
}

.input-group-btn > .btn, .nogap.btn {
    margin-top: 0;
}

.form-group:last-child {
    margin-bottom: 0;
}

.hideShowPassword-toggle {
    background: none;
    color: #c00;
    top: 15px !important;
    right: 1px !important;
    border: none;
    padding: 5px 6px;
    border-radius: 0 3px 3px 0;
}

.modal .hideShowPassword-toggle {
    top: 6px !important;
}

form .hideShowPassword-toggle {
    z-index: 10001 !important;
    top: 21px !important;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    color: #fff;
}

.datepicker.datepicker-inline {
    width: 100%;
    padding: 0;
    margin: 0 0 10px;
}

.datepicker table {
    width: 100%;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    background-image: none !important;
    filter: none !important;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    background-image: none !important;
    filter: none !important;
}

.datepicker td,
.datepicker th {
    width: 35px;
    height: 30px;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.datepicker thead th.dow {
    background: #1AAE88;
    color: #fff;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.datepicker thead {
    border-bottom: 4px solid #fff;
}

.datepicker td span.active:hover, .datepicker td span.active:focus, .datepicker td span.active:active, .datepicker td span.active.active, .datepicker td span.active.disabled, .datepicker td span.active[disabled] {
    background-color: #1AAE88;
}

.datepicker {
    z-index: 1050;
    margin-top: 0;
    padding: 4px;
}

input.datepicker {
    padding: 6px 12px;
}

.datepicker > div {
    background: #fff;
    display: block;
}

.datepicker:before {
    border-bottom: 7px solid #fff;
    border-bottom-color: rgba(0, 0, 0, 0.2);
}

.datepicker:after {
    border-bottom: 6px solid #fff;
}

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled.disabled:hover, .datepicker table tr td.active[disabled], .datepicker table tr td.active[disabled]:hover, .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled[disabled]:hover {
    background-color: #126DA7;
    border-radius: 4px;
}

.fileinput-preview {
    min-height: 100px;
}

.btn-file > input {
    transform: translate(-0, 0) scale(1);
    font-size: 12px;
}

.ui-datepicker {
    z-index: 1060 !important;
}

.fa-10x {
    font-size: 10em;
}

.fa-7x {
    font-size: 7em;
}

.select2-results .select2-result-label {
    padding: 0 7px 0;
    min-height: 0;
    line-height: 2;
}

.select2-container {
    border-radius: 0;
}

.select2-container-multi .select2-choices, .form-control .select2-choice {
    height: 34px;
    padding: 3px 10px;
    border: 1px solid #CCC;
    border-radius: 0;
}

.form-control.select2-container {
    width: 100%;
}

.form-control .select2-choice:hover {
    color: #333;
}

.select2-container-multi .select2-choices {
    padding: 0 2px 0;
}

.select2-container .select2-choice .select2-arrow {
    padding: 3px 0;
}

.select2-container-multi .select2-choices .select2-search-choice,
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 6px 18px 7px 5px;
    margin: 2px 5px 0 0;
    border: 1px solid #1CAF9A;
    background-color: #1CAF9A;
    box-shadow: none !important;
    color: #FFF;
    border-radius: 0;
}

.select2-container-multi .select2-choices .select2-search-field input {
    font-family: inherit;
}

.select2-container-multi .select2-search-choice-close {
    left: auto;
    right: 0;
    top: 0;
}

.select2-results .select2-highlighted {
    background: #1CAF9A;
}

.select2-results {
    padding: 0 4px
}

.select2-results ul.select2-result-sub .select2-result-label:before {
    content: '\21b3';
    padding-left: 8px;
    padding-right: 4px;
    float: left;
    font-size: 15px;
    line-height: 1.2;
}

.no-arrow .select2-results ul.select2-result-sub .select2-result-label:before {
    content: '';
    padding-right: 0;
}

.select2-disabled.select2-result-with-children ul.select2-result-sub {
    background: #fff;
}

.form-group .form-control.select2-container {
    display: block !important;
}

.input-sm .select2-container-multi .select2-choices, .form-control .select2-choice {
    height: 34px !important;
}

.input-sm .select2-container .select2-choice .select2-arrow {
    padding: 0 !important;
}

@media (max-width: 767px) {
    header .navbar-header {
        height: 50px;
    }

    .navbar-brand {
        height: 50px;
        line-height: 46px;
        float: none;
    }

    .navbar-collapse {
        padding-right: 35px;
        padding-left: 35px;
    }
}

.form-inline > .has-error {
    border: none !important;
}

.form-inline select {
    height: 30px !important;
    padding: 0 12px !important;
}

.form-inline .select2-choices {
    min-width: 240px;
!important;
}

.form-inline .select2-container-multi .select2-choices .select2-search-choice,
.form-inline .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 18px 4px 5px;
}

.form-inline .select2-container-multi .select2-choices {
    height: 30px !important;
    min-height: 28px !important;
}

/** Checkboxs **/
.form-inline .checkbox input[type="checkbox"], .form-inline .radio input[type="radio"] {
    position: absolute;
}

/**map**/
#map-canvas {
    width: 100%;
    height: 260px;
    margin-bottom: 20px
}

#map-canvas {
    z-index: 999999;
}

.pac-container {
    z-index: 999999999;
}

.link-arrow {
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    color: #1D2939;
    display: inline-block;
}

.link-arrow:after {
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    font-family: 'fontawesome';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    content: "\f105";
    color: #1396e2;
    left: 0;
    font-size: 18px;
    margin-left: 10px;
    vertical-align: middle;
    position: relative;
    bottom: 2px;
}

.link-arrow:hover {
    color: #1D2939;
    cursor: pointer;
}

.link-arrow:hover:after {
    color: #1CAF9A;
    left: 5px;
}

.link-arrow.geo-location:after {
    content: "\f041";
    top: -1px;
}

.link-arrow.geo-location:hover:after {
    left: 0;
    top: -5px;
}

.navbar-brand.brand-name img {
    margin-top: -16px;
}

.institution-brand-name {
    position: relative;
    line-height: 8px;
    font-size: 12px;
    font-weight: normal;
    top: -24px;
    color: #000;
    text-align: center;
}

.institution-top-right {
    position: relative;
    line-height: 8px;
    font-size: 12px;
    font-weight: normal;
    color: #000;
    text-align: right;
}

.stripped-list-danger div:nth-child(even) {
    background: #f2f4f8;
    color: #b00;
}

.bg-white, .bg-light {
    color: #000 !important;
}

.btn-outline {
    background-color: transparent;
    border: 1px solid transparent;
}

.btn-outline.btn-white.active, .btn-outline.btn-white.focus, .btn-outline.btn-white:active, .btn-outline.btn-white:focus, .btn-outline.btn-white:hover {
    color: #333 !important
}

.btn-outline.btn-default {
    color: #777;
    border-color: #777
}

.btn-outline.btn-default.active, .btn-outline.btn-default.focus, .btn-outline.btn-default:active, .btn-outline.btn-default:focus, .btn-outline.btn-default:hover {
    background-color: #777
}

.btn-outline.btn-primary {
    color: #126DA7 !important;
    border-color: #126DA7
}

.btn-outline.btn-success {
    color: #19a682 !important;
    border-color: #19a682
}

.btn-outline.btn-info {
    color: #29B6F6;
    border-color: #29B6F6
}

.btn-outline.btn-warning {
    color: #FF9800;
    border-color: #FF9800
}

.btn-outline.btn-danger {
    color: #F44336;
    border-color: #F44336
}

.btn-outline.btn-purple {
    color: #6D5CAE;
    border-color: #6D5CAE
}

.btn-outline.btn-teal {
    color: #1CAF9A;
    border-color: #1CAF9A
}

.btn-outline.btn-dark {
    color: #424242;
    border-color: #424242
}

.btn-outline.btn-white {
    color: #fff;
    border-color: #fff
}
.btn-outline.active, .btn-outline.focus, .btn-outline:active, .btn-outline:focus, .btn-outline:hover {
    color: #fff !important
}


.popover-content{
    padding:6px;
    overflow-y:auto;
    max-height:400px;
    min-width: 200px;
}

.v-align-top{
    vertical-align: top !important;
}
.v-align-bottom{
    vertical-align: bottom !important;
}
.v-align-middle{
    vertical-align: middle !important;
}


.table-responsive > .dataTables_wrapper {
    padding-bottom: 70px !important;
}

.wrap-overflow {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;

    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
}
.hyphenate {
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}


/** Animations */
.heartbeat {
    -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
    animation: heartbeat 1.5s ease-in-out infinite both;
}

/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}
@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}


.editable-pre-wrapped {
    white-space: normal;
}

.container-600{
    width: 600px;
}
.container-800{
    width: 800px;
}

@media (max-width: 800px){
    .container-600, .container-800{
        width: 100% !important;
    }

    .steps {
        width: 190px !important;
        max-width: 190px !important;
    }

    .steps li a {
        width: 30px!important;
        height: 30px!important;
        margin-right: 10px !important;
    }

    .steps li .title {
        font-size: 14px!important;
    }

    .steps li a::before {
        width: 10px !important;
    }
}

.responsive img{
    width: 100% !important;
    height: auto !important;
}