/* fallback */

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

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
}


* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .4s;
    transition: .4s;
    margin: 0;
    padding: 0;
}

input[type='number'] {
    -moz-appearance: textfield;
}

.form-error {
    color: red;
    font-size: 14px;
    font-weight: bold;
}

.msg-error {
    width: 100%;
    color: #fff;
    font-weight: bold;
    background: maroon;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    border-radius: .25rem;
}

.msg-success {
    width: 100%;
    color: #fff;
    font-weight: bold;
    background: green;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    border-radius: .25rem;
}

.form-control[readonly] {
    background: transparent;
    pointer-events: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

select::-ms-expand {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

input[type="text"],
input[type="date"],
input[type="time"],
button,
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

:selected,
 :focus,
 :active {
    outline: none;
}

:before,
 :after {
    -webkit-transition: .1s;
    transition: .1s;
}

.fullwrapper {
    float: left;
    width: 100%;
    background: rgb(239, 239, 239);
}

.half {
    width: 50%;
}

fieldset {
    border: none;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
select,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#bgpath {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.loginwrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding-bottom: 30px;
    overflow-y: auto;
    /*! padding-top: 30px; */
}

.loginpanel {
    width: 300px;
}

.loginpanel h1 {
    font-size: 50px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 50px;
}

.loginpanel fieldset {
    position: relative;
}

.loginpanel .visible {
    display: block;
}

.loginpanel .hidden {
    display: none;
}

.loginpanel fieldset+fieldset,
.fieldgroup {
    margin-top: 30px;
}

.fieldgroup {
    position: relative;
}

.loginpanel .in {
    width: 100%;
    padding: 10px;
    background: none;
    border: none;
    border-bottom: 1px solid #525252;
    padding-left: 40px;
    font-size: 14px;
    color: #525252;
}

.loginpanel .in~label {
    position: absolute;
    top: 9px;
    left: 5px;
    font-size: 15px;
    pointer-events: none;
    border-right: 1px solid #e1e1e1;
    padding-right: 5px;
}

.loginpanel button {
    border: none;
    background: none;
    cursor: pointer;
}

.loginpanel .button {
    /* position: absolute;
    left: -webkit-calc(100% + 30px);
    left: calc(100% + 30px);
    bottom: 0; */
}

.loginpanel .button button {
    display: inline-block;
    vertical-align: middle;
    background: #ddd;
    border-radius: 5px;
    padding: 15px 16px;
    border: solid 1px #ccc;
    line-height: 0;
    font-size: 22px;
}

.loginpanel .button a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.loginpanel .formactions {
    font-size: 12px;
    margin-top: 50px;
}

.loginpanel .formactions.top {
    margin: 10px 0 30px;
}

.loginpanel .formactions.middle {
    margin: 10px 0;
}

.loginpanel .custombutton input[type="checkbox"]~label {
    padding-left: 25px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0
}

.loginpanel .custombutton input[type="checkbox"]~label:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    border-radius: 2px;
}

.loginpanel .custombutton input[type="checkbox"]~label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 5px;
    width: 15px;
    height: 15px;
    background: #999;
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: 2px;
}

.loginpanel .custombutton input[type="checkbox"]:checked~label:after {
    -webkit-transform: scale(.6);
    transform: scale(.6)
}

.loginpanel .custombutton input[type="checkbox"] {
    display: none;
}

.loginpanel .link a {
    font-size: 11px;
    color: #000;
}

.loginpanel .link a+a {
    margin-left: 5px;
}

.copyright {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 12px;
}

.passwordsp .passwordtrigger {
    visibility: hidden;
    position: absolute;
    right: 5px;
    top: 9px;
    cursor: pointer;
}

.passwordsp:hover .passwordtrigger {
    visibility: visible;
}

.loginpanel .submit.btn {
    background: #999;
    border-color: #999;
    cursor: pointer;
    padding: 6px 20px;
}

.fullcontainer {
    position: relative;
    z-index: 10;
}

.navbar-nav .navbar {
    margin-bottom: 0
}

.navbar-nav .navbar li .toggler {}

.navbar-nav .navbar li {
    position: relative;
    list-style: none;
}

.navbar-nav .navbar li+li {
    margin-left: 30px;
}

.navbar-nav .navbar li a {
    color: #525252;
    text-decoration: none;
}

.navbar-nav .navbar li:hover>a {
    color: rgb(243, 124, 33)
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 3px #e1e1e1;
    box-shadow: 0 0 3px #e1e1e1;
    z-index: 9999999;
}

.navbar-brand {
    font-size: 25px;
}

.navbar-brand .brand-name {
    width: 235px;
    text-align: center;
}

.logo {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.navbar-brand .brand-name img {
    max-width: 100%;
    height: 60px;
    margin-left: -15px;
}

.logo img {
    height: 100px;
}

.navbar-brand .nav-ico {
    width: 30px;
    cursor: pointer;
    overflow: hidden;
    height: 25px;
}

.navbar-brand .nav-ico span {
    float: left;
    width: 30px;
    height: 4px;
    background: #525252;
    border-radius: 3px;
}

.navbar-brand .nav-ico.clicked {}

.navbar-brand .nav-ico.clicking span {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px)
}

.navbar-brand .nav-ico.clicking span:nth-child(1) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}

.navbar-brand .nav-ico.clicking span:nth-child(2) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

.navbar-brand .nav-ico.clicking span:nth-child(3) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.navbar-brand .nav-ico.clickdone span {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
}

.navbar-brand .nav-ico.clickdone span,
.navbar-brand .nav-ico.goingback span {
    width: 4px;
    height: 25px;
    margin-right: 4px;
    -webkit-transition: none;
    transition: none
}

.navbar-brand .nav-ico.back span {
    width: 30px;
    height: 4px;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    -webkit-transition: none;
    transition: none
}

.navbar-brand .nav-ico.goneback span {
    width: 30px;
    height: 4px;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: .2s;
    transition: .2s;
}

.navbar-brand .nav-ico.goingback span+span {
    margin-top: 4px;
}

.navbar-brand .nav-ico.goingback span {
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
}

.navbar-brand .nav-ico.clicked span {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .2s;
    transition: .2s;
}

.navbar-brand .nav-ico.clicked span:nth-child(1) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.navbar-brand .nav-ico.clicked span:nth-child(2) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.navbar-brand .nav-ico.clicked span:nth-child(3) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.navbar-brand .nav-ico.clicked span+span,
.navbar-brand .nav-ico.clickdone span+span {
    margin-top: 0
}

.navbar-brand .nav-ico span+span {
    margin-top: 4px;
}

.sidenav,
.content-holder {
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.sidenav {
    position: fixed;
    left: -250px;
    width: 250px;
    bottom: 0;
    top: 70px;
    background: rgb(41, 76, 110);
    -webkit-box-shadow: 1px 2px 3px rgb(225, 225, 225);
    box-shadow: 1px 2px 3px rgb(225, 225, 225);
    padding: 20px 15px 20px 15px;
    border-top: 1px solid #e1e1e1;
}

.sidenav.show {
    left: 0
}

.sidenav ul li {
    list-style: none;
    position: relative;
}

.sidenav ul li:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -11px;
    right: 0;
    height: 1px;
    background: rgba(225, 225, 225, 0.12);
}

.sidenav ul li:last-child:before {
    display: none;
}

.sidenav ul li a {
    font-size: 12px;
    color: rgb(255, 255, 255);
}

.sidenav ul li a:hover {
    text-decoration: none;
}

.sidenav ul li+li {
    margin-top: 15px;
}

.content-holder {
    min-height: calc(100vh - 70px);
    margin-top: 150px;
    padding-top: 30px;
    /*! padding-left: 20px; */
    /*! padding-right: 20px; */
}

.content-holder.left {
    margin-left: 0;
    position: relative;
}

.content-holder .grids {
    margin-bottom: 100px;
}

.content-holder .grids .grid {
    background: #fff;
    -webkit-box-shadow: 0 0 3px rgb(161, 161, 161);
    box-shadow: 0 0 3px rgb(161, 161, 161);
    border-radius: 2px;
    padding: 15px;
}

.content-holder .grids .grid+.grid {
    margin-top: 30px;
}

.content-holder .grids h2 {
    font-size: 20px;
    margin-bottom: 0;
    color: #fff;
}

.content-holder .grids .grid .grid-head {
    -webkit-box-shadow: 0 0 3px #e1e1e1;
    box-shadow: 0 0 3px #e1e1e1;
}

.content-holder .grids .grid.fixed .grid-head {
    position: fixed;
    z-index: 100;
    margin-top: 0;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.56);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.56);
}

.content-holder .grids .grid .grid-head,
.content-holder .grids .grid .grid-body {
    -webkit-transition: none;
    transition: none;
}

.content-holder .grids .grid .grid-body {
    margin-top: 20px;
}

.content-holder .grids .grid .grid-body.inner {}

.content-holder .grids .grid .grid-head {
    padding: 20px 10px;
    background: rgb(41, 76, 110);
    margin: 0 -15px;
    margin-top: -15px;
    text-transform: uppercase;
}

.dataTables_wrapper>.row:first-child {
    margin-bottom: 10px !important;
}

.table {
    margin-bottom: 0;
    position: relative;
    padding: 0
}

.table.slimscroll {
    margin-top: 30px;
}

.table .side-scroll.fixed {
    position: fixed;
    top: 10%;
    z-index: 1;
}

.table .side-scroll a {
    position: absolute;
    top: 200px;
    width: 30px;
    height: 50px;
    z-index: 1;
    background: rgba(0, 0, 0, .5);
    line-height: 50px;
    text-align: center;
    display: none;
    color: #fff;
    font-size: 20px;
    -webkit-transition: .1s;
    transition: .1s;
}

.table .side-scroll.fixed a {
    top: 100px;
}

.table .side-scroll a.disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: .3;
}

.table .side-scroll a:hover {
    font-size: 30px;
    width: 50px;
}

.table:hover .side-scroll a {
    display: block;
}

.table .side-scroll a.left {
    left: 0px;
    border-radius: 0 30px 30px 0;
}

.table .side-scroll a.right {
    right: 0px;
    border-radius: 30px 0 0 30px;
}

.slimscroll table tr th {
    font-size: 14px;
    vertical-align: middle !important;
    min-width: 120px;
    text-align: center;
    font-weight: 700;
}

table tr td {
    font-size: 14px;
    text-align: center;
}

table tr td a.edit,
table tr td a.delete {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
    width: 30px;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: 0 0 3px rgb(209, 209, 209);
    box-shadow: 0 0 3px rgb(209, 209, 209);
    border-radius: 3px;
    height: 30px;
    line-height: 30px;
}

a.action {
    color: #fff;
}

table tr td a.edit {
    color: darkcyan;
}

table tr td a.delete {
    color: indianred;
}

table a {
    color: #525252;
    text-decoration: underline
}

.navbar-nav .dropdown-menu p {
    margin: 0;
}

.navbar-nav .dropdown-menu {
    position: absolute;
    left: auto;
    right: 0;
    padding: 10px;
}

.navbar-nav .dropdown-menu.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.navbar-nav .dropdown-menu .user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.navbar-nav .dropdown-menu .user a {
    margin-bottom: 10px;
}

.navbar-nav .dropdown-menu .user .userimg {
    width: 50px;
    margin-right: 10px;
    height: 50px;
    border: 1px solid #e1e1e1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 30px;
    border-radius: 2px;
}

.table-responsive.slimscroll {
    overflow-x: hidden;
}

.dataTables_wrapper.container-fluid {
    padding: 0;
}

.formpop .modal-body {
    min-height: calc(100vh - 200px);
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.innerpage.form .form-group {
    position: relative;
}

.innerpage.form .form-group input[type="text"],
.innerpage.form .form-group textarea {
    padding-top: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
}

.innerpage.form .form-group input.form-control {
    height: 40px;
}

.innerpage.form .form-group .form-control~label {
    position: absolute;
    top: 8px;
    font-size: 13px;
    left: 10px;
    background-color: rgba(41, 76, 110, 0);
    pointer-events: none;
    padding: 2px;
    border-radius: 2px;
    -webkit-transition: .1s;
    transition: .1s;
}

.innerpage.form .form-group .form-control:focus~label,
.innerpage.form .form-group .form-control.filled~label {
    top: -7px;
    font-size: 10px;
    left: 10px;
    background-color: rgba(41, 76, 110, 1);
    color: #fff;
}

.innerpage.form .custom-checkbox {
    margin-bottom: 10px;
}

.split-form {
    margin-top: 30px;
}

.split-form .form-value span {
    font-size: 14px;
    width: 150px;
    float: left;
    margin-right: 20px;
    position: relative;
    font-weight: 600;
}

.split-form .form-value span:before {
    content: ':';
    position: absolute;
    right: -5px;
    top: 1px;
}

.split-form.edit .form-field,
.split-form .form-value {
    display: block;
}

.split-form.edit .form-value,
.split-form .form-field {
    display: none;
}

.split-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.split-form .form-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    margin-bottom: 25px;
}

.split-form .form-group.full,
.split-form .form-group.full .form-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0 !important
}

.split-form .form-group:not(.full):nth-child(2n) {
    margin-left: 4%;
}

.breadcrumb {
    background-color: #fff;
}

.header-search {
    width: 0px;
    overflow: hidden;
    -webkit-transition: .2s;
    transition: .2s;
}

.header-search.active {
    width: 260px;
}

.header-search input {
    border-radius: 5px 0 0 5px;
    border-right: none;
}

.header-search span,
a.toggler {
    padding: 0 10px;
    background: #e1e1e1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

a.toggler {
    background: none;
}

th,
thead td {
    font-weight: 600;
    font-size: 13px;
    background: #e1e1e1;
}

.form-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#terms li {
    list-style: none;
}

.breadcrumb {
    display: none;
}

.back-link i {
    font-size: 30px;
    color: #fff;
    margin-right: 10px;
}

[data-toggle="formback"] {
    display: none;
}

[data-toggle="formback"].show {
    display: inline-block;
}

select.form-control {
    background-image: url(../images/arrow.png);
    background-size: 10px;
    background-position: 98% center;
    background-repeat: no-repeat;
}

select.form-control:focus {
    background-image: url(../images/arrow-div.png);
}

.td-edit {
    margin-right: 5px;
}

.timeline {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    margin-top: 130px;
}

.timelinearticles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
}

.timeline .ico {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid #e1e1e1;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.timelinearticle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    opacity: .3
}

.timelinearticle.visible {
    opacity: 1;
}

.timelinearticle:before,
.timelinearticle:after {
    content: '';
    position: absolute;
    top: 50px;
    bottom: -50px;
    width: 3px;
    background: rgb(255, 255, 255);
    -webkit-box-shadow: inset 0 0 3px #e1e1e1;
    box-shadow: inset 0 0 3px #e1e1e1;
}

.timelinearticle:last-child:before,
.timelinearticle:last-child:after {
    display: none
}

.timelinearticle:before {
    left: calc(50% - 2px);
}

.timelinearticle:after {
    display: none;
}

.time-ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1000;
}

.timelinearticle+.timelinearticle {
    margin-top: 50px;
}

.timelinearticle:nth-child(2n) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.timelinearticle p {
    font-size: 14px;
    margin: 0;
}

.timelinearticle p:first-of-type {
    margin-top: 20px;
}

.timelinearticle p+p {
    margin-top: 5px;
}

.content-holder .timestamps {
    position: absolute;
    top: -50px;
    left: calc((50%) - 2px);
    right: calc((50%) - 2px);
    width: 2px;
    background: rgb(41, 76, 110);
    height: 100px;
    z-index: 1
}
.content-holder .timestamps.fixed{
    position: fixed;
    top: 0;
}
.content-holder.left .timestamps {
    left: 50%;
    transform: translateX(-50%);
    margin-top: 150px;
}

.timelinearticle.visible .time-ico .ico {
    background: rgb(41, 76, 110);
    border-color: rgb(41, 76, 110);
    color: #fff;
}

.floating-icon a {
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    border: 1px solid #e1e1e1;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 25px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    text-decoration: none;
}

.floating-icon a.go-back-float {
    bottom: 100px;
    width: 40px;
    height: 40px;
    right: 35px;
}

.floating-icon a {
    color: #525252;
}

.floating-icon a:hover {
    color: #000;
}

.docs {
    float: left;
    width: 100%;
    margin: 0 0 200px;
}

.content-holder:not(.left) .docs>div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.content-holder.left .docs>div:nth-child(n+4) {
    margin-top: 20px;
}

.content-holder:not(.left) .docs>div:nth-child(n+5) {
    margin-top: 15px;
}

.docs img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
}