@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Roboto:300,400,400i,500,500i,700,700i,900&subset=latin-ext");
@import url("bootstrap.min.css");

html, body {
    height: 100%;
    box-sizing: border-box;
}

body {
    box-sizing: border-box;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    background: #fff;
    color: #222;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body::-webkit-scrollbar {
    width: 0.7em;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: #67747b;
    outline: 1px solid slategrey;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.clearfix {
    float: none;
    clear: both;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

/*layout*/
h1, h2, h3, h4 {
    color: #222;
    font-weight: 700;
}

h1 {
    font-size: 30px;
    text-align: center;
    margin-top: 20px;
}

@media (max-width: 768px) {
    h1 {
        font-size: 25px;
    }
}

h1.title:after {
    content: '';
    position: relative;
    display: block;
    height: 1px;
    margin: 20px auto;
    width: 120px;
    background: #6f7d96;
}

h2 {
    font-size: 25px;
}

@media (max-width: 768px) {
    h2 {
        font-size: 20px;
    }
}

h2.title:after {
    content: '';
    position: relative;
    display: block;
    height: 1px;
    margin: 20px auto;
    width: 120px;
    background: #6f7d96;
}

h3 {
    font-size: 20px;
}

@media (max-width: 768px) {
    h3 {
        font-size: 18px;
    }
}

h4 {
    font-size: 18px;
}

@media (max-width: 768px) {
    h4 {
        font-size: 15px;
    }
}

h5 {
    font-size: 16px;
    font-weight: 400;
}

@media (max-width: 768px) {
    h5 {
        font-size: 13px;
    }
}

p {
    font-size: 13px;
    font-weight: 400;
}

p.italic {
    font-style: italic;
}

a,
button,
input,
select {
    outline: none !important;
}

a:focus, a:active,
button:focus,
button:active,
input:focus,
input:active,
select:focus,
select:active {
    outline: none !important;
}

.width-full {
    width: 100% !important;
}

.width-full select {
    width: 100% !important;
}

/*a tag*/
a {
    font-size: 14px;
    color: #0055bf;
    text-decoration: none;
    font-weight: 500;
}

.p0 {
    padding: 0 !important;
}

/*margin*/
.m0 {
    margin: 0 !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mt7 {
    margin-top: 7px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt33 {
    margin-top: 33px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt38 {
    margin-top: 38px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt44 {
    margin-top: 44px !important;
}

.mtb0 {
    margin-bottom: 10px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

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

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.w10p {
    width: 10% !important;
}

.w20p {
    width: 20% !important;
}

.w30p {
    width: 30% !important;
}

.w40p {
    width: 40% !important;
}

.w50p {
    width: 50% !important;
}

.w60p {
    width: 60% !important;
}

.w70p {
    width: 70% !important;
}

.w80p {
    width: 80% !important;
}

.w90p {
    width: 90% !important;
}

.w100p {
    width: 100% !important;
}

.mw50px {
    min-width: 50px !important;
}

.mw75px {
    min-width: 75px !important;
}

.mw100px {
    min-width: 100px !important;
}

.mw120px {
    min-width: 120px !important;
}

.light-gray-bg {
    background-color: #e5ecf3 !important;
}

.dark-gray-bg {
    background-color: #c4ced8 !important;
}

.gray-bg {
    background-color: #d1d8dc !important;
}

.warning-bg {
    background-color: #ffc107 !important;
}

.danger-bg {
    background-color: #dc3545 !important;
}

.success-bg {
    background-color: #28a745 !important;
}

.info-bg {
    background-color: #68B3C8 !important;
}

.text-black {
    color: #000 !important;
}

.text-white {
    color: #fff !important;
}

.marginAuto {
    display: block;
    width: inherit;
    margin: 20px auto;
    max-width: 700px;
}

/*margin end*/
.inline {
    width: initial !important;
    margin-right: 10px;
    display: inline-block;
}

/*checkbox*/
.checkbox {
    position: absolute;
    opacity: 0;
}

.checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    color: #666;
}

.checkbox + label:before {
    content: '';
    margin: -1px 7px 0 0;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #ccc;
}

.checkbox:hover + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}

.checkbox:checked + label:before {
    background: #00980c;
}

.checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}

.checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}

.checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}

/*checkbox end*/
/*radiobutton*/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #00980c;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*radiobutton end*/
/*switch button*/
.switch {
    display: none;
}

.switch, .switch:after, .switch:before, .switch *, .switch *:after, .switch *:before, .switch + .tgl-btn {
    box-sizing: border-box;
}

.switch::selection, .switch:after::selection, .switch:before::selection, .switch *::selection, .switch *:after::selection, .switch *:before::selection, .switch + .tgl-btn::selection {
    background: none;
}

.switch + .switch-btn {
    outline: 0;
    display: block;
    width: 3em;
    height: 1.6em;
    position: relative;
    cursor: pointer;
    user-select: none;
}

.switch + .switch-btn:after, .switch + .switch-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
}

.switch + .switch-btn:after {
    left: 0;
}

.switch + .switch-btn:before {
    display: none;
}

.switch:checked + .switch-btn:after {
    left: 50%;
}

.switch-light + .switch-btn {
    background: #f0f0f0;
    border-radius: 2em;
    padding: 2px;
    transition: all .4s ease;
}

.switch-light + .switch-btn:after {
    border-radius: 50%;
    background: #fff;
    transition: all .2s ease;
}

.switch-light:checked + .switch-btn {
    background: #00980c;
}

/*switch button end*/
/*buttons*/
.btn {
    box-sizing: border-box;
    border-width: 2px;
    background-color: transparent;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 15px;
    transition: all 0.2s ease;
    position: relative;
    outline: none;
    position: relative;
    margin: 2px 0 5px 0;
}

.btn i {
    /*margin: -5px 5px 0 5px;*/
    font-size: 14px;
}

.btn.border {
    background: transparent;
}

.btn.border.btn-success {
    color: #4fba6f;
    border-color: #4fba6f;
}

.btn.border.btn-success:hover {
    color: #fff;
    background: #4fba6f;
}

.btn.border.btn-success:hover i {
    color: #fff;
}

.btn.border.btn-success i {
    color: #4fba6f;
}

.btn.border.btn-danger {
    color: #ed1d25;
    border-color: #ed1d25;
}

.btn.border.btn-danger:hover {
    color: #fff;
    background: #ed1d25;
}

.btn.border.btn-danger:hover i {
    color: #fff;
}

.btn.border.btn-danger i {
    color: #ed1d25;
}

.btn.border.btn-info {
    color: #68B3C8;
    border-color: #68B3C8;
}

.btn.border.btn-info:hover {
    color: #fff;
    background: #68B3C8;
}

.btn.border.btn-info:hover i {
    color: #fff;
}

.btn.border.btn-info i {
    color: #68B3C8;
}

.btn.border.btn-warning {
    color: #F3BB45;
    border-color: #F3BB45;
}

.btn.border.btn-warning:hover {
    color: #fff;
    background: #F3BB45;
}

.btn.border.btn-warning:hover i {
    color: #fff;
}

.btn.border.btn-warning i {
    color: #F3BB45;
}

.btn.border.btn-default {
    color: #fff;
    border-color: #fff;
}

.btn.border.btn-default:hover {
    color: #376298;
    background: #fff;
}

.btn.border.btn-default:hover i {
    color: #376298;
}

.btn.border.btn-default i {
    color: #376298;
}

.btn.filled {
    border: 0;
}

.btn.filled.btn-success {
    color: #fff;
    background: #4fba6f;
}

.btn.filled.btn-success:hover {
    color: #fff;
    background: #06823d;
}

.btn.filled.btn-danger {
    color: #fff;
    background: #ed1d25;
}

.btn.filled.btn-danger:hover {
    color: #fff;
    background: #d40505;
}

.btn.filled.btn-info {
    color: #fff;
    background: #68B3C8;
}

.btn.filled.btn-info:hover {
    color: #fff;
    background: #1c8faf;
}

.btn.filled.btn-warning {
    color: #fff;
    background: #F3BB45;
}

.btn.filled.btn-warning:hover {
    color: #fff;
    background: #e49c03;
}

.btn.filled.btn-default {
    color: #fff;
    background: #66615B;
}

.btn.filled.btn-default:hover {
    color: #fff;
    background: #44403b;
}

.btn.simple {
    border: 0;
    background: transparent;
}

.btn.simple.btn-success {
    color: #4fba6f;
}

.btn.simple.btn-success:hover {
    color: #4fba6f;
}

.btn.simple.btn-danger {
    color: #ed1d25;
}

.btn.simple.btn-danger:hover {
    color: #ca420f;
}

.btn.simple.btn-info {
    color: #68B3C8;
}

.btn.simple.btn-info:hover {
    color: #3392ad;
}

.btn.simple.btn-warning {
    color: #F3BB45;
}

.btn.simple.btn-warning:hover {
    color: #e6a212;
}

.btn.simple.btn-default {
    color: #66615B;
    background: #66615B;
}

.btn.simple.btn-default:hover {
    color: #44413e;
}

.btn.x-large {
    font-size: 24px;
    padding: 7px 45px;
}

@media (max-width: 991px) {
    .btn.x-large {
        font-size: 20px;
        padding: 7px;
        width: 100%;
    }
}

.btn.large {
    font-size: 24px;
}

@media (max-width: 991px) {
    .btn.large {
        font-size: 18px;
        width: 100%;
    }
}

.btn.medium {
    font-size: 19px;
}

@media (max-width: 991px) {
    .btn.medium {
        font-size: 15px;
    }
}

.btn.small {
    font-size: 15px;
    padding: 7px 5px;
}

@media (max-width: 991px) {
    .btn.small {
        font-size: 13px;
    }
}

.btn.x-small {
    font-size: 12px;
    padding: 7px 5px;
}

/*buttons end*/
/*alert*/
.alert {
    font-weight: 600;
    font-size: 17px;
    width: 100%;
    clear: both;
    margin-bottom: 20px;
    text-align: left;
    position: relative;
    padding-left: 70px;
}

.alert i {
    position: absolute;
    left: -1px;
    top: -2px;
    color: #fff;
    font-size: 20px;
    width: 56px;
    height: calc(100% + 4px);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.alert i:before {
    top: 19px;
    position: absolute;
    left: 20px;
}

.alert .btn {
    float: right;
    margin: -5px;
}

.alert.alert-success i {
    background: #3c763d;
}

.alert.alert-danger i {
    background: #a94442;
}

.alert.alert-warning i {
    background: #8a6d3b;
}

.alert.alert-info i {
    background: #31708f;
}

/*alert end*/
/*selectbox*/
.select-box {
    width: initial;
    border: 0;
    padding: 0;
    text-align: left;
    display: inline-block !important;
    font-weight: 400;
    background: #fff;
    position: relative;
    margin: 0;
}

.select-box i {
    position: absolute;
    right: 15px;
    top: 5px;
    z-index: 0;
    font-size: 25px;
    color: #252525;
}

.select-box.inline {
    width: inherit !important;
    margin-right: 10px;
}

.select-box.inline select {
    padding-right: 30px;
}

.select-box select {
    background-color: transparent;
    border-radius: 0px;
    display: block;
    height: 35px;
    max-width: 100%;
    cursor: pointer;
    padding-left: 10px;
    outline: none;
    letter-spacing: 1px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    line-height: 35px;
    color: #222;
    border: 1px solid #376298;
    font-size: 14px;
    position: relative;
    z-index: 1;
    padding-right: 40px;
    white-space: nowrap;
}

.select-box select[multiple] {
    height: auto !important;
    line-height: 40px;
}

/*selectbox*/
/*table*/
.table-title {
    padding: 5px 0;
    background: #4f6e82;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    clear: both;
}

.table-title h3 {
    margin: 0;
    padding: 10px;
    color: #fff;
    text-align: center;
    position: relative;
}

.table-title h3 span {
    position: absolute;
    right: 20px;
    top: 10px;
}

@media (max-width: 768px) {
    .table-title h3 span {
        position: relative;
        display: block;
        margin: 0 auto 10px auto;
    }
}

.table-footer {
    padding: 10px 20px 10px;
    background: #003d65;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 35px;
}

.table-footer hr {
    font: normal normal normal 14px/1 FontAwesome;
    border: 0;
    width: 100%;
    height: 35px;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: initial;
    background: transparent;
}

.table-footer hr:before {
    content: attr(data-background-icon);
    font-family: "FontAwesome";
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    color: #003d65;
    margin: -35px auto;
    font-size: 40px;
}

.filter {
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
    clear: both;
    padding-bottom: 10px;
}

@media (max-width: 991px) {
    .filter .text-right {
        text-align: center;
        margin-top: 10px;
    }
}

.filter .search {
    position: relative;
}

.filter .search i {
    position: absolute;
    right: 10px;
    top: 10px;
}

.table {
    overflow: auto;
    padding: 0;
    margin: 0;
}

.table::-webkit-scrollbar {
    height: 0.5em;
}

.table::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.table::-webkit-scrollbar-thumb {
    background-color: #67747b;
    outline: 1px solid slategrey;
}

.table.border th {
    text-align: center;
    white-space: unset;
}

.table.border th, .table.border td {
    border: 1px solid #dee5ec;
}

.table.excel table th {
    font-size: 14px;
    padding: 10px 20px;
    white-space: normal;
}

.table.excel table th i {
    font-size: 15px;
}

.table.excel table tr td {
    padding: 0 10px;
    font-size: 14px;
    text-align: center;
    min-height: 40px;
    height: 100%;
}

.table table {
    width: 100%;
}

.table table tr {
    position: relative;
    background: #fff;
    border-bottom: 1px solid #eaeaea;
}

.table table tr:nth-of-type(1) {
    border-bottom: 2px solid #035280;
}

.table table tr.selected {
    background: rgba(229, 235, 241, 0.5);
}

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

.table table tr::nth-child(even) {
    background-color: #eaeaea;
}

.table table tr.sub td {
    font-style: italic;
}

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

.table table tr.col-title.red {
    background: #d65f5f;
}

.table table tr.col-title.yellow {
    background: #efc600;
}

.table table tr.col-title.green {
    background: #4fba6f;
}

.table table tr.col-title.navy {
    background: #003d65;
}

.table table tr.col-title.gray {
    background: #67747b;
}

.table table tr.col-title.light-gray {
    background: #adadad;
}

.table table tr.col-title td, .table table tr.col-title th {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    padding-left: 10px;
}

.table table tr.highlight td {
    background: #dee5ec;
    font-weight: 700;
    border: 1px solid #fefefe;
}

.table table tr td {
    padding: 12px 8px;
    color: #183152;
    font-size: 15px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.table table tr td.col-title {
    color: #fff;
}

.table table tr td.col-title.green {
    background: #4fba6f;
}

.table table tr td.col-title.navy {
    background: #003d65;
}

.table table tr td.col-title.gray {
    background: #67747b;
}

.table table tr td.col-title.light-gray {
    background: #adadad;
}

.table table tr td.col-title td, .table table tr td.col-title th {
    font-size: 15px;
    font-weight: 700;
    padding-left: 10px;
}

.table table tr td.price {
    text-align: right;
}

.table table tr td.price input {
    text-align: right;
}

.table table tr td[contenteditable] {
    padding: 0 !important;
}

.table table tr td[contenteditable] input {
    border: 1px solid #9db1c5;
    padding: 9px 5px;
    height: inherit;
    border-radius: 0;
}

.table table tr td[contenteditable]:focus {
    outline: none;
}

.table table tr td input[type=checkbox] {
    cursor: pointer;
    height: 40px;
    z-index: 999;
}

.table table tr td input {
    margin: 0;
}

.table table tr td label {
    width: inherit;
    display: inline;
}

.table table th {
    border: 1px solid transparent;
    padding: 12px 8px;
    text-align: left;
    color: #035280;
    font-size: 15px;
    position: relative;
    white-space: nowrap;
    text-align: center;
    padding-right: 20px;
}

.table table th.col-title {
    color: #fff;
}

.table table th.col-title.green {
    background: #4fba6f;
}

.table table th.col-title.navy {
    background: #003d65;
}

.table table th.col-title.gray {
    background: #67747b;
}

.table table th.col-title.light-gray {
    background: #adadad;
}

.table table th i {
    /*position: absolute;
    font-size: 20px;
    right: 10px;
    top: 13px;*/
}

.table-content {
    margin: 0 0 25px;
    border: 2px solid #4f6e82;
}

/*table end*/
/*Input style*/
input {
    width: 100%;
    display: block;
    font-size: 14px;
    border: 0;
    outline: none;
    margin-top: 5px;
    border: 0;
    padding: 5px 10px;
    height: 35px;
}

input[disabled] {
    background: #f5f5f5 !important;
    border-color: #b6c7dc !important;
}

input.default {
    color: #376298;
    background: #fdfdfd;
}

input.dark {
    color: #fdfdfd;
    background: #376298;
}

input.success {
    color: #fdfdfd;
    background: #4fba6f;
}

input.error {
    color: #fff;
    border: 1px solid #b30303 !important;
}

input.error:after {
    content: '/ed1d25d';
    position: absolute;
    right: 0;
    top: 10px;
    color: #fdfdfd;
    font-size: 20px;
    display: block;
}

input.border {
    background: #fdfdfd;
    border: 1px solid;
}

input.border.success {
    color: #4fba6f;
    border-color: #4fba6f;
}

input.border.danger {
    color: #ed1d25;
    border-color: #ed1d25;
}

input.border.info {
    color: #68B3C8;
    border-color: #68B3C8;
}

input.border.warning {
    color: #F3BB45;
    border-color: #F3BB45;
}

input.border.default {
    color: #222;
    border-color: #376298;
}

input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #376298;
    font-size: 15px;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    color: #376298;
    font-size: 15px;
}

input:-ms-input-placeholder {
    /* IE 10+ */
    color: #376298;
    font-size: 15px;
}

input:-moz-placeholder {
    /* Firefox 18- */
    color: #376298;
    font-size: 15px;
}

.textarea {
    display: inline-block;
    padding: 5px;
    resize: none;
    min-height: 100px;
    width: 100%;
}

.textarea.default {
    color: #376298;
    background: #fdfdfd;
    border: 1px solid #376298;
}

.textarea.dark {
    color: #fdfdfd;
    background: #376298;
}

label {
    width: 100%;
    display: block;
    font-size: 19px;
    color: #fff;
    font-weight: 400;
}

label.filled {
    border: 0;
    padding: 10px;
    border-radius: 2px;
    display: inline-block;
    width: auto;
    font-size: 14px;
    text-align: center;
}

label.filled.lbl-success {
    color: #fff;
    background: #4fba6f;
}

label.filled.lbl-danger {
    color: #fff;
    background: #ed1d25;
}

label.filled.lbl-info {
    color: #fff;
    background: #68B3C8;
}

label.filled.lbl-warning {
    color: #fff;
    background: #F3BB45;
}

label.filled.lbl-default {
    color: #fff;
    background: #66615B;
}

label.error {
    color: #b30303 !important;
    font-size: 13px !important;
    margin-top: 10px;
    display: block;
    font-weight: 700;
}

label.hint {
    font-weight: 700;
    font-style: italic;
    font-size: 13px !important;
    color: #035280 !important;
}

/*Input style end*/
/*Tooltip*/
*[tooltip] {
    position: relative;
    display: inline-block;
    font-size: 17px;
}

*[tooltip]:after, *[tooltip]:before {
    visibility: hidden;
    position: absolute;
    margin: 0;
    z-index: 98;
}

*[tooltip]:before {
    border-style: solid;
    border-color: #376298 transparent;
    content: "";
}

*[tooltip]:after {
    background: #376298;
    color: #fff;
    content: attr(tooltip);
    padding: 10px 15px;
    font-size: 80%;
    border-radius: 2px;
}

*[tooltip]:hover:after, *[tooltip]:hover:before {
    visibility: visible;
}

*[tooltip]:before, *[tooltip][tooltip-location="bottom"]:before {
    border-width: 0 6px 6px 6px;
    bottom: auto;
    top: 20px;
    left: 50%;
}

*[tooltip]:after, *[tooltip][tooltip-location="bottom"]:after {
    left: 0px;
    top: 26px;
}

*[tooltip][tooltip-location="top"]:before {
    border-width: 6px 6px 0px 6px;
    top: auto;
    bottom: 20px;
}

*[tooltip][tooltip-location="top"]:after {
    top: auto;
    bottom: 26px;
}

*[tooltip][tooltip-location="right"]:before {
    border-width: 6px 6px 0px 6px;
    top: 50%;
    left: 100%;
    transform: rotate(90deg);
}

*[tooltip][tooltip-location="right"]:after {
    top: -10%;
    left: calc(100% + 9px);
}

*[tooltip][tooltip-location="left"]:before {
    border-width: 6px 6px 0px 6px;
    top: 50%;
    right: 100%;
    left: auto;
    transform: rotate(-90deg);
}

*[tooltip][tooltip-location="left"]:after {
    top: -10%;
    left: auto;
    right: calc(100% + 9px);
}

*[tooltip][tooltip-animate]:before, *[tooltip][tooltip-animate]:after, *[tooltip][tooltip-animate][tooltip-location="bottom"]:before, *[tooltip][tooltip-animate][tooltip-location="bottom"]:after {
    margin: 10px 0px 0px 0px;
}

*[tooltip][tooltip-animate][tooltip-location="top"]:before, *[tooltip][tooltip-animate][tooltip-location="top"]:after {
    margin: 0px 0px 10px 0px;
}

*[tooltip][tooltip-animate][tooltip-location="right"]:before, *[tooltip][tooltip-animate][tooltip-location="right"]:after {
    margin: 0px 0px 0px 10px;
}

*[tooltip][tooltip-animate][tooltip-location="left"]:before, *[tooltip][tooltip-animate][tooltip-location="left"]:after {
    margin: 0px 10px 0px 0px;
}

*[tooltip][tooltip-animate]:after, *[tooltip][tooltip-animate]:before {
    transition: all 0.3s ease;
    opacity: 0;
}

*[tooltip][tooltip-animate]:hover:after, *[tooltip][tooltip-animate]:hover:before {
    margin: 0;
    opacity: 1;
}

*[tooltip][tooltip-size="small"]:after {
    width: 100px;
}

*[tooltip]:after, *[tooltip][tooltip-size="medium"]:after {
    width: 150px;
}

*[tooltip][tooltip-size="full-width"]:after {
    width: 100%;
    min-width: 200px;
}

/*Tooltip end*/
/*header*/
.menu-icon-toggle {
    display: none;
}

.scrollable-dropdown {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

header {
    width: 100%;
    margin: 0 auto;
    border: 0;
    height: 81px;
    position: fixed;
    top: 0;
    z-index: 9999;
}

@media (max-width: 991px) {
    header {
        height: auto;
    }
}

.sidebar::-webkit-scrollbar {
    width: 0.7em;
}

.sidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: #67747b;
    outline: 1px solid slategrey;
}

.sidebar {
    position: fixed;
    top: 80px;
    width: 250px;
    height: 100%;
    z-index: 999;
    display: block;
    float: left;
    transition: width 0.8s;
    background-color: #063854;
    overflow: overlay;
    overflow-x: hidden;
    padding-bottom: 150px;
}

.sidebar.selected {
    width: 80px;
    -webkit-transition: width 0.4s;
    -moz-transition: width 0.4s;
    transition: width 0.4s;
    overflow: hidden;
}

.sidebar.selected:hover {
    overflow: inherit;
}

@media screen and (max-width: 991px), screen and (max-height: 715px) {
    .sidebar.selected {
        overflow-x: hidden;
        overflow-y: auto;
    }

    .sidebar.selected:hover {
        overflow: auto;
    }
}

.sidebar.selected .sidebar-content .left-menu li ul li {
    padding-left: 0 !important;
    overflow: hidden;
    width: 87.5px;
    height: 40px;
}

.sidebar.selected .sidebar-content .left-menu li ul li:hover {
    width: 100%;
    -webkit-animation: opacity 0.4s ease-in;
    -moz-animation: opacity 0.4s ease-in;
    -o-animation: opacity 0.4s ease-in;
    -ms-animation: opacity 0.4s ease-in;
    animation: opacity 0.4s ease-in;
}

.sidebar.selected .sidebar-content .left-menu li ul li:hover a span {
    -webkit-animation: opacity 0.7s ease-in;
    -moz-animation: opacity 0.7s ease-in;
    -o-animation: opacity 0.7s ease-in;
    -ms-animation: opacity 0.7s ease-in;
    animation: opacity 0.7s ease-in;
}

.sidebar.selected .sidebar-content .left-menu li ul li.active {
    background: #21994f;
    color: #fff;
    margin-left: -40px;
    padding-left: 40px !important;
}

.sidebar.selected .sidebar-content .left-menu li ul li:hover {
    width: 100%;
    -webkit-animation: opacity 0.4s ease-in;
    -moz-animation: opacity 0.4s ease-in;
    -o-animation: opacity 0.4s ease-in;
    -ms-animation: opacity 0.4s ease-in;
    animation: opacity 0.4s ease-in;
}

.sidebar.selected .sidebar-content .left-menu li ul li:hover a span {
    -webkit-animation: opacity 0.7s ease-in;
    -moz-animation: opacity 0.7s ease-in;
    -o-animation: opacity 0.7s ease-in;
    -ms-animation: opacity 0.7s ease-in;
    animation: opacity 0.7s ease-in;
}

.sidebar.selected ul li h3 {
    color: transparent;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    transition: color 0.4s;
}

.sidebar.selected ul li h3 i {
    color: #fff;
}

.sidebar.selected ul li a {
    color: transparent;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    transition: color 0.4s;
    display: block;
}

.sidebar.selected ul li a i {
    color: #fff;
}

.sidebar.selected .sidebar-content .left-menu {
    padding-left: 12px;
}

.sidebar.selected .sidebar-content .left-menu .logo {
    background: url(/assets/images/logo-small.png) no-repeat;
    background-size: 90%;
    width: 60px;
    height: 55px;
    transition: background 0.4s;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    margin-left: -20px;
    margin-top: 5px;
}

.sidebar.selected .sidebar-content .left-menu ul li {
    padding-left: 0;
    transition: all 0.5s ease;
}

.sidebar.selected .sidebar-content .left-menu ul li:hover {
    background: #063854;
}

.sidebar.selected .sidebar-content .left-menu ul li:hover a {
    color: #fff;
}

.sidebar .sidebar-content {
    position: relative;
    width: 250px;
}

.sidebar .left-menu {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

.sidebar .left-menu li {
    list-style: none;
    text-align: left;
    color: #fff;
}

.sidebar .left-menu li:nth-child(1) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar .left-menu li a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    transition: color 0.4s;
    position: relative;
    padding: 10px 30px 10px 20px;
    display: block;
    cursor: pointer;
}

.sidebar .left-menu li a:hover {
    background: #d2dbe2;
    color: #073854;
}

.sidebar .left-menu li a.logo {
    background: url(/assets/images/logo.png) no-repeat;
    width: 150px;
    height: 60px;
    background-size: 90%;
    margin: 0 10px 0 0;
    display: block;
}

@media (max-width: 1199px) {
    .sidebar .left-menu li a.logo {
        width: 120px;
    }
}

.sidebar .left-menu li h3 {
    font-size: 17px;
    color: #fff;
    -webkit-transition: color 0.8s;
    -moz-transition: color 0.8s;
    transition: color 0.8s;
    margin-top: 10px;
}

.sidebar .left-menu li h3 span.close {
    font-size: 15px;
    opacity: 1;
    margin-top: 0px;
    color: #fefefe;
}

.sidebar .left-menu li h3 i {
    margin: -1px 5px 0 0;
}

.sidebar .left-menu li i {
    float: left;
    margin: 2px 5px 0 0;
}

.sidebar .left-menu li i:nth-last-child(1) {
    position: absolute;
    right: 10px;
    top: 13px;
}

.sidebar .left-menu li ul {
    padding: 0;
    margin: 0;
}

.sidebar .left-menu li ul li {
    font-size: 14px;
    transition: all 0.3s ease;
    color: #d6d6d6;
    padding: 0 0 0 15px;
}

.sidebar .left-menu li ul li:nth-child(1) {
    border-bottom: 0;
}

.sidebar .left-menu li ul li:hover {
    background: #21994f;
}

.sidebar .left-menu li ul li:hover a {
    color: #fff;
    background: transparent;
}

.sidebar .left-menu li ul li.active {
    background: #21994f;
    color: #fff;
}

.sidebar .left-menu li ul li a {
    display: block;
    text-decoration: none;
}

.sidebar .left-menu li ul li i {
    float: left;
    margin-right: 5px;
}

.sidebar .left-menu li ul li ul li a {
    font-size: 12px;
}

.side-body {
    /*width: calc(100% - 270px);*/
    width: 100%;
    float: left;
}

.side-body.selected {
    width: calc(100% - 90px);
    -webkit-transition: width 0.4s;
    -moz-transition: width 0.4s;
    transition: width 0.4s;
}

.closeMenu {
    width: 50px;
}

/*left side menu end*/
/*pagination*/
.pagination li:first-child a, .pagination li:last-child a {
    background: #035280;
    color: #fff;
}

.pagination li a {
    color: #183152;
}

/*pagination end*/
/*Modal*/
.modal-header {
    padding: 10px;
    border: 0;
    background: #035280;
}

.modal-header .modal-title {
    font-size: 30px;
    text-align: center;
    padding: 5px;
    color: #fff;
    font-weight: 400;
}

.modal-header .close {
    background: #f1f1f1;
    width: 25px;
    height: 25px;
    color: #035280;
    text-shadow: none;
    opacity: 1;
    margin: -20px -20px 0 0;
}

.modal-body p {
    color: #1d3840;
    font-size: 14px;
}

.modal-footer {
    text-align: center;
}

/*Modal end*/
/*form*/
.column-2 {
    display: inline-block;
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    -o-column-count: 2;
}

@media (max-width: 768px) {
    .column-2 {
        column-count: 1;
        -moz-column-count: 1;
        -webkit-column-count: 1;
        -o-column-count: 1;
    }
}

.column-2 .form-group {
    display: inline-block;
    width: 100%;
}

.column-2 .form-group input {
    font-size: 16px;
    height: 35px;
}

.column-3 {
    display: inline-block;
    column-count: 3;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    -o-column-count: 3;
}

@media (max-width: 768px) {
    .column-3 {
        column-count: 1;
        -moz-column-count: 1;
        -webkit-column-count: 1;
        -o-column-count: 1;
    }
}

.column-3 .form-group {
    display: inline-block;
    width: 100%;
}

.column-3 .form-group input {
    font-size: 16px;
    height: 35px;
}

.column-4 {
    display: flex;
    column-count: 4;
    -moz-column-count: 4;
    -webkit-column-count: 4;
    -o-column-count: 4;
}

@media (max-width: 1099px) {
    .column-4 {
        display: block;
        column-count: 1;
        -moz-column-count: 1;
        -webkit-column-count: 1;
        -o-column-count: 1;
    }
}

.column-4 .form-group {
    display: inline-block;
    width: 100%;
    margin: 10px;
}

.column-4 .form-group.button {
    width: inherit;
}

.column-4 .form-group input {
    font-size: 16px;
    height: 35px;
}

.column-7 {
    display: inline-block;
    column-count: 7;
    -moz-column-count: 7;
    -webkit-column-count: 7;
    -o-column-count: 7;
}

@media (max-width: 768px) {
    .column-7 {
        column-count: 1;
        -moz-column-count: 1;
        -webkit-column-count: 1;
        -o-column-count: 1;
    }
}

.column-7 .form-group {
    display: inline-block;
    width: 100%;
}

.column-7 .form-group input {
    font-size: 16px;
    height: 35px;
}

.form-group {
    margin: 15px 0;
}

.form-group input[type=checkbox],
.form-group input[type=radio] {
    margin: 10px 0;
}

.form-group label {
    color: #183152;
    font-size: 15px;
    font-weight: 400;
}

.form-group span label {
    margin: 10px 0;
}

.form-panel {
    width: 100%;
    background: #d2dae2;
    padding: 20px;
    border: 1px solid #d2dae2;
    margin: 0 0;
    clear: both;
}

.form-panel.form {
    padding: 20px;
}

.form-panel.form .form-group:nth-child(even) {
    padding-right: 10px;
}

.form-panel.form .form-group:nth-child(odd) {
    padding-left: 10px;
}

.form-panel.green {
    background: #4fba6f;
    padding: 20px 20px 0;
}

/*form end*/
/*accordion*/
.panel-group {
    /* #bs-collapse icon scale option */
    /* #accordion rotate icon option */
}

.panel-group h3 {
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    font-weight: 300;
}

.panel-group .container {
    max-width: 970px;
}

.panel-group div[class*='col-'] {
    padding: 0 30px;
}

.panel-group.wrap {
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
}

.panel-group a:focus,
.panel-group a:hover,
.panel-group a:active {
    outline: 0;
    text-decoration: none;
}

.panel-group .panel {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #fff;
    background: none;
    box-shadow: none;
}

.panel-group .panel:last-child {
    border-bottom: none;
}

.panel-group .panel:first-child .panel-heading {
    border-radius: 4px 4px 0 0;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-group .panel + .panel {
    margin-top: 0;
}

.panel-group .panel-heading {
    background-color: #009688;
    border-radius: 0;
    border: none;
    color: #fff;
    padding: 0;
}

.panel-group .panel-title a {
    display: block;
    padding: 15px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    background: #376198;
    color: #fff;
    font-weight: 700;
}

.panel-group .panel-title a.collapsed {
    background: #f7f7f7;
    color: #16427d;
    border: 1px solid #e6e6e6;
}

.panel-group .panel-body {
    background: #fff;
}

.panel-group .panel:last-child .panel-body {
    border-radius: 0 0 4px 4px;
}

.panel-group .panel:last-child .panel-heading {
    border-radius: 0 0 4px 4px;
    transition: border-radius 0.3s linear 0.2s;
}

.panel-group .panel:last-child .panel-heading.active {
    border-radius: 0;
    transition: border-radius linear 0s;
}

.panel-group .panel-heading a:before {
    content: '\f107';
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    right: 5px;
    top: 10px;
    font-size: 24px;
    transition: all 0.5s;
    transform: scale(1);
    transition: all .4s ease;
    transform: rotate(-180deg);
}

.panel-group .panel-heading a.collapsed:before {
    transform: rotate(0deg);
}

.panel-group .panel-heading.active a:before {
    content: ' ';
    transition: all 0.5s;
    transform: scale(0);
}

.panel-group #bs-collapse .panel-heading a:after {
    content: ' ';
    font-size: 24px;
    position: absolute;
    font-family: 'Material Icons';
    right: 5px;
    top: 10px;
    transform: scale(0);
    transition: all 0.5s;
}

.panel-group #bs-collapse .panel-heading.active a:after {
    content: '\e909';
    transform: scale(1);
    transition: all 0.5s;
}

.panel-group #accordion .panel-heading a:before {
    content: '\e316';
    font-size: 24px;
    position: absolute;
    font-family: 'Material Icons';
    right: 5px;
    top: 10px;
    transform: rotate(180deg);
    transition: all 0.5s;
}

.panel-group #accordion .panel-heading.active a:before {
    transform: rotate(0deg);
    transition: all 0.5s;
}

/*accordion end*/
/*breadcrumb*/
.breadcrumb {
    padding: 10px 0;
    margin: 0 0 20px;
    position: relative;
    border-radius: 0;
    border-bottom: 1px solid #fdfdfd;
    text-align: right;
    background-color: transparent !important;
}

.breadcrumb a {
    display: inline-block;
    color: #035280;
    font-weight: 400;
    text-decoration: none;
    margin-top: 5px;
}

.breadcrumb a i {
    color: #035280;
    font-size: 15px;
    display: block;
    margin: 2px 5px 2px 10px;
    float: right;
}

.breadcrumb .select-company {
    position: absolute;
    right: 0;
    top: 0;
}

.breadcrumb .select-company .selectbox i {
    top: 13px;
}

.breadcrumb .select-company .selectbox .select-box {
    background: #f7f9fb;
    border-bottom: 1px solid;
}

.breadcrumb .select-company .selectbox .select-box select {
    height: 49px;
    border: 0;
    color: #035180;
}

@media (max-width: 768px) {
    .breadcrumb .select-company {
        display: block;
        width: 100%;
        position: relative;
        right: inherit;
        top: inherit;
    }

    .breadcrumb .select-company .selectbox {
        width: 100%;
    }

    .breadcrumb .select-company .selectbox .select-box {
        width: 100%;
    }

    .breadcrumb .select-company .selectbox .select-box select {
        width: 100%;
    }
}

/*breadcrumb end*/
/*page title*/
.title {
    width: 100%;
    text-align: left;
    display: inline-flex;
}

.title h1 {
    color: #035280;
    margin: 0;
    font-size: 25px;
    padding: 3px 0;
}

.title h2, .title h3 {
    color: #035280;
    padding: 20px 0 10px;
    position: relative;
    display: inline-block;
}

.title h2 {
    font-size: 23px;
    width: 100%;
    border-bottom: 1px solid;
}

.title h3 {
    font-size: 20px;
    width: 100%;
    border-bottom: 1px solid;
}

/*page title end*/
/*page space*/
hr {
    font: normal normal normal 14px/1 FontAwesome;
    width: 90%;
    height: 1px;
    background: #d0d9e2;
    color: #fff;
    clear: both;
    position: relative;
    margin: 50px auto;
    border: 0;
}

hr.arrow-top {
    overflow: initial;
}

hr.arrow-top:before {
    content: attr(data-background-icon);
    font-family: "FontAwesome";
    display: table;
    position: relative;
    width: 19px;
    height: 19px;
    color: #d0d9e2;
    margin: 0 auto;
    font-size: 25px;
    top: -17px;
}

/*page space end*/
/*border-bottom*/
.border-line {
    border-bottom: 1px solid #59ce7d;
    padding-bottom: 7px;
    margin-bottom: 7px;
}

.border-line.white {
    border-color: #f7f9fb;
    min-height: 85px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.border-line span {
    font-size: 16px;
    color: #f7f9fb;
}

.border-line span:nth-child(1) {
    font-weight: 700;
}

/*border-bottom end*/
section {
    /*width: 93%;*/
    width: 100%;
    margin: 0 auto;
    min-height: calc(100% - 70px);
    background: rgba(229, 235, 241, 0.3);
    position: relative;
    padding: 82px 20px 20px 0;
}

footer {
    background: #fff;
    width: 100%;
    padding: 0px;
    z-index: 9999;
    position: relative;
}

footer .content {
    width: 92%;
    margin: 0 auto;
}

.container {
    width: 100%;
    max-width: 1200px;
}

/*layout end*/
/*error page*/
.error-page {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {
    .error-page {
        position: relative;
    }
}

.error-page .container {
    max-width: 1070px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
}

@media (max-width: 991px) {
    .error-page .container {
        top: inherit;
        transform: none;
    }
}

.error-page .container ul {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

.error-page .container ul li {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.error-page .container ul li:nth-child(1) {
    width: 35%;
    font-size: 44px;
    color: #035280;
    line-height: 120px;
}

.error-page .container ul li:nth-child(1) span {
    font-weight: 700;
    font-size: 180px;
    display: block;
}

@media (max-width: 991px) {
    .error-page .container ul li:nth-child(1) {
        text-align: center;
        line-height: auto;
        font-size: 35px;
    }

    .error-page .container ul li:nth-child(1) span {
        font-size: 150px;
    }
}

.error-page .container ul li:nth-child(2) {
    width: 64.6%;
    font-size: 16px;
    line-height: 30px;
    color: #183152;
    font-weight: 500;
    text-align: center;
}

@media (max-width: 991px) {
    .error-page .container ul li:nth-child(1), .error-page .container ul li:nth-child(2) {
        width: 100%;
        display: block;
    }
}

.error-page-2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 600px;
}

@media (max-width: 991px) {
    .error-page-2 {
        position: relative;
    }
}

.error-page-2 .container {
    max-width: 1070px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
}

@media (max-width: 991px) {
    .error-page-2 .container {
        top: inherit;
        transform: none;
    }
}

.error-page-2 .container ul {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

.error-page-2 .container ul li {
    display: block;
    vertical-align: middle;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.error-page-2 .container ul li:nth-child(1) {
    font-size: 45px;
    color: #035280;
}

.error-page-2 .container ul li:nth-child(1):before, .error-page-2 .container ul li:nth-child(1):after {
    content: '';
    width: 300px;
    height: 3px;
    background: #183152;
    position: relative;
    margin: 15px auto 0 auto;
    display: block;
}

.error-page-2 .container ul li:nth-child(1) span {
    font-weight: 700;
    font-size: 150px;
    display: block;
    line-height: 160px;
}

.error-page-2 .container ul li:nth-child(2) {
    font-size: 16px;
    line-height: 30px;
    color: #183152;
    font-weight: 500;
    padding-top: 40px;
}

@media (max-width: 991px) {
    .error-page-2 .container ul li:nth-child(1), .error-page-2 .container ul li:nth-child(2) {
        width: 100%;
        display: block;
    }
}

/*error page end*/
/*login page*/
.login {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/login-bg.jpg) no-repeat center;
    background-size: cover;
}

.login .container {
    max-width: 1070px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.7);
    padding: 0;
}

@media (max-width: 991px) {
    .login .container {
        top: inherit;
        transform: none;
    }
}

.login .container ul {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

.login .container ul li {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.login .container ul li:nth-child(1) {
    width: 35%;
}

.login .container ul li:nth-child(2) {
    width: 64.6%;
}

@media (max-width: 991px) {
    .login .container ul li:nth-child(1), .login .container ul li:nth-child(2) {
        width: 100%;
        display: block;
    }
}

.login .container ul li .logo {
    padding: 50px;
    height: 100%;
    margin: 0;
    position: relative;
}

@media (max-width: 991px) {
    .login .container ul li .logo {
        margin: 40px 0 0;
        padding: 20px;
    }
}

.login .container ul li .logo .customer-logo {
    position: relative;
}

.login .container ul li .logo .customer-logo:after {
    /*content: '';*/
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    margin: 25px 0 20px;
    background: #033b90;
    background: -moz-linear-gradient(left, #033b90 0%, rgba(167, 186, 216, 0) 65%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #033b90), color-stop(65%, rgba(167, 186, 216, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, #033b90 0%, rgba(167, 186, 216, 0) 65%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, #033b90 0%, rgba(167, 186, 216, 0) 65%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, #033b90 0%, rgba(167, 186, 216, 0) 65%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, #033b90 0%, rgba(167, 186, 216, 0) 65%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#033b90', endColorstr='$color-white', GradientType=1);
}

.login .container ul li .logo .customer-logo img {
    width: 100%;
    max-width: 270px;
}

.login .container ul li .logo .brand-logo {
    position: relative;
}

.login .container ul li .logo .brand-logo img {
    width: 100%;
    max-width: 200px;
}

.login .container ul li form.login-content {
    margin: 0;
    background: rgba(0, 59, 126, 0.8);
    padding: 50px;
    -webkit-box-shadow: -2px 0px 3px 0px #003b7e;
    -moz-box-shadow: -2px 0px 3px 0px #003b7e;
    box-shadow: -2px 0px 3px 0px #003b7e;
}

.login .container ul li form.login-content .form-group {
    margin-bottom: 25px;
}

.login .container ul li form.login-content .form-group input[type=checkbox],
.login .container ul li form.login-content .form-group input[type=radio] {
    margin: 10px 0;
}

.login .container ul li form.login-content .form-group label {
    color: #fff;
}

.login .container ul li form.login-content .form-group .checkbox-content {
    display: inline-block;
    float: left;
}

.login .container ul li form.login-content .form-group .checkbox-content input[type=checkbox] {
    float: left;
    width: inherit;
    display: inline;
    margin: 0 10px 0 0;
}

.login .container ul li form.login-content .form-group .checkbox-content label {
    float: left;
    width: inherit;
    display: inline;
    font-size: 15px;
    margin-top: 7px;
    color: #fff;
    font-weight: 700;
}

.login .container ul li form.login-content .form-group .forgot-password {
    float: right;
}

.login .container ul li form.login-content .form-group .forgot-password a {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    margin-top: 5px;
    display: inline-block;
}

.login .container ul li form.login-content .form-group .forgot-password a:hover {
    text-decoration: none;
}

.login .container ul li form.login-content .form-group .forgot-password i {
    margin: 0 5px 0 0;
    font-size: 20px;
}

.login .container ul li form.login-content .form-group .green-btn {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    border-radius: 0;
    background: #008e28;
    margin-top: 15px;
    transition: all 0.2s ease;
}

.login .container ul li form.login-content .form-group .border-btn {
    display: block;
    border: 2px solid #fff;
    border-radius: 0;
    color: #fff;
    font-size: 25px;
    text-align: center;
    width: 100%;
    background: transparent;
    transition: all 0.2s ease;
}

.login .container ul li form.login-content .form-group .border-btn:hover {
    background: #008e28;
    border: 2px solid transparent;
}

.login .container ul li form.login-content .form-group hr {
    background: #fff;
    width: 100px;
    margin: 30px auto;
    display: block;
}

/*login page end*/
@media (max-width: 1199px) {
    .text-right {
        text-align: left !important;
    }

    header .navbar-default .navbar-nav li .dropdown-content {
        position: relative;
        display: none;
    }

    header .navbar-default .navbar-nav li:hover .dropdown-content {
        display: block;
        border-top: 2px solid #ccc;
    }

    header .navbar-collapse {
        padding: 0;
    }

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

    .menu-icon-toggle {
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        right: 0;
        top: 20px;
        z-index: 9;
    }

    .menu-icon-toggle span {
        display: block;
        width: 100%;
        height: 2px;
        position: absolute;
        top: 50%;
        background-color: #035180;
        transform: translate(0, -50%);
        transition: opacity 0.3s 0.3s;
    }

    .menu-icon-toggle::before, .menu-icon-toggle::after {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        position: absolute;
        background-color: #035180;
        transition: transform 0.3s, top 0.3s 0.3s, bottom 0.3s 0.3s;
    }

    .menu-icon-toggle::before {
        top: 6px;
    }

    .menu-icon-toggle::after {
        bottom: 6px;
    }

    .open .menu-icon-toggle span {
        opacity: 0;
        transition: opacity 0.3s;
    }

    .open .menu-icon-toggle::before, .open .menu-icon-toggle::after {
        background-color: #536dc8;
    }

    .open .menu-icon-toggle::before {
        top: calc(50% - 1px);
        transform: rotate(45deg);
    }

    .open .menu-icon-toggle::after {
        bottom: calc(50% - 1px);
        transform: rotate(-45deg);
    }

    .open .menu-icon-toggle::before, .open .menu-icon-toggle::after {
        transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }
}

/*# sourceMappingURL=main.css.map */
