@font-face {
    font-family: "OpenSans";
    src: url('../fonts/OpenSans-Regular_0.ttf');
}

@font-face {
    font-family: "OpenSans Bold";
    src: url('../fonts/OpenSans-Bold_0.ttf');
}

@font-face {
    font-family: "OpenSans SemiBold";
    src: url('../fonts/OpenSans-Semibold_0.ttf');
}

body {
    font-family: "OpenSans";
    background-color: #eaeaea;
}

a {
    color: #01a1dd;
}

a:hover {
    font-family: "OpenSans Bold";
    text-decoration: none;
    color: #01a1dd;
}

.container {
    padding-left: 50px;
    padding-right: 50px;
}

#header {
    background-color: #161d23;
    color: #fff;
    height: 50px;
    box-shadow: 0 0 3px #000;
    position: fixed;
    width: 100%;
    z-index: 5;
}

.top-menu {
    padding: 10px 20px;
    border-right: solid 1px #0b1013;
    cursor: pointer;
}

.top-logo {
    padding: 10px 15px;
    border-right: solid 1px #0b1013;
}

.zone {
    display: inline-block;
    padding: 10px 20px;
    border-right: solid 1px #0b1013;
    height: 48px;
    position: relative;
    cursor: pointer;
}

.zone img {
    margin-right: 10px;
}

.zone-list {
    position: absolute;
    padding: 0;
    top: 47px;
    list-style-type: none;
    background-color: #01a1dd;
    cursor: default;
    display: none;
    width: 193px;
    left: -5px;
    text-align: center;
}

.zone-list li {
    padding: 5px 35px;
    border-bottom: solid 1px #fff;
}

.zone-list li a {
    text-decoration: none;
    color: #fff;
}

.balance-list {
    position: absolute;
    top: 50px;
    padding: 10px;
    list-style-type: none;
    background-color: #f56954;
    font-size: 12px;
    right: 0;
    width: 225px;
    display: none;
}

.balance-list a {
    color: #fff;
    text-decoration: none;
}

.notif-list {
    position: absolute;
    top: 49px;
    list-style-type: none;
    font-size: 12px;
    background-color: #37a8af;
    padding: 10px 0;
    width: 300px;
    right: 0;
    display: none;
}

.notif-icon {
    cursor: pointer;
}

.notif-list li {
    padding: 5px 10px;
}

.notif-list li:nth-last-child(1) {
    border-bottom: solid 1px #44bbd9;
}

.notif-list a {
    color: #fff;
}

.notif-time {
    margin-left: 30px;
}

.balance-list li {
    margin: 5px 0;
    padding: 5px 0;
    background-color: #dc361d;
}

.arrow-up {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;

    border-bottom: 5px solid;
}

.balance-container {
    display: inline-block;
    padding: 15px 20px;
    border-left: solid 1px #0b1013;
    border-right: solid 1px #0b1013;
    height: 48px;
    position: relative;
    margin-right: 50px;
}

.toggle-balance {
    cursor: pointer;
}

.top-notif {
    position: relative;
    padding: 14px 20px;
    border-right: solid 1px #0b1013;
    margin-right: 50px;
    display: inline-block;
}

.notif {
    position: absolute;
    font-size: 10px;
    top: 5px;
    right: 15px;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #36a5ac;
}

.photo {
    width: 75px;
    height: 75px;
    border-radius: 100%;
    border: solid 3px #01a1dd;
}

.name {
    margin-bottom: 10px;
    font-size: 16px;
    color: #ff7928;
}

.balance {
    font-family: "OpenSans Bold";
}

#left-nav {
    background-color: #161d23;
    position: fixed;
    width: 252px;
    color: #fff;
    top: 50px;
    left: 0;
    height: 100%;
    transition: 0.5s all;
    overflow: scroll;
    z-index: 3;
}

#left-nav::-webkit-scrollbar {
    display: none;
}

.nav-container {
    position: relative;
    overflow: hidden;
}

.profile {
    padding: 0px;
    padding-top: 30px;
    padding-bottom: 10px;
    border-bottom: solid 1px #0b1013;
    -webkit-box-shadow: 0px 2px 0px -1px rgba(39, 42, 44, 1);
    -moz-box-shadow: 0px 2px 0px -1px rgba(39, 42, 44, 1);
    box-shadow: 0px 2px 0px -1px rgba(39, 42, 44, 1);
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.left-menu {
    list-style-type: none;
    /*list-style-image: url('../img/icon-left-menu.png');*/
    /*list-style-position: inside;*/
    padding-left: 0;
}

.left-menu img {
    margin-right: 10px;
}

.left-menu li {
    margin: 7px 0;
    padding: 5px 0;
    cursor: pointer;
    padding-left: 30px;
    position: relative;
}


.left-menu li a {
    color: #fff;
}

.left-menu li a:hover {
    color: #fff;
    font-family: "OpenSans";
}

.left-menu-in li:hover>a {
    color: #ff7928;
}

.left-menu-in-2 {
    display: none;
    list-style: none;
    padding-left: 27px;
}

.left-menu-in .left-menu-in-2 li:hover {
    background-color: transparent;
}

.left-menu-in .left-menu-in-2 li {
    padding-left: 0;
}

.left-menu-in-2 li a {
    color: #fff;
}

.left-menu-in-2 li a:hover {
    color: #ff7928;
}

.left-menu-in li {
    padding-left: 10px;
}

.plus {
    position: absolute;
    right: 30px;
    top: 5px
}

.zone-nav {
    font-family: "OpenSans SemiBold";
    font-size: 22px;
    padding-left: 10px;
    color: #ff7928;
    border-top: solid 1px #0b1013;
    -webkit-box-shadow: 0px -2px 0px -1px rgba(39, 42, 44, 1);
    -moz-box-shadow: 0px -2px 0px -1px rgba(39, 42, 44, 1);
    box-shadow: 0px -2px 0px -1px rgba(39, 42, 44, 1);
    padding-top: 10px;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
}

.left-menu li:hover {
    background-color: #0b1013;
}

.left-menu-in {
    padding-left: 0;
    /*list-style-image: url('../img/icon-left-menu-white.png');*/
    display: none;
    list-style-type: none;
}


#content {
    margin-left: 217px;
    padding-top: 50px;
    transition: 0.5s all;
    position: relative;
    min-height: 100vh;
}

#footer {
    background-color: #fff;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    bottom: 0;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    font-size: 12px;
    text-align: right;
    left: 0;
    z-index: 1;
    padding-right: 30px;
}

.breadcrumbs {
    list-style-type: none;
    padding: 0;
    margin-top: 30px;
}

.breadcrumbs li {
    display: inline;
}

.breadcrumbs img {
    margin-top: -8px;
}

.breadcrumbs .divider {
    margin-right: 4px;
}

table {
    text-align: left;
    font-size: 12px;
    background-color: #fff;
}

table thead {
    background-color: #01a1dd;
    color: #fff;
    font-size: 16px;
}

table thead img {
    margin-right: 10px;
}

table .sub-heading td {
    padding: 5px;
    border-bottom: solid 1px #eee;
    font-family: "OpenSans Bold";
    font-size: 13px;
    text-transform: uppercase;
}

.sub-heading-loading {
    padding: 5px;
    font-family: "OpenSans Bold";
    font-size: 24px;
    text-transform: uppercase;
    color: #01a1dd;
    text-align: center;
}

table td {
    padding: 5px;
    border-bottom: solid 1px #eee;
    font-size: 12px;
    color: #5e5e5e;

}

table tr:nth-last-child(1) td {
    border-bottom: none;
}

table td:nth-child(1) {
    padding-left: 15px;
}

table .sub-heading td:nth-child(1) {
    padding-left: 15px;
}

table td:nth-last-child(1) {
    padding-right: 15px;
}

table td:nth-last-child(2) {
    padding-right: 0px;
}

.panel-title {
    background-color: #01a1dd;
    color: #fff;
    font-size: 16px;
    padding: 8px 10px 8px 10px;
    text-align: left;
    font-family: "OpenSans Bold";
}

.panel-title-center {
    background-color: #ef4238;
    color: #fff;
    font-size: 16px;
    padding: 8px 10px 8px 10px;
    text-align: center;
    font-family: "OpenSans Bold";
}

.panel-title img {
    margin-right: 10px;
}

.panel-content {
    padding: 15px;
    background-color: #fff;
}

.arrow-down {
    float: right;
    margin-right: 15px;
    cursor: pointer;
}

.location {
    margin: 30px 0;
    font-family: "OpenSans SemiBold";
    font-size: 25px;
    float: left;
}

.location img {
    margin-top: -5px;
}

.title {
    font-family: "OpenSans Bold";
    font-size: 33px;
    color: #161d23;
    float: right;
    margin: 24px;
}

.btn-table {
    background-color: #01a1dd;
    padding: 5px 0;
    color: #fff;
    font-size: 16px;
    transition: 0.5s all;
    cursor: pointer;
    text-align: center;

}

.btn-table:hover {
    background-color: #161d23;
}

.btn-table a {
    color: white;
}

.btn-table a:hover {
    font-weight: normal;
    font-family: "OpenSans";
}

.btn-container {
    margin-top: 15px;
}

.table-button {
    background-color: #01a1dd;
    padding: 5px 0;
    color: #fff;
    font-size: 16px;
    transition: 0.5s all;
    cursor: pointer;
    margin-top: 15px;
    font-family: "OpenSans Bold";
}

.table-button:hover {
    background-color: #161d23;
}

.table-button a {
    color: #fff;
    font-family: "OpenSans Bold";
}

.row-2 {
    margin-top: 30px;
}

.error-msg {
    background-color: #ff6158;
    color: #fff;
    padding: 15px;
    font-family: "OpenSans";
    font-size: 11px;
    /*display: none;*/
    margin: 15px;
    font-weight: normal;
}

.alert.error {
    background-color: #ff6158;
}

.alert.green {
    background-color: #5cb85c;
}

.alert.yellow {
    background-color: #ffba58;
}

.alert.blue {
    background-color: #246297;
}

td.label-input {
    vertical-align: top;
    padding-top: 15px;
}

label {
    font-weight: normal;
}

input[type=submit] {
    background-color: #01a1dd;
    border: none;
    padding: 10px 30px;
    color: #fff;
    font-size: 14px;
    transition: 0.5s all;
    cursor: pointer;
    margin-top: 15px;
    font-family: "OpenSans SemiBold";
    float: right;
}

input[type=submit]:hover {
    background-color: #161d23;
}

.table-list tr:hover {
    background-color: #e0e0e0;
}

.table-list tr.sub-heading:hover {
    background-color: initial;
}

.table-list .table-link:hover {
    background-color: #fff;
}

.bottom-100 {
    padding-bottom: 100px;
}

.information {
    background-color: #ff7928;

}

.information-bullet {
    list-style-type: none;
    color: #5e5e5e;
    padding-left: 10px;
    font-size: 13px;
}

.red {
    color: red;
}

.left-0 {
    padding-left: 0px;
}

.right-0 {
    padding-right: 0px;
}

.center-0 {
    padding: 0px;
}

.left-menu a {
    color: #fff;
    font-family: "OpenSans";
}

.orange {
    color: #ff7928;
}

.bold {
    font-family: "OpenSans Bold";
}

.semi-bold {
    font-family: "OpenSans SemiBold";
}

.font-12 {
    font-size: 12px;
}

.font-16 {
    font-size: 16px;
}

.font-20 {
    font-size: 20px;
}

.font-30 {
    font-size: 30px;
}

.text-blue {
    color: #01a1dd;
}


.modal {
    overflow-y: auto;
}

.modal-open {
    overflow: auto;
}

[class^="icon2-"],
[class*=" icon2-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("../img/icons/etc/glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
}

.icon2-time {
    background-position: -48px -24px;
}

.icon2-th {
    background-position: -192px -120px;
}

.icon2-chevron-down {
    background-position: -313px -119px;
}

.icon2-chevron-up {
    background-position: -288px -120px;
}

.datepicker table thead {
    background-color: transparent;
    color: #000;
    font-size: 12px;
}

.relative {
    position: relative;
}

.margin-0 {
    margin: 0;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

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

.btn-float-right {
    float: right;
    padding: 5px 30px;
}

.sortable thead {
    background-color: initial;
    cursor: pointer;
}

table.sortable .sub-heading td:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after {
    content: " \25B4\25BE"
}

input[type=file] {
    padding-bottom: 45px;
}

.custom-header {
    margin-top: 10px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    background-color: #01a1dd;
    padding: 10px;
    color: #fff;
    font-size: 14px;
}

.custom-title {
    font-size: 11px;
    font-weight: 200;
    font-style: italic;
}

.btn-roles {
    margin-right: 20px;
    margin-top: 20px;
}

.roles-box {
    font-size: 13px;
    margin-top: 15px;
    /* padding: 10px; */
    border: 1px solid #ddd;
    display: none;
}

.roles-title {
    font-size: 14px;
    background: #FF7925;
    padding: 10px;
    color: #fff;
    font-weight: bold;
}

.roles-content {
    padding: 10px 15px;
}