/* --Navbar-- */

.navbar-brand{
    padding: 10px 15px;
}
.navbar-brand img{
    height: 100%;
    width: auto;
}

#gauge{
    width: 300px;
    height: 150px;
    margin:auto;
}


.navbar-inverse .navbar-nav > li > a{
    color: rgb(255, 255, 255);
}
/* --Panel-- */
.panel{
    position: relative;
    border-width: 2px;
}
.panel-heading{
    margin: -1px -1px 0px 0px;
}
.panel-priority{
    z-index: 1;
}
.panel .panel-heading i.glyphicon{
    top: 3px;
    line-height: 1.2;
}

.pull-right{
    cursor: pointer;
}
/* --Table-- */
.table-no-margin-bottom{
    margin-bottom: 0px;
}
.table-hover tbody tr:hover{
    cursor: pointer;
}
.table > tbody > tr > td {
    vertical-align: middle;
    max-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* --Button-- */
.form-group-btn .btn{
    margin-bottom: 4px;
}
.control-label .btn-group-xs > .btn, .control-label .btn-xs{
    margin-top: -6px;
    margin-left: 10px;
}
.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-color: var(--main)!important;
opacity: 0.8;
    color: #FFFFFF!important;
}

.btn-primary {
    background-color: var(--main)!important;
    border-color: var(--main)!important;
    color: #FFFFFF!important;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    background-color: var(--main);
    border-color: #0f4578;
    cursor: default;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #ffffff!important;
    background-color: var(--secondary)!important;
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
    color: #fff;
    background: var(--main);
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: var(--main)!important;
}
/* --Form-- */
.form-group-btn{
    margin-bottom: 0px;
}
.flex-column{
    display: flex;
    flex-direction: column;
}
.flex{
    display: flex;
}
@media screen and (max-width: 767px){
    .form-group-control:not(:first-child){
        margin-top: 15px;
    }
    .form-group-tab{
        padding-left: 25px;
    }
}
@media screen and (min-width: 768px){
    .form-group-tab{
        padding-left: 35px;
    }
}
@media screen and (max-width: 991px){
    .checkbox-inline, .radio-inline{
        margin-right: 10px;
        margin-left: 0 !important;
    }
}
@media screen and (min-width: 992px){
    .form-group-tab{
        padding-left: 55px;
    }
}
@media screen and (min-width: 1200px){
    .form-group-tab{
        padding-left: 75px;
    }
}

@media screen and (max-width: 1569px){
    .panel-responsible{
        width: 100% !important;
        margin:auto ;
    }

}
.text-responsive{
    margin-top: -10px;
}
.panel-responsible{
    width: 60%;
    margin:auto ;
}

/* --Loader-- */
.no-overflow{
    overflow: hidden !important;
}
.loader{
    position: fixed;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1001;
    background: rgba(44, 62, 80, 0.8); /*#2c3e50*/
}

/* olding Cube */
.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
    top: 45%;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FBFBFB;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    } 25%, 75% {
          -webkit-transform: perspective(140px) rotateX(0deg);
          transform: perspective(140px) rotateX(0deg);
          opacity: 1;
      } 90%, 100% {
            -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
            opacity: 0;
        }
}

@keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    } 25%, 75% {
          -webkit-transform: perspective(140px) rotateX(0deg);
          transform: perspective(140px) rotateX(0deg);
          opacity: 1;
      } 90%, 100% {
            -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
            opacity: 0;
        }
}

/* Circle */
.sk-circle {
    margin: 0px;
    width: 25px;
    height: 25px;
    position: relative;
}
.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #298ac1;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg); }
.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg); }
.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg); }
.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg); }
.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg); }
.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg); }
.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg); }
.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg); }
.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s; }
.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1);
          transform: scale(1);
      }
}

@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1);
          transform: scale(1);
      }
}

/* Fading Circle */
.sk-fading-circle {
    margin: 0px;
    width: 25px;
    height: 25px;
    position: relative;
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% { opacity: 0; }
    40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
    0%, 39%, 100% { opacity: 0; }
    40% { opacity: 1; }
}

/* --Images-- */
.img-gallery{
    border: 1px solid #ccd0d2;
    border-radius: 4px;
    padding: 15px;
}

/* --Sticky-- */
.sticky{
    position: sticky;
    top: 0;
    z-index: 2;
    background: #f5f8fa;
}

/* --Navbar Inverse-- */
.navbar-inverse {
    background-color: var(--nav-background-color)!important;
    border-color: var(--nav-background-color)!important;
}
.navbar-inverse .navbar-brand {
    color: #ffffff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #ffffff;
}
.navbar-inverse .navbar-text {
    color: #ffffff;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: var(--nav-text-color);
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff!important;
    background-color: var(--secondary)!important;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: #0a3156;
}
.navbar-inverse .dropdown-menu > li > a{
    color: var(--main);
}
.navbar-inverse .dropdown-menu .sub-menu ul{
    display: none;
}
.navbar-inverse .dropdown-menu .sub-menu{
    padding-left: 20px;
}
.navbar-inverse .dropdown-menu .sub-menu:hover > ul{
    display: block;
}

.navbar-inverse .dropdown-menu > li > a:hover, .navbar-inverse .dropdown-menu > li > a:focus{
    color: #ffffff!important;
    background-color: var(--main)!important;
}
.navbar-inverse .dropdown-menu .sub-menu{
    padding-left: 20px;
}
.navbar-inverse .navbar-toggle {
    border-color: #ecf0f1;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #0a3156;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ecf0f1;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #ecf0f1;
}
.navbar-inverse .navbar-link {
    color: #ecf0f1;
}
.navbar-inverse .navbar-link:hover {
    color: #ffffff;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-collapse{
        border-color: #d3e0e9;
        background: #fff;
    }
    .navbar-inverse .navbar-nav > li > a{
        color: #0f4578!important;
    }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus{
        color: #106128;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus{
        background-color: var(--secondary)!important;
        color: #fff!important;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a{
        color: #0a3156;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus{
        color: #fff;
        background-color: var(--main);
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider{
        background-color: #e5e5e5;
    }
}

.rating-container .empty-stars{
    color: #f5f8fa00;
}
.rating-container .filled-stars{
    right: 0;
}

/* --Borders-- */
.border-bottom{
    border-bottom: 1px solid #ddd;
}

/* --Pagination-- */
.per-page{
    display: inline-block;
    width: auto;
    padding: 6px 5px;
    margin: 0px 6px;
}
@media (max-width: 767px) {
    .pagination{
        margin: 10px 0;
    }
    .per-page{
        margin-top: 0;
    }
}


@media (min-width: 995px) {

    canvas {
        width: 100%;
        margin-top: 24%;
        margin-bottom: 16%;
        margin-left: 22%;
    }
}

@media (max-width: 994px) {

    canvas {
        width: 100%;
        margin-top: 20px;
    }
}



/* --Maintence page-- */
.logo img{
    max-width: 100%;
    max-height: 100%;
}

.logo{
    margin: 30px 0px 30px 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}/* --Navbar-- */
.navbar-brand{
    padding: 10px 15px;
}
.navbar-brand img{
    height: 100%;
    width: auto;
}


/* --Panel-- */
.panel{
    position: relative;
    border-width: 2px;
}
.panel-heading{
    margin: -1px -1px 0px 0px;
}
.panel-priority{
    z-index: 1;
}
.panel .panel-heading i.glyphicon{
    top: 3px;
    line-height: 1.2;
}

.pull-right{
    cursor: pointer;
}
/* --Table-- */
.table-no-margin-bottom{
    margin-bottom: 0px;
}
.table-hover tbody tr:hover{
    cursor: pointer;
}
.table > tbody > tr > td {
    vertical-align: middle;
    max-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* --Button-- */
.form-group-btn .btn{
    margin-bottom: 4px;
}
.control-label .btn-group-xs > .btn, .control-label .btn-xs{
    margin-top: -6px;
    margin-left: 10px;
}

/* --Form-- */
.form-group-btn{
    margin-bottom: 0px;
}
@media screen and (max-width: 767px){
    .form-group-control:not(:first-child){
        margin-top: 15px;
    }
    .form-group-tab{
        padding-left: 25px;
    }
}
@media screen and (min-width: 768px){
    .form-group-tab{
        padding-left: 35px;
    }
}
@media screen and (max-width: 991px){
    .checkbox-inline, .radio-inline{
        margin-right: 10px;
        margin-left: 0 !important;
    }
}
@media screen and (min-width: 992px){
    .form-group-tab{
        padding-left: 55px;
    }
}
@media screen and (min-width: 1200px){
    .form-group-tab{
        padding-left: 75px;
    }
}

/* --Loader-- */
.no-overflow{
    overflow: hidden !important;
}
.loader{
    position: fixed;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1001;
    background: rgba(44, 62, 80, 0.8); /*#2c3e50*/
}

/* olding Cube */
.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
    top: 45%;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FBFBFB;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    } 25%, 75% {
          -webkit-transform: perspective(140px) rotateX(0deg);
          transform: perspective(140px) rotateX(0deg);
          opacity: 1;
      } 90%, 100% {
            -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
            opacity: 0;
        }
}

@keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    } 25%, 75% {
          -webkit-transform: perspective(140px) rotateX(0deg);
          transform: perspective(140px) rotateX(0deg);
          opacity: 1;
      } 90%, 100% {
            -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
            opacity: 0;
        }
}

/* Circle */
.sk-circle {
    margin: 0px;
    width: 25px;
    height: 25px;
    position: relative;
}
.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #298ac1;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg); }
.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg); }
.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg); }
.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg); }
.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg); }
.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg); }
.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg); }
.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg); }
.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s; }
.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1);
          transform: scale(1);
      }
}

@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1);
          transform: scale(1);
      }
}

/* Fading Circle */
.sk-fading-circle {
    margin: 0px;
    width: 25px;
    height: 25px;
    position: relative;
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% { opacity: 0; }
    40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
    0%, 39%, 100% { opacity: 0; }
    40% { opacity: 1; }
}

/* --Images-- */
.img-gallery{
    border: 1px solid #ccd0d2;
    border-radius: 4px;
    padding: 15px;
}

/* --Sticky-- */
.sticky{
    position: sticky;
    top: 0;
    z-index: 2;
    background: #f5f8fa;
}

/* --Navbar Inverse-- */
.navbar-inverse {
    background-color: var(--main);
    border-color: var(--main);
}
.panel-primary{
    border-color: var(--main)!important;
}

.panel-primary>.panel-heading{
    background-color: var(--main)!important;
    border-color: var(--main)!important;
    color: #FFFFFF!important;
}
.navbar-inverse .navbar-brand {
    color: #ecf0f1;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #ffffff;
}
.navbar-inverse .navbar-text {
    color: #ecf0f1;
}
.navbar-inverse .navbar-nav > li > a {
    color: #e5e5e5;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #ffffff;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #0a3156;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: #0a3156;
}
.navbar-inverse .dropdown-menu > li > a{
    color: var(--main)!important;
}
.navbar-inverse .dropdown-menu .sub-menu ul{
    display: none;
}
.navbar-inverse .dropdown-menu .sub-menu{
    padding-left: 20px;
}
.navbar-inverse .dropdown-menu .sub-menu:hover > ul{
    display: block;
}

.navbar-inverse .dropdown-menu > li > a:hover, .navbar-inverse .dropdown-menu > li > a:focus{
    color: #ffffff!important;
    background-color: var(--main)!important;
}
.navbar-inverse .dropdown-menu .sub-menu{
    padding-left: 20px;
}
.navbar-inverse .navbar-toggle {
    border-color: #ecf0f1;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #0a3156;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ecf0f1;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #ecf0f1;
}
.navbar-inverse .navbar-link {
    color: #ecf0f1;
}
.navbar-inverse .navbar-link:hover {
    color: #ffffff;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-collapse{
        border-color: #d3e0e9;
        background: #fff;
    }
    .navbar-inverse .navbar-nav > li > a{
        color: #0f4578!important;
    }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus{
        color: #106128;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus{
        background-color: var(--secondary)!important;
        color: #fff !important;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a{
        color: #0a3156;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus{
        color: #fff;
        background-color: var(--main);
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider{
        background-color: #e5e5e5;
    }
}

.rating-container .empty-stars{
    color: #f5f8fa00;
}
.rating-container .filled-stars{
    right: 0;
}

/* --Borders-- */
.border-bottom{
    border-bottom: 1px solid #ddd;
}

/* --Pagination-- */
.per-page{
    display: inline-block;
    width: auto;
    padding: 6px 5px;
    margin: 0px 6px;
}
@media (max-width: 767px) {
    .pagination{
        margin: 10px 0;
    }
    .per-page{
        margin-top: 0px;
    }
}
/* --Maintence page-- */
.logo img{
    max-width: 100%;
    max-height: 100%;
}

.logo{
    margin: 30px 0px 30px 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}


/* Aloc components */
.aloc-field{
    position: absolute;
    right: 18px;
}
.aloc-title{
    position: absolute;
    color: #EEE;
}
.aloc-ml{
    left: 18px !important;
}
.aloc-mr{
    right: 18px !important;
}
.aloc-title{
    top: 35px;
    font-size:20px;
}
.aloc-subtitle{
    top: 60px;
    font-size:15px;
}
.aloc-bt{
    top: 95%;
    font-size:15px;
}
.aloc-ft{
    width: 100%;
    left: 1%;
    position: absolute;
    color: #0b2950;
    bottom: 30px;
    margin: 0 auto;
    font-size:15px;
    font-weight: bold;
    text-align: center
}
.aloc-img{
    margin: 0 auto;
    width: 100%;
}

.show-aloc{
    margin: 0;
    padding: 0;
    font-size: 25px;
    margin-top: -6px;
    border: none !important;
    outline: none !important;
    background-color: transparent
}


/*DESK BUTTONS*/
.button_desk_left{
    width: 0;
    height: 0;
    border-top: 80px solid transparent;
    border-bottom: 80px solid transparent;
    border-left: 80px solid #0f4578;
    position: fixed;
    top: 43%;
    left: 14%;
    float: none;
    margin-left: -14%;
    Z-INDEX: 5555;
}

.button_desk_right {
    width: 0;
    height: 0;
    /* margin-left: 107%; */
    right: 0.2%;
    top: 43%;
    border-top: 80px solid transparent;
    border-bottom: 80px solid transparent;
    border-right: 80px solid #0f4578;
    Z-INDEX: 5555;
    position: fixed;
    float: none;
}

.button_desk_left:hover {
    transition: 0.5s;
    border-left: 80px solid #c63b66;
    font-size: 1.2rem;

}

.button_desk_right:hover {
    transition: 0.5s;
    border-right: 80px solid #c63b66;
    animation: spin 3s linear infinite;
}

.button_desk_right:active {
    transition: 0.5s;
    border-right: 80px solid #0f4578;
}

.button_desk_left:active {
    transition: 0.5s;
    border-left: 80px solid #0f4578;
}

.button_desk_left label {
    position: absolute;
    left: -62px;
    right: 0%;
    top: -11px;
    color: white;
}


.button_desk_right label {
    position: relative;
    left: 10px;
    top: -10px;
    color: white;
}

video {
    width: 70%;

}

@media screen and (max-width: 1000px) {
    video {
        width: 100%;
    }
}
#uploadForm label {
    margin: 2px;
    font-size: 1em;
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 79px;
    height: 79px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #000;
    border-color: rgb(26, 11, 192) transparent #b61818 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.fatal_error{
    background-color: #be3d3d!important;
    color: white!important;
}

p.progress-bar-txt {
    position: relative;
    top: -20px;
    color: black;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    background: rgba(14, 76, 146, .3);
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #d2ead9 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.progress-bar {
    margin-top: 8%;
    float: left;
    width: 0;
    height: 6px;
    font-size: 13px;
    line-height: 0px;
    color: #fff;
    text-align: center;
    background-color: #115fa9;
    -webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}


.krajee-default .file-caption-info, .krajee-default .file-size-info {
    display: none!important;
    text-align: center;
    padding-top: 4px;
    font-size: 11px;
    color: #999;
    margin-bottom: 30px;
}

i.glyphicon.glyphicon-zoom-in {
    font-size: 21px!important;
}
.btn-kv {

    top: 5px!important;
    right: 11px!important;
    font-size: 2.875rem!important;
    border-radius: 1.2rem;
}

.file-preview-image {
    font: 40px Impact,Charcoal,sans-serif;
    color: green;

    width: 85%!important;
    max-width: 85%!important;
    max-height: 100%;
}

.file-preview .fileinput-remove{
    display: none!important;
}

.btn-kv {
    display: inline-block;
    text-align: center;
    width: 45px;
    position: relative;
    top: 3px!important;
    right: 5px;
    height: 36px;
    line-height: 30px;
    padding: 0;
    font-size: .875rem;
    border-radius: .2rem!important;
}
.image_preview {
    width: 31px;
    /* margin-left: 40%; */
    position: absolute;
    left: 45%;
    bottom: 117px;
}

.krajee-default .file-footer-buttons {
    /* float: right; */
    /* float: right; */
    position: absolute!important;
    left: 84%!important;
    top: 7px;
}

.krajee-default .file-footer-caption {
    display: none!important;
}
.krajee-default .file-drag-handle, .krajee-default .file-upload-indicator {
    display: none!important;
}

i.glyphicon.glyphicon-plus-sign.text-warning {
    display: none;
}

.progressbar_around {
    position: absolute;
    left: 35%;
    top: 53px;
    height: 100px;
}

.progressbar_around p {
    position: relative;
    left: 32%;
    bottom: 59px;
    font-weight: 900;
    color: #d2ead9;

}

.txt_preview_error{
    color: red;
    position: absolute;
    bottom: 2px;
    left: 22px;
}
.txt_preview_sucess{
    color: #178017;
    position: relative;
    bottom: 18px;
    left: 18px;
}

.krajee-default .file-other-icon {
    font-size: 9em;
    position: relative;
    line-height: 1;
    left: 116%;
    top: 40%;
    bottom: 80px;
}
i.glyphicon.glyphicon-exclamation-sign.text-danger {
    display: none;
}
i.glyphicon.glyphicon-file {
    display: none;
}
.file-error-message {
    color: #a94442;
    background-color: #f2dede;
    margin: 5px;
    border: 1px solid #ebccd1;
    border-radius: 4px;
    padding: 15px;
    display: none;
}
.file-preview {
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 8px;
    width: 277px!important;
    margin-bottom: 5px;
    height: 240px;

}

.krajee-default.file-preview-frame .file-thumbnail-footer{
    height: 0px !important;
    position: relative!important;
    left: 7px!important;
}

@media screen and (max-width: 768px) {
    .krajee-default.file-preview-frame{
        position: relative!important;
        left: 0%!important;
    }
}

@media screen and (min-width: 1207px) {
    .img-responsive {
        display: block;
        max-width: 109%;
        height: auto;
    }
}


.krajee-default.file-preview-frame{
    position: relative;
    left: 3%;
}

.kv-fileinput-error.file-error-message {
    position: relative;
    top: 44px;
}

.button_group_unlock {
    display: flex;
    justify-content: end;
}

.button_group_unlock button {
    margin-left: 4px;
}

.button_group_unlock a{
    margin-left: 4px;
}

@media screen and (max-width: 600px) {

    .button_group {
        display: flex;
        flex-direction: column;
    }

    .button_group button {
        width: 100%;
        margin-bottom: 11px;
        margin-left: 4PX;
        height: 41px;
    }

    .button_group_unlock {
        display: flex;
        flex-direction: column;
    }

    .button_group_unlock button {
        width: 100%;
        margin-bottom: 11px;
        margin-left: 4PX;
        height: 41px;
    }

    .button_group_unlock a {
        width: 100%;
        margin-bottom: 11px;
        margin-left: 4PX;
        height: 41px;
    }

}


/*FIX LAYOUTS*/
@media screen and (max-width: 1000px) {

    .align-center-button{
        margin-left: 22%!important;
    }

    .container-80{
        width: 100% !important;



    }


}

/*EMAIL_LIB*/



.emails.emails-input .email-chip {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    background: rgba(102, 153, 255, 0.2);
    vertical-align: top;
    border-radius: 6.25rem;
    padding-left: 0.625rem;
    padding-right: 1.5rem;
    margin: 0.125rem;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 7px;
}

.emails.emails-input .email-chip .content {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.emails.emails-input .email-chip .remove {
    text-decoration: none;
    color: inherit;
    text-align: center;
    position: absolute;
    cursor: pointer;
    width: 1rem;
    font-size: 1rem;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.emails.emails-input .email-chip.invalid {
    background: #fff;
    border-bottom: 1px dashed #d92929;
    border-radius: 0;
    padding-left: 0;
    padding-right: 1rem;
}


.container-80{

    width: 80%;
    margin-bottom: 30px !important;
    margin: auto;
}

b, strong {
    font-weight: 400 !important;
}
label {
    font-weight: 400 !important;
}

th {
    font-weight: 500 !important;
}

label.col-md-1.control-label {

}

.mt-3{
    margin-top: 3% !important;
}

.ml-1{
    margin-left: 1% !important;
}

.separator-title{
    margin-left: 8% ;
}


@media (min-width: 992px)  {
    .col-md-5 {
        /*  width: 39.666667% !important;*/
        width: 39.3% !important;
    }

    label.col-md-1.control-label {
        width: 10%;
    }

}

@media (max-width: 993px) {
    .mobile-only{
        display: block !important;
        margin-bottom: 1%;
        margin-top: -1%;
    }
    .btn-goal{
        justify-content: end !important;
        position: relative;
        left: 34px !important;
    }
    

    .mobile-only-hidden{
        display: none !important;

    }
    .separator-title{
        margin-left: 0% !important;
    }


    .panel-50{
        width: 100% !important;
    }
    .panel-40{
        width: 100% !important;
    }
    .w-40{
        width: 100% !important;
    }




    .ml-2{
        margin-left: 0% !important;
    }
}


@media (min-width: 994px) {
    .pagination{
        margin: 10px 0 0 !important;
    }

    .mobile-only-hidden{
        display: block !important;

    }
    .mobile-only{
        display: none !important;
    }
    .ml-2{
        margin-left: 9% !important;
    }

    .panel-50{
        width: 60% !important;
        margin:auto ;
    }
    .panel-40{
        width: 60% !important;

        margin:auto ;

        margin-bottom: 2%;
    }

    .w-40{
        width: 40% !important;
    }
    /*
        label.col-md-1.control-label {
            width: 10% !important;
        }*/
    .form-group.form-group-btn {
        margin-left: 31.333333% !important

    }
    .separator-title{
        margin-left: 9.8% !important;
    }


}


/*CSS */


/*NOVO CSS INPUTS*/

.emails-input__email span {
    display: inline-block;
    vertical-align: top;
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.emails.emails-input .email-chip {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    background: rgba(102, 153, 255, 0.2);
    vertical-align: top;
    border-radius: 6.25rem;
    padding-left: 0.625rem;
    padding-right: 1.5rem;
    margin: 0.125rem;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 7px;
}

.emails.emails-input .email-chip .content {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.emails.emails-input .email-chip .remove {
    text-decoration: none;
    color: inherit;
    text-align: center;
    position: absolute;
    cursor: pointer;
    width: 1rem;
    font-size: 1rem;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.emails.emails-input .email-chip.invalid {
    background: #fff;
    border-bottom: 1px dashed #d92929;
    border-radius: 0;
    padding-left: 0;
    padding-right: 1rem;
}


.emails-input {
    font-family: 'Open Sans', sans-serif;
    color: #050038;

    padding: 4px;
    display: flex;
    flex-wrap: wrap;
    /* overflow-y: scroll;
        max-height: 200px;
        */
    margin-bottom: 2px;

    flex: 1;

}

.emails-input__email {
    background: rgba(102, 153, 255, 0.2);
    border-radius: 100px;
    font-size: 14px;
    line-height: 28px;
    height: 29px;
    padding: 0 8px;
    margin: 2px;
    cursor: pointer;
    margin-bottom: 2px;
}

.emails-input__email.emails-input__email--invalid {
    border-bottom: 1px dashed #d92929;
    background: none;
    border-radius: 0;
    padding: 0;
}

.emails-input__email-close {
    width: 21px;
    height: 29px;
    display: inline-block;
    position: relative;
}

.emails-input__email-close:before,
.emails-input__email-close:after {
    position: absolute;
    right: 5px;
    top: calc(50% - 5px);
    content: ' ';
    height: 10px;
    width: 1px;

    background-color: #b63e46;
}
.emails-input__email-close:before {
    transform: rotate(45deg);
}

.emails-input__email-close:after {
    transform: rotate(-45deg);
}



.emails-input__text-input::placeholder {
    color: #c3c2cf;

}

.emails-input__text-input:focus {
    outline: none;
}


/*end*/


/*== start of code for tooltips ==*/
.tool {
    cursor: help;
    position: relative;
}


/*== common styles for both parts of tool tip ==*/
.tool::before,
.tool::after {
    left: 80%;
    opacity: 0;
    position: absolute;
    z-index: -100;
}

.tool:hover::before,
.tool:focus::before,
.tool:hover::after,
.tool:focus::after {
    opacity: 1;
    transform: scale(1) translateY(0);
    z-index: 100;
}


/*== pointer tip ==*/
.tool::before {
    border-style: solid;
    border-width: 1em 0.75em 0 0.75em;
    border-color: #0f4578 transparent transparent transparent;
    bottom: 100%;
    content: "";
    margin-left: -0.5em;
    transition: all .65s cubic-bezier(.84,-0.18,.31,1.26), opacity .65s .5s;
    transform:  scale(.6) translateY(-90%);
}

.tool:hover::before,
.tool:focus::before {
    transition: all .65s cubic-bezier(.84,-0.18,.31,1.26) .2s;
}


/*== speech bubble ==*/
.tool::after {
    background: #0f4578;
    border-radius: .25em;
    bottom: 180%;
    color: #EDEFF0;
    content: attr(data-tip);
    margin-left: -8.75em;
    padding: 1em;
    transition: all .65s cubic-bezier(.84,-0.18,.31,1.26) .2s;
    transform:  scale(.6) translateY(50%);
    width: 17.5em;
}

.tool:hover::after,
.tool:focus::after  {
    transition: all .65s cubic-bezier(.84,-0.18,.31,1.26);
}


.tooltip-spacing {
    height: 20px;
    margin: 8px;
    position: relative;
    width: 20px;
}
.tooltip-bg1 {
    background-color: #000;
    border-radius: 10px;
    content: " ";
    display: flex;
    height: 20px;
    position: absolute;
    top: 0;
    width: 20px;
}
.tooltip-bg2 {
    background-color: #fff;
    border-radius: 8px;
    content: " ";
    display: flex;
    height: 16px;
    left: 2px;
    position: absolute;
    top: 2px;
    width: 16px;
}
.tooltip-text {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    position: relative;
    text-align: center;
    width: 20px;
}
@media (max-width: 760px) {
    .tool::after {
        font-size: .75em;
        margin-left: -5em;
        width: 10em;
    }
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default {
    color: #ffffff;
    background: #d31f1f;
    font-weight: 500;
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default2, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default2 {
    color: #000000;
    background: #cacaca;
    /* font-weight: 500; */
}
/*PROCESS NEW BTN FIXED*/

.new-process_right{
    position: fixed;
    right: 10px;
    bottom: 60px;
    height: 40px;
    width: 40px;
}
.new-process {
    position: fixed;
    left: 5%;
    bottom: 3%;
    z-index: 50;
    height: 40px;
    width: 40px;
    background-color: #0f4578;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    cursor: pointer;
    visibility: hidden; /* Inicia oculto */
    /*   transition: show 250ms ease-out;*/
    animation: show 250ms linear 2s forwards;
}

.new-process a  {
    color: #fff;

    text-decoration: none;
}
.new-process a:focus  {
    color: #fff;

    text-decoration: none;
}
.new-process a:hover  {

    text-decoration: none;
    color: #fff;
}
.new-process a:active  {
    color: #fff;
    text-decoration: none;
}

.btn-goal{
    justify-content: start; 
    position: relative; 
    left: -4px;


}


@keyframes show {
    0% {
        visibility: visible;
        opacity: 0;
        transform: translateY(50px)
    }

    to {
        visibility: visible;
        opacity: 1;
        transform: translateY(0)
    }
}
