@charset "UTF-8";

@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,400italic);

@font-face {
    font-family: 'Graphic-Regular';
    font-style: normal;
    font-weight: 400;
    src: url('../font/proximanova-regular-webfont.woff');
}

@font-face {
    font-family: 'Graphic-Medium';
    font-style: normal;
    font-weight: 400;
    src: url('../font/proximanova-bold-webfont.woff');
}

@font-face {
    font-family: 'Graphic-semibold';
    font-style: normal;
    font-weight: 400;
    src: url('../font/proximanova-semibold-webfont.woff');
}

@font-face {
    font-family: 'Graphic-italic';
    font-style: normal;
    font-weight: 200;
    src: url('../font/proximanova-semiboldit-webfont.woff');
}

@font-face {
    font-family: 'Graphic-light';
    font-style: normal;
    font-weight: 100;
    src: url('../font/proximanova-light-webfont.woff');
}

@font-face {
    font-family: 'variane';
    font-style: normal;
    font-weight: 100;
    src: url('../font/Variane_Script.ttf');
}

@font-face {
    font-family: 'little';
    font-style: normal;
    font-weight: 100;
    src: url('../font/Little_days.ttf');
}

@font-face {
    font-family: 'light';
    src: url('../font/open-sans.light.ttf');
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: local('Material Icons'), local('MaterialIcons-Regular'), url('../font/material_icon.woff2') format('woff2');
}

.font-medium{
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-family: 'Graphic-Medium';
}

.font-s-bold{
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-family: 'Graphic-semibold';
}

.font-italic{
    font-family: little , serif;
    font-family: 'Graphic-italic';
}

.font-cursive{
    font-family: little, serif;
}

.font-light{
    font-family: light, serif;
}


.div-display{
    display: inline-block;
}



button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.btn.focus, .btn:focus, .btn:hover{
    color: #fff;
    text-decoration: none;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
    outline: none;
    outline-offset: 0;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 21px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.2;
    vertical-align: top;
    border: 1px solid #eeeeee;
}
.table > thead > tr > th {
    vertical-align: bottom;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #eeeeee;
}
.table .table {
    background-color: #f5f7fa;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #eeeeee;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #eeeeee;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fafbfc;
}
.table-hover > tbody > tr:hover {
    background-color: #51c6ea;
    color: white;
}
table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #fafbfc;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #eaeef2;
}

.table-responsive {
    overflow-x: unset;
    min-height: 0.01%;
}

.table-responsive div.row{
    padding: 5px;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15.75px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}

a:hover,
a:focus {
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

img {
    vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 3px;
}
.img-thumbnail {
    padding: 2px;
    line-height: 1.52857143;
    background-color: #e1e2e3;
    border: 1px solid #e1e2e3;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}


.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 0px;
}
.radio label,
.checkbox label {
    min-height: 21px;
    /*padding-left: 20px;*/
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px;
}

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}


input:focus{
    outline: none;
    outline-offset: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 5px;
    font-size: 14px;
    line-height: 1.52857143;
    color: #3a3f51;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #dde6e9;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #dde6e9;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/*.form-control::-moz-placeholder {*/
/*color: #b7bac9;*/
/*opacity: 1;*/
/*}*/
/*.form-control:-ms-input-placeholder {*/
/*color: #b7bac9;*/
/*}*/
/*.form-control::-webkit-input-placeholder {*/
/*color: #b7bac9;*/
/*}*/
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: rgba(0,0,0,0.05);
    opacity: 1;
}
textarea.form-control {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: none;
}


@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }

    .navbar-right {
        float: right!important;
        margin-right: 0px;
    }
}
.btn, flatdoc .button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 0px solid transparent;
    white-space: nowrap;
    padding: 6px 16px;
    font-size: 14px;
    line-height: 1.52857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #eaeaea;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #d6d6d6;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled,
.btn-default[disabled]{
    background-color: #ffffff;
    border-color: #eaeaea;
}
.btn-default .badge {
    color: #ffffff;
    background-color: #333333;
}
.open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #4b91ea;
    border-color: #3483e7;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    /*font-size: 12px;*/
    line-height: 1.5;
    border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: 0px;
}

.enhanced-datepicker table:focus{
    outline: none;
    box-shadow: none;
    border:none;
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
}
.nav > li:not(.menu-log) {
    position: relative;
    display: block;
}
.nav > li > a, .nav > main-left-sidebar > li > a{
    position: relative;
    display: block;
    padding: 10px 10px;
}
.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}
.nav > li.disabled > a {
    color: #e4eaec;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #e4eaec;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: transparent;
    border-color: #5d9cec;
}
.nav .nav-divider {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a > img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.52857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
    border-color: #dddddd #dddddd #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #dde6e9;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default;
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}
.nav-tabs.nav-justified > li {
    float: none;
}
.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-pills > li {
    float: left;
}
.nav-pills > li > a {
    border-radius: 4px;
}
.nav-pills > li + li {
    margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color: #5d9cec;
}
.nav-stacked > li {
    float: none;
}
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified {
    width: 100%;
}
.nav-justified > li {
    float: none;
}
.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a {
        margin-bottom: 0;
    }
}

.tab-content > .tab-pane {
    display: none;
    visibility: hidden;
}
.tab-content > .active {
    display: block;
    visibility: visible;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar {
    position: relative;
    min-height: 40px;
    margin-bottom: 21px;
    border: 1px solid transparent;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}
.navbar-header {
    float: left;
}
@media (min-width: 768px) {
    /*.navbar-header {*/
    /*float: left;*/
    /*}*/
}
.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        visibility: visible !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}
@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1000;
}
@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.navbar-brand {
    float: left;
    padding: 17px 15px;
    font-size: 18px;
    line-height: 21px;
    height: 60px;
}
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}
.navbar-brand > img {
    display: block;
}
@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 10.5px;
    margin-bottom: 10.5px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}
.navbar-nav {
    margin: 8.5px -15px;
}
.navbar-nav > li > a, .navbar-nav >main-left-sidebar> li > a{
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 21px;
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 21px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}

.navbar-nav {
    float: none;
    margin: 0;
}
.list-group {
    margin-bottom: 0px;
    padding-left: 0;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: none;
}
.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
a.list-group-item {
    color: #555555;
}
a.list-group-item .list-group-item-heading {
    color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
    text-decoration: none;
    color: #555555;
    background-color: #fafbfc;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #edf1f2;
    color: #e4eaec;
    cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #e4eaec;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #5d9cec;
    border-color: #5d9cec;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #ffffff;
}
.list-group-item-success {
    color: #27c24c;
    background-color: #dff0d8;
}
a.list-group-item-success {
    color: #27c24c;
}
a.list-group-item-success .list-group-item-heading {
    color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
    color: #27c24c;
    background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #27c24c;
    border-color: #27c24c;
}
.list-group-item-info {
    color: #23b7e5;
    background-color: #d9edf7;
}
a.list-group-item-info {
    color: #23b7e5;
}
a.list-group-item-info .list-group-item-heading {
    color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
    color: #23b7e5;
    background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #23b7e5;
    border-color: #23b7e5;
}
.list-group-item-warning {
    color: #ff902b;
    background-color: #fcf8e3;
}
a.list-group-item-warning {
    color: #ff902b;
}
a.list-group-item-warning .list-group-item-heading {
    color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
    color: #ff902b;
    background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #ff902b;
    border-color: #ff902b;
}
.list-group-item-danger {
    color: #f05050;
    background-color: #f2dede;
}
a.list-group-item-danger {
    color: #f05050;
}
a.list-group-item-danger .list-group-item-heading {
    color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
    color: #f05050;
    background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #f05050;
    border-color: #f05050;
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}


.navbar-right ~ .navbar-right {
    margin-right: 0;
}
.modal-open {
    overflow: hidden;
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    /*position: relative;*/
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    /*border-radius: 6px;*/
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    /*background-clip: padding-box;*/
    /*outline: 0;*/
}
/*.modal-backdrop {*/
/*position: absolute;*/
/*top: 0;*/
/*right: 0;*/
/*left: 0;*/
/*background-color: #000000;*/
/*}*/
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.52857143px;
}
.modal-header .close {
    /*margin-top: -2px;*/
}
.modal-title {
    margin: 0;
    line-height: 1.52857143;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 50px auto 20px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }


}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}


.list-group {
    line-height: 1.3;
}
.list-group .list-group-item {
    padding: 10px;
}

.nav-tabs > li > a {
    font-weight: bold;
    color: #515253;
    background-color: #edf1f2;
    margin: 0;
    border: 1px solid #dde6e9;
    border-radius: 0;
    padding: 10px 20px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: inherit;
    border-bottom-color: #fff;
}
.tab-content {
    padding: 10px 20px;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    border-color: #dde6e9;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border-bottom: 0;
}
.wrapper {
    position: relative;
    width: 100%;
    height: auto !important;
    min-height: 100%;
    background-color: #fff;
    /*overflow-x: scroll;*/
    float: left;
}
.wrapper.ng-leave {
    display: none;
}
.wrapper > .aside {
    position: absolute;
    width: 220px;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 110;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #ffffff;
}
.wrapper > .aside .aside-inner {
    padding-top: 110px;
    height: 100%;
    width: 220px;
    overflow: hidden;
}
.wrapper > .aside > .nav-floating {
    left: inherit;
    margin-left: 220px;
    z-index: 1110;
    min-width: 190px;
    overflow: auto;
}
.wrapper > .aside .dropdown-backdrop {
    z-index: -1;
}
.wrapper > section {
    position: relative;
    height: 100%;
    margin-left: 0;
    background-color: #f5f7fa;
    /*margin-bottom: 60px !important;*/
}
.wrapper > footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    border-top: 1px solid #e4eaec;
    padding: 20px;
    z-index: 109;
}
.wrapper > footer > p {
    margin: 0;
}
.content-wrapper {
    height: 100% !important;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .content-wrapper > .unwrap {
        margin: -20px;
    }
}
.content-wrapper > h3,
.content-wrapper > .content-heading {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 21px;
    margin-bottom: 10.5px;
    font-size: 24px;
    color: #929292;
    margin: -15px;
    margin-bottom: 20px;
    padding: 15px;
    font-weight: normal;
    background-color: #fafbfc;
    border-bottom: 1px solid #cfdbe2;
}
.content-wrapper > h3 small,
.content-wrapper > .content-heading small,
.content-wrapper > h3 .small,
.content-wrapper > .content-heading .small {
    font-weight: normal;
    line-height: 1;
    color: #3a3f51;
}
.content-wrapper > h3 small,
.content-wrapper > .content-heading small,
.content-wrapper > h3 .small,
.content-wrapper > .content-heading .small {
    font-size: 65%;
}
.content-wrapper > h3 > small,
.content-wrapper > .content-heading > small {
    display: block;
    font-size: 12px;
    color: #909fa7;
}
.content-wrapper > button,
.content-wrapper > .btn {
    margin: 10px 10px 0 0;
}
.content-wrapper .container,
.content-wrapper .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
@media only screen and (min-width: 768px) {
    .content-wrapper > h3,
    .content-wrapper > .content-heading {
        margin: -20px;
        margin-bottom: 20px;
        padding: 20px;
    }
    .content-wrapper > button,
    .content-wrapper > .btn {
        margin: 0;
    }
}
@media only screen and (min-width: 768px) {
    body {
        min-height: 100%;
    }
    .wrapper > .aside {
        z-index: 116;
    }
    .wrapper > .aside .aside-inner {
        padding-top: 60px;
    }
    .wrapper > section,
    .wrapper > footer {
        margin-left: 220px;
    }
    .wrapper > section.has-sidebar-right {
        margin-right: 240px;
    }
    .wrapper > section.has-sidebar-right + .offsidebar {
        z-index: 1;
    }
}
@media only screen and (max-width: 767px) {
    .wrapper > .aside {
        margin-left: -220px;
    }

    .aside-toggled .wrapper > .aside {
        margin-left: 0;
    }
    .csstransforms3d .wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .csstransforms3d .wrapper > section,
    .csstransforms3d .wrapper > footer {
        margin-left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: -webkit-transform 0.3s ease;
        -moz-transition: -moz-transform 0.3s ease;
        -o-transition: -o-transform 0.3s ease;
        transition: transform 0.3s ease;
    }
    .csstransforms3d .wrapper > .aside {
        margin-left: 0;
        -webkit-transform: translate3d(-220px, 0, 0);
        transform: translate3d(-220px, 0, 0);
        -webkit-transition: -webkit-transform 0.3s ease;
        -moz-transition: -moz-transform 0.3s ease;
        -o-transition: -o-transform 0.3s ease;
        transition: transform 0.3s ease;
    }
    .csstransforms3d .aside-toggled .wrapper > section,
    .csstransforms3d .aside-toggled .wrapper > footer {
        -webkit-transform: translate3d(220px, 0, 0);
        transform: translate3d(220px, 0, 0);
    }
    .csstransforms3d .aside-toggled .wrapper > .aside {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@media only screen and (max-width: 767px) {
    .aside-collapsed .wrapper > .aside {
        margin-left: -70px;
    }
    .aside-collapsed.aside-toggled .wrapper > section,
    .aside-collapsed.aside-toggled .wrapper > footer {
        margin-left: 70px;
    }
    .aside-collapsed.aside-toggled .wrapper > .aside {
        margin-left: 0;
    }
    .csstransforms3d .aside-collapsed .wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .csstransforms3d .aside-collapsed .wrapper > section,
    .csstransforms3d .aside-collapsed .wrapper > footer {
        margin-left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: -webkit-transform 0.3s ease;
        -moz-transition: -moz-transform 0.3s ease;
        -o-transition: -o-transform 0.3s ease;
        transition: transform 0.3s ease;
    }
    .csstransforms3d .aside-collapsed .wrapper > .aside {
        margin-left: 0;
        -webkit-transform: translate3d(-70px, 0, 0);
        transform: translate3d(-70px, 0, 0);
        -webkit-transition: -webkit-transform 0.3s ease;
        -moz-transition: -moz-transform 0.3s ease;
        -o-transition: -o-transform 0.3s ease;
        transition: transform 0.3s ease;
    }
    .csstransforms3d .aside-collapsed.aside-toggled .wrapper > section,
    .csstransforms3d .aside-collapsed.aside-toggled .wrapper > footer {
        -webkit-transform: translate3d(70px, 0, 0);
        transform: translate3d(70px, 0, 0);
    }
    .csstransforms3d .aside-collapsed.aside-toggled .wrapper > .aside {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.aside-collapsed {
    overflow-y: auto;
}


@media (max-width: 1140px) {
    .layout-fixed.aside-toggled,
    .layout-fixed.offsidebar-open {
        overflow-y: hidden;
    }
}

.layout-fixed .wrapper .topnavbar-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 121;
}
.layout-fixed .wrapper > aside {
    position: fixed;
}
.layout-fixed .wrapper > .aside {
    /* safari fix */
    height: 1px;
    min-height: 100%;
    /* ios blanks space fix */
}
.layout-fixed .wrapper > .aside > .aside-inner {
    position: fixed;
    top: 0;
    bottom: 0;
}
.layout-fixed .wrapper > section {
    margin-top: 115px;
}
@media only screen and (min-width: 768px) {
    .layout-fixed .wrapper > section {
        margin-top: 60px;
    }
}
@media only screen and (min-width: 992px) {
    .layout-boxed {
        overflow: auto !important;
    }
    .layout-boxed .wrapper {
        margin: 0 auto;
        overflow: hidden;
        box-shadow: 0 0 13px rgba(0, 0, 0, 0.25);
    }
    .layout-boxed .wrapper .offsidebar {
        position: absolute !important;
    }
    .layout-boxed .wrapper > .aside {
        left: inherit;
    }
    .layout-boxed .wrapper,
    .layout-boxed .wrapper .topnavbar-wrapper {
        width: 970px;
    }
    .layout-boxed.layout-fixed .wrapper > .aside > .aside-inner {
        left: inherit;
    }
}
@media only screen and (min-width: 1200px) {
    .layout-boxed .wrapper,
    .layout-boxed .wrapper .topnavbar-wrapper {
        width: 1140px;
    }
}



.topnavbar {
    -webkit-backface-visibility: hidden;
    /* fixes chrome jump */
    margin-bottom: 0;
    border-radius: 0;
    background-color: #fff;
    /*z-index: 1000;*/
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 768px) {
    .topnavbar .navbar-header {
        /*width: 165px;*/
    }
    .topnavbar .navbar-header .navbar-brand {
        width: 100%;
    }
}
.topnavbar {
    position: relative;
}

.topnavbar .navbar-header .navbar-brand {
    padding: 0;
}

.topnavbar .navbar-nav > li > a,
.topnavbar .navbar-nav > .open > a {
    color: #23b7e5;
}
.topnavbar .navbar-nav > li > a:hover,
.topnavbar .navbar-nav > .open > a:hover,
.topnavbar .navbar-nav > li > a:focus,
.topnavbar .navbar-nav > .open > a:focus {
    color: #117391;
}
.topnavbar .navbar-nav > .active > a,
.topnavbar .navbar-nav > .open > a,
.topnavbar .navbar-nav > .active > a:hover,
.topnavbar .navbar-nav > .open > a:hover,
.topnavbar .navbar-nav > .active > a:focus,
.topnavbar .navbar-nav > .open > a:focus {
    background-color: transparent;
}
.topnavbar .navbar-nav > li > [data-toggle='navbar-search'] {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
    font-size: 16px;
    line-height: 60px;
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
@media only screen and (min-width: 768px) {
    .topnavbar .navbar-nav > li > [data-toggle='navbar-search'] {
        color: #ffffff;
    }
}
@media only screen and (max-width: 767px) {
    .sidebar-toggle {
        position: absolute !important;
        top: 5px;
        right: 0;
        color: white !important;
        z-index: 3001;
    }
}
.nav-wrapper {
    padding: 0 5px 0 10px;
}

.nav-wrapper .nav.navbar-nav.navbar-right {
    float: right;
}
.nav-wrapper .nav > li {
    position: static;
    float: left;
}
.nav-wrapper .navbar-nav .open .dropdown-menu {
    position: absolute;
    background-color: #ffffff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    right:15px;
}

.topnavbar .navbar-nav  .navbar-caret{
    display: none;
    margin-top: -12px;
    z-index: 1000;
}
.navbar-caret .material-icons{
    color: #fff;
    opacity: 1;
}
.topnavbar .navbar-nav > .open > a .navbar-caret{
    display:block;
}


.topnavbar .navbar-form {
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    height: 60px;
    z-index: 9001;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom: 1px solid #e1e2e3;
}
.topnavbar .navbar-form .form-group {
    height: 100%;
    width: 100%;
}
.topnavbar .navbar-form .form-control {
    height: 100%;
    border: 0;
    border-radius: 0;
    width: 100%;
}
.topnavbar .navbar-form.open {
    top: 0;
}
.topnavbar .navbar-form .has-feedback .form-control-feedback {
    height: 30px;
    cursor: pointer;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
    margin-right: 10px;
    color: #c1c2c3;
    font-size: 1.5em;
    pointer-events: auto;
}
@media only screen and (min-width: 768px) {
    .topnavbar .navbar-form {
        left: 220px;
    }
}

.nav-wrapper:before,
.nav-wrapper:after {
    content: " ";
    display: table;
}
.nav-wrapper:after {
    clear: both;
}
.nav-wrapper:before,
.nav-wrapper:after {
    content: " ";
    display: table;
}
.nav-wrapper:after {
    clear: both;
}

.nav-wrapper .navbar-nav.navbar-right .open .dropdown-menu {
    left: auto;
    right: 0;
}

@media only screen and (min-width: 768px) {
    .topnavbar {
        border: 0;
    }
    .topnavbar .navbar-nav > a {
        box-shadow: 0 0 0 #000 inset;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }
    .topnavbar .navbar-nav > .open > a,
    .topnavbar .navbar-nav > .open > a:hover,
    .topnavbar .navbar-nav > .open > a:focus {
        /*box-shadow: 0 -3px 0 #19a5d1 inset;*/
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }
    .topnavbar .navbar-nav > li > a,
    .topnavbar .navbar-nav > .open > a {
        color: #fff;
        opacity: 1;
    }
    .topnavbar .navbar-nav > li > a:hover,
    .topnavbar .navbar-nav > .open > a:hover,
    .topnavbar .navbar-nav > li > a:focus,
    .topnavbar .navbar-nav > .open > a:focus {
        color: #fff;
        opacity:1;
    }
    .topnavbar .navbar-nav > li > [data-toggle='navbar-search'] {
        position: static;
    }
}

.aside-collapsed .topnavbar .navbar-form {
    left: 70px;
}

.circle {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 .5em;
    background-color: #ddd;
    vertical-align: baseline;
    border: 2px solid transparent;
    border-radius: 0px !important;
}
.circle.text-left {
    margin-left: 0;
}
.circle.text-right {
    margin-right: 0;
}


.c-checkbox,
.c-radio {
    margin-right: 4px;
}
.c-checkbox *,
.c-radio * {
    cursor: pointer;
}
.c-checkbox input,
.c-radio input {
    opacity: 0;
    position: absolute;
    margin-left: 0 !important;
}
.c-checkbox span,
.c-radio span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    /*margin-left: -20px;*/
    width: 18px;
    height: 18px;
    border-radius: 30px;
    border: 1px solid #ccc;
    margin-right: 5px;
    text-align: center;
}
.c-checkbox span:before,
.c-radio span:before {
    margin-left: 1px;
}
.c-checkbox:hover span,
.c-radio:hover span {
    border-color: #5d9cec;
}
.form-inline .c-checkbox span,
.form-inline .c-radio span {
    margin-left: 0;
}
.c-checkbox.c-checkbox-rounded span,
.c-radio.c-checkbox-rounded span,
.c-checkbox.c-radio-rounded span,
.c-radio.c-radio-rounded span {
    border-radius: 500px;
}
/* override for radio */
.c-radio span {
    border-radius: 500px;
}
/* the icon */
.c-checkbox span:before,
.c-radio span:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    text-align: center !important;
    font-size: 14px;
    line-height: 17px;
    vertical-align: middle;
}

.c-checkbox input[type=checkbox]:checked + span:before,
.c-radio input[type=checkbox]:checked + span:before,
.c-checkbox input[type=radio]:checked + span:before,
.c-radio input[type=radio]:checked + span:before {
    color: #fff;
    opacity: 1;
    transition: color 0.3s ease-out;
}
.c-checkbox input[type=checkbox]:checked + span,
.c-radio input[type=checkbox]:checked + span,
.c-checkbox input[type=radio]:checked + span,
.c-radio input[type=radio]:checked + span {
    border-color: #5d9cec;
    background-color: #5d9cec;
    color: #fff;
}
.c-checkbox input[type=checkbox] + span:after,
.c-radio input[type=checkbox] + span:after,
.c-checkbox input[type=radio] + span:after,
.c-radio input[type=radio] + span:after{
    opacity:0;
}
.c-checkbox input[type=checkbox]:checked + span:after,
.c-radio input[type=checkbox]:checked + span:after,
.c-checkbox input[type=radio]:checked + span:after,
.c-radio input[type=radio]:checked + span:after{
    opacity:1;
    animation: load8 .5s;
    font-size: 13px;
    line-height: 18px;
}
.c-checkbox input[type=radio]:checked + span,
.c-radio input[type=radio]:checked + span {
    background-color: #fff;
}
.c-checkbox input[type=radio]:checked + span:before,
.c-radio input[type=radio]:checked + span:before {
    color: #5d9cec;
}
.c-checkbox input[type=checkbox]:disabled + span,
.c-radio input[type=checkbox]:disabled + span,
.c-checkbox input[type=radio]:disabled + span,
.c-radio input[type=radio]:disabled + span {
    border-color: #dddddd !important;
    background-color: #f1f0f0 !important;
}
.c-checkbox input[type=radio]:disabled + span,
.c-radio input[type=radio]:disabled + span {
    background-color: #fff !important;
}
.c-checkbox input[type=radio]:disabled + span:before,
.c-radio input[type=radio]:disabled + span:before {
    color: #dddddd;
}
.form-control-rounded {
    border-radius: 100px;
}
.switch .form-control {
    padding-top: 7px;
    margin-bottom: 0;
}
.switch * {
    cursor: pointer;
}
.switch input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}
.switch span {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 100px;
    transition: all .5s;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1) inset;
}
.switch span:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 2px;
    height: 16px;
    width: 16px;
    border-radius: 400px;
    background-color: #a5abb4;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: all .2s;
}
.switch.switch-lg span {
    width: 50px;
    height: 25px;
}
.switch.switch-lg span:after {
    height: 23px;
    width: 23px;
}
.switch.switch-sm span {
    /*width: 30px;*/
    /*height: 15px;*/
    /*background-color: #ffffff;*/
    /*border-color: transparent;*/
    /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);*/
}
.switch.switch-sm span:after {
    /*height: 13px;*/
    /*width: 13px;*/
    /*background-color: #a5abb4;*/
    /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);*/
}
.switch input:checked + span {
    transition: all .5s;
}
.switch input:checked + span:after {
    background-color: #3fc145;
    left: 50%;
    transition: all .2s;
}


/* ========================================================================
   Component: form-validation.less
 ========================================================================== */
.parsley-error {
    border-color: #f05050 !important;
}
.parsley-errors-list {
    display: none;
    margin: 0;
    padding: 0;
}
.parsley-errors-list.filled {
    display: block;
}
.parsley-errors-list > li {
    font-size: 12px;
    list-style: none;
    color: #f05050;
}


/* ========================================================================
   Component: table-extras.less
 ========================================================================== */
.table > thead > tr > th {
    padding: 14px 8px;
    color: #888;
}
.table > tbody > tr > td {
    vertical-align: middle;
}
.table > tbody > tr > td > .media img {
    width: 36px;
    height: 36px;
    margin: 0 auto;
}
.table .checkbox {
    margin: 0 auto;
    width: 20px;
}
.table .progress {
    margin-bottom: 0;
}
.table .radial-bar {
    margin-bottom: 0;
    margin: 0 auto;
}
.jqstooltip {
    box-sizing: content-box;
}
#table-ext-1 th:nth-child(1) {
    width: 3%;
}
#table-ext-1 th:nth-child(2) {
    width: 5%;
}
#table-ext-1 th:nth-child(7) {
    width: 5%;
}
#table-ext-1 th:nth-child(9) {
    width: 5%;
}
#table-ext-2 th:nth-child(1) {
    width: 5%;
}
#table-ext-2 th:nth-child(3) {
    width: 10%;
}


.thumb24 {
    width: 40px !important;
    height: 40px !important;
}
.thumb32 {
    width: 32px !important;
    height: 32px !important;
}
.thumb48 {
    width: 48px !important;
    height: 48px !important;
}
.thumb64 {
    width: 64px !important;
    height: 64px !important;
}
.thumb80 {
    width: 80px !important;
    height: 80px !important;
}
.thumb96 {
    width: 96px !important;
    height: 96px !important;
}
.thumb128 {
    width: 128px !important;
    height: 128px !important;
}

.alert-success {
    background-color: #26A0E0;
    border-color: rgba(0, 0, 0, 0.1);
    color: #ffffff;
}
.alert-success hr {
    border-top-color: rgba(0, 0, 0, 0.1);
}
.alert-success .alert-link {
    color: #e6e6e6;
}

/* ========================================================================
   Component: timeline.less
 ========================================================================== */
.timeline,
.timeline-alt {
    list-style: none;
    padding: 0 0 20px;
    position: relative;
    z-index: 0;
}
.timeline:before,
.timeline-alt:before {
    position: absolute;
    top: 0;
    bottom: 30px;
    content: " ";
    width: 1px;
    background-color: #d1d2d3;
    left: 18px;
}
.timeline .timeline-end,
.timeline-alt .timeline-end {
    float: none;
    clear: both;
}
.timeline .popover.left > .arrow:after,
.timeline-alt .popover.left > .arrow:after {
    border-left-color: #fff;
}
.timeline .popover.right > .arrow:after,
.timeline-alt .popover.right > .arrow:after {
    border-right-color: #fff;
}
.timeline .popover.left > .popover-title + .arrow:after,
.timeline-alt .popover.left > .popover-title + .arrow:after {
    border-left-color: #fafafa;
}
.timeline .popover.right > .popover-title + .arrow:after,
.timeline-alt .popover.right > .popover-title + .arrow:after {
    border-right-color: #fafafa;
}
.timeline > li,
.timeline-alt > li {
    margin-bottom: 20px;
}
.timeline > li:before,
.timeline-alt > li:before,
.timeline > li:after,
.timeline-alt > li:after {
    content: " ";
    display: table;
}
.timeline > li:after,
.timeline-alt > li:after {
    clear: both;
}
.timeline > li:before,
.timeline-alt > li:before,
.timeline > li:after,
.timeline-alt > li:after {
    content: " ";
    display: table;
}
.timeline > li:after,
.timeline-alt > li:after {
    clear: both;
}
.timeline > li.timeline-separator,
.timeline-alt > li.timeline-separator {
    position: relative;
    float: none;
    clear: both;
    margin: 0 auto;
    padding: 40px 0;
}
.timeline > li.timeline-separator:first-child,
.timeline-alt > li.timeline-separator:first-child {
    padding-top: 0;
}
.timeline > li.timeline-separator:before,
.timeline-alt > li.timeline-separator:before {
    content: attr(data-datetime);
    display: inline-block;
    width: 120px;
    text-align: center;
    padding: 0 20px;
    line-height: 30px;
    background-color: #b6c5da;
    color: #fff;
}
.timeline > li > .timeline-panel,
.timeline-alt > li > .timeline-panel {
    margin-left: 60px;
}
.timeline > li > .timeline-panel .popover,
.timeline-alt > li > .timeline-panel .popover {
    position: relative;
    display: block;
    margin: 0;
    width: 100%;
    max-width: none;
}
.timeline > li > .timeline-panel .popover .arrow,
.timeline-alt > li > .timeline-panel .popover .arrow {
    top: 18px;
    display: none;
}
.timeline > li > .timeline-panel .popover .popover-content .popover-title,
.timeline-alt > li > .timeline-panel .popover .popover-content .popover-title {
    background-color: transparent;
    border: 0;
    padding-left: 0;
    padding-top: 0;
}
.timeline > li > .timeline-date,
.timeline-alt > li > .timeline-date {
    margin: -20px 0 0;
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
}
.timeline > li > .timeline-date > time:after,
.timeline-alt > li > .timeline-date > time:after {
    content: attr(datetime);
}
.timeline > li > .timeline-badge,
.timeline-alt > li > .timeline-badge {
    position: absolute;
    left: 0;
    width: 36px;
    height: 36px;
    border-radius: 500px;
    line-height: 36px;
    font-size: 1em;
    text-align: center;
    color: #fff;
    background-color: #999;
    z-index: 100;
}
.timeline > li > .timeline-badge.primary,
.timeline-alt > li > .timeline-badge.primary {
    background-color: #5d9cec;
}
.timeline > li > .timeline-badge.success,
.timeline-alt > li > .timeline-badge.success {
    background-color: #27c24c;
}
.timeline > li > .timeline-badge.warning,
.timeline-alt > li > .timeline-badge.warning {
    background-color: #ff902b;
}
.timeline > li > .timeline-badge.danger,
.timeline-alt > li > .timeline-badge.danger {
    background-color: #f05050;
}
.timeline > li > .timeline-badge.info,
.timeline-alt > li > .timeline-badge.info {
    background-color: #23b7e5;
}
.timeline > li > .timeline-badge.inverse,
.timeline-alt > li > .timeline-badge.inverse {
    background-color: #131e26;
}
.timeline > li > .timeline-badge.green,
.timeline-alt > li > .timeline-badge.green {
    background-color: #37bc9b;
}
.timeline > li > .timeline-badge.pink,
.timeline-alt > li > .timeline-badge.pink {
    background-color: #f532e5;
}
.timeline > li > .timeline-badge.purple,
.timeline-alt > li > .timeline-badge.purple {
    background-color: #7266ba;
}
.timeline > li > .timeline-badge.dark,
.timeline-alt > li > .timeline-badge.dark {
    background-color: #3a3f51;
}
.timeline > li > .timeline-badge.yellow,
.timeline-alt > li > .timeline-badge.yellow {
    background-color: #fad732;
}
.timeline-alt .popover .arrow {
    display: block !important;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}
.timeline-body > p + p {
    margin-top: 5px;
}
@media only screen and (min-width: 992px) {
    .timeline:before {
        left: 50%;
        margin-left: 18px;
    }
    .timeline > li {
        float: left;
        clear: left;
        width: 45%;
    }
    .timeline > li.timeline-inverted {
        float: right;
        clear: right;
        margin-top: 50px;
    }
    .timeline > li.timeline-separator {
        text-align: center;
    }
    .timeline > li.timeline-separator:before {
        margin-left: 36px;
    }
    .timeline > li > .timeline-badge {
        left: 50%;
        margin-left: 0;
    }
    .timeline > li > .timeline-date {
        float: none;
        position: absolute;
        width: 40%;
        left: 50%;
        top: 18px;
        margin-left: 54px;
        margin-top: -10px;
    }
    .timeline > li > .timeline-panel {
        margin: 0;
    }
    .timeline > li > .timeline-panel:before {
        border-left-width: 15px;
        border-right-width: 0;
        top: 26px;
        right: -15px;
        left: auto;
    }
    .timeline > li > .timeline-panel:after {
        border-left-width: 14px;
        border-right-width: 0;
        top: 27px;
        right: -14px;
        left: auto;
    }
    .timeline > li > .timeline-panel .popover .arrow {
        display: block;
    }
    .timeline > li.timeline-inverted > .timeline-panel {
        padding-left: 36px;
    }
    .timeline > li.timeline-inverted .timeline-date {
        left: auto;
        right: 50%;
        width: auto;
        margin-left: 0;
        margin-right: 36px;
    }
}


.glyphicon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon.pull-left {
    margin-right: 0.3em;
}
.glyphicon.pull-right {
    margin-left: 0.3em;
}
.glyphicon.glyphicon-chevron-left:before {
    content: "\f053";
}
.glyphicon.glyphicon-chevron-right:before {
    content: "\f054";
}
.glyphicon.glyphicon-chevron-up:before {
    content: "\f077";
}
.glyphicon.glyphicon-chevron-down:before {
    content: "\f078";
}
.glyphicon.glyphicon-folder-open:before {
    content: "\f07c";
}

input[type=radio]{
    margin-right: 3px;
}


/***********************/
/***********************/
/***********************/
/*Tookan UI kit style*/
/***********************/
/***********************/
/***********************/

.select-wrapper.border{
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    height: 30px;
}
.select-wrapper.border:after{
    top: 50%;
    margin-top: -6px;
}
.select-wrapper.border select{
    width:100%;
    padding: 0px 10px;
}