@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
@import url('https://fonts.googleapis.com/icon?family=Material+Symbols+Outlined');
@import url(../fonts/font-awesome/css/font-awesome.min.css);
@import url(../plugin/bootstrap/css/bootstrap.min.css);
@import url(../plugin/nprogress/nprogress.css);
html, body {
    position: relative;
    height: 100%;
    color: #505458;
}
* {
    font-family: 'Roboto', sans-serif;
}

#wrapper {
    /* position  : relative; */
    position: absolute;
    top: 0px;
    z-index: 10;
    width: 100%;
    min-height: 100%;
    transform: translate(0, 0);
    background: #f5f7fa;
    overflow: hidden;
    transition: transform 0.4s ease;
}
.login-page {
    height: 100%;
    /* overflow: hidden; */
    overflow-x: hidden;
}
.border-bottom {
    border-bottom: 1px solid #18385f;
}

.justify-content-between {
    display: flex;
    justify-content: space-between;
}

@media (min-width: 1025px) {
    #wrapper {
        top: 0px !important;
    }
}
.form-control{
        border-radius: 5px !important;
}
img {
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
}

input, button, a {
    transition: all 0.4s ease;
}

a {
    text-decoration: none !important;
    outline: none;
    color: #ff0000;
}

a:hover, a:active, a:focus {
    text-decoration: none !important;
    outline: none;
    color: #304ffe;
}

input, button {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    outline: none;
}

label {
    font-weight: 500;
    margin-bottom: 10px;
}

/* General */

.p-0 {
    padding: 0;
}

.m-0 {
    margin: 0;
}

.mb-2 {
    margin-bottom: 12px;
}

.mb-30 {
    margin-bottom: 30px;
}

.d-flex {
    display: flex;
}

.margin-rgt label{
    margin-right: 20px;
    display: flex;
    align-items: center;
}
.margin-rgt label input{
    margin-right: 5px;
}
.align-items-center {
    align-items: center;
}

/* Animation */

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        -moz-transform: scale(0);
        opacity: 0.1;
    }
    50% {
        -moz-transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        -moz-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        -moz-transform: scale(1);
        opacity: 0.0;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        -webkit-transform: scale(0);
        opacity: 0.1;
    }
    50% {
        -webkit-transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}

/* Class */

.fa-hover {
    font-size: 14px;
    line-height: 22px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    cursor: pointer;
}

.fa-hover .ico, .fa-hover .fa {
    display: inline-block;
    height: 22px;
    vertical-align: top;
    min-width: 28px;
    font-size: 14px;
    line-height: 22px;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    color: #435966;
}

.fa-hover:hover {
    background: #ff0000;
    color: #ffffff;
}

.fa-hover:hover .ico, .fa-hover:hover .fa {
    font-size: 22px;
    line-height: 22px;
    height: 22px;
    color: #ffffff;
}

.input-no-style {
    border: none;
    background: none;
    outline: none;
}

/*---------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
2. Layout/Boxed
*/

.row-inline-block {
    font-size: 0px;
    text-align: left;
}

.row-inline-block>* {
    display: inline-block;
    float: none;
    font-size: 14px;
    vertical-align: top;
}

.row-inline-block.text-center>* {
    text-align: center;
}

.row.small-spacing {
    margin-left: -10px;
    margin-right: -10px;
}

.row.small-spacing>*[class^="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

/*---------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
3. Hover
*/

.light-effect {
    position: relative;
    overflow: hidden;
    display: block;
}

.light-effect:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: -200%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transform: skew(45deg);
    -webkit-transform: skew(45deg);
    -moz-transform: skew(45deg);
    -o-transform: skew(45deg);
    -ms-transform: skew(45deg);
}

.light-effect:hover:after {
    left: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

/*---------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
4. Support Class
*/

.error {
    color: #ea4335;
    font-weight: 400;
    padding: 5px 0px 5px 0px;
}

.display-none {
    display: none;
}

@media (min-width: 1025px) {
    .hidden-on-desktop {
        display: none !important;
    }
}

h4 strong {
    font-weight: 600;
    font-size: 16px;
}

.help-block {
    margin-top: 10px;
    color: #aab2bd;
}

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

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

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

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

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

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

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-top-60 {
    margin-top: 60px !important;
}

.margin-top-70 {
    margin-top: 70px !important;
}

.margin-top-80 {
    margin-top: 80px !important;
}

.margin-top-90 {
    margin-top: 90px !important;
}

.margin-top-100 {
    margin-top: 100px !important;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

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

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

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

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

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.margin-bottom-60 {
    margin-bottom: 60px !important;
}

.margin-bottom-70 {
    margin-bottom: 70px !important;
}

.margin-bottom-80 {
    margin-bottom: 80px !important;
}

.margin-bottom-90 {
    margin-bottom: 90px !important;
}

.margin-bottom-100 {
    margin-bottom: 100px !important;
}

.padding-for-mess {
    padding: 10px 15px 10px 15px;
}

.padding-10 {
    padding: 10px !important;
}

.padding-20 {
    padding: 20px !important;
}

.padding-30 {
    padding: 30px !important;
}

.min-height-100 {
    min-height: 100px !important;
}

.min-height-200 {
    min-height: 200px !important;
}

.min-height-300 {
    min-height: 300px !important;
}

.min-height-400 {
    min-height: 400px !important;
}

.min-height-500 {
    min-height: 500px !important;
}

.no-margin {
    margin: 0px !important;
}

.no-padding {
    padding: 0px !important;
}

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

.btn-group-lg>.btn, .btn-lg {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.btn {
    background: #e4e7ea;
    outline: none !important;
    font-size: 16px;
    line-height: 26px;
    padding: 8px 25px;
    border: none;
    font-weight: 500;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

a.btn.btn-primary {
    padding: 6px 25px;
}

button.btn.btn-primary {
    padding: 6px 25px;
}

.btn.btn-bordered {
    background: #ffffff;
    color: #435966;
    border: 2px solid #e4e7ea;
}

.btn.btn-bordered:hover {
    background: #e4e7ea;
}

.btn.btn-rounded {
    border-radius: 23px;
    -moz-border-radius: 23px;
    -webkit-border-radius: 23px;
}

.btn.btn-rounded.btn-lg {
    border-radius: 32px;
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
}

.btn.btn-rounded.btn-sm {
    border-radius: 19px;
    -moz-border-radius: 19px;
    -webkit-border-radius: 19px;
}

.btn.btn-lg {
    font-size: 18px;
    line-height: 28px;
    padding: 15px 35px;
}

.btn.btn-sm {
    font-size: 12px;
    line-height: 24px;
    padding: 7px 12px;
}

.btn.btn-xs {
    font-size: 12px;
    line-height: 22px;
    padding: 5px 15px;
}

.btn.btn-icon {
    position: relative;
    overflow: hidden;
}

.btn.btn-icon .ico {
    position: absolute;
    top: 0;
    width: 42px;
    height: 100%;
    line-height: 42px;
    background: rgba(0, 0, 0, 0.1);
}

.btn.btn-icon.btn-lg .ico {
    line-height: 58px;
}

.btn.btn-icon.btn-sm .ico {
    line-height: 38px;
    width: 38px;
}

.btn.btn-icon.btn-xs .ico {
    line-height: 32px;
    width: 32px;
}

.btn.btn-icon-left {
    padding-left: 57px;
    padding-right: 15px;
}

.btn.btn-icon-left.btn-lg {
    padding-right: 30px;
    padding-left: 73px;
}

.btn.btn-icon-left .ico {
    left: 0;
}

.btn.btn-icon-left.btn-sm {
    padding-left: 53px;
}

.btn.btn-icon-left.btn-xs {
    padding-left: 47px;
}

.btn.btn-icon-right {
    padding-right: 57px;
    padding-left: 15px;
}

.btn.btn-icon-right.btn-lg {
    padding-left: 30px;
    padding-right: 73px;
}

.btn.btn-icon-right .ico {
    right: 0;
}   

.btn.btn-icon-right.btn-sm {
    padding-right: 53px;
}

.btn.btn-icon-right.btn-xs {
    padding-right: 47px;
}

.btn.btn-circle {
    padding-right: 0;
    padding-left: 0;
    width: 42px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.btn.btn-circle.btn-lg {
    width: 58px;
}

.btn.btn-circle.btn-sm {
    width: 38px;
}

.btn.btn-circle.btn-xs {
    width: 32px;
}

.btn.btn-social {
    width: 38px;
    height: 38px;
    padding: 0;
    line-height: 38px;
    color: #ffffff;
}

.btn.btn-facebook {
    background-color: #3b5998 !important;
}

.btn.btn-twitter {
    background-color: #55acee !important;
    color: #ffff !important;
}

.btn.btn-google-plus {
    background-color: #dd4b39 !important;
}

.btn.btn-linkedin {
    background-color: #007bb6 !important;
}

.btn.btn-instagram {
    background-color: #3f729b !important;
}

.btn.btn-pinterest {
    background-color: #cb2027 !important;
}

.btn.btn-dribbble {
    background-color: #ea4c89 !important;
}

.btn.btn-youtube {
    background-color: #bb0000 !important;
}

.btn.btn-social-with-text {
    width: 100%;
    margin-bottom: 15px;
}

.btn .ico {
    display: inline-block;
}

.btn .ico-left {
    margin-right: 8px;
}

.btn .ico-right {
    margin-left: 8px;
}

.btn-primary {
    background: #ff0000;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background: #ff0000 !important;
}

.btn-primary.btn-bordered {
    border-color: #ff0000;
    color: #ff0000;
}

.btn-primary.btn-bordered:hover, .btn-primary.btn-bordered:active, .btn-primary.btn-bordered:focus {
    border-color: #18385f;
    color: #ffffff;
}

.btn-success {
    background: #ff0000;
}

.btn-success:hover, .btn-success:active, .btn-success:focus {
    background: #18385f !important;
}

.btn-success.btn-bordered {
    border-color: #ff0000;
    color: #ff0000;
}

.btn-success.btn-bordered:hover, .btn-success.btn-bordered:active, .btn-success.btn-bordered:focus {
    border-color: #18385f;
    color: #ffffff;
}

.btn-info {
    background: #18385f;
}

.btn-info:hover, .btn-info:active, .btn-info:focus {
    background: #18385f !important;
}

.btn-info.btn-bordered {
    border-color: #18385f;
    color: #18385f;
}

.btn-info.btn-bordered:hover, .btn-info.btn-bordered:active, .btn-info.btn-bordered:focus {
    border-color: #18385f;
    color: #ffffff;
}

.btn-warning {
    background: #fbbc05;
}

.btn-warning:hover, .btn-warning:active, .btn-warning:focus {
    background: #ffa000 !important;
}

.btn-warning.btn-bordered {
    border-color: #fbbc05;
    color: #fbbc05;
}

.btn-warning.btn-bordered:hover, .btn-warning.btn-bordered:active, .btn-warning.btn-bordered:focus {
    border-color: #ffa000;
    color: #ffffff;
}

.btn-danger {
    background: #ea4335;
}

.btn-danger:hover, .btn-danger:active, .btn-danger:focus {
    background: #ff3838 !important;
}

.btn-danger.btn-bordered {
    border-color: #ea4335;
    color: #ea4335;
}

.btn-danger.btn-bordered:hover, .btn-danger.btn-bordered:active, .btn-danger.btn-bordered:focus {
    border-color: #ff3838;
    color: #ffffff;
}

.btn-green {
    background: #64bd63;
    color: #ffffff;
}

.btn-green:hover, .btn-green:active, .btn-green:focus {
    color: #ffffff;
    background: #18385f !important;
}

.btn-green.btn-bordered {
    border-color: #64bd63;
    color: #64bd63;
}

.btn-green.btn-bordered:hover, .btn-green.btn-bordered:active, .btn-green.btn-bordered:focus {
    border-color: #64bd63;
    color: #ffffff;
}

.btn-orange {
    background: #ff460b;
    color: #ffffff;
}

.btn-orange:hover, .btn-orange:active, .btn-orange:focus {
    color: #ffffff;
    background: #ff6230 !important;
}

.btn-orange.btn-bordered {
    border-color: #ff460b;
    color: #ff460b;
}

.btn-orange.btn-bordered:hover, .btn-orange.btn-bordered:active, .btn-orange.btn-bordered:focus {
    border-color: #ff6230;
    color: #ffffff;
}

.tour-buttons .btn.btn-sm {
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    padding: 0 10px;
}

.list-inline {
    text-align: center;
    width: 90%;
    display: flex;
    justify-content: center;
}
.search-inverter{
    color: gray;
    font-style: italic;
    font-size: 11px;
    margin-bottom:0px !important;
}
.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #f9f9f9 !important;
}

@media (max-width: 999px) {
    .list-inline-faq li {
        width: 100%;
    }
}

.limit-width {
    max-width: 600px;
    display: block;
    margin: 0px auto 0px;
    float: none;
}

.width-100 {
    max-width: 100px !important;
    width: 100px !important;
}

.width-200 {
    max-width: 200px !important;
    width: 200px !important;
}

.width-300 {
    max-width: 300px !important;
    width: 300px !important;
}

.width-400 {
    max-width: 400px !important;
    width: 400px !important;
}

.width-500 {
    max-width: 500px !important;
    width: 500px !important;
}

/* Layout */

.col-lg-auto {
    flex: 0 0 auto;
    width: auto
}

.col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-lg-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-lg-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-lg-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-lg-12 {
    flex: 0 0 auto;
    width: 100%
}

.col {
    flex: 1 0 0%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.col-sm-auto {
    flex: 0 0 auto;
    width: auto
}

.col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-sm-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-sm-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-sm-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-sm-12 {
    flex: 0 0 auto;
    width: 100%
}

.col-md {
    flex: 1 0 0%
}

.row-cols-md-auto>* {
    flex: 0 0 auto;
    width: auto
}

.row-cols-md-1>* {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-md-2>* {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-md-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.row-cols-md-4>* {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-md-5>* {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-md-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-md-auto {
    flex: 0 0 auto;
    width: auto
}

.col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-md-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-md-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-md-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-md-12 {
    flex: 0 0 auto;
    width: 100%
}

.col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-lg-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-lg-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-lg-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-lg-12 {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-xl-1>* {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-xl-2>* {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-xl-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.row-cols-xl-4>* {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-xl-5>* {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-xl-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-xl-auto {
    flex: 0 0 auto;
    width: auto
}

.col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-xl-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-xl-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-xl-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-xl-12 {
    flex: 0 0 auto;
    width: 100%
}
@media (max-width:991px) {
    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto {
        flex: 0 0 auto;
        width: 100% !important;
        max-width: 100% !important;
    }
}
@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-sm-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-sm-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-sm-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .row-cols-sm-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-sm-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-sm-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.333333%
    }
    .offset-sm-2 {
        margin-left: 16.666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.333333%
    }
    .offset-sm-5 {
        margin-left: 41.666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.333333%
    }
    .offset-sm-8 {
        margin-left: 66.666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.333333%
    }
    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-md-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-md-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-md-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .row-cols-md-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-md-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-md-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.333333%
    }
    .offset-md-2 {
        margin-left: 16.666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.333333%
    }
    .offset-md-5 {
        margin-left: 41.666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.333333%
    }
    .offset-md-8 {
        margin-left: 66.666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.333333%
    }
    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-lg-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-lg-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-lg-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .row-cols-lg-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-lg-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-lg-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.333333%
    }
    .offset-lg-2 {
        margin-left: 16.666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.333333%
    }
    .offset-lg-5 {
        margin-left: 41.666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.333333%
    }
    .offset-lg-8 {
        margin-left: 66.666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.333333%
    }
    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-xl-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-xl-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-xl-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .row-cols-xl-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-xl-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-xl-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.333333%
    }
    .offset-xl-2 {
        margin-left: 16.666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.333333%
    }
    .offset-xl-5 {
        margin-left: 41.666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.333333%
    }
    .offset-xl-8 {
        margin-left: 66.666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.333333%
    }
    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

/* Background colors */

.bg-custom {
    background-color: #71b6f9 !important;
}

.bg-primary {
    background-color: #ff0000 !important;
}

.bg-success {
    background-color: #18385f !important
}

.bg-info {
    background-color: #18385f !important;
}

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

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

.bg-muted {
    background-color: #f4f8fb !important;
}

.bg-inverse {
    background-color: #212121 !important;
}

.bg-purple {
    background-color: #5b69bc !important;
}

.bg-pink {
    background-color: #ff8acc !important;
}

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

.bg-lightdark {
    background-color: #f4f8fb !important;
}

.bg-green {
    background-color: #64bd63 !important;
}

.bg-orange {
    background-color: #ff460b !important;
}

/* Text colors */

.text-custom {
    color: #64bd63 !important;
}

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

.text-danger {
    color: #184b8a !important;
}

.tenant-error {
  color: red !important;
}

.tenant-success {
  color: green !important;
}

.text-muted {
    color: #aab2bd !important;
}

.text-primary {
    color: #188ae2 !important;
}

.text-warning {
    color: #fbbc05 !important;
}

.text-success {
    color: #184b8a !important;
}

.text-info {
    color: #184b8a !important;
}

.text-inverse {
    color: #212121 !important;
}

.text-pink {
    color: #ff8acc !important;
}

.text-purple {
    color: #5b69bc !important;
}

.text-dark {
    color: #212121 !important;
}

.text-orange {
    color: #ff460b !important;
}

.table>tbody>tr.success>td, .table>tbody>tr.success>th, .table>tbody>tr>td.success, .table>tbody>tr>th.success, .table>tfoot>tr.success>td, .table>tfoot>tr.success>th, .table>tfoot>tr>td.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>thead>tr.success>th, .table>thead>tr>td.success, .table>thead>tr>th.success {
    background: #ff0000;
}

.table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tbody>tr>td.info, .table>tbody>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th, .table>tfoot>tr>td.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>thead>tr.info>th, .table>thead>tr>td.info, .table>thead>tr>th.info {
    background: #18385f;
}

.table>tbody>tr.primary>td, .table>tbody>tr.primary>th, .table>tbody>tr>td.primary, .table>tbody>tr>th.primary, .table>tfoot>tr.primary>td, .table>tfoot>tr.primary>th, .table>tfoot>tr>td.primary, .table>tfoot>tr>th.primary, .table>thead>tr.primary>td, .table>thead>tr.primary>th, .table>thead>tr>td.primary, .table>thead>tr>th.primary {
    background: #ff0000;
}

.table>tbody>tr.danger>td, .table>tbody>tr.danger>th, .table>tbody>tr>td.danger, .table>tbody>tr>th.danger, .table>tfoot>tr.danger>td, .table>tfoot>tr.danger>th, .table>tfoot>tr>td.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>thead>tr.danger>th, .table>thead>tr>td.danger, .table>thead>tr>th.danger {
    background: #ea4335;
}

.table>tbody>tr.warning>td, .table>tbody>tr.warning>th, .table>tbody>tr>td.warning, .table>tbody>tr>th.warning, .table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th, .table>tfoot>tr>td.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>thead>tr.warning>th, .table>thead>tr>td.warning, .table>thead>tr>th.warning {
    background: #fbbc05;
}

/*---------------------------------------------------------------------*/

/* Header */

/*
Themes: My Admin
Version 1.0
[Table of contents]
-------------------------------------------------------------------------
1. Main Menu
2. Structure
3. Header
4. User Main Menu
5. Navigation
6. Fixed Navbar
-------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
1. Main Menu
*/

.main-menu {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 30;
    max-width: 220px;
    height: 100%;
    padding-top: 185px;
    background: #ffffff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 1px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.main-menu .content {
    height: 100%;
    overflow: auto;
}

.main-menu .button-close {
    display: none;
    position: absolute;
    top: 25px;
    right: 10px;
    font-size: 16px;
    outline: none;
    background: none;
    border: none;
    font-size: 20px;
    color: #ffffff;
}

.main-menu .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #aab2bd;
}

.main-menu:hover .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.main-content {
    position: relative;
    z-index: 10;
    margin-left: 240px;
    margin-right: 20px;
    padding-top: 95px;
}

/*---------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
2. Structure
*/

.fixed-navbar {
    position: fixed;
    top: 0px;
    left: 215px;
    z-index: 20;
    right: 0px;
    padding: 0px 20px 0px 80px;
    background: #18385f;
    color: #ffffff;
}

.fixed-navbar .searchform {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: -3px;
    top: 13px;
    height: 49px;
    font-size: 0;
    line-height: 0;
    padding: 0;
    width: 50px;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.fixed-navbar .searchform.active {
    opacity: 1;
    width: 320px;
    visibility: visible;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
}

.fixed-navbar .searchform .input-search {
    font-weight: 500;
    height: 49px;
    font-size: 14px;
    width: 320px;
    max-width: 100%;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
}

.fixed-navbar .searchform .button-search {
    top: 50%;
    right: 11px;
    color: #aab2bd;
    font-size: 18px;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

.fixed-navbar .searchform .button-search.mdi {
    font-size: 24px;
}

@media (max-width: 799px) {
    .main-menu {
        transform: translate(-110%, 0);
        -webkit-transform: translate(-110%, 0);
        -moz-transform: translate(-110%, 0);
        -o-transform: translate(-110%, 0);
        -ms-transform: translate(-110%, 0);
    }
    .main-menu .header {
        text-align: left;
        padding-left: 20px;
    }
    .main-menu .button-close {
        display: block;
    }
    .main-content {
        margin-left: 20px;
        padding-top: 82px;
    }
    .fixed-navbar {
        left: 0px;
        right: 0px;
        box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
        -moz-box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
        -webkit-box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    }
    .menu-active .main-menu {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
    }
}

@media (max-width: 599px) {
    .fixed-navbar .searchform {
        top: 75px;
        position: fixed;
        width: 100%;
        right: 0;
        box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
        -moz-box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
        -webkit-box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    }
    .fixed-navbar .searchform.active {
        width: 100%;
    }
    .fixed-navbar .searchform .input-search {
        width: 100%;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
    }
}

/*---------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
3. Header
*/

.header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 185px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 75px;
}

.header .logo {
    /* position   : absolute;
  top        : 0;
  left       : 0;
  width      : 100%;
  text-align : center;
  font-family: "Poppins", sans-serif;
  font-size  : 20px;
  line-height: 75px;
  height     : 75px;
  white-space: nowrap;
  overflow   : hidden;
  color      : #ffffff;
  background : #fff;
  font-weight: 500;
  box-shadow : -2px 4px 7px 1px #ccc; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 75px;
    height: 75px;
    white-space: nowrap;
    overflow: hidden;
    color: #ffffff;
    background: #fff;
    font-weight: 500;
    box-shadow: -2px 4px 7px 1px #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .logo img {
    width: 68%;
    height: auto;
}

/*---------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
4. User Main Menu
*/

.user {
    position: absolute;
    top: 75px;
    left: 0;
    width: 100%;
    padding: 32px 40px 0 100px;
    height: 110px;
}

.user:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    clear: both;
    overflow: hidden;
}

.user .control-wrap.active .control-list {
    opacity: 1;
    visibility: visible;
}

.user .avatar {
    max-width: 70px;
    position: absolute;
    top: 19px;
    left: 20px;
}

.user .avatar img {
    /* border: 3px solid #d7ecfb; */
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.text-gray{
    color: gray !important;
}
.user .control-wrap {
    position: absolute;
    width: 20px;
    height: 40px;
    right: 15px;
    top: 44px;
    text-align: center;
}

.user .control-wrap>.fa {
    font-size: 18px;
    line-height: 20px;
    color: #434a54;
    cursor: pointer;
}

.user .control-list {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 5px;
    z-index: 20;
    width: 200px;
    margin-top: 2px;
    padding: 10px 0px;
    border: 1px solid rgba(152, 166, 173, 0.15);
    background: #ffffff;
    list-style: none;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    -webkit-box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
}

.user .control-list a {
    top: 0px;
    color: #435966;
    font-size: 14px;
    line-height: 24px;
    padding: 6px 20px 6px 20px;
    display: block;
    text-align: left;
}

.user .control-list a i {
    font-size: 16px;
    line-height: 24px;
    width: 25px;
}

.user .control-list a:hover {
    color: #ff0000;
}

.user .name {
    color: #435966;
    margin: 0px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user .name a {
    color: #435966;
}

@media (min-width: 1025px) {
    .user .name a:hover {
        color: #ff0000;
    }
}

.user .position {
    color: #aab2bd;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    margin: 0;
}

.user .status {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 12px;
    height: 12px;
    border: 1px solid #ffffff;
    background: #ffffff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.user .status:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 8px;
    height: 8px;
    background: #ff0000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

/*---------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
5. Navigation
*/

.navigation .title {
    padding: 12px 20px;
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #212121;
    background: #e6e9ed;
}

.navigation .menu {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.navigation .menu a {
    display: block;
    color: #434a54;
}
.navigation .menu a:focus {
    color: #fff;
}

.navigation .menu a:focus i {
    color: #fff;
}
.navigation .menu a:focus i img  {
    filter:  brightness(0) invert(1);
}
.navigation .menu a:hover .navigation img{
    filter:  brightness(0) invert(1);
}

@media (min-width: 1025px) {
    .navigation .menu a:hover {
        color: #fff;
        background-color: #ff0000;
    }
    
.navigation .menu a:hover .navigation img{
    filter:  brightness(0) invert(1);
}
    
    .navigation .menu a:hover i, .navigation .menu a:hover i img{
        color: #fff;
        filter:  brightness(0) invert(1);
    }
}

.navigation .menu a.active, .navigation .menu a.current {
    color: #ff0000;
}

.navigation .menu a i {
    color: #212121;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.navigation .menu>li {
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.navigation .menu>li>a {
    position: relative;
    /* padding: 14px 30px 14px 53px; */
    padding: 14px 30px 14px 87px;
    margin: 0px;
}

.navigation .menu>li>a span {
    vertical-align: middle;
    font-size: 14px;
}

.navigation .menu>li>a .menu-arrow {
    position: absolute;
    top: 14px;
    right: 20px;
    font-size: 14px;
    line-height: 18px;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.navigation .menu>li.active {
    background: rgba(0, 0, 0, 0.05);
}

.navigation .menu>li.active>a {
    background: #184b8a;
    color: #fff;
}

.navigation .menu>li.active>a i {
    color: #fff;
}

.navigation .menu>li.active>a .menu-arrow {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
}

.navigation .menu>li.current>a {
    background: #18385f;
    color: #ffffff;
}

.navigation .menu>li.current>a img {
    filter: brightness(0) invert(1);
}

.navigation .menu>li.current>a>i {
    color: #ffffff;
}

.navigation .menu>li.current .current>a {
    /* color: #ff0000; */
}

.navigation .menu>li.current .sub-menu {
    display: block;
}

.navigation .menu .sub-menu {
    display: none;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.navigation .menu .sub-menu a {
    padding: 10px 20px 10px 53px;
}


.navigation .menu .menu-icon {
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 22px;
    margin-left: 0;
    width: 50px;
    font-size: 20px;
    line-height: 49px;
    text-align: center;
    vertical-align: middle;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navigation .menu .menu-icon.mdi {
    /* font-size: 20px; */
    font-size: 27px;
    /* color : #fff; */
}

.navigation .menu .notice {
    position: absolute;
    top: 12px;
    right: 20px;
    font-size: 12px;
}

.navigation .menu .waves-ripple {
    background: -webkit-radial-gradient(rgba(113, 182, 249, 0.2) 0, rgba(113, 182, 249, 0.3) 40%, rgba(113, 182, 249, 0.4) 50%, rgba(113, 182, 249, 0.5) 60%, rgba(113, 182, 249, 0) 70%);
    background: -o-radial-gradient(rgba(113, 182, 249, 0.2) 0, rgba(113, 182, 249, 0.3) 40%, rgba(113, 182, 249, 0.4) 50%, rgba(113, 182, 249, 0.5) 60%, rgba(113, 182, 249, 0) 70%);
    background: -moz-radial-gradient(rgba(113, 182, 249, 0.2) 0, rgba(113, 182, 249, 0.3) 40%, rgba(113, 182, 249, 0.4) 50%, rgba(113, 182, 249, 0.5) 60%, rgba(113, 182, 249, 0) 70%);
    background: radial-gradient(rgba(113, 182, 249, 0.2) 0, rgba(113, 182, 249, 0.3) 40%, rgba(113, 182, 249, 0.4) 50%, rgba(113, 182, 249, 0.5) 60%, rgba(113, 182, 249, 0) 70%);
}

.menu-active .main-menu {
    position: fixed;
}

@media (min-width: 800px) {
    .main-menu {
        transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
        -webkit-transition: none;
    }
    .header .logo {
        transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
        -webkit-transition: none;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .menu-active .header {
        width: 75px;
        height: 0;
        padding: 0;
    }
    .menu-active .header .logo {
        position: fixed;
        z-index: 988;
        width: 75px;
        height: 75px;
        font-size: 0;
        line-height: 80px;
        color: #ff0000;
        background: transparent;
    }
    /* .menu-active .header .logo img{
    width: 72%;
      transform: translate(-29%, 35px);
    } */
    .menu-active .header .logo::first-letter {
        font-size: 28px;
    }
    .menu-active .header .logo:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 75px;
        height: 75px;
        background: #18385f;
        z-index: -2;
    }
    .menu-active .header .logo:after {
        content: '';
        position: absolute;
        left: 20px;
        top: 20px;
        width: 35px;
        height: 35px;
        background: #ffffff;
        z-index: -1;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
    }
    .menu-active .header .logo .ico {
        margin-right: 0;
        top: 0;
    }
    .menu-active .main-menu {
        /* position   : absolute; */
        width: 75px;
        padding-top: 75px;
    }
    .menu-active .fixed-navbar {
        left: 75px;
        z-index: 40;
    }
    .menu-active .main-content {
        margin-left: 95px;
    }
    .menu-active .user {
        display: none;
    }
    .menu-active .navigation .title {
        display: none;
    }
    .menu-active .navigation .menu>li {
        position: relative;
    }
    .menu-active .navigation .menu>li>a {
        height: 48px;
        padding: 10px 30px;
        transition: color 0.4s ease;
        -moz-transition: color 0.4s ease;
        -o-transition: color 0.4s ease;
        -ms-transition: color 0.4s ease;
        -webkit-transition: color 0.4s ease;
    }
    .menu-active .navigation .menu>li>a span {
        display: none;
        font-size: 14px;
        line-height: 30px;
    }
    .menu-active .navigation .menu>li>a .menu-arrow, .menu-active .navigation .menu>li>a .notice {
        display: none;
    }
    .menu-active .navigation .menu>li:hover>a {
        /*width: 260px;*/
        width: 75px;
        background: #ff0000;
        color: #ffffff;
        /*padding-left: 90px;*/
    }
    .menu-active .navigation .menu>li:hover>a i {
        color: #ffffff;
    }
    .menu-active .navigation .menu>li:hover>a span {
        /*display: block;*/
        display: none;
    }
    .menu-active .navigation .menu>li:hover>a .notice {
        display: none;
    }
    .menu-active .navigation .menu>li:hover .sub-menu {
        display: block !important;
    }
    .menu-active .navigation .menu .menu-icon {
        font-size: 24px;
        width: 75px;
    }
    .menu-active .navigation .menu .menu-icon.mdi {
        font-size: 26px;
    }
    .menu-active .navigation .menu.js__accordion .menu-icon{
        left: 0px;
    }               
    .menu-active .navigation .menu .sub-menu {
        display: none !important;
        position: absolute;
        top: 100%;
        left: 75px;
        width: 185px;
    }
    .menu-active .navigation .menu .sub-menu a {
        background: #9fc4f1;
        padding: 10px 15px;
    }
    .menu-active .mCSB_container, .menu-active .mCustomScrollBox, .menu-active .content {
        overflow: visible;
    }
    .menu-active body {
        height: auto;
    }
}

/*---------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
6. Fixed Navbar
*/

.fixed-navbar {
    height: 75px;
}

.fixed-navbar .ico-item {
    display: inline-block;
    position: relative;
    margin-left: 15px;
    cursor: pointer;
    font-size: 19px;
    line-height: 75px;
    color: #c7e5ff;
}

@media (min-width: 1025px) {
    .fixed-navbar .ico-item:hover {
        color: #ffffff;
    }
}

.fixed-navbar .ico-item .ico-img {
    max-height: 40px;
    width: auto;
    margin-top: -3px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

.fixed-navbar .ico-item .ico-item {
    margin-left: 0;
}

.fixed-navbar .ico-item .ico-item.mdi {
    font-size: 24px;
}

.fixed-navbar .ico-item .ico-item.mdi:before {
    font-size: 24px;
    line-height: 75px;
    position: relative;
    top: 3px;
}

.fixed-navbar .ico-item.mdi {
    font-size: 24px;
}

.fixed-navbar .ico-item.mdi:before {
    font-size: 24px;
    line-height: 75px;
    position: relative;
    top: 3px;
}

.fixed-navbar .ico-item.pulse:before {
    content: '';
    width: 2px;
    height: 2px;
    border: 3px solid #ffce54;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #ffce54;
    z-index: 10;
    position: absolute;
    right: 2px;
    top: 28px;
}

.fixed-navbar .ico-item.pulse:after {
    content: '';
    border: 4px solid #ffce54;
    background: transparent;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    height: 30px;
    width: 30px;
    -webkit-animation: pulse 3s ease-out;
    -moz-animation: pulse 3s ease-out;
    animation: pulse 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    top: 16px;
    left: -1px;
    z-index: 1;
    opacity: 0;
}

.fixed-navbar .ico-item.toggle-hover {
    position: relative;
}

.fixed-navbar .ico-item.toggle-hover .toggle-content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    right: -10px;
    background: #ffffff;
    border: 1px solid rgba(152, 166, 173, 0.15);
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    -webkit-box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
}

.fixed-navbar .ico-item.toggle-hover .toggle-content ul {
    margin: 0;
    padding: 10px 15px 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
    text-align: left;
    width: 300px;
}

.fixed-navbar .ico-item.toggle-hover .toggle-content ul li {
    width: calc(33.33333333%);
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
}

.fixed-navbar .ico-item.toggle-hover .toggle-content ul a {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #435966;
}

.fixed-navbar .ico-item.toggle-hover .toggle-content ul a>i {
    display: block;
    font-size: 18px;
    line-height: 28px;
}

.fixed-navbar .ico-item.toggle-hover .toggle-content .read-more {
    display: block;
    background: #f5f5f5;
    color: #435966;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
}

.fixed-navbar .ico-item.toggle-hover .toggle-content .read-more:hover {
    color: #ff0000;
}

.fixed-navbar .ico-item.toggle-hover.active .toggle-content {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
}

.fixed-navbar .ico-item:hover .sub-ico-item {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
}

.fixed-navbar .sub-ico-item {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0;
    top: 48px;
    background-color: #ffffff;
    padding: 5px 0;
    font-size: 0;
    line-height: 0;
    list-style: none;
    border: 1px solid rgba(152, 166, 173, 0.15);
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
}

.fixed-navbar .sub-ico-item:before {
    content: '';
    position: absolute;
    height: 10px;
    width: 100%;
    top: -10px;
    left: 0;
}

.fixed-navbar .sub-ico-item a {
    display: block;
    width: 200px;
    padding: 6px 20px 6px 20px;
    color: #435966;
    font-size: 14px;
    line-height: 24px;
}

.fixed-navbar .sub-ico-item a:hover {
    color: #ff0000;
}

@media (max-width: 479px) {
    .fixed-navbar .ico-item {
        display: none;
    }
    .fixed-navbar .ico-item:first-child {
        display: inline-block;
    }
}

/*---------------------------------------------------------------------*/

/* Style */

/*
Themes: My Admin
Version 1.0
[Table of contents]
-------------------------------------------------------------------------
1. Footer
2. Box Content
3. Calendar
4. Chartist Chart
5. Checkbox
6. Data Tables
7. Dropcap
8. Example Content
9. Inbox List
10. Jquery UI
11. Menu Mobile Button
12. Morris Chart
13. Notice
14. noUiSlider
15. Process Bar
16. Radio
17. Search Form
18. Statistics Box
19. Switch
20. Tabs
21. Timepicke
22. Title
23. User Info
24. Widget Stat
25. Widget Stat Chart
26. Misc
27. Mailbox
28. Login, Register, ... Form
29. 404,500 Page
30. Projects Page
31. Task Board
32. Profile
33. Contact List
34. Pricing Plan
35. Invoice
36. Gallery
37. Modal
38. Form Control
39. Reviews Widget
40. Activity Widget
41. Todo Widget
42. X-Editable
43. Sparkline Chart
44. SweetAlert
-------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
1. Footer
*/

.footer {
    /* padding         : 19px 30px 20px 30px;
  margin          : 0px -20px 0px -20px;
  color           : #fff;
  background-color: #18385f; */
    padding: 19px 30px 20px 30px;
    margin: 0px -20px 0px -20px;
    color: #fff;
    background-color: #18385f;
    position: fixed;
    /* width           : 100%; */
    width: 102vw;
    bottom: 0;
}

.footer a {
    color: #fff;
}

@media (min-width: 1025px) {
    .footer a:hover {
        color: #ff0000;
    }
}

/*---------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
2. Box Content
*/

#createCompany .box-content {
    padding: 20px;
}

.box-content {
    position: relative;
    padding: 20px;
    /*margin: 0px 0px 20px 0px;*/
    margin: 0px 0px 30px 0px;
    background: #f5f5f5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 1px rgba(0, 0, 0, 0.05);
    /* State */
    /* Style */
    /* Color */
}

.box-content:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    clear: both;
    overflow: hidden;
}

.box-content .box-title {
    margin: 0px 0px 30px 0px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.box-content .box-title .ico {
    margin-right: 8px;
    line-height: 16px;
}

.box-content .box-title.with-control .controls {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 0px;
    line-height: 16px;
}

.box-content .box-title.with-control .control {
    border: none;
    background: none;
    outline: none;
    height: 16px;
    font-size: 14px;
}

.box-content .box-title.with-control .fa-times {
    position: relative;
    top: -1px;
}

.box-content .content:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    clear: both;
    overflow: hidden;
}

.box-content .dropdown.js__drop_down {
    position: absolute;
    right: 20px;
    top: 20px;
}

.box-content .dropdown.js__drop_down .dropdown-icon {
    color: #aab2bd;
}

@media (min-width: 1025px) {
    .box-content .dropdown.js__drop_down .dropdown-icon:hover {
        color: #435966;
    }
}

.box-content .dropdown.js__drop_down .sub-menu {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0px;
    right: 100%;
    margin-right: 5px;
    z-index: 20;
    width: 200px;
    margin-top: 2px;
    padding: 10px 0px;
    border: 1px solid rgba(152, 166, 173, 0.15);
    background: #ffffff;
    list-style: none;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    -webkit-box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
}

.box-content .dropdown.js__drop_down .sub-menu a {
    display: block;
    padding: 6px 20px 6px 20px;
    color: #435966;
}

@media (min-width: 1025px) {
    .box-content .dropdown.js__drop_down .sub-menu a:hover {
        color: #ff0000;
    }
}

.box-content .dropdown.js__drop_down .sub-menu .split {
    margin: 9px 0px 9px 0px;
    width: 100%;
    height: 1px;
    background: #e5e5e5;
}

.box-content .dropdown.js__drop_down.active .dropdown-icon {
    color: #435966;
}

.box-content .dropdown.js__drop_down.active .sub-menu {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
}

.box-content.card-closed .box-title {
    margin-bottom: 0px !important;
}

.box-content.card-closed .box-title.with-control .fa-minus:before {
    content: "\f067";
}

.box-content.bordered {
    border-top: 4px solid #435966;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.box-content.bordered-all {
    border: 1px solid #435966;
    border-top: 4px solid #435966;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#createCompany .box-content.card {
    padding: 20px;
}

.box-content.card {
    padding: 20px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    height: 100%;
}

.box-content.card .box-title {
    margin-bottom: 0px;
    padding: 10px 20px 10px 20px;
    line-height: 30px;
    color: #ffffff !important;
    background-color: #435966;
}

.box-content.card .box-title .ico {
    line-height: 30px;
}

.box-content.card .box-title .controls {
    top: 17px;
}

.box-content.card .dropdown {
    top: 15px;
}

.box-content.card .dropdown .dropdown-icon {
    color: #ffffff;
}

.box-content.card .card-content {
    padding: 20px;
}

.box-content.card.bordered-all {
    border-top: none;
}

.box-content.card .dropdown.js__drop_down .dropdown-icon {
    color: #ffffff !important;
}

.box-content.card.white .box-title {
    color: #435966 !important;
    background: #ffffff;
}

.box-content.primary {
    border-color: #188ae2;
}

.box-content.primary .box-title {
    color: #188ae2;
}

.box-content.success {
    border-color: #ff0000;
}

.box-content.success .box-title {
    color: #ff0000;
}

.box-content.info {
    border-color: #18385f;
}

.box-content.info .box-title {
    color: #18385f;
}

.box-content.warning {
    border-color: #fbbc05;
}

.box-content.warning .box-title {
    color: #fbbc05;
}

.box-content.danger {
    border-color: #ea4335;
}

.box-content.danger .box-title {
    color: #ea4335;
}

.box-content.muted {
    border-color: #f4f8fb;
}

.box-content.muted .box-title {
    color: #f4f8fb;
}

.box-content.inverse {
    border-color: #212121;
}

.box-content.inverse .box-title {
    color: #212121;
}

.box-content.purple {
    border-color: #5b69bc;
}

.box-content.purple .box-title {
    color: #5b69bc;
}

.box-content.pink {
    border-color: #ff8acc;
}

.box-content.pink .box-title {
    color: #ff8acc;
}

.box-content.lightdark {
    border-color: #f4f8fb;
}

.box-content.lightdark .box-title {
    color: #f4f8fb;
}

/*---------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
3. Calendar
*/

.calendar {
    float: left;
    margin-bottom: 0px;
}

.fc-view {
    margin-top: 30px;
}

.none-border .modal-footer {
    border-top: none;
}

.fc-toolbar {
    margin-bottom: 5px;
    margin-top: 15px;
}

.fc-toolbar h2 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active, .fc-toolbar button:focus, .fc-toolbar button:hover {
    z-index: 0;
}

.fc-widget-header, .fc-widget-content {
    border: 1px solid #d7ecfb;
}

.fc th.fc-widget-header {
    background: #f5f5f5;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0px 10px 0px;
    text-transform: uppercase;
}

.fc th.fc-widget-header a {
    color: #505458;
}

.fc .fc-event .fc-bg {
    display: none;
}

.fc .fc-list-item[class*=" bg-"] {
    color: #ffffff;
}

.fc .fc-list-item[class*=" bg-"]:hover td {
    background: rgba(255, 255, 255, 0.2);
}

.fc-button {
    background: #ffffff;
    border: 1px solid #d7ecfb;
    color: #555;
    text-transform: capitalize;
}

.fc-text-arrow {
    font-size: 16px;
}

.fc-state-hover {
    background: #f3f3f3;
}

.fc-state-highlight, .fc-cell-overlay {
    background: #f0f0f0;
}

.fc-unthemed .fc-today {
    background: #ffffff;
}

.fc .fc-event, #external-events .fc-event {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: none;
    cursor: move;
    font-size: 12px;
    margin: 5px 7px 5px 7px;
    padding: 5px;
    text-align: center;
}

.external-event {
    color: #ffffff;
    cursor: move;
    margin: 10px 0px 10px 0px;
    padding: 6px 10px 6px 10px;
}

.fc-basic-view td.fc-week-number span, .fc-basic-view td.fc-day-number {
    padding-right: 5px;
}

.fc-toolbar .fc-button-group .fc-button {
    background: #ffffff;
}

.fc-toolbar .fc-button-group .fc-button:hover {
    background: #F5F5F5;
}

.fc .fc-event, .fc .fc-event-dot {
    background: #ff0000;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}

.fc .fc-event-dot {
    background: #ffffff;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    color: #435966;
}

.fc.fc-ltr .fc-h-event.fc-not-start, .fc.fc-rtl .fc-h-event.fc-not-end {
    margin-left: 7px;
}

@media (max-width: 479px) {
    .fc .fc-toolbar .fc-right {
        width: 100%;
        text-align: left;
        margin-top: 15px;
        margin-bottom: 25px;
    }
    .fc .fc-view-container {
        overflow: auto;
    }
    .fc .fc-view-container .fc-view {
        width: 400px;
    }
}

/*---------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
4. Chartist Chart
*/

.chartist-chart .ct-label {
    font-size: 12px;
}

.chartist-chart-pie .ct-label {
    font-size: 14px;
    color: #ffffff;
    fill: #fff;
}

/*---------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
5. Checkbox
*/

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

.checkbox input[type="checkbox"]:checked+label:before {
    border-color: #415dfb;
    background: #415dfb;
}

.checkbox input[type="checkbox"]:checked+label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.checkbox input[type="checkbox"]:disabled+label {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.checkbox label {
    position: relative;
    padding-left: 25px;
}

.checkbox label:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0px;
    width: 17px;
    height: 17px;
    border: 1px solid #ccc;
    background: #ffffff;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.checkbox label:after {
    content: "\f00c";
    font-family: 'FontAwesome';
    font-size: 12px;
    line-height: 15px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    top: 2px;
    left: 2px;
    color: #ffffff;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.checkbox.primary input[type="checkbox"]:checked+label:before {
    background: #188ae2;
    border-color: #188ae2;
}

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

.checkbox.info input[type="checkbox"]:checked+label:before {
    background: #18385f;
    border-color: #18385f;
}

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

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

.checkbox.purple input[type="checkbox"]:checked+label:before {
    background: #5b69bc;
    border-color: #5b69bc;
}

.checkbox.pink input[type="checkbox"]:checked+label:before {
    background: #ff8acc;
    border-color: #ff8acc;
}

.checkbox.inverse input[type="checkbox"]:checked+label:before {
    background: #212121;
    border-color: #212121;
}

.checkbox.circled label:before {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

/*---------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
6. Data Tables
*/

.dataTables_wrapper .dataTables_paginate .pagination {
    margin: 0;
}

.dataTables_wrapper .dataTables_paginate .pagination .paginate_button {
    padding: 0px;
    min-width: 0px;
    margin-left: 10px;
    border: none;
    background: none;
}

.dataTables_wrapper .dataTables_paginate .pagination .paginate_button:first-child {
    margin-left: 0px;
}

.dataTables_wrapper .dataTable {
    margin-top: 10px !important;
    margin-bottom: 18px !important;
}

.dataTables_wrapper .dataTable .group {
    background-color: #ff0000;
    color: #ffffff;
}

.dataTables_wrapper .dataTables_scrollBody .dataTable {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.dataTables_wrapper .dataTables_scrollFoot .dataTable {
    margin-top: 0px !important;
}

.dataTables_wrapper table.dataTable thead th, .dataTables_wrapper table.dataTable thead th, .dataTables_wrapper table.dataTable thead td, .dataTables_wrapper table.dataTable thead td {
    border-bottom-color: #ddd;
    padding-left: 8px;
    padding-right: 8px;
    border-bottom-width: 1px;
    text-align: center;
}

table.focus-on>tbody>tr.focused.unfocused>th, table.focus-on>tbody>tr.focused.unfocused>td {
    background: #ff0000;
    color: #ffffff;
}

/*---------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
7. Dropcap
*/

.dropcap, .dropcap-circle, .dropcap-square {
    display: block;
    float: left;
    font-weight: 400;
    line-height: 36px;
    margin-right: 6px;
    text-shadow: none;
}

.dropcap {
    font-size: 3.1em;
}

.dropcap-circle {
    font-size: 26px;
    line-height: 36px;
    width: 36px;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.dropcap-square {
    font-size: 26px;
    line-height: 36px;
    width: 36px;
    text-align: center;
}

/*---------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
8. Example Content
*/

.example-content {
    position: relative;
    padding: 15px;
    background: #f5f5f5;
}

.example-content .modal {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 10;
}

.example-content .modal-dialog {
    left: auto;
    margin-right: auto;
    margin-left: auto;
}

.bs-example {
    position: relative;
    padding: 45px 15px 15px 15px;
    margin: 0px;
    border: 1px solid #ddd;
    background: #f4f4f4;
}

.bs-example .bs-title {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 12px;
    font-weight: 700;
    color: #435966;
    text-transform: uppercase;
}

.bs-example>.dropdown>.dropdown-toggle {
    float: left;
}

.bs-example>.dropdown>.dropdown-menu {
    position: static;
    display: block;
    margin-bottom: 5px;
    clear: left;
}

/*---------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
9. Inbox List
*/

.inbox-list {
    margin-bottom: 15px;
    list-style: none;
    padding: 0px;
}

.inbox-list li {
    border-bottom: 1px solid #f3f3f3;
}

.inbox-list .avatar {
    position: absolute;
    top: 10px;
    left: 0px;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.inbox-list .inbox-item {
    position: relative;
    min-height: 40px;
    padding: 10px 0px 10px 55px;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.inbox-list .name {
    color: #ff0000;
    margin: 0px;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 500;
}

@media (min-width: 1025px) {
    .inbox-list .name:hover {
        color: #304ffe;
    }
}

.inbox-list .text {
    color: #656d78;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0px;
    font-weight: 500;
}

.inbox-list .time {
    font-size: 11px;
    color: #aab2bd;
    position: absolute;
    top: 10px;
    right: 0px;
}

.inbox-list .full-text .text {
    white-space: normal;
}

.inbox-read-more {
    display: block;
    color: #435966;
    text-align: center;
}

/*---------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
10. Jquery UI
*/

.form-control::placeholder {
    color: #000 !important;
}

.form-control {
    color: #000;
}

.ui-sortable-placeholder {
    border: 2px dashed #435966;
    background: #ccc;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

/*---------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
11. Menu Mobile Button
*/

.menu-mobile-button {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 75px;
    width: 70px;
    border: none;
    outline: none;
    font-size: 20px;
    line-height: 75px;
    color: #ffffff;
    background: #184b8a;
}

/*---------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
12. Morris Chart
*/

.morris-chart-detail-list {
    margin-top: 10px;
}

.morris-chart-detail-list .fa {
    margin-right: 5px;
}

.morris-chart-detail-list li:nth-child(1) {
    color: #ff0000;
}

.morris-chart-detail-list li:nth-child(2) {
    color: #84c6e4;
}

.morris-chart-detail-list li:nth-child(3) {
    color: #184b8a;
}

.morris-chart-detail-list li:nth-child(4) {
    color: #333333;
}

.morris-chart-realtime .morris-hover-row-label {
    display: none;
}

/*---------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
13. Notice
*/

.notice {
    display: inline-block;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    border-radius: 0.25em;
    padding: 2px 6px 0;
    font-size: 75%;
}

.notice-blue {
    color: #ffffff;
    background: #184b8a;
}

.notice-purple {
    color: #ffffff;
    background: #5b69bc;
}

.notice-yellow {
    color: #ffffff;
    background: #fbbc05;
}

.notice-danger {
    color: #ffffff;
    background: #ff1744;
}

/* Notice List */

.notice-list {
    list-style: none;
    padding: 0px;
}

.notice-list li {
    border-bottom: 1px solid #eaedef;
}

.notice-list a {
    display: block;
    position: relative;
    padding: 14px 15px 14px 85px;
    min-height: 75px;
}

.notice-list a:hover {
    background: #f5f7fa;
}

.notice-list .avatar {
    position: absolute;
    top: 10px;
    left: 15px;
    width: 55px;
    height: 55px;
    overflow: hidden;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.notice-list .avatar i {
    font-size: 24px;
    line-height: 55px;
    color: #ffffff;
    top: 0px;
}

.notice-list .desc {
    color: #90a4ae;
    font-size: 13px;
    line-height: 23px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    display: block;
}

.notice-list .name {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #212121;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: block;
}

@media (min-width: 1025px) {
    .notice-list .name:hover {
        color: #ff0000;
    }
}

.notice-list .time {
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    color: #aab2bd;
    position: absolute;
    right: 20px;
    top: 17px;
}

/* Notice Popup */

.notice-popup {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 75px;
    right: 20px;
    z-index: 40;
    background: #ffffff;
    width: 450px;
    max-width: 100%;
    padding-top: 50px;
    transform: translate(0, 30px);
    -webkit-transform: translate(0, 30px);
    -moz-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    -webkit-box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
}

@media (max-width: 550px) {
    .notice-popup {
        width: 100%;
        right: 0;
    }
    .notice-popup#message-popup {
        right: 0;
    }
}

.notice-popup.active {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
}

.notice-popup .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #aab2bd;
}

.notice-popup:hover .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.notice-popup .content {
    overflow: auto;
    height: 100%;
}

.notice-popup .content .notice-list {
    width: 100%;
    overflow: hidden;
}

.notice-popup .popup-title {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    padding: 11px 10px 11px 18px;
    color: #1b1f20;
    margin: 0px;
    border-bottom: 1px solid #e6e9ed;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 27px;
}

.notice-popup .popup-title a {
    text-transform: initial;
    font-weight: 400;
}

.notice-popup .popup-close {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10;
    font-size: 18px;
    line-height: 59px;
    padding: 0px 10px 0px 10px;
    color: #435966;
}

@media (min-width: 1025px) {
    .notice-popup .popup-close:hover {
        color: #ea4335;
    }
}

.notice-popup .notice-read-more {
    font-size: 14px;
    line-height: 24px;
    color: #212121;
    padding: 3px 10px 13px;
    text-align: center;
    display: block;
}

.notice-popup .notice-read-more:hover {
    color: #ff0000;
}

#message-popup {
    right: 60px;
}

/*---------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
14. noUiSlider
*/

.noui-connect .noUi-origin {
    right: auto;
    width: 0px;
}

.noui-connect .connect {
    position: absolute;
    top: 0px;
    bottom: 0px;
    background: #80C9F5;
    box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
    -moz-box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
    -webkit-box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
}

.noui-connect.noUi-state-tap .connect {
    -webkit-transition: left 300ms, right 300ms;
    -moz-transition: left 300ms, right 300ms;
    transition: left 300ms, right 300ms;
}

.noui-select, .noui-number {
    padding: 7px;
    margin: 15px 5px 5px 5px;
    width: 70px;
}

/*---------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
15. Process Bar
*/

.process-bar {
    display: block;
    position: relative;
    width: 100%;
    height: 5px;
    margin-top: 12px;
    background: #ffffff;
    overflow: hidden;
}

.process-bar .bar {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 5px;
    z-index: 2;
}

.process-bar .bar-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    z-index: 1;
    opacity: 0.2;
    width: 100%;
}

/*---------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
16. Radio
*/

.radio input[type="radio"] {
    display: none;
}

.radio input[type="radio"]:checked+label:before {
    border-color: #435966;
}

.radio input[type="radio"]:checked+label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.radio input[type="radio"]:disabled+label {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.radio label {
    position: relative;
    padding-left: 25px;
}

.radio label:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0px;
    width: 17px;
    height: 17px;
    border: 1px solid #ccc;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.radio label:after {
    content: "";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    top: 4px;
    left: 3px;
    width: 11px;
    height: 11px;
    background: #435966;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.radio.primary label:after {
    background: #ff0000;
}

.radio.success label:after {
    background: #ff0000;
}

.radio.info label:after {
    background: #18385f;
}

.radio.warning label:after {
    background: #fbbc05;
}

.radio.danger label:after {
    background: #ea4335;
}

.radio.purple label:after {
    background: #5b69bc;
}

.radio.pink label:after {
    background: #ff8acc;
}

.radio.inverse label:after {
    background: #212121;
}

.radio.primary input[type="radio"]:checked+label:before {
    border-color: #ff0000;
}

.radio.success input[type="radio"]:checked+label:before {
    border-color: #ff0000;
}

.radio.info input[type="radio"]:checked+label:before {
    border-color: #18385f;
}

.radio.warning input[type="radio"]:checked+label:before {
    border-color: #fbbc05;
}

.radio.danger input[type="radio"]:checked+label:before {
    border-color: #ea4335;
}

.radio.purple input[type="radio"]:checked+label:before {
    order-color: #5b69bc;
}

.radio.pink input[type="radio"]:checked+label:before {
    border-color: #ff8acc;
}

.radio.inverse input[type="radio"]:checked+label:before {
    border-color: #212121;
}

/*---------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
17. Search Form
*/

.searchform {
    display: inline-block;
    position: relative;
    margin-left: 20px;
    padding: 13px 0px 13px 0px;
}

.searchform .input-search {
    border: none;
    width: 190px;
    height: 34px;
    padding: 7px 40px 7px 20px;
    font-size: 13px;
    line-height: 20px;
    color: #505458;
    background: #ffffff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.searchform .input-search::-webkit-input-placeholder {
    color: #242323;
}

.searchform .input-search:-moz-input-placeholder {
    color: #242323;
}

.searchform .input-search::-moz-input-placeholder {
    color: #242323;
}

.searchform .input-search:-ms-input-placeholder {
    color: #242323;
}

.searchform .button-search {
    position: absolute;
    top: 22px;
    right: 10px;
    color: #435966;
    z-index: 10;
    background: none;
    outline: none;
    border: none;
}

@media (min-width: 1025px) {
    .searchform .button-search:hover {
        color: #ff0000;
    }
}

/*---------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
18. Statistics Box
*/

.statistics-box {
    padding-top: 14px;
    min-height: 80px;
    text-align: center;
}

.statistics-box.with-icon {
    position: relative;
    padding-left: 80px;
    text-align: right;
}

.statistics-box.with-icon .ico {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 80px;
    height: 80px;
    font-size: 70px;
    line-height: 80px;
    text-align: center;
}

.statistics-box.with-icon .ico.small {
    font-size: 42px;
}

.statistics-box .counter {
    margin-top: 0px;
    margin-bottom: 0px;
}

.statistics-box .text {
    color: #aab2bd;
    margin: 0px;
}

/*---------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
19. Switch
*/

#example .switch {
    justify-content: center;
}

.switch {
    display: flex;
    align-items: center;
   /* height: 35px;
    padding: 26px 0px;*/
    justify-content: center;
}

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

.switch input[type="checkbox"]:checked+label:before {
    background: #435966;
    border-color: #435966;
}

.switch input[type="checkbox"]:checked+label:after {
    left: 14px;
}

.switch label {
    position: relative;
    padding-left: 30px;
    font-weight: 400;
    cursor: pointer;
    min-height: 9px;
    text-align: center;
    transform: scale(1.5); 
    transform-origin: top left;
}

.switch label:before {
    content: "";
    width: 30px;
    height: 18px;
    position: absolute;
    top: 1px;
    left: 0px;
    border: 1px solid #ddd;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #f1f1f1;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.switch label:after {
    content: "";
    width: 16px;
    height: 16px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: 2px;
    left: 0px;
    z-index: 10;
    background: #ffffff;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.switch.primary input[type="checkbox"]:checked+label:before {
    background: #ff0000;
    border-color: #ff0000;
}

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

.switch.info input[type="checkbox"]:checked+label:before {
    background: #18385f;
    border-color: #18385f;
}

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

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

.switch.purple input[type="checkbox"]:checked+label:before {
    background: #5b69bc;
    border-color: #5b69bc;
}

.switch.pink input[type="checkbox"]:checked+label:before {
    background: #ff8acc;
    border-color: #ff8acc;
}

.switch.inverse input[type="checkbox"]:checked+label:before {
    background: #212121;
    border-color: #212121;
}

/*---------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
20. Tabs
*/

.tab-content {
    padding: 15px;
    border: 1px solid #ddd;
    border-top: none;
}

.tab-header {
    padding: 15px;
    border: 1px solid #ddd;
}

.tab-header .navbar {
    margin-bottom: 0px;
    border: none;
    min-height: auto;
}

.tab-header.pill {
    border: none;
    padding: 0px;
}

/*---------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
21. Timepicke
*/

.bootstrap-timepicker-widget table td a:hover {
    background-color: transparent;
    border-color: transparent;
    border-radius: 4px;
    color: #188ae2;
    text-decoration: none;
}

.bootstrap-timepicker-widget table td input {
    border: none;
}

/*---------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
22. Title
*/

.page-title {
    display: inline-block;
    margin: 0px;
    font-size: 18px;
    line-height: 75px;
    font-weight: 500;
}

/*---------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
23. User Info
*/

.user-info .avatar {
    float: left;
    width: 78px;
}

.user-info .avatar img {
    border: 3px solid #ffffff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
}

.user-info .name, .user-info p, .user-info .text-custom {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.user-info .text-custom {
    font-weight: 500;
}

.user-info .name {
    margin: 0px 0px 5px 0px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.user-info .right-content {
    margin-left: 90px;
}

.user-info p {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 5px;
}

.user-info a {
    color: #2962ff;
    font-size: 13px;
}

/*---------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
24. Widget Stat
*/

.widget-stat {
    padding-bottom: 10px;
    text-align: right;
}

.widget-stat .counter {
    padding-top: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #434a54;
}

.widget-stat .percent {
    float: left;
    padding: 0px 10px 0px 10px;
    margin-top: 20px;
    font-size: 12px;
    line-height: 22px;
    color: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.widget-stat .percent i {
    font-size: 12px;
    line-height: 22px;
    margin-right: 4px;
}

.widget-stat .left-content {
    float: left;
}

.widget-stat .right-content {
    margin-left: 80px;
}

.widget-stat .text {
    color: #aab2bd;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*---------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
25. Widget Stat Chart
*/

.widget-stat-chart {
    padding-bottom: 10px;
    text-align: right;
}

.widget-stat-chart .c100 {
    margin: 0px;
}

.widget-stat-chart .counter {
    padding-top: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.widget-stat-chart .right-content {
    margin-left: 80px;
}

.widget-stat-chart .text {
    color: #aab2bd;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 600;
}

/*---------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
26. Misc
*/

.form-inline .checkbox label, .form-inline .radio label {
    padding-left: 25px;
}

.label {
    padding: .2em .6em .2em;
    font-weight: 400;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 9px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 12px;
    }
}

.ui-accordion .ui-accordion-header {
    outline: none;
}

.list-group-item, .list-group-item:first-child, .list-group-item:last-child {
    border-radius: 0px;
    border-color: rgba(120, 130, 140, 0.13);
}

.table-purchases a {
    color: #ccc;
}

.table-purchases a:hover {
    color: #999;
}

/*---------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
27. Mailbox
*/

.box {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    background: #ffffff;
    border: 1px solid #e1e3e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.box.collapsed-box .box-body, .box.collapsed-box .box-footer {
    display: none;
}

.box .nav-stacked>li {
    border-bottom: 1px solid #f4f4f4;
    margin: 0px;
}

.box .nav-stacked>li:last-of-type {
    border-bottom: none;
}

.box .border-right {
    border-right: 1px solid #f4f4f4;
}

.box .border-left {
    border-left: 1px solid #f4f4f4;
}

.box.box-solid {
    border-top: none;
}

.box.box-solid>.box-header .btn.btn-default {
    background: none;
}

.box.box-solid>.box-header .btn:hover, .box.box-solid>.box-header a:hover {
    background: rgba(0, 0, 0, 0.1);
}

.box.box-solid.box-default {
    border: 1px solid #d2d6de;
}

.box.box-solid.box-default>.box-header {
    color: #444;
    background-color: #d2d6de;
}

.box.box-solid.box-default>.box-header a, .box.box-solid.box-default>.box-header .btn {
    color: #444;
}

.box.box-solid.box-primary {
    border: 1px solid #ff0000;
}

.box.box-solid.box-primary>.box-header {
    color: #ffffff;
    background-color: #ff0000;
}

.box.box-solid.box-primary>.box-header a, .box.box-solid.box-primary>.box-header .btn {
    color: #ffffff;
}

.box.box-solid.box-success {
    border: 1px solid #ff0000;
}

.box.box-solid.box-success>.box-header {
    color: #ffffff;
    background-color: #ff0000;
}

.box.box-solid.box-success>.box-header a, .box.box-solid.box-success>.box-header .btn {
    color: #ffffff;
}

.box.box-solid.box-info {
    border: 1px solid #18385f;
}

.box.box-solid.box-info>.box-header {
    color: #ffffff;
    background-color: #18385f;
}

.box.box-solid.box-info>.box-header a, .box.box-solid.box-info>.box-header .btn {
    color: #ffffff;
}

.box.box-solid.box-warning {
    border: 1px solid #fbbc05;
}

.box.box-solid.box-warning>.box-header {
    color: #ffffff;
    background-color: #fbbc05;
}

.box.box-solid.box-warning>.box-header a, .box.box-solid.box-warning>.box-header .btn {
    color: #ffffff;
}

.box.box-solid.box-danger {
    border: 1px solid #ea4335;
}

.box.box-solid.box-danger>.box-header {
    color: #ffffff;
    background-color: #ea4335;
}

.box.box-solid.box-danger>.box-header a, .box.box-solid.box-danger>.box-header .btn {
    color: #ffffff;
}

.box.box-solid.box-purple {
    border: 1px solid #5b69bc;
}

.box.box-solid.box-purple>.box-header {
    color: #ffffff;
    background-color: #5b69bc;
}

.box.box-solid.box-purple>.box-header a, .box.box-solid.box-purple>.box-header .btn {
    color: #ffffff;
}

.box.box-solid.box-pink {
    border: 1px solid #ff8acc;
}

.box.box-solid.box-pink>.box-header {
    color: #ffffff;
    background-color: #ff8acc;
}

.box.box-solid.box-pink>.box-header a, .box.box-solid.box-pink>.box-header .btn {
    color: #ffffff;
}

.box.box-solid.box-inverse {
    border: 1px solid #212121;
}

.box.box-solid.box-inverse>.box-header {
    color: #ffffff;
    background-color: #212121;
}

.box.box-solid.box-inverse>.box-header a, .box.box-solid.box-inverse>.box-header .btn {
    color: #ffffff;
}

.box.box-solid[class*='bg']>.box-header {
    color: #ffffff;
}

.box>.box-header>.box-tools .btn {
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.box .box-header:before, .box .box-body:before, .box .box-footer:before, .box .box-header:after, .box .box-body:after, .box .box-footer:after {
    content: "";
    display: table;
}

.box .box-header:after, .box .box-body:after, .box .box-footer:after {
    clear: both;
}

.box .box-header {
    display: block;
    position: relative;
    padding: 14px 20px;
    color: #444;
}

.box .box-header.with-border {
    border-bottom: 1px solid #f2f4f6;
}

.box .box-header>.fa, .box .box-header>.glyphicon, .box .box-header .box-title, .box .box-header .ico {
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    margin: 0px;
    margin-right: 5px;
    font-weight: 500;
}

.box .box-header>.box-tools {
    position: absolute;
    top: 7px;
    right: 20px;
}

.box .box-header>.box-tools [data-toggle="tooltip"] {
    position: relative;
}

.box .box-header>.box-tools.pull-right .dropdown-menu {
    right: 0px;
    left: auto;
}

@media (max-widht: 479px) {
    .box .box-header .has-feedback {
        display: none;
    }
}

.box .box-header .has-feedback .form-control {
    width: 300px;
    height: 35px;
}

.box .box-header .has-feedback .form-control-feedback {
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #656d78;
}

.box.collapsed-box .box-header.with-border {
    border-bottom: none;
}

.btn-mail-main {
    height: 50px;
    font-size: 14px;
    line-height: 34px;
}

.btn-box-tool {
    padding: 5px;
    font-size: 12px;
    background: none;
    color: #97a0b3;
}

.btn-box-tool.btn:active {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.open .btn-box-tool, .btn-box-tool:hover {
    color: #606c84;
}

.box-body {
    padding: 0px 20px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.box-body>.table {
    margin-bottom: 0px;
}

.box-body .nav li.active a {
    background: #ffffff;
    color: #ff0000;
}

.box-body .nav a {
    padding: 13px 0;
    color: #212121;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
}

.box-body .nav a:hover {
    background: #ffffff;
    color: #ff0000;
}

.box-body .nav .fa {
    display: inline-block;
    width: 35px;
    line-height: 26px;
    font-size: 17px;
}

.box-body .nav .label-text-right {
    color: #656d78;
    font-size: 14px;
    line-height: 25px;
}

.box-body .nav .label-right {
    padding: 0px 7px;
    font-size: 14px;
    line-height: 20px;
    margin-top: 2px;
    padding-top: 2px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-weight: 400;
}

.box-footer {
    padding: 10px 20px;
    background: #ffffff;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.mailbox-messages .table {
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0px 1px;
}

.mailbox-messages .table>tbody>tr>td {
    border-top: none;
}

.mailbox-messages .table .mailbox-subject {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 500px;
    overflow: hidden;
}

.mailbox-messages .mailbox-star a {
    color: #ccd1d9;
    font-size: 17px;
}

.mailbox-messages .mailbox-name a {
    color: #212121;
    font-weight: 500;
}

.mailbox-messages .mailbox-subject {
    color: #90a4ae;
}

.mailbox-messages .mailbox-subject span {
    color: #656d78;
    font-weight: 500;
}

.mailbox-messages .table-striped>tbody>tr:nth-of-type(odd) {
    background: #f5f7fa;
}

.mailbox-messages .unread>td:first-of-type {
    border-left: 5px solid #ff0000;
}

.mailbox-messages .unread .mailbox-subject span {
    color: #212121;
}

.mailbox-messages tr>td:first-of-type {
    border-left: 5px solid transparent;
}

.mailbox-read-info {
    border-bottom: 1px solid #f4f4f4;
    padding: 10px 20px;
}

.mailbox-read-info h3 {
    font-size: 20px;
    margin: 0px;
}

.mailbox-read-info h5 {
    padding: 5px 0px 0px 0px;
    margin: 0px;
}

.mailbox-read-time {
    color: #999;
    font-size: 13px;
}

.mailbox-controls {
    border-bottom: 1px solid #f4f4f4;
    padding: 8px 20px 1px 15px;
}

.mailbox-controls:after {
    content: '';
    display: block;
    clear: both;
}

.mailbox-controls .btn {
    padding: 0;
    line-height: 35px;
    height: 35px;
    min-width: 80px;
    margin: 0 5px 7px;
    font-size: 18px;
    color: #656d78;
    background: #f5f7fa;
    border-color: #ccd1d9;
}

.mailbox-controls .btn-group {
    font-size: 0;
}

.mailbox-controls .btn-group .btn {
    min-width: 40px;
    color: #aab2bd;
    font-size: 26px;
    background: #f5f7fa;
    border: 1px solid #ccd1d9;
    margin: 0;
    z-index: 1;
}

.mailbox-controls .btn-group .btn:first-child {
    border-right: none;
}

.mailbox-controls .inbox-text {
    display: inline-block;
    font-size: 16px;
    line-height: 35px;
    margin-right: 8px;
}

@media (max-width: 929px) {
    .mailbox-controls .pull-right {
        width: 100%;
        padding: 10px;
    }
}

.icheckbox_square-blue {
    transform: scale(0.7);
}

.mailbox-read-message {
    padding: 10px 20px;
}

.mailbox-footer {
    padding: 10px 20px;
    border-bottom: 1px solid #f4f4f4;
    border-top: 1px solid #f4f4f4;
}

.mailbox-attachments {
    list-style: none;
    padding: 0px;
}

.mailbox-attachments li {
    float: left;
    width: 200px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    margin-right: 10px;
}

.mailbox-attachment-name {
    font-weight: 700;
    color: #666;
}

.mailbox-attachment-icon, .mailbox-attachment-info, .mailbox-attachment-size {
    display: block;
}

.mailbox-attachment-info {
    padding: 10px;
    background: #f4f4f4;
}

.mailbox-attachment-size {
    color: #999;
    font-size: 12px;
}

.mailbox-attachment-icon {
    text-align: center;
    font-size: 65px;
    color: #666;
    padding: 20px 10px 20px 10px;
}

.mailbox-attachment-icon.has-img {
    padding: 0px;
}

.mailbox-attachment-icon.has-img>img {
    max-width: 100%;
    height: auto;
}

/*---------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
28. Login, Register, ... Form
*/

#single-wrapper {
    min-height: 100%;
    background: url('../images/sativa.png') top center repeat;
    overflow: hidden;
    width: 100%;
    padding: 0px 15px 0px 15px;
}

.frm-single {
    width: 100%;
    max-width: 400px;
    display: block;
    margin: 60px auto 60px;
    float: none;
    position: relative;
}

.frm-single:before, .frm-single:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: #ffffff;
    transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    box-shadow: 0 0 1px 0 #ccc;
    -webkit-box-shadow: 0 0 1px 0 #ccc;
    -moz-box-shadow: 0 0 1px 0 #ccc;
}

.frm-single:after {
    transform: rotate(1deg);
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
}

.frm-single .inside {
    background: #ffffff;
    position: relative;
    padding: 20px;
    z-index: 20;
    box-shadow: 0 0 1px 0 #ccc;
    -webkit-box-shadow: 0 0 1px 0 #ccc;
    -moz-box-shadow: 0 0 1px 0 #ccc;
}

.frm-single .title {
    margin-bottom: 5px;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 34px;
    white-space: nowrap;
    color: #435966;
    text-align: center;
}

.frm-single .a-link {
    color: #999;
}

.frm-single .a-link:hover {
    color: #435966;
}

.frm-single .frm-title {
    color: #999;
    text-align: center;
    font-size: 16px;
    padding-bottom: 20px;
}

.frm-single .frm-input {
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.frm-single .frm-input .frm-inp {
    width: 100%;
    height: 40px;
    padding: 0px;
    padding-left: 30px;
    border: 1px solid #ccc;
    font-size: 14px;
    line-height: 38px;
    border-left: 3px solid #999;
}

.frm-single .frm-input .frm-inp:focus {
    border-color: #ff0000;
    padding-left: 10px;
}

.frm-single .frm-input .frm-inp:focus+.frm-ico {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
}

.frm-single .frm-input .frm-ico {
    position: absolute;
    top: 0px;
    left: 3px;
    width: 30px;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #999;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.frm-single .checkbox {
    margin: 0px;
}

.frm-single .a-link i {
    margin-right: 5px;
}

.frm-single .frm-submit {
    display: block;
    width: 100%;
    height: 36px;
    border: none;
    background: #ff0000;
    color: #ffffff;
    margin-bottom: 15px;
}

@media (min-width: 1025px) {
    .frm-single .frm-submit:hover {
        background: #304ffe;
    }
}

.frm-single .frm-submit i {
    margin-left: 5px;
}

.frm-single .frm-footer {
    padding: 20px 0px 0px 0px;
    margin-top: 15px;
    border-top: 1px solid #ccc;
    color: #999;
}

.frm-single .avatar {
    display: block;
    margin: 0px auto 20px;
    float: none;
    position: relative;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
}

.frm-single .ico-email {
    display: block;
    margin: 0px auto 20px;
    float: none;
    width: 80px;
    height: 80px;
}

.frm-single .txt-login-with {
    text-align: center;
    margin-bottom: 15px;
    color: #999;
}

/*---------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
29. 404,500 Page
*/

#page-404 {
    height: 100%;
    background: url('../images/404.jpg') top center repeat;
    background-position: center center;
    background-attachment: fixed;
    overflow: hidden;
    width: 100%;
    padding: 0px 15px 0px 15px;
}

#page-404 .content {
    width: 100%;
    max-width: 600px;
    display: block;
    margin: 0px auto 0px;
    float: none;
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#page-404 p {
    padding: 30px 0px 30px 0px;
    color: #777;
    font-size: 16px;
    line-height: 30px;
    margin: 0px;
}

@media (max-height: 359px) {
    #page-404 {
        min-height: 100%;
        height: auto;
    }
    #page-404 .content {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        top: 0px;
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

.title-on-desktop {
    position: relative;
}

.title-on-desktop .title {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 28px;
    line-height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.title-on-mobile {
    display: none;
}

@media (max-width: 649px) {
    .title-on-desktop {
        display: none;
    }
    .title-on-mobile {
        display: block;
    }
}

/*---------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
30. Projects Page
*/

.prj-header {
    position: relative;
    min-height: 64px;
    padding: 0 130px;
    border-bottom: 1px solid #e8e8e8;
}

.prj-header .btn-submit-prj {
    position: absolute;
    top: 10px;
    right: 0px;
}

.prj-header .result-count {
    position: absolute;
    top: 10px;
    left: 0px;
    font-size: 14px;
    line-height: 34px;
}

.prj-header .filters {
    list-style: none;
    padding: 0px;
    font-size: 0px;
    text-align: center;
    margin-bottom: 0px;
}

.prj-header .filters li {
    display: inline-block;
    font-size: 14px;
    line-height: 34px;
    margin: 0px 5px 0px 5px;
}

.prj-header .filters a {
    display: block;
    color: #435966;
    position: relative;
    padding: 10px 10px 20px;
}

.prj-header .filters a:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -1px;
    left: 0px;
    background: #188ae2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.prj-header .filters a:hover, .prj-header .filters a.active {
    color: #188ae2;
}

.prj-header .filters a:hover:before, .prj-header .filters a.active:before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

@media (max-width: 999px) {
    .prj-header {
        padding: 65px 0 0;
    }
}

.prj-item {
    display: block;
    position: relative;
    background: #ffffff;
    border: 1px solid #e9e9e9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.prj-item .top-project-section {
    height: 220px;
    padding: 40px 20px 20px 20px;
    border-bottom: 1px solid #e9e9e9;
}

.prj-item .top-project-section h3 {
    margin: 20px 0px 0px 0px;
    font-size: 16px;
    line-height: 20px;
    color: #3a3a3a;
}

.prj-item .top-project-section .meta {
    font-size: 13px;
    color: #b2b2b2;
}

.prj-item .top-project-section .meta span {
    color: #767676;
}

.prj-item .project-icon {
    height: 90px;
}

.prj-item .project-icon img {
    display: block;
    margin: 0px auto 0px;
    float: none;
    max-width: 80px;
    height: auto;
}

.prj-item .bottom-project-section {
    padding: 15px 20px 15px 20px;
    font-size: 13px;
    color: #767676;
}

.prj-item .bottom-project-section:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    clear: both;
    overflow: hidden;
}

.prj-item .bottom-project-section .points {
    float: left;
    margin-right: 10px;
}

.prj-item .bottom-project-section .views {
    float: left;
    margin-right: 10px;
}

.prj-item .bottom-project-section .feedable-time {
    float: right;
}

/*---------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
31. Task Board
*/

.task-item {
    display: block;
    margin-bottom: 20px;
    padding: 10px 15px 10px 15px;
    border: 1px solid #e9e9e9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.task-item .title {
    font-weight: 600;
    color: #435966;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

@media (min-width: 1025px) {
    .task-item .title:hover {
        color: #188ae2;
    }
}

.task-item .metas {
    padding-top: 5px;
    color: #bbb;
}

.task-item .metas:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    clear: both;
    overflow: hidden;
}

.task-item .metas .meta {
    margin-right: 10px;
    float: left;
}

.task-item .metas .ico {
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
    margin-right: 4px;
}

.task-item .progress {
    margin-bottom: 5px;
    height: 10px;
    margin-top: 10px;
}

.task-item .task-icon {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 5px;
}

.task-user {
    margin-bottom: 20px;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
}

.task-user .name {
    margin-bottom: 5px;
}

.user-assign-list li {
    vertical-align: top;
}

.user-assign-list .avatar {
    display: block;
    width: 34px;
    height: 34px;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.user-assign-list .add_new {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.user-attach-list .thumbs {
    display: block;
    padding: 5px;
    width: 100px;
    border: 1px solid #e9e9e9;
}

.user-attach-list .add_new {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.frm-comment {
    position: relative;
    padding: 10px 0px 10px 55px;
}

.frm-comment .avatar {
    position: absolute;
    top: 4px;
    left: 0px;
    width: 44px;
    height: 44px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
}

/*---------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
32. Profile
*/

.profile-avatar .btn {
    margin: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #fff;
}

.profile-avatar .btn-friend {
    background: #18385f;
}

.profile-avatar .btn-inbox {
    background: #ff0000;
}

.profile-friends-list li {
    margin-bottom: 10px;
}

.profile-friends-list li .avatar {
    width: 48px;
    height: 48px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    display: block;
}

.dot-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.dot-list li {
    margin-bottom: 15px;
    padding: 0px 0px 0px 30px;
    position: relative;
}

.dot-list li:before {
    content: "\f10c";
    font-family: 'FontAwesome';
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 14px;
    line-height: 20px;
}

.dot-list .date {
    font-size: 12px;
    color: #939ba2;
    display: block;
}

/*---------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
33. Contact List
*/

.box-contact {
    position: relative;
    margin-top: 60px;
    padding: 60px 20px 20px 20px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 30px;
}

.box-contact .avatar {
    width: 108px;
    height: 108px;
    position: absolute;
    top: -54px;
    border: 4px solid #e7e6e6;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.box-contact .name {
    font-size: 24px;
    margin-bottom: 0px;
}

.box-contact .job {
    font-size: 16px;
    color: #a8a8a8;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 20px;
}

.box-contact .job:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 75px;
    height: 2px;
    background: #fbbc05;
}

.box-contact p {
    font-size: 14px;
    line-height: 22px;
}

.contact-social a {
    display: block;
    font-size: 20px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
}

.contact-social .fa-phone {
    background: #18385f;
}

.contact-social .fa-envelope {
    background: #ff0000;
}

.contact-social .fa-facebook {
    background: #3b5999;
}

.contact-social .fa-twitter {
    background: #55acee;
}

.contact-social .fa-google-plus {
    background: #dd4b39;
}

/*---------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
34. Pricing Plan
*/

.pricing-table {
    display: table;
    margin-top: 30px;
    width: 100%;
    text-align: center;
}

.pricing-table:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    clear: both;
    overflow: hidden;
}

.pricing-table .pricing-table-row {
    display: table-row;
}

.pricing-table .col {
    display: table-cell;
    position: relative;
    width: 20%;
    vertical-align: top;
}

.pricing-table .col:before {
    content: "";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    top: -7px;
    left: 0px;
    width: 100%;
    height: 7px;
    background: #ffcd03;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.pricing-table .col-first:before {
    display: none;
}

.pricing-table .col-first .thead {
    border: 1px solid #e9eaeb;
    background: none;
    color: #304ffe;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    background: #fff;
}

.pricing-table .col-first .td {
    border-left: 1px solid #e9eaeb;
}

.pricing-table .thead {
    height: 110px;
    padding: 13px;
    background: #ff0000;
    color: #fff;
    vertical-align: middle;
}

.pricing-table .thead h4 {
    margin: 0px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 34px;
    white-space: nowrap;
}

.pricing-table .thead.bg-main-2 {
    background-color: #ff0000;
}

.pricing-table .thead.bg-blue-1 {
    background-color: #2444f9;
}

.pricing-table .thead.bg-blue-2 {
    background-color: #1e3def;
}

.pricing-table .thead.bg-blue-3 {
    background-color: #ff0000;
}

.pricing-table .price {
    display: inline-block;
    position: relative;
    padding: 0px 45px 0px 15px;
}

.pricing-table .price .number {
    font-size: 45px;
    line-height: 50px;
    font-weight: 700;
}

.pricing-table .price .currency {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 18px;
    line-height: 50px;
    font-weight: 700;
}

.pricing-table .price .small_number {
    position: absolute;
    right: 0px;
    top: 5px;
    width: 40px;
    text-align: left;
    font-size: 18px;
}

.pricing-table .price .time {
    position: absolute;
    top: 30px;
    right: 0px;
    width: 40px;
    text-align: left;
    font-size: 16px;
    color: #fcd20b;
    font-weight: 700;
}

.pricing-table .td {
    left: 24px;
    height: 62px;
    padding: 7px;
    border-right: 1px solid #e9eaeb;
    border-bottom: 1px solid #e9eaeb;
    font-size: 14px;
    line-height: 48px;
    color: #222222;
    white-space: nowrap;
    overflow: hidden;
    background: #fff;
}

.pricing-table .td:last-child {
    height: 100px;
}

.pricing-table .td .fa-times {
    color: #666666;
    font-size: 24px;
    line-height: 48px;
}

.pricing-table .td .fa-check {
    color: #ff0000;
    font-size: 24px;
    line-height: 48px;
}

.pricing-table .td .btn-order {
    display: inline-block;
    width: 125px;
    color: #fff;
    background: #212121;
    font-size: 12px;
    line-height: 40px;
    font-weight: 700;
    margin: 23px 0px 23px 0px;
}

.pricing-table .center-v {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
}

.pricing-table .col-featured {
    top: -10px;
    -webkit-box-shadow: 0px 1px 12px 0px rgba(34, 34, 34, 0.25);
    -moz-box-shadow: 0px 1px 12px 0px rgba(34, 34, 34, 0.25);
    box-shadow: 0px 1px 12px 0px rgba(34, 34, 34, 0.25);
}

.pricing-table .col-featured .thead {
    height: 120px;
    padding-top: 23px;
}

.pricing-table .col-featured .td:last-child {
    height: 110px;
}

.pricing-table .col-featured .td .btn-order {
    background: #ff0000;
}

@media (min-width: 1025px) {
    .pricing-table .td .btn-order:hover {
        background: #ff0000;
    }
    .pricing-table .col:hover:before {
        opacity: 1;
    }
}

@media (max-width: 1199px) {
    .pricing-table .thead h4 {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .pricing-table .col-first {
        display: none !important;
    }
    .pricing-table .col:nth-child(2) .td {
        border-left: 1px solid #E9EAEB;
    }
}

@media (max-width: 991px) {
    .pricing-table .col {
        width: 100%;
        display: block;
        margin: 0 auto 50px;
        max-width: 300px;
    }
    .pricing-table .col:last-child {
        margin-bottom: 0;
    }
    .pricing-table .col .td {
        border-left: 1px solid #E9EAEB;
    }
    .pricing-table .thead h4 {
        font-size: 18px;
    }
}

/*---------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
35. Invoice
*/

.invoice-box {
    max-width: 800px;
    margin: auto;
    padding: 30px;
    border: 1px solid #eee;
    font-size: 16px;
    line-height: 24px;
    color: #555;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.invoice-box .logo {
    color: #435966;
    font-weight: 600;
}

.invoice-box .logo span {
    font-weight: 400;
}

.invoice-box table {
    width: 100%;
    text-align: left;
}

.invoice-box table td {
    padding: 5px;
    vertical-align: top;
}

.invoice-box table tr td:nth-child(2) {
    text-align: right;
}

.invoice-box table tr.top table td {
    padding-bottom: 20px;
}

.invoice-box table tr.top table td.title {
    font-size: 45px;
    line-height: 45px;
    color: #333;
}

.invoice-box table tr.information table td {
    padding-bottom: 40px;
}

.invoice-box table tr.heading td {
    background: #eee;
    border-bottom: 1px solid #ddd;
    font-weight: 700;
}

.invoice-box table tr.details td {
    padding-bottom: 20px;
}

.invoice-box table tr.item td {
    border-bottom: 1px solid #eee;
}

.invoice-box table tr.item.last td {
    border-bottom: none;
}

.invoice-box table tr.total td:nth-child(2) {
    border-top: 2px solid #eee;
    font-weight: 700;
}

@media only screen and (max-width: 600px) {
    .invoice-box table tr.information table td, .invoice-box table tr.top table td {
        width: 100%;
        display: block;
        text-align: center;
    }
}

/*---------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
36. Gallery
*/

.item-gallery {
    display: block;
    position: relative;
    margin-bottom: 15px;
    border: 10px solid #ffffff;
    background: #222;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(14, 14, 14, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(14, 14, 14, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(14, 14, 14, 0.1);
}

.item-gallery:before {
    content: "\f065";
    font-family: 'FontAwesome';
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    font-size: 16px;
    line-height: 22px;
    position: absolute;
    left: 10px;
    bottom: 5px;
    color: #a5a5a5;
    z-index: 10;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.item-gallery img {
    min-width: 100%;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.item-gallery .title {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0px;
    z-index: 20;
    width: 100%;
    margin: 0px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    transform: translate(0, -40%);
    -webkit-transform: translate(0, -40%);
    -moz-transform: translate(0, -40%);
    -o-transform: translate(0, -40%);
    -ms-transform: translate(0, -40%);
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

@media (min-width: 1025px) {
    .item-gallery:hover:before {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }
    .item-gallery:hover .title {
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }
    .item-gallery:hover img {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
        -moz-opacity: 0.35;
        -khtml-opacity: 0.35;
        opacity: 0.35;
    }
}

/* .item-gallery */

.isotope-filter .filter-controls {
    padding-top: 8px;
    margin-bottom: 43px;
    font-size: 0px;
    padding-left: 0px;
    text-align: center;
}

.isotope-filter .filter-controls li {
    display: inline-block;
    padding: 10px 15px 0px 15px;
}

.isotope-filter .filter-controls a {
    display: block;
    color: #435966;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}

@media (min-width: 1025px) {
    .isotope-filter .filter-controls a:hover {
        color: #ff0000;
    }
}

.isotope-filter .filter-controls .js__active {
    color: #ff0000;
}

/*---------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
37. Modal

*/

.gallery {
    display: flex;
    flex-wrap: wrap;
    margin: -1rem -1rem;
}

.gallery-item {
    /* flex: 1 0 24rem; */
    margin: 1rem;
    box-shadow: 0.3rem 0.4rem 0.4rem rgb(0 0 0 / 40%);
    overflow: hidden;
    /* width: 252px;
    height: 200px; */
}

.gallery-image {
    display: block;
    /* width: 100%;
    height: 100%; */
    width: 200px;
    height: 200px;
    object-fit: cover;
    transition: transform 400ms ease-out;
}

.gallery-image:hover {
    transform: scale(1.15);
}

@supports (display: grid) {
    .gallery {
        display: flex;
        /* grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr)); */
        grid-gap: 2rem;
        flex-wrap: wrap;
    }
    .gallery, .gallery-item {
        margin: 0;
    }
}

.edit-header {
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #e6e9ed;
}

/* .modal-content {
    padding: 0 15px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.modal-dialog {
    max-width: 100%;
} */

/*---------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
38. Form Control
*/

.form-control {
    line-height: 24px;
    padding: 9px 14px;
    height: 45px;
    margin-bottom: 0 !important;
    border-color: #ccd1d9;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.form-control.input-sm {
    padding: 0 10px;
    height: 30px;
}

.form-control:focus {
    border-color: #18385f !important;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12) !important;
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12) !important;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12) !important;
}

textarea.form-control {
    height: 105px;
}
textarea.form-control#explanatory_notes, textarea.form-control#warranty_description, textarea.form-control#AdditinalInformation {
    height: unset;
}
.has-success .form-control {
    border-color: #ff0000;
}

.has-warning .form-control {
    border-color: #fbbc05;
}

.has-error .form-control {
    border-color: #ea4335;
}

.has-inverse .form-control {
    border-color: #435966;
}

.form-with-icon {
    position: relative;
}

.form-with-icon .item-icon-right {
    position: absolute;
    right: 0;
    top: 50%;
    width: 50px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.form-with-icon .form-control {
    padding-right: 50px;
}

.has-success .form-with-icon .item-icon {
    color: #ff0000;
}

.has-warning .form-with-icon .item-icon {
    color: #fbbc05;
}

.has-error .form-with-icon .item-icon {
    color: #ea4335;
}

.has-inverse .form-with-icon .item-icon {
    color: #435966;
}

.input-group-btn>.btn {
    min-width: 50px;
    padding: 7px 10px;
    font-size: 18px;
    line-height: 29px;
    color: #656d78;
    border: 1px solid #ccd1d9;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    height: 45px;
}

.input-group-btn>.btn.no-border {
    border: none;
    line-height: 31px;
}

.input-group-btn>.btn span {
    font-size: 14px;
}

/*---------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
39. Reviews Widget
*/

.review-list {
    color: #adadad;
    font-size: 14px;
    line-height: 24px;
}

.review-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.review-item .top {
    padding-bottom: 5px;
}

.review-item .top:after {
    content: '';
    clear: both;
    display: block;
}

.review-item .top .name {
    display: inline-block;
    margin-right: 10px;
    color: #435966;
}

.review-item .top .date {
    display: inline-block;
}

.review-item .top .star-rating {
    float: right;
    white-space: nowrap;
}

@media (max-width: 1299px) and (min-width: 1199px) {
    .review-item .top .star-rating {
        width: 100%;
    }
}

.review-item .desc {
    font-size: 13px;
    line-height: 23px;
}

/*---------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
40. Activity Widget
*/

.activity-list {
    color: #435966;
    margin-bottom: 20px;
}

.activity-item {
    position: relative;
    padding-left: 35px;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
}

.activity-item .bar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    width: 1px;
}

.activity-item .dot {
    position: absolute;
    top: 0;
    left: -4px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.activity-item .last-dot {
    position: absolute;
    bottom: 0;
    left: -2px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.activity-item .date {
    font-size: 12px;
    color: #adadad;
}

.activity-link {
    display: block;
    padding: 8px 10px 5px;
    text-align: center;
    color: #435966;
}

/*---------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
41. Todo Widget
*/

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

.todo-item {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.todo-item .checkbox {
    margin: 0;
}

.todo-item .checkbox input:checked+label {
    color: #adadad;
    text-decoration: line-through;
}

.todo-form {
    padding-top: 10px;
}

/*---------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
42. X-Editable
*/

.editableform select.form-control, .editableform input.form-control {
    padding: 4px 10px;
    height: 32px;
}

.editableform .btn-sm {
    height: 32px;
    padding: 0 20px;
    line-height: 32px;
}

/*---------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
43. Sparkline Chart
*/

.jqstooltip {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/*---------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
44. SweetAlert
*/

.sweet-alert .sa-button-container button {
    background: #e4e7ea;
    outline: none;
    font-size: 16px;
    line-height: 26px;
    padding: 8px 25px;
    border: none;
    font-weight: 500;
    font-family: "Poppins";
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.sweet-alert .sa-button-container button.cancel {
    background: #e4e7ea;
    color: #435966;
}

.sweet-alert .sa-button-container button.cancel:hover {
    background: #e4e7ea;
}

.sweet-alert .sa-button-container button.confirm {
    background: #ea4335;
}

.sweet-alert.visible .sa-icon.sa-success .sa-line {
    background: #ff0000;
}

.sweet-alert.visible .sa-icon.sa-warning {
    border-color: #fbbc05;
}

.sweet-alert.visible .sa-icon.sa-error {
    border-color: #ea4335;
}

.sweet-alert.visible .sa-icon.sa-error .sa-line {
    background: #ea4335;
}

/*---------------------------------------------------------------------*/

/* Login Style */

/* Login forms */

/* Loader */

:root {
    --asm-default-transition: 300ms;
    --asm-color-facebook: rgb(59, 89, 152);
    --asm-color-twitter: rgb(85, 172, 238);
    --asm-color-google: rgb(219, 68, 55);
    --asm-color-linkedin: rgb(0, 130, 202);
}

:root {
    --asm-color-warning: #ffc107;
    --asm-color-danger: #dc3545;
    --asm-color-dark: #343a40;
    --asm-color-focus: rgba(0, 123, 255, 0.25);
    --asm-color-secondary: #3f5c80;
    --asm-color-accent: #b4c2c9;
    --asm-color-flat: #6a9ed3;
    --asm-color-sidenav-item: rgba(29, 54, 86, .6);
    --asm-color-input-border: rgba(52, 58, 64, .25);
    --asm-color-btn-secondary: #64c3f0;
    --asm-color-background: #fff;
    --asm-color-text: #343a40;
    --asm-color-secondary-text: #fff;
    --asm-color-social: #fff;
}

.spinner-button {
    border: 2px solid #000;
    display: inline-block;
    padding: 8px 20px 9px;
    font-size: 12px;
    color: #000;
    background-color: transparent
}

.btn-primary:disabled {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.spinner-button:hover {
    background-color: #000;
    border: 2px solid #000;
    color: #fff
}

.spinner-button i {
    color: #fff
}

.spinner-button:hover i {
    color: #fff
}

/*.fa {
    color: #fff
}

.fa:hover {
    color: #fff
}*/

.navbar {
    margin-bottom: 0px !important;
}

.navbar .navbar-expand-md .navbar-light .navbar-laravel .container {
    margin-top: 285px;
}

/* main.py-4>.container-fluid{
    display: flex;
    align-items: center;
    justify-content: center;
} */

#login, #email, #reset {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/* 
#confirm main.py-4, #login main.py-4, #email main.py-4, #reset main.py-4 {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
} */

/* #reset .asm-form {
    height: 643px !important;
    max-height: 616px;
} */

.asm-form {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 45rem;
    margin: 0 auto;
    font-family: inherit;
    border-radius: 0.5rem;
    box-shadow: 0 0 0.8rem rgb(0 0 0 / 44%);
    color: #343a40;
    background-color: var(--asm-color-background);
    font-size: 1rem;
}

.asm-form:not(.active) {
    max-height: 0;
    overflow: hidden;
}

.asm-form__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 26px 20px 10px;
    font-family: inherit;
    color: #343a40;
    background-color: #fff;
}

.asm-form__header {
    /* padding: 0.9rem 2rem; */
    color: var(--asm-color-secondary-text);
    background-color: #18385f;
}

.asm-form__footer {
    border-radius: 0 0 .5rem .5rem;
    text-align: center;
    margin-bottom: 20px;
}

.asm-form__header {
    border-radius: .5rem .5rem 0 0;
    text-align: center;
}

.asm-form__header img {
    width: 52%;
    padding: 32px;
}

.asm-form__inputbox label {
    font-size: 15px !important;
}

.asm-form__inputbox, .asm-form__leverbox {
    position: relative;
    margin: 0.5rem 0;
    --error-opacity: 0;
    --error-top: -3rem;
    --error-z-index: -1;
    --input-box-shadow: none;
    font-size: 15px;
}

.asm-form__inputbox.invalid, .asm-form__leverbox.invalid {
    --error-opacity: 1;
    --error-top: 100%;
    --error-z-index: 10;
    --input-box-shadow: inset 0 0 4px var(--asm-color-warning);
}

#login .asm-form__icon {
    top: 54%;
}

#email .asm-form__icon {
    top: 69%;
}

.asm-form__icon {
    position: absolute;
    top: 55%;
    max-width: 17px;
    color: inherit;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: middle;
}
.asm-form__inputbox.user-icon .asm-form__icon.prepend {
    top: 71%;
}

.asm-form__icon.prepend {
    left: 19px;
}

.asm-form__icon.append {
    right: 1rem;
}

.asm-form__inputlabel {
    font-size: 15px;
    font-family: inherit;
    color: inherit;
}

.asm-form__inputlabel:not(.active) {
    font-size: 15px;
}

.asm-form__inputlabel.active {
    font-size: 15px;
    color: #343a40;
    text-transform: capitalize;
}

.asm-form__error {
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: .5rem 1rem;
    z-index: var(--error-z-index);
    top: var(--error-top);
    left: 3rem;
    color: var(--asm-color-warning);
    background: var(--asm-color-danger);
    border-radius: 0.5rem;
    opacity: var(--error-opacity);
}

.asm-form__error::before {
    position: absolute;
    left: 1rem;
    top: -1rem;
    z-index: -1;
    content: '';
    width: .5rem;
    height: .5rem;
    display: block;
    border-width: .5rem;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: var(--asm-color-danger);
    border-left-color: transparent;
    border-style: solid;
}

.asm-form__input {
    width: 100%;
    padding: 13px 52px 8px;
    font-family: inherit;
    font-size: 17px;
    color: inherit;
    background-color: inherit;
    border: 1px solid var(--asm-color-input-border);
    border-radius: .3rem;
    margin-bottom: 27px;
}

.asm-form__input:active, .asm-form__input:focus, .asm-form__input:hover {
    outline: none;
    -webkit-box-shadow: inset 0 0 4px var(--asm-color-sidenav-item);
    box-shadow: inset 0 0 4px var(--asm-color-sidenav-item);
}

.asm-form__leverbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 576px) {
    .asm-form__leverbox {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 13px 2rem;
        margin-top: -2px;
        text-align: center;
        display: flex;
        justify-content: center;
    }
}

.asm-form__leverlabel {
    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;
    cursor: pointer;
}

@media (max-width: 575px) {
    .asm-form__leverlabel {
        margin-bottom: 1rem;
    }
}

.asm-form__lever {
    position: relative;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    width: 36px;
    margin-left: 19px;
    height: 17px;
    margin-right: 1rem;
    background-color: var(--background);
    border: 2px solid var(--asm-color-secondary);
    border-radius: 1rem;
    outline: none;
    -webkit-transition: var(--asm-default-transition);
    transition: var(--asm-default-transition);
    cursor: pointer;
    --background: transparent;
    --ball-background: var(--asm-color-secondary);
    --ball-left: 5px;
}

.asm-form__leverlabel .asm-form__lever-text {
    font-size: 14px;
    margin-left: 5px;
}

.asm-form__lever:checked {
    --background: var(--asm-color-secondary);
    --ball-background: #fff;
    --ball-left: calc(100% - .85rem);
}

.asm-form__lever:focus {
    -webkit-box-shadow: 0 0 0 0.2rem var(--asm-color-focus);
    box-shadow: 0 0 0 0.2rem var(--asm-color-focus);
}

.asm-form__lever::before {
    position: absolute;
    top: 50%;
    left: var(--ball-left);
    display: block;
    width: 0.75rem;
    height: 0.75rem;
    content: '';
    -webkit-transition: var(--asm-default-transition);
    transition: var(--asm-default-transition);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: var(--ball-background);
    border-radius: 50%;
}

.asm-form__linkbox {
    text-align: right;
}

.asm-form__link {
    text-decoration: none;
    border: none;
    background-color: transparent;
    cursor: pointer;
    color: var(--asm-color-flat);
    font-size: 14px;
    text-decoration: underline;
}

.asm-form__link:hover {
    color: #ff0000;
}

.asm-form__btn {
    width: 93%;
    padding: 13px;
    border: none;
    border-radius: 0.3rem;
    text-transform: uppercase;
    cursor: pointer;
    font-family: inherit;
    font-size: 17px;
    color: #fff;
    background: #f44336;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    font-weight: 500;
}

.asm-form__btn:hover {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 575px) {
    .login-wrapper {
        /*padding: 55px;*/
    }
    .asm-form__input {
        padding: 13px 5px 8px 45px;
        font-size: 12px;
    }
    .asm-form__icon {
            max-width: 14px;
    }
    div.table-responsive>div.dataTables_wrapper>div.row:nth-child(3){
        flex-direction: column;
    }
    #example_wrapper{
        overflow: hidden;
    }
}

@media only screen and (max-width: 425px) {
    .asm-form__body {
        padding: 25px 20px 10px;
    }
    #email .login-wrapper {
        padding: 25px 20px 10px;
    }
    .asm-form__leverbox {
        margin-top: 30px;
    }
    .asm-form__header img {
        width: 75%;
        padding: 18px;
    }
    .asm-form {
        max-height: 488px;
    }
    .main-content {
        margin-left: 0px;
        margin-right: 0px;
    }
    .asm-form__input::placeholder {
        font-size: 13px;
    }
    main.py-4 {
        margin: 5px 20px;
    }
    .table-bordered {
        border: 1px solid transparent;
    }
}

/* Company Field */

table.dataTable #CompanyName1 th {
    font-size: 12px;
}

main.py-4>div {
    height: 100%;
}

div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:last-child {
    padding-right: 0px;
    min-height: .01%;
    overflow-x: auto;
}

.margin-tb {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

div.table-responsive>div.dataTables_wrapper>div.row:nth-child(1) {
    margin: 0;
    display: flex;
    justify-content: space-between;
    padding: 12px 0px 6px;
}

div.table-responsive>div.dataTables_wrapper>div.row:nth-child(3) {
    margin: 0;
    display: flex;
    justify-content: space-between;
    padding: 12px 0px 6px;
}

table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    border-left-width: 0;
    text-align: center;
    font-size: 12px;
}
table.table-bordered.dataTable th{
    font-size: 14px !important;
}
.deleteModal .modal-header{
    display: flex;
    align-items: center;
}

/* Company Form */

.form-horizontal .control-label {
    text-align: right;
    color: #18385f;
    padding-left: 0;
    position: relative;
    font-weight: 400 !important;
    padding-top: 15px !important;
}
.form-horizontal .stc-installing .control-label {
    text-align: left;
}

.form-horizontal .form-group {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.form-control {
    border-color: #d2d5dab8 !important;
    /* color: #c0c5cc !important; */
}

#frame {
    display: none;
    border: 1px solid transparent !important;
    margin: 20px auto;
}

button.waves-effect {
    background: #18385f;
}

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    text-align: center;
    /*vertical-align: inherit;*/
    padding: 15px;
}

main.py-4 {
    height: 100%;
    margin-bottom: 5%;
}

#td10 a.btn, #td14 a.btn, .job-btn {
    line-height: 22px;
    padding: 3px 13px;
    background-color: #18385f;
    font-size: 11px;
    margin: 0 1px;
    height: 27px;
}
#td14 a.btn {
    margin: 5px 0;
}
#td10 {
    padding: 15px 10px;
    display: flex;
    height: 52px;
    align-items: center;
    justify-content: center;
}

.form-description {
    height: 30vh;
}

.form-description-wrapper {
    padding: 20px;
}

.mdi-magnify, .mdi-email, .mdi-bell, .fixed-navbar .ico-item.pulse:before, .fixed-navbar .ico-item.pulse:after {
    display: none !important;
}

/* Create Form */

.select2-container .select2-selection--single {
    display: flex !important;
    height: 45px !important;
    width: 100%;
    align-items: center;
    border: 1px solid #dee0e4 !important;
    border-radius: 0px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 8px !important;
    right: 8px !important;
    width: 20px;
}

.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 0px auto;
}

.avatar-upload~label {
    margin: 25px 0 25px 100px;  
}

.avatar-upload .avatar-edit {
    position: absolute;
    left:250px;
    z-index: 1;
    top: 7px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all .2s ease-in-out;
    position: relative;
}

.avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input+label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-preview {
    width: 300px;
    height: 200px;
    position: relative;
    border-radius: 12px;
    /* border: 6px solid #F8F8F8; */
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.other-info-title span {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
    font-size: 24px;
    font-weight: 600;
    color: #18385f;
}

.user .status {
    display: none;
}

.front-card-counter {
    display: flex;
    height: 115px;
    background: #fff;
}

.front-card-counter .icon-wrapper span {
    font-size: 42px;
    color: #18385f;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #18385f !important;
    border-color: #18385f !important;
}

.control-label span.fa-asterisk {
    color: red;
    font-size: 9px;
    position: absolute;
    margin-left: 2px;
    top: 14px;
    font-weight: 100;
}
.control-label span.mdi-multiplication { 
    color: red;
    font-size: 9px;
    position: absolute;
    margin-left: 2px;
    top:auto;
    font-weight: 100;
}
.sorting, .sorting_asc {
    text-align: center;
}

#submit {
    display: flex;
    justify-content: flex-start;
}

#buttonWrapper {
    margin-bottom: 30px !important;
    /*margin-bottom: 30px !important;*/
    margin-bottom: 75px !important;
    display: flex;
    justify-content: center;
}

#buttonWrapper .pull-right {
    float: none !important;
}

#buttonWrapper a {
    margin-right: 10px;
}

/* select {
    -webkit-appearance: none;
    appearance: none;
}

.select-wrapper {
    position: relative;
}

.select-wrapper::after {
    content: "<" !important;
    transform: rotate( 270deg);
    font-size: 2.4rem;
    top: 52px;
    right: 18px;
    position: absolute;
    z-index: 0;
} */

.select-wrapper select {
    /* background: url("http://103.101.59.95/dev_techno_forms/public/assets/images/br_down.png") no-repeat right #fff;*/
    -webkit-appearance: none;
    background-position-x: 96%;
    background-size: 10px;
}

/* job Modul style */

.owner-details-wrapper-panel, .owner-details-wrapper-main-panel,
/* .inventory-wrapper, */

.inventory-main-wrapper {
    padding: 0px 0 30px;
}

/* .owner-details-wrapperone, */

.owner-details-main-wrapperone, .owner-details-wrappertwo {
    padding: 0;
    margin: 27px 0;
}

#newone.owner-details-wrapperone {
    padding: 26px;
    /*margin: 2px 2px 21px -26px;*/
    margin: 2px 0px 21px 0px;
    background-color: #18385f12;
}

#createJob #newone.owner-details-wrapperone:nth-child(1) {
    background-color: transparent;
    padding: 1px 26px 0px 26px;
    margin: 2px 2px 21px -26px;
}

#createJob #newtow.owner-details-wrappertwo {
    /*background-color: #18385f12;*/
    /* padding: 26px 26px 0px 26px;
margin: 2px 2px 21px -26px;  */
}
#createJob .owner-details-wrapperthree.add-more-gray-bg {
    background-color: #18385f12;
    padding: 0px 35px 29px 28px;
    margin: 2px 2px 25px -26px; 
}

#newtow.owner-details-wrappertwo {
    padding: 26px;
    margin: 2px 2px 21px 2px;
    background-color: #18385f12;
}

#createJob .inventory-main-wrapper .heading-one {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    position: relative;
    width: 100%;
    padding: 26px 26px 0px 0px;
}

#editJob .heading-one {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    position: relative;
    width: 100%;
    padding: 26px 26px 0px 0px;
}

/* .heading-one */

.job-detail-wrapper, .installation-address-wrapper, #advanceInstaller, .owner-details-wrapper, .Customer_Signature-inner-wrap, .stc-details, .warranty-details-inner-wrap {
    padding: 30px 0;
}

.job-detail-wrapper, .owner-details-wrapper, .installation-address-wrapper, .owner-details-wrapper-main-panel,
/* .owner-details-wrapper-panel, */

/* .inventory-wrapper  */

.inventory-main-wrapper, .rate-dpower-wrapper, .stc-details {
    border-bottom: 1px solid #18385f;
    margin-bottom: 30px;
}

.job-form-wrapper h4 {
    margin-bottom: 5px;
    color: #18385f !important;
}

.form-check-input-reverse {
    margin: 4px 0 0 15px !important;
}

.form-check-label {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.installation-address-wrapper .form-check {
    display: flex;
}

#typeWrapper.form-group {
    margin-bottom: 0;
    margin-top: 15px;
}

.checkbox-grid {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    transform: scale(1.10);
}

.checkbox-grid li {
    list-style-type: none;
    display: flex;
}

#typeWrapper .control-label {
    padding-top: 0px !important;
}

.registration-form-wrapper .box-title {
    color: #18385f;
}

.registration-form-wrapper {
    padding: 0;
    margin-right: -15px;
    margin-left: -16px;
    /*background-image: url("http://103.101.59.95/dev_techno_forms/public/assets/images/bg1.png");*/
    background-image: linear-gradient(140deg, #18385f 35%, #ffff 50%, red 85%);
    background-position: center;
    background-size: cover;
}

.registration-form-wrapper hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px;
    border-style: dotted;
    border-color: red;
}

#registrationForm {
    padding: 20px 30px;
    margin: 100px;
    border: 1px solid;
    box-shadow: 0px 0px 35px 0px #3f51b580;
    border-radius: 31px;
    background-color: #fff;
}

#registrationForm .row, #registrationForm .card-content {
    padding: 15px 30px;
    display: flex;
    align-items: center;
}

#registrationForm .row.submit-wrapper {
    display: flex;
    justify-content: center;
}

/* #registrationForm canvas {
    width: 100% !important;
    height: 100% !important;
} */

.form-horizontal .control-label.multicheck-lable {
    text-align: left !important;
    width: 9% !important;
    padding-right: 0 !important;
    font-size: 15px;
    color: #18385f;
}

.se-radio input {
    margin-left: 9px;
    margin-right: 6px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    position: relative;
    top: -4px; 
}

.se-radio {
    display: flex;
    align-items: center;
    height: 7%;
}

.avatar-edit label:nth-child(1), .signature-lable {
    position: relative;
    top: 57px;
}

.signature-lable {
    left: -21%;
}

.heading-one {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    position: relative;
}

.heading-one h4 {
    width: 50%;
}

.add-field-wrapper {
    position: absolute;
    right: 68px;
}

/* job Edit */

.job-invetrers-serial,.job-batterys-serial,.job-search-panel{
padding-left:0;
}

#panel_serial .panel_delete, #invetrers_serial .invetrers_delete {
    padding: 3px 19px;
    height: 35px;
}

#panel_serial input:nth-child(1), #invetrers_serial input:nth-child(1) {
    width: 55%;
}

#panel_serial input[type=checkbox], #invetrers_serial input[type=checkbox] {
    margin: 0 15px;
    display: flex;
    align-items: center;
    height: 41px;
}

#panel_serial img, #invetrers_serial img {
    width: 30px;
    height: 30px;
    margin-right: 18px;
}

#div_signcontract {
    width: 100%;
    height: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000 !important;
}

.select2-container {
    z-index: 19;
}

#largeModal.modal {
    z-index: 99999;
}
.doc_img{
    margin-right: 12px;
}

/* ---------------------------- Media Query------------------------ */

@media only screen and (max-width: 1832px) {
    #td10 a.btn, #td14 a.btn {
        /*width: 100%;*/
    }
}

@media only screen and (max-width: 1440px) {
    #CompanyPrimaryEmailAddress.control-label {
        margin-top: 48px !important;
    }
    input[type=file] {
        margin-top: 47px !important;
    }
    /* .table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
        font-size: 12px;
    } */
    .table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
        /*font-size: 0.97rem;*/
    }
    #registrationForm .select2-container {
        width: 100% !important;
    }
    #div_signcontract {
        width: 100%;
        height: 100%;
    }
}

@media only screen and (max-width: 1336px) {
    .company-primary-lable {
        /*margin-top: 20px !important;*/
    }
}

@media only screen and (max-width: 1200px) {
    .avatar-upload {
        margin: 17px auto 30px;
    }
    .company-submit .col-xl-12 {
        text-align: center;
    }
}

@media only screen and (max-width: 1199px) {
    #container.form-group {
        display: flex;
    }
    #submit {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .switch {
        justify-content: center;
    }
    .form-horizontal .control-label {
        text-align: left;
        padding-left: 0;
    }
    .box-content.card {
        height: 88% !important;
        margin: 0px 0px 31px 0px;
    }
    .form-horizontal .control-label.multicheck-lable {
        width: 30% !important;
        margin-bottom: 13px;
    }
}

@media only screen and (max-width: 936px) {
    .form-horizontal .control-label {
        text-align: left;
        /* padding-left: 18px; */
    }
    #registrationForm .form-horizontal .control-label {
        text-align: left;
        padding-left: 0px;
        padding-top: 0px !important;
    }
}

@media only screen and (max-width: 875px) {
    div.dataTables_wrapper div.dataTables_filter label {
        text-align: right !important;
    }
    div.dataTables_wrapper div.dataTables_filter input {
        width: 59% !important;
    }
}

@media only screen and (max-width: 768px) {
    .table-responsive {
        border: none;
    }
    .footer {
        text-align: center;
    }
    .box-content.card .card-content {
        padding: 20px;
        margin-bottom: 10%;
    }
    .job-form-wrapper h3 {
        padding: 9px;
        font-size: 14px;
    }
    #registrationForm .row {
        display: flex;
        flex-direction: column;
    }
    #registrationForm .row .col-md-6, #registrationForm .row .col-md-4 {
        width: 100% !important;
    }
    #Panel_Serial_Numbers1 input:nth-child(1), #Invetrers_Serial_Numbers1 input:nth-child(1) {
        width: 65%;
    }
}

@media only screen and (max-width: 767px) {
    .btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
        content: unset;
    }
    .control-label span.fa-asterisk {
        top: 0px;
    }
    .installation-address-wrapper .form-check {
        display: flex;
        justify-content: flex-start;
        margin-top: 27px;
    }
    #registrationForm {
        padding: 120px 30px;
        margin: 0 100px 100px 100px;
    }
    .registration-form-wrapper {
        padding: 15px 0;
    }
    #registrationForm {
        margin: 5%;
    }
    .margin-rgt.per-block {
        display: block;
        margin-top: 10px;
        column-count: 2;
        column-gap: 0;
    }
    .front-card-counter{
        display: flex;
        flex-direction: column;
        height: 140px;
    }

    .front-card-counter>div:nth-child(2){
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }


}

@media only screen and (max-width: 575px) {
    div.dataTables_wrapper div.dataTables_filter input {
        width: 40% !important;
    }
    .box-content {
        position: relative;
        padding: 20px;
        /* margin  : 0px 0px -71px 0px; */
        height: 98%;
    }
    .box-content .box-content {
        height: 92%;
    }
    .box-content .table-responsive {
        height: 94%;
    }
    div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:first-child {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 0px;
        /* margin-top   : -34px; */
    }
    .se-radio {
        display: flex;
        align-items: baseline;
        flex-direction: column;
    }
    .avatar-upload .avatar-preview {
        width: 100%;
        height: 20rem;
    }
}

@media only screen and (max-width: 475px) {
    div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
        font-size: 11px;
    }
    #registrationForm {
        /* padding: 20px 30px !important; */
        padding: 20px 0px !important;
        margin: auto !important;
        margin-right: -6px;
        margin-left: -6px;
    }
}

@media only screen and (max-width: 445px) {
    .pull-right a.btn-success {
        font-size: 9px !important;
    }
    .footer {
        padding: 15px;
        text-align: center;
        width: 107vw;
    }
    .pagination>li>a, .pagination>li>span {
        float: right;
        padding: 6px 6px;
        margin-left: -1px;
        line-height: 1;
    }
    #Panel_Serial_Numbers1, #Invetrers_Serial_Numbers1 {
        display: flex;
        flex-wrap: wrap;
    }
    #Panel_Serial_Numbers1 input:nth-child(1), #Invetrers_Serial_Numbers1 input:nth-child(1) {
        width: 100%;
        margin-bottom: 17px;
    }
}

@media only screen and (max-width: 375px) {
    .main-content {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .box-content .row .small-spacing {
        width: 108% !important;
    }
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        margin: 2px 0;
        display: flex;
    }
    .box-content .box-content {
        padding: 0;
    }
    .box-content, #example_wrapper .row {
        /* padding: 20; */
    }
    .box-content .box-title {
        padding: 20px 20px 0;
    }
    .box-content, #example_wrapper .row:nth-child(1), .box-content, #example_wrapper .row:nth-child(3) {
        /* padding: 0 15px; */
    }
    .box-content, #example_wrapper .row:nth-child(2) {
        /* padding: 0 20px; */
    }
    .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:nth-child(2) {
        margin-left: 0px;
    }
    .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:first-child {
        margin-left: 6px;
    }
    .dataTables_wrapper .dataTables_paginate .pagination .paginate_button:last-child {
        margin-left: 0px;
    }
    .box-content, #example_wrapper .row:nth-child(1), .box-content, #example_wrapper .row:nth-child(3) {
        /* padding: 0 4% !important; */
    }
    .list-inline>li {
        font-size: 1.2rem;
    }
    .box-content, #example_wrapper .row:nth-child(1), .box-content, #example_wrapper .row:nth-child(3) {
        /* padding: 0 2% !important; */
    }
    .margin-rgt.per-block {
        display: block;
        margin-top: 10px;
        column-count: 1;
        column-gap: 0;
    }
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        display: flex;
        justify-content: center;
    }
}

.pull-right button ,
.btn-info.btn-image.upload-image,
.btn-info.btn-image {
    line-height: 22px;
   padding: 3px 15px;
   background-color: #18385f;
   font-size: 11px;
   margin: 0 1px;
   height: 27px;
}
/*-------------------------------start 3-nov-21--------------------------------------*/
.form-horizontal .form-group-radio .control-label {
  min-height: 62px;
}
.form-horizontal .stc-details-inner-wrap.mb-30  .control-label {
    font-size: 13px;
}
/*-------------------------------end 3-nov-21--------------------------------------*/
.marginbottom {
    margin-bottom: 20px;
}
.forms-min {
        min-height: 120px;
}
@media only screen and (max-width: 1199px) {
    .col-xl-4.col-lg-12.col-md-12.mb-3.tab-view, .col-xl-8.col-lg-12.col-md-12.mb-3.tab-view {
        flex: 0 0 auto;
        width: 100%;
    }
}
@media only screen and (max-width: 991px) {
   .form-horizontal .col-cust {
        flex: 0 0 auto;
        width: 100%;
    }

    .forms-min {
        min-height: unset;
    }
}

.validation-errors{
    padding: 20px;
    overflow: auto;
    height: 60%;
}



/*Error Model */
.modal-error {      
    color: #434e65;
    width: 525px;
}
.modal-error .modal-body {
    height: 100%;
}
.modal-error .modal-content {
    padding: 20px;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    height: 90vh;
    overflow: hidden;
}
.modal-error .modal-header {
    background: #e85e6c;
    border-bottom: none;   
    position: relative;
    text-align: center;
    margin: -20px -20px 0;
    border-radius: 5px 5px 0 0;
    padding: 35px;
}
.modal-error h4 {
    text-align: center;
    font-size: 36px;
    margin: 10px 0;
}
.modal-error .form-control, .modal-error .btn {
    min-height: 40px;
    border-radius: 3px; 
}
.modal-error .close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    text-shadow: none;
    opacity: 0.5;
}
.modal-error .close:hover {
    opacity: 0.8;
}
.modal-error .icon-box {
    color: #fff;        
    width: 95px;
    height: 95px;
    display: inline-block;
    border-radius: 50%;
    z-index: 9;
    border: 5px solid #fff;
    padding: 15px;
    text-align: center;
}
.modal-error .icon-box i {
    font-size: 58px;
    margin: -2px 0 0 -2px;
}
.modal-error.modal-dialog {
    /* margin-top: 80px; */
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-error .btn, .modal-error .btn:active {
    color: #fff;
    border-radius: 4px;
    background: #286090 !important;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border-radius: 30px;
    margin-top: 10px;
    padding: 6px 20px;
    min-width: 150px;
    border: none;
}
.modal-error .btn:hover, .modal-error .btn:focus {
    background: #286090 !important;
    outline: none;
}
.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}

.margin_zero{
    margin: 0;
}

.top5margin{
    margin: 5px 0 0 0;
}

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

/* Confirm Modal */

.modal-confirm {        
    color: #636363;
    width: 325px;
    font-size: 14px;
}
.modal-confirm .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
}
.modal-confirm .modal-header {
    border-bottom: none;   
    position: relative;
}
.modal-confirm h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -15px;
}
.modal-confirm .form-control, .modal-confirm .btn {
    min-height: 40px;
    border-radius: 3px; 
}
.modal-confirm .close {
    position: absolute;
    top: -5px;
    right: -5px;
}   
.modal-confirm .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
}   
.modal-confirm .icon-box {
    color: #fff;        
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -70px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #82ce34;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.modal-confirm .icon-box i {
    font-size: 58px;
    position: relative;
    top: 3px;
}
.modal-confirm.modal-dialog {
    /* margin-top: 80px; */
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-confirm .btn {
    color: #fff;
    border-radius: 4px;
    background: #82ce34;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border: none;
}
.modal-confirm .btn:hover, .modal-confirm .btn:focus {
    background: #6fb32b;
    outline: none;
}
.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}
.job-btn {/*
    font-size: 14px;*/
    padding: 6px 14px !important;
    margin: 5px !important;  
    line-height: 10px !important;
}
.clientinfo-left {
    text-align: left!important;
}
.clientinfo {
    color: #18385f;
    font-weight: 600;
 }
 .client-data{
    color:black;
 }
.tabs.nav-item.active .nav-link.active{
    color: #18385f;
    font-weight: 700;
}
.tabs.nav-item .nav-link {
    font-weight: 700;
}

.system-details {           
    text-align: left;
    border-bottom: 1px solid #18385f;
    padding: 10px 0;
    margin: 0px 0 40px !important;
}
.border-bm0 {
    border-bottom:none !important;
}
.form-horizontal .switch-padding {
    padding-top: 0 !important;
    padding: 0 10px !important;
}
.text-color {
    color: #fff;
}
.text-color:hover {
    color: #fff;
}
.pull-right button:hover {
    background-color:#ff0000;
    color: #fff;
}
.padding-btn {
    padding: 8px 25px !important;
}
.divbtn {
    justify-content: start !important;
}
.user .control-list a:focus {
    background-color: #fff;
}
.footer ul li a:focus, .user a.avatar:focus, .ico-item.mdi.mdi-logout:focus {
    background-color: transparent;
}
.form-horizontal .control-label.pad-top {
    padding-top: 0 !important;
}
@media screen and (max-width: 767px) {
    .box-content {
        margin: 0px 0px -15px 0px;
    }
}
@media only screen and (max-width: 575px){
    .box-content {
        margin: 0px 0px -20px 0px;
    }
}

/* 1507 working */
.icon_set {
  display: inline-block;
  margin-top: 10px;
}
.signature_images img{
max-width: 100%;
height: 100px;
min-height: 100px;
}
.pb-5{
padding-bottom: 25px;
}
.outer_signature{
    max-width: 560px;
    margin: 0 auto;
}

.outer_signature canvas#canvas {
    width: 100% !important;
}
#div_signcontract  canvas#canvas {
   width: unset !important;
}
.two_btn{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.bottom_botrder{
    border-bottom: 1px solid #18385f;
    margin-bottom: 30px;
}
.signature_title{
    text-align: center;
    width: 100%;
}
.images_block_sign {
    box-sizing: border-box;
    border: 1px solid #18385f;
    text-align: center;
}
.text-red{
    color: red;
    display: flex;
    border: 1px solid red;
    max-width: 450px;
    position: relative;
    position: relative;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
    overflow: hidden;
}
.text-red button{
    margin-left: 10px;
}
.text-red .close{
    position: absolute;
    right: 3px;
    top: 1px;
    font-size: 26px;
}
.success_line {
    overflow: hidden;
    position: relative;
}
.success_line .close {
    position: absolute;
    right: 3px;
    top: 1px;
    font-size: 26px;
}
/*.panel_serial_external_new{
 display: flex;
 align-items: center;
}
.panel_serial_external_new li .form-control{
    width: 170px;
}*/

.panel_serial_external {
/*    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-gap: 10px;*/
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
}

.panel_serial_external li .form-control {
    width: 200px;
    height: 30px;
    font-size: 12px;
}



@media screen and (max-width: 1440px) {
    .panel_serial_external {
        grid-template-columns: repeat(5,1fr);
    }
}
@media screen and (max-width: 1400px) {
    .panel_serial_external {
        grid-template-columns: repeat(4,1fr);
    }
}

@media screen and (max-width: 1024px) {
    .panel_serial_external {
        grid-template-columns: repeat(3,1fr);
    }
}

@media screen and (max-width: 767px) {
    #div_signcontract canvas#canvas {
        width: 100% !important;
    }
    .store-sign h2{
        font-size: 21px;
        font-weight: 500;
    }
    
    .store-sign h1{
        font-size: 22px;
        margin-bottom: 0;
    }
}
   
/* 1507 */

/* Job - Font size css */

.job-font-block .box-title{
    font-size: 16px;
}
.job-font-block .job-form-wrapper h4{
    font-size: 20px;
}
.job-font-block .form-horizontal .control-label{
    font-size: 16px;
    margin-bottom: 5px;
}
.job-font-block .form-control{
    font-size: 14px;
}
/*--------------------------------------edit job page css-------------------------------------------------*/


.documents-accordion-wrap  {
  margin: 50px 0;
}

.documents-accordion-wrap  #faq .card {
  margin-bottom: 30px;
  border: 0;
}

.documents-accordion-wrap  #faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

.documents-accordion-wrap  #faq .card .card-header .btn-header-link {
  /*color: #000;*/
    display: block;
    text-align: left;
     background-color: rgba(24, 56, 95, .1);
    color: #18385f ;
    padding: 20px;
    border-bottom: 2px solid #000;
    font-size: 20px;
    position: relative;
}

.documents-accordion-wrap  #faq .card .card-header .btn-header-link:after {
    content: "";
    position: absolute;
    top: 25px;
    right: 20px;
    left: auto;
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(-45deg);
  /*content: "\f107";*/
  /*font-family: 'Font Awesome 5 Free';*/
  font-weight: 900;
  float: right;
}

.documents-accordion-wrap  #faq .card .card-header .btn-header-link.collapsed {
   background-color: rgba(24, 56, 95, .1);
   color: #18385f ;
   border-bottom: 3px solid rgba(24, 56, 95, .1);
   font-size: 20px;
}

.documents-accordion-wrap  #faq .card .card-header .btn-header-link.collapsed:after {
 
  content: "";
    position: absolute;
    top: 25px;
    right: 20px;
    left: auto;
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(135deg);
  /*content: "\f107";*/
  /*font-family: 'Font Awesome 5 Free';*/
  font-weight: 900;
  float: right;
}

.documents-accordion-wrap  #faq .card .collapsing {
  background-color: #fff;
  line-height: 30px;
}

.documents-accordion-wrap  #faq .card .collapse {
  border: 0;
}

.documents-accordion-wrap  #faq .card .collapse.show {
  background: #f5f5f5;
  line-height: 30px;
  color: #222;
}
.documents-accordion-wrap  #faq .card .collapse.in.show {
    display: block;
}
.documents-accordion-wrap  #faq .card .collapse.in {
    display: none;
}
.documents-accordion-wrap .box-content-wrap {
    padding: 2.25rem;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    transition: all .2s ease-in-out;
    box-shadow: 0 1px 2px rgba(0,0,0,0.075);
    display: inline-block;
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.documents-accordion-wrap .box-content-wrap img {
    width: 200px;
    height: 180px;
    object-fit: scale-down;
}
.documents-accordion-wrap .box-content-wrap .img-details {

}
.documents-accordion-wrap .box-content-wrap .img-details h6 {
    font-size: 18px;
    min-height: 60px;

}
 .form-horizontal .documents-accordion-wrap .control-label {
    text-align: left;
}
.job-font-block .form-horizontal .documents-accordion-wrap .inverters-installed-wrap  .control-label{
     min-height: unset;
}
.owner-details-bottom {
    margin-bottom: 30px;
}
.owner-details-bottom  #btnaddbattery {
    margin-left: 25px;
}
.job-list-delete-btn{
    padding: 0 25px !important;
    width: 100%;
    font-size: 12px;
    margin-top: 5px;
}
.job-end-btn{
    padding: 0 25px !important;
    width: 100%;
    font-size: 12px;
    margin-top: 5px;
}

/*Selfie Section Css Start*/
.selfie_section h4{
    margin-bottom: 15px;
}
.selfie_section .avatar-upload{
    max-width: none;
}
.selfie_section .avatar-upload .avatar-preview{
    width: auto;
    height: auto;
    border-radius: unset;
    box-shadow: unset;
    padding: 20px;
}
.selfie_section .avatar-upload .avatar-preview div{
    max-height: 250px;
    min-height: 250px;
    max-width: 250px;
    margin: 0 auto;
    border-radius: unset;
}
.selfie_section .selfie_common_map{
    width: 100%;
    min-height: 150px;
}
.selfie_section .selfie_content{
    margin: 25px 0;
}
.selfie_section .avatar-upload .selfie_content~label{
    margin: 0 0 10px;
}
/*Selfie Section Css End*/


/* confirmation-modal css start here */
.confirmation-modal .modal-header{
    display: flex;
    justify-content: space-between;
}
.confirmation-modal .modal-title {
    width: 100%;
    font-size: 17px;
    font-weight: 400;
    color: #000;
    display: flex;
    align-items: flex-start;
    gap: 7px;
}
.confirmation-modal .modal-title svg {
    width: 28px;
    height: 21px;
    fill: #a30202;
}
.confirmation-details{
   padding-bottom:20px
}
.confirmation-details h6 {
    font-size: 18px;
    line-height: 29px;
    font-weight: 600;
    color: #000;
    text-align: center;
}
.cancel-btn {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin: 23px 0px;
}
.cancel-btn .btn-primary{
    background-color: #304ffe;
    padding: 5px 16px !important;
}
.confirmation-details p {
    font-size: 15px;
    font-weight: 500;
    color: red;
    text-align: center;
    margin: 0;
}

.confirmation-details input{
    margin-right:5px;
}

.confirmation-details .align-items-baseline{
    align-items :baseline;
}
.loading-spinner{
  width:30px;
  height:30px;
  border:2px solid #18385f;
  border-radius:50%;
  border-top-color:#0001;
  position: absolute;
  top: 42%;
  left: 50%;
  display:inline-block;
  animation:loadingspinner .7s linear infinite;
}

.invite_status {
    color: #fff;
    padding: 4px 8px;
    border-radius: 12px;
}
.status-pending {
    background-color: #55acee;
}
.status-rejected {
    background-color: #ff0000;
}
.status-accepted {
    background-color: MediumSeaGreen;
}

.parsley-error  {
    border: 2px solid #dc3545 !important;
}

select.parsley-error ~ .select2-container .select2-selection--single {
    border: 2px solid #dc3545 !important;
}

.parsley-errors-list {
    color: #dc3545;
    font-size: 1.7rem;
    margin-top: 4px;
    padding: 0;
    list-style: none;
}

/* Eye icon utilities for gallery zoom triggers - Harsh P. */
.gallery-image-zoom-icon {
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 18px;
}

/* top utilities - Harsh P. */
.gallery-image-zoom-icon.t-50 { top: 50%; }
.gallery-image-zoom-icon.t-73 { top: 73%; }
.gallery-image-zoom-icon.t-75 { top: 75%; }

/* right utilities - Harsh P. */
.gallery-image-zoom-icon.r-10 { right: 10px; }
.gallery-image-zoom-icon.r-30 { right: 30px; }
.gallery-image-zoom-icon.r-45 { right: 45px; }

/* z-index utilities - Harsh P. */
.gallery-image-zoom-icon.zi-3  { z-index: 3; }
.gallery-image-zoom-icon.zi-20 { z-index: 20; }

/* Rolebase page styles - Harsh P. */
.rolebase-admin {
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}

.rolebase-admin .page-title {
    font-weight: 700;
    font-size: 24px;
    color: #2e2e2e;
    margin-left: 10px;
}

.rolebase-admin .admin-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 24px;
    position: relative;
}

.rolebase-admin .admin-card h6 {
    font-weight: 600;
    color: #1e293b;
    font-size: 19px;
}

.rolebase-admin .admin-card p {
    color: #6b7280;
    font-size: 14px;
    margin-bottom: 21px;
}

.rolebase-admin .role-box {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 16px 20px;
    transition: all 0.2s;
    position: relative;
}

.rolebase-admin .role-box:hover {
    border-color: #2563eb;
}

.rolebase-admin .role-box h5 {
    font-weight: 600;
    font-size: 15px;
    color: #111827;
    margin-bottom: 6px;
}

.rolebase-admin .role-box small {
    color: #6b7280;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
}

.rolebase-admin .avatars {
    position: absolute;
    top: 16px;
    right: 16px;
}

.rolebase-admin .avatars img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-left: -8px;
}

.rolebase-admin .role-box a {
    color: #2563eb;
    font-weight: 600;
    font-size: 13px;
}

.rolebase-admin .btn-add {
    font-size: 13px;
    font-weight: 600;
    background: #fff;
    border: 1px solid #d1d5db;
    color: #111827;
    border-radius: 6px;
    padding: 5px 10px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}

.rolebase-admin .btn-add i {
    font-size: 13px;
    margin-right: 5px;
    color: #111827;
}

.rolebase-admin .btn-add:hover {
    background: #f9fafb;
    border-color: #9ca3af;
    color: #000;
}

.rolebase-admin .d-flex.align-items-start .btn-add {
    height: 34px;
}

.rolebase-admin .admin-table th {
    font-size: 13px;
    font-weight: 600;
    color: #6b7280;
    border: none;
    background: transparent;
}

.rolebase-admin .admin-table td {
    font-size: 14px;
    color: #111827;
    vertical-align: middle;
    border-top: 1px solid #e5e7eb;
}

.rolebase-admin .nav-filters {
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 12px;
}

.rolebase-admin .nav-filters .nav-link {
    color: #6b7280;
    font-weight: 500;
    padding: 4px 12px;
    font-size: 14px;
    border: none !important;
}

.rolebase-admin .nav-filters .nav-link.active {
    color: #2563eb;
    font-weight: 600;
    border-bottom: 2px solid #2563eb !important;
    background: transparent !important;
}

.rolebase-admin .status-icon {
    color: #22c55e;
    font-size: 14px;
}

.rolebase-admin .action-icons i {
    cursor: pointer;
    font-size: 15px;
    margin-right: 10px;
    color: #374151;
    transition: 0.2s;
}

.rolebase-admin .action-icons i:hover {
    color: #111827;
}

.rolebase-admin a:hover,
.rolebase-admin a:focus,
.rolebase-admin a:active {
    color: inherit !important;
    background-color: transparent !important;
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.rolebase-admin .action-icons .text-danger {
    color: #ef4444 !important;
}

/* --- Start Modal - Role Modal Styles - Harsh P. --- */
.rolebase-admin .modal-dialog {
  max-width: 950px;
  margin: auto;
  padding-left: 65px;
}

.rolebase-admin .modal-content {
  border-radius: 10px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.1);
  padding: 10px 25px;
}

.rolebase-admin .modal-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.rolebase-admin .modal-header .close {
  position: absolute;
  right: 11px;
  top: 0px;
  font-size: 38px;
}

.rolebase-admin .role-input {
  flex: 1;
  max-width: 350px;
  margin-left: 15px;
  height: 38px;
}

/* --- Role Card - Harsh P. --- */
.rolebase-admin .role-card {
  background: #f8f9fb;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 0 20px;
  margin-bottom: 12px;
}

/* --- Table Styling - Harsh P. --- */
.rolebase-admin .role-table {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 0;
  overflow: hidden;
}

.rolebase-admin .role-table th,
.rolebase-admin .role-table td {
  vertical-align: middle;
  font-size: 14px;
  padding: 12px 15px !important;
}

.rolebase-admin .role-table .thead-light th {
  background-color: #f8f9fb;
  font-weight: 600;
  border-bottom: 1px solid #e0e0e0;
}


.rolebase-admin .role-table .header-row th {
  background-color: #f8f9fb !important;
  border-bottom: 2px solid #e0e0e0;
  font-weight: 600;
  text-align: center;
}

.rolebase-admin .role-table .header-row th:first-child {
  text-align: left;
}

.rolebase-admin .role-table input[type="checkbox"] {
  transform: scale(1.1);
}

/* --- Switches - Harsh P. --- */
.rolebase-admin .switch {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 20px;
  margin-right: 10px;
}

.rolebase-admin .switch input {
  display: none;
}

.rolebase-admin .slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background-color: #ccc;
  border-radius: 20px;
  transition: .4s;
}

.rolebase-admin .slider:before {
  content: "";
  position: absolute;
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  border-radius: 50%;
  transition: .4s;
}

.rolebase-admin .switch input:checked + .slider:before {
  transform: translateX(18px);
}

.rolebase-admin .toggle-subcategories {
  white-space: nowrap;
}

.rolebase-admin .toggle-subcategories:focus {
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}

/* --- Add User Modal Specific - Harsh P. --- */
.rolebase-admin .upload-photo-label {
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.rolebase-admin .preview-img {
  border: 3px solid #e5e7eb;
  transition: 0.3s;
}

.rolebase-admin .upload-photo-label:hover .preview-img {
  opacity: 0.7;
}

.rolebase-admin .upload-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 12px;
  padding: 3px 0;
  border-radius: 0 0 50% 50%;
  opacity: 0;
  transition: 0.3s;
  text-align: center;
}

.rolebase-admin .upload-photo-label:hover .upload-overlay {
  opacity: 1;
}

.rolebase-admin .delete-confirm-text {
  font-size: 17px;    
  color: #2e2e2e;    
}

#addUserModal .modal-dialog.modal-lg {
  max-width: 850px !important; 
}

#addUserModal .modal-content {
  padding: 0 !important;
}

#addUserModal .modal-header,
#addUserModal .modal-footer {
  padding: 8px 15px !important;
}

#addUserModal .modal-body {
  padding: 10px 15px !important;
  max-height: 80vh;          
  overflow-y: auto;           
}

/* Reduce form spacing - Harsh P. */
#addUserModal .form-group {
  margin-bottom: 8px !important;
}

/* Compact table design - Harsh P. */
#addUserModal .table th,
#addUserModal .table td {
  padding: 5px 8px !important;
  font-size: 13px !important;
}

/* Reduce spacing between role cards - Harsh P. */
#addUserModal .role-card {
  margin-bottom: 6px !important;
  border-radius: 6px;
  overflow: hidden;
}

#addUserModal .subcategories td {
  font-size: 12px !important;
  padding: 4px 6px !important;
}

.rolebase-admin .switch.green input:checked + .slider { background-color: #4caf50; }
.rolebase-admin .switch.yellow input:checked + .slider { background-color: #ffca28; }
.rolebase-admin .switch.gray input:checked + .slider { background-color: #bdbdbd; }

.name-cell {
    max-width: 200px;
    word-wrap: break-word;
    white-space: normal;
}

.btn-no-bg {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0;
    margin-top: -5px;
}


@keyframes loadingspinner{
  0%{
    transform:rotate(0deg)
  }
  100%{
    transform:rotate(360deg)
  }
}
@media only screen and (max-width: 1920px) {
    .documents-accordion-wrap .img-card .col-xl-2.col-lg-3.col-md-4.mb-3.col-cust {
        max-width: 25%;
        width: 25%;
    }
}
@media only screen and (max-width: 1600px) {
    .job-font-block .form-horizontal .documents-accordion-wrap .control-label {
        min-height: 50px;
        font-size: 14px;
        line-height: 16px;
    }
     
}
@media only screen and (max-width: 1199px) {
    .documents-accordion-wrap .img-card .col-xl-2.col-lg-3.col-md-4.mb-3.col-cust {
        max-width: 33.333333%;
        width: 33.333333%;
    }
    .documents-accordion-wrap .other-supportive-photos-wrap .col-xl-4.col-lg-4.col-md-12.mb-3.col-cust {
         max-width: 50%;
        width:  50%;
    }
      .documents-accordion-wrap .other-supportive-photos-wrap .col-xl-4.col-lg-4.col-md-12.mb-3.col-cust .control-label {
        min-height: unset;
      }
}
@media only screen and (max-width: 991px) {
        .documents-accordion-wrap .img-card  {
            display: flex;
        }
    .documents-accordion-wrap .img-card .col-xl-2.col-lg-3.col-md-4.mb-3.col-cust {
        max-width: 50% !important;
        width: 50% !important;
    }
}
@media only screen and (max-width: 767px){
     .job-font-block .form-horizontal .documents-accordion-wrap .control-label {
        min-height: unset;
    }
}
@media only screen and (max-width: 600px){
    .documents-accordion-wrap .img-card .col-xl-2.col-lg-3.col-md-4.mb-3.col-cust {
        max-width: 100%  !important;
        width: 100%  !important;
    }
    .documents-accordion-wrap .img-card  {
        display: block;
    }
    
}

/* Job List V2 CSS - Savan D.*/

.job-new{
    background-color: white;
}

/* Tabs */
.job-new-tabs {
    border: 1px solid #dee2e6;
    border-radius: 6px;
    overflow: hidden;
    a{
        border-radius: 0 !important;
        margin: 0 !important;
    }
}

.job-new-tabs .nav-item {
    margin-bottom: 0;
}

.job-new-tabs .nav-link {
    border-right: 1px solid #dee2e6;
    color: #555;
    font-weight: 500;
    background: #fff;
    transition: 0.2s;
}

.job-new-tabs .nav-link:last-child {
    border-right: none;
}

.job-new-tabs .nav-link.active {
    color: #007bff;
    background: #eaf2ff;
    font-weight: 600;
}

/* Toolbar layout */
.job-toolbar {
    padding-bottom: 8px;
}

/* Buttons */
.job-new-actions .btn {
    border-radius: 8px;
    font-weight: 500;
    padding: 6px 16px;
    display: flex;
    align-items: center;
}

.job-new-actions .btn-outline-secondary {
    color: #6c757d;
    border-color: #dee2e6;
    background-color: #fff;
    border: 1px solid black;
}

.job-new-actions .btn-outline-secondary:hover {
    background-color: #252d5d;
    color: #fff;
    border: 1px solid #252d5d;
}
.filter-row .btn-outline-secondary {
    color: #6c757d;
    border-color: #dee2e6;
    background-color: #fff;
    border: 1px solid black;
    border-radius: 8px;
}

.filter-row .btn-outline-secondary:hover {
    background-color: #252d5d;
    color: #fff;
    border: 1px solid #252d5d;
}

.job-new-actions .btn-primary {
    background-color: #252d5d;
    border-color: #252d5d;
    padding: 7px 16px !important;
    margin-right: 8px;
}
.job-new-actions .btn-primary:hover {
    background-color: #252d5d !important;
}

/* Export icon spacing */
.export-icon {
    margin-right: 8px;
}

.create-icon{
    margin-right: 8px;
}

.job-filters-v2{
    margin-top: 1rem;
}
.filter-row {
    display: flex !important;
}

.filter-row > .col-md-2 {
    width: auto !important;
    flex: 0 0 auto !important;
}

.filter-row > .col-md-2:last-child {
    margin-left: auto !important;
}
.prepend-icon .form-control {
    padding-left: 3.2rem;
}

.prepend-icon .material-symbols-outlined {
    position: absolute;
    color: #aaa;
    top: 10px;
    left: 20px;
}

#activeTabGlobalFilterForm{
    margin-bottom: auto;
}

/* Compact Job Card Layout */
.job-card {
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  background: #fff;
}


.job-header th {
  font-size: 15px;
  font-weight: 500;
  color: #6b7280;
}
.bg-light-table{
    background-color: #F5F5F5 !important;
}

.table-sm td {
  font-size: 13px;
}

.table>thead>tr>th{
    vertical-align: top;
}
.ref-id,
.job-id {
    position: relative;
    left: -4px;
    right: 5px;
    background-color: #18385f;
    color: #ffffff;
    padding: 4px;
    border-radius: 15px;
}
.ref-id:not(:has(+.job-id)){
    top: 10px
}
.customer-info-td a:hover{
    color: #ffffff !important;
    text-decoration: none;
}
.cust-info{
    margin-top: 15px;
}
.status-column .badge{
    display: block;
}
.status-column .status-badge {
    position: relative;
    font-weight: 500;
    border: 1.5px solid;
    border-radius: 24px;
    font-size: 12px;
    padding: 3px 6px;
    width: fit-content;
    top: 5px;
}

.status-column .badge-jobType {
    position: relative;
    width: fit-content;
    background-color: #dbeafe;
    color: #1d4ed8;
    font-weight: 500;
    border-radius: 6px;
    font-size: 12px;
    padding: 3px 6px;
}
.status-column .pvd-badge{
    color: #5A35CC;
    background-color: #F3EFFF;
    border: 1.5px solid #7C4DFF;
    border-radius: 24px;
}
.status-column .battery-badge{
    color: #008DB2;
    background-color: #E6FAFF;
    border: 1.5px solid #00C4FF;
    border-radius: 24px;
}

.rec-id{
    margin-top: 10px;
}
    
.rec-id .btn-sm{
    border: 1px solid black;
    background: none !important;
    padding: 2px !important;
    position: relative;
}

.job-card + .job-card {
  margin-top: 6px;
}

.sub-row td{
    border-top: 1.5px solid #18385f !important;
}

.sub-row .inverter-battery-card{
    display: flex;
    gap: 5px;
    min-width: 525px;
}
.sub-row .battery-card{
    background-color: white;
    height: max-content;
    max-width: 25rem;
    min-width: 25rem;
    position: relative;
    margin-left: 20px;
}
.sub-row .inverter-battery-model{
    display: flex;
    gap: 12px;
}
.card-body .badge{
    position: relative;
    right: 3px;
    background-color: #EAF4FF;
    color: #18385F; 
    border: 1.5px solid #18385F;
}
.sub-row .inverter-card{
    background-color: white;
    max-width: 25rem;
    min-width: 25rem;
    max-height: max-content;
    position: relative;
    left: 10px;
}
.inverter-battery-card .card-body{
    padding: 10px;
    font-weight: 500;
    border: 1.5px solid #18385f;
    border-radius: 10px;
}
.inverter-battery-card .card-title{    
    font-weight: 200;
}

#iconCanvas{
    position: relative;
}
.sub-row.show{
    display: table-row !important;
}
.job-card .check{
    margin-left: 6px;
}

.jobs-head{
    margin-top: 0 ;
}

/* Base row style */
#jobAccordion .job-main-row {
    border-bottom: 3px solid transparent; 
    transition: box-shadow 0.3s ease, border 0.3s ease;
}

/* When collapsed — show shadow under main row (as a visual separator) */
#jobAccordion .job-main-row:not(:has(+ .sub-row.show)) {
    box-shadow: 0px 7px 8px #18385f40;
    border-radius: 8px;
    position: relative;
    z-index: 1;
}

#jobAccordion .job-main-row:has(+ .sub-row.show) {
    box-shadow: none;
    border-bottom: none;
}

#jobAccordion .job-main-row + .sub-row.show {
    box-shadow: 0px 7px 8px #18385f40;
    transition: box-shadow 0.3s ease, border 0.3s ease;
    border-radius: 0 0 8px 8px;
    position: relative;
    z-index: 1;
}

#jobAccordion .sub-row {
    transition: box-shadow 0.3s ease;
}

#jobAccordion .job-main-row + .sub-row.collapse:not(.show) + .job-main-row{
  border-top: 20px solid transparent; 
}

#jobAccordion .job-main-row + .sub-row.show + .job-main-row {
  border-top: 15px solid transparent;
}

#jobAccordion {
    table-layout: fixed;
    width: 100%;
}

/* Prevent text wrapping for key fields */
.ref-id,
.person-name span,
.person-name,
.status-column .badge{
    white-space: nowrap !important;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* Installer / Designer / Electrician cells never wrap */
td:nth-child(3),
td:nth-child(4),
td:nth-child(5) {
    white-space: nowrap !important;
}

/* Make sub-row grid responsive */
.inverter-battery-card {
    flex-wrap: wrap;
}

/* Keep Installer / Designer / Electrician columns as nowrap */
td:nth-child(3),
td:nth-child(4),
td:nth-child(5) {
    white-space: nowrap !important;
}

.table-responsive {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
}

.icons-row {
    justify-content: flex-end;
}
.icons-row .photos-badge{
    position:absolute;
    top:-4px;
    right:-4px;
    background: #18385f;
    color:#fff;
    font-size:10px;
    padding:0 5px;
    border-radius:24px;
    line-height:16px;
    min-width:16px;
    text-align:center;
    font-weight:bold;
}

.icon-image {
    width: 36px;
    height: 36px;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}

.icon-image:not(.marked):hover {
    content: attr(data-hover);
    filter: brightness(1.1);
}

.action-buttons {
    width: 331px;
    max-width: 331px;
    min-width: 331px;
}

.action-buttons .btn-list {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    .job-list-delete-btn-v2{
        margin-top: 0 !important;
    }
}

.action-buttons .btn-list a {
    flex: 1 0 calc(33.33% - 9px);
    text-align: center;
    white-space: nowrap;
    border: 1.5px solid #000;
    border-radius: 6px;
    padding: 0px 6px;
    background: none;
    color: black;

}

.action-buttons .btn-list a:hover {
    background: #252d5d;
    color: #fff !important;
    border-color: #252d5d;
}

.action-buttons .more-buttons {
    margin-top: 5px;
    .job-list-delete-btn-v2{
        margin-top: 0 !important;
    }
}

.action-buttons .btn[disabled]{
    background: #e5e7eb !important;
    color: #9ca3af !important;
    border-color: #e5e7eb !important;
}

.deleteModalV2 .modal-header {
    display: flex;
    align-items: center;
}
/* Bulk actions panel styles - moved from inline in job-list-v2 - Savan D.*/
.bulk-actions-container {
    position: fixed;
    top: -250px;
    right: 20px;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.95);
    color: #333;
    padding: 20px 25px;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    width: 360px;
    max-width: 95%;
    transition: top 0.4s ease-in-out, right 0.4s ease-in-out, opacity 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.bulk-actions-toggle-btn {
    position: absolute;
    left: -15px;
    top: 20px;
    width: 30px;
    height: 30px;
    background: #007bff;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    transition: transform 0.3s ease;
}
.bulk-actions-title {
    margin: 0 0 12px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
    font-size: 18px;
    font-weight: 600;
    color: #222;
}
.bulk-actions-title #selected-jobs-count { font-weight: bold; }
.bulk-actions-desc {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
}
.bulk-actions-btn-group { display: flex; gap: 50px; }
.bulk-actions-btn-group .btn { background: #18385f !important; border-color: #18385f !important; color: #fff !important; width: 50%; }
.bulk-download-status { text-align: center; font-size: 15px; color: #28a745; margin-top: 10px; display: none; }
.bulk-uncheck-btn { color: #007bff; text-decoration: none; font-size: 12px; }

input.job-checkbox,
input.check,
input#selectAllJobs {
    transform: scale(1.3);
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
}

td .job-checkbox,
th .job-checkbox {
    display: inline-block;
}

/* v2 Status Badges */
.status-badge-v2 .badge-new{
    background-color: #ECF2FF;
    color: #2756C0;
    border-color: #2756C0;
}
.status-badge-v2 .badge-parked{
    background-color: #EAF4FF;
    color: #18385F;
    border-color: #18385F
}
.status-badge-v2 .badge-assigned{
    background-color: #ECFEFE;
    color: #0891A1;
    border-color: #0891A1
}
.status-badge-v2 .badge-installed{
    background-color: #ECFFEC;
    color: #128007;
    border-color: #128007
}
.status-badge-v2 .badge-in-progress{
    background-color: #FFEFE5;
    color: #DF5F0D;
    border-color: #DF5F0D
}
.status-badge-v2 .badge-completed{
    background-color: #EAF4FF;
    color: #18385F; 
    border-color: #18385F
}

#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    backdrop-filter: blur(2px);
}

#page-loader img {
    width: 200px;
    height: 100px;
}

.person-name{
    font-weight: 500;
    color: #111827;
}
.outlined{
    font-weight: 0 !important;
    border: 1.5px solid #18385f !important;
    border-radius: 5px !important;
    padding: 2px;
    margin-bottom: 5px;
    width: max-content;
    position: relative;
    padding: 5px 5px 4px 30px;
}
.outlined:hover{
    text-decoration: none;
    cursor: pointer;
    background-color: #18385f;
    color: #ffffff !important;
}
.person-info::before{
    height: 30px;
    width: 30px;
    left: 0;
    top: 2px;
}
.person-installer::before{
    content: url('../images/icons-v2/icon_installer.svg');
    position: absolute;
}
.person-electrician::before{
    content: url('../images/icons-v2/icon_electrician.svg');
    position: absolute;
}
.person-designer::before{
    content: url('../images/icons-v2/icon_designer.svg');
    position: absolute;
}
.tooltip {
    transform: translateZ(0);
    z-index: 99999 !important;
}

/* Company send invite modal styles - Harsh P. */
#inviteModal .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
}

#inviteModal .modal-content {
    border: none;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

body.modal-open {
    overflow: hidden;
}

/* Header Styles - Harsh P. */
#inviteModal .modal-header {
    background: linear-gradient(135deg, #18385f 0%, #2c5282 100%);
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: none;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#inviteModal .modal-title {
    font-weight: 600;
    font-size: 1.5rem;
    margin: 0;
    line-height: 1.5;
    display: flex;
    align-items: center;
    flex: 1;
}

#inviteModal .modal-title i {
    margin-right: 12px;
    font-size: 1.5rem;
}

#inviteModal .close {
    color: white;
    opacity: 0.9;
    text-shadow: none;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1;
    transition: opacity 0.2s ease;
    padding: 0;
    margin: 0 0 0 auto;
    background: transparent;
    border: none;
    flex-shrink: 0;
}

#inviteModal .close:hover {
    opacity: 1;
    color: white;
}

#inviteModal .close:focus {
    outline: none;
}

/* Body Styles - Harsh P */
#inviteModal .modal-body {
    padding: 35px 40px;
    background-color: #fff;
    overflow: visible;
}

#inviteModal .info-box {
    background-color: #e3f2fd;
    border-left: 4px solid #2196F3;
    padding: 15px;
    margin-bottom: 25px;
    border-radius: 4px;
}

#inviteModal .info-box p {
    margin: 0;
    font-size: 14px;
    color: #1976D2;
    line-height: 1.6;
}

#inviteModal .info-box i {
    margin-right: 8px;
}

/* Form Styles */
#inviteModal .form-group {
    margin-bottom: 0;
}

#inviteModal .form-group label {
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
    display: block;
    font-size: 15px;
}

#inviteModal .form-group label i {
    margin-right: 8px;
    color: #18385f;
}

#inviteModal .input-group {
    display: flex;
    width: 100%;
    position: relative;
}

#inviteModal .input-group-prepend {
    display: flex;
}

#inviteModal .input-group-text {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    border-right: none;
    padding: 10px 15px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#inviteModal .input-group-text i {
    color: #18385f;
}

#inviteModal .form-control {
    border-left: none;
    padding: 10px 15px;
    font-size: 14px;
    border: 1px solid #ced4da;
    flex: 1;
    transition: all 0.3s ease;
    height: auto;
}

#inviteModal .form-control:focus {
    border-color: #18385f;
    box-shadow: 0 0 0 0.2rem rgba(24, 56, 95, 0.25);
    outline: none;
    z-index: 3;
}

#inviteModal .form-text {
    margin-top: 10px;
    font-size: 13px;
    display: block;
}

#inviteModal .form-text i {
    margin-right: 5px;
}

/* Footer Styles - Harsh P */
#inviteModal .modal-footer {
    background-color: #f8f9fa;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 18px 40px;
    border-top: 1px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

#inviteModal .modal-footer .btn-primary:hover,
a.btn.btn-primary:hover {
    background-color: #0f2643 !important;
    border-color: #0f2643 !important;
}

/* Button Styles - Harsh P */
#inviteModal .btn {
    padding: 12px 30px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    border: none;
    transition: all 0.3s ease;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

#inviteModal .btn i {
    margin-right: 8px;
}

#inviteModal .btn-secondary {
    min-width: 120px;
}

#inviteModal .btn-primary {
    background-color: #18385f;
    border-color: #18385f;
    min-width: 150px;
}

#inviteModal .btn-primary:hover {
    background-color: #0f2643;
    border-color: #0f2643;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(24, 56, 95, 0.3);
}

#inviteModal .btn-secondary:hover {
    background-color: #5a6268;
    border-color: #545b62;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(90, 98, 104, 0.3);
}

#inviteModal .btn-primary:active,
#inviteModal .btn-secondary:active {
    transform: translateY(0);
}

/* Modal Animation */
#inviteModal.fade .modal-dialog {
    transform: scale(0.9);
    transition: transform 0.3s ease-out;
}

#inviteModal.show .modal-dialog {
    transform: scale(1);
}


