/*@import url(https://fonts.googleapis.com/css?family=Shojumaru);*/


@font-face{
    font-family: myfont!important;
    src: url(../fonts/AirIndia-Regular.ttf)!important;
}

body{
    font-family: myfont!important;
}

h1, h2, h3, h4, h5, h6, p, span, a, p{
    font-family: myfont!important;
}

select {
    background-color: #fff;
}

body{
    overflow-x:hidden!important;
}

.ch-container {
    padding: 0 15px;
}
.overflow-x-auto{
    overflow-x: auto;
}


.top-block {
    border-radius: 20px;
    font-size: 14px;
    text-align: center;
    padding: 5px;
    margin-bottom: 25px;
    font-weight: bold;
    position: relative;
    display: block;
    line-height: 22px;
    text-shadow: 0 0 1px #DDD;
    text-decoration: none;
    -webkit-box-shadow: inset 0 0 0 1px #FAFAFA;
    -moz-box-shadow: inset 0 0 0 1px #FAFAFA;
    box-shadow: inset 0 0 0 1px #FAFAFA;
    background: -moz-linear-gradient(top, rgba(30, 87, 153, 0.2) 0%, rgba(125, 185, 232, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30, 87, 153, 0.2)), color-stop(100%, rgba(125, 185, 232, 0)));
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0.2) 0%, rgba(125, 185, 232, 0) 100%);
    background: -o-linear-gradient(top, rgba(30, 87, 153, 0.2) 0%, rgba(125, 185, 232, 0) 100%);
    background: -ms-linear-gradient(top, rgba(30, 87, 153, 0.2) 0%, rgba(125, 185, 232, 0) 100%);
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0.2) 0%, rgba(125, 185, 232, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#331e5799', endColorstr='#007db9e8', GradientType=0);
}

.top-block span {
    clear: both;
}

.top-block i {
    font-size: 25px;
}

.top-block:hover {
    text-decoration: none;
}

.notification {
    display: block;
    position: absolute;
    top: -10px;
    right: -5px;
    line-height: 16px;
    height: 16px;
    padding: 0 5px;
    font-family: Arial, sans-serif;
    color: white !important;
    text-shadow: 0 1px hsla(0, 0%, 0%, 0.25);
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-box-shadow: 0 1px 1px hsla(0, 0%, 0%, 0.08), inset 0 1px hsla(0, 100%, 100%, 0.3);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), inset 0 1px rgba(255, 255, 255, 0.3);
    box-shadow: 0 1px 1px hsla(0, 0%, 0%, 0.08), inset 0 1px hsla(0, 100%, 100%, 0.3);
}

.notification {
    border-color: #2FABE9;
    background-color: #67C2EF;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, hsl(200, 80%, 82%)), color-stop(100%, hsl(200, 81%, 67%)));
    background-image: -webkit-linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
    background-image: -moz-linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
    background-image: -ms-linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
    background-image: -o-linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
    background-image: linear-gradient(top, hsl(200, 80%, 82%), hsl(200, 81%, 67%));
}

.notification.green {
    border-color: #5AAD34;
    background-color: #78CD51;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, hsl(101, 54%, 71%)), color-stop(100%, hsl(101, 55%, 56%)));
    background-image: -webkit-linear-gradient(top, hsl(101, 54%, 71%), hsl(101, 55%, 56%));
    background-image: -moz-linear-gradient(top, hsl(101, 54%, 71%), hsl(101, 55%, 56%));
    background-image: -ms-linear-gradient(top, hsl(101, 54%, 71%), hsl(101, 55%, 56%));
    background-image: -o-linear-gradient(top, hsl(101, 54%, 71%), hsl(101, 55%, 56%));
    background-image: linear-gradient(top, hsl(101, 54%, 71%), hsl(101, 55%, 56%));
}

.notification.yellow {
    border-color: #F4A506;
    background-color: #FABB3D;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, hsl(40, 95%, 76%)), color-stop(100%, hsl(40, 95%, 61%)));
    background-image: -webkit-linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
    background-image: -moz-linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
    background-image: -ms-linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
    background-image: -o-linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
    background-image: linear-gradient(top, hsl(40, 95%, 76%), hsl(40, 95%, 61%));
}

.notification.red {
    border-color: #FA5833;
    background-color: #FA603D;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, hsl(11, 95%, 76%)), color-stop(100%, hsl(11, 95%, 61%)));
    background-image: -webkit-linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
    background-image: -moz-linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
    background-image: -ms-linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
    background-image: -o-linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
    background-image: linear-gradient(top, hsl(11, 95%, 76%), hsl(11, 95%, 61%));
}

.box {
    margin-top: 10px;
    margin-bottom: 10px;
}

.box-inner {
    border: 1px solid #DEDEDE;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
    -webkit-box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
    -moz-box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
}

.box-header {
    border: none;
    padding-top: 5px;
    border-bottom: 1px solid #DEDEDE;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    height: 35px;
    min-height: 35px !important;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 16px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#1a000000', GradientType=0);

}

.box-header h2 {
    font-size: 15px;
    width: auto;
    clear: none;
    float: left;
    line-height: 25px;
    white-space: nowrap;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}

.box-header h3 {
    font-size: 13px;
    width: auto;
    clear: none;
    float: left;
    line-height: 25px;
    white-space: nowrap;
}

.box-header h2 > i {
    margin-top: 1px;
}

.box-icon {
    float: right;
}

.box-icon a {
    clear: none;
    float: left;
    margin: 0 2px;
    height: 20px;
    width: 5px;
    margin-top: 1px;
}

.box-icon a i {
    margin-left: -6px;
    top: -1px;
}

.box-content {
    padding: 10px;
}

.btn-round {
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    font-size: 12px;
    padding-top: 4px;
}

ul.dashboard-list li {
    padding: 7px 0;
    list-style: none;
    border-bottom: 1px solid #EBEBEB;
    border-top: 1px solid white;
}

ul.dashboard-list a:hover {
    text-decoration: none;
}

ul.dashboard-list {
    margin: 0;
}

ul.dashboard-list li a span {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
    text-align: right;
    width: 70px;
    zoom: 1;
}

.dashboard-avatar {
    height: 50px;
    width: 50px;
    padding: 1px;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    border: 1px solid #EBEBEB;
    border-radius: 50%;
}

.thumbnail {
    background-color: white;
    z-index: 2;
    position: relative;
    margin-bottom: 40px !important;
}

.thumbnails > li {
    display: inline-block;
    margin-left: 15px;
}

.thumbnail img, .thumbnail > a {
    z-index: 2;
    height: 100px;
    width: 100px;
    position: relative;
    display: block;
}

img.grayscale {
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.thumbnail .gallery-controls {
    position: absolute;
    z-index: 1;
    margin-top: -30px;
    height: 30px;
    min-height: 30px;
    padding: 0 6.5px;
}

.thumbnail .gallery-controls p {
    display: block;
    margin: auto;
    width: 100%;
}

div.uploader {
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
}

footer {
    clear: both;
}

div.center, p.center, img.center {
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
    display: block;
    text-align: center;
}

.stackControls {
    padding: 5px;
}

.sidebar-nav {
    min-height: 0;
    box-shadow: 0 0 10px #BDBDBD;
    border-radius: 5px;
    margin-bottom: 0;
    padding-bottom: 0;
    max-height: none;
}

.sidebar-nav > ul > li:not(.nav-header) {
    margin-right: -2px;
    margin-left: -2px;
}

.navbar-brand {
    font-family: 'Shojumaru', cursive, Arial, serif;
    letter-spacing: 2px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    width: 183px;
    font-size: 17px;
}

.navbar-brand img {
    float: left;
    height: 20px;
    width: 20px;
    margin-right: 5px;
}

.navbar-brand span {
    float: left;
}

.theme-container {
    z-index: 5;
}

.navbar-search {
    margin-left: 10px;
    margin-top: 7px;
}

.navbar-inner {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 30px;
    height: 88px;
}



.navbar-inner .btn-group {
    margin: 20px 25px 0px 5px;
}

ul.ajax-loaders li {
    display: inline-block;
    list-style: none;
    padding: 10px;
}

ul.ajax-loaders {
    min-height: 80px;
}

.bs-icons li {
    list-style: none;
}

#for-is-ajax {
    padding-left: 12px;
    cursor: pointer;
}

#loading {
    margin-top: 20px;
    width: 128px;
    font-weight: bold;
}

#loading div.center {
    margin-top: 10px;
    height: 15px;
    width: 128px;
    background: url(../img/ajax-loaders/ajax-loader-6.gif);
}

.box-content .nav-tabs {
    margin-right: -10px;
    margin-left: -10px;
}
.nav.nav-tabs li{
    margin-right: 3px;
    margin-top: 4px;
    background-color: #f7f7f7;

}

.nav.nav-tabs .active a{
    border-bottom-color: #dddddd;
}


.login-header {
    padding-top: 30px;
    height: 120px;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.remember {
    margin-top: 3px;
}

.green {
    color: #458746;
}

.red {
    color: #B94846;
}

.blue {
    color: #3986AC;
}

.yellow {
    color: #F99406;
}

.login-box .input-prepend {
    margin-bottom: 10px;
}

.login-box .btn {
    margin-top: 15px;
    width: 100%
}

.box-content.buttons {
    min-height: 297px;
}
.main-menu > li > a {
    border: 1px solid rgba(221, 221, 221, 0.46);
}

.main-menu > li {
    margin-top: 0 !important;
}

.sidebar-nav .nav-header {
    display: block;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    color: #999999;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}

.navbar {
    border-radius: 0;
}

ul.main-menu li:hover {
    margin-left: 8px;
}

ul.main-menu li.active {
    margin-left: 8px;
}

ul.main-menu li.nav-header:hover {
    margin-left: 0;
}

ul.main-menu li:not(.nav-header) {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.accordion > ul {
    display: none;
    margin-left: 10px;
}

.nav-sm {
    display: none;
}
.preview-on-phone {
    height: 380px;

}

.powered-by {
    text-align: right;
}

.whitespace:before {
    content: "\2122";
    color: transparent !important;
}

.center-block {
    float: none !important;
    text-align: center;
}

ul.github-buttons li {
    display: inline;
}

.homepage-box {
    height: 380px;
}

.download-buttons a {
    margin: 5px;
}

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

.box-Corp .top-block{
    padding: 12px;
    text-align: left;
}
.Corp-Comm-Statements-section .box-inner{
    position: relative;
    height: 114px;
}

.Corp-Comm-Statements-section .box-inner .notification {
    top: -3px;
}
.Corp-Comm-Statements-section .box-inner .box-header h2 {
    font-size: 13px;
}

.Corp-Comm-Statements-section .box-inner .box-header .d-block{
    display: block;
}

.Corp-Comm-Statements-section .box-inner .table-box{
    height: 77px;
    overflow: scroll;
    /*width: 303px;*/
}
.Corp-Comm-Statements-section .box-inner .box-content p{
    margin-bottom: 0px;
    font-size: 10px;
}
.Corp-Comm-Statements-section .top-box{
    height: 114px;
}


.Corp-Comm-Statements-section .right-box{
    height: 29;
}
.Corp-Comm-Statements-section .social-media{
    height: 444px;
    overflow-y: auto;
}

.Corp-Comm-Statements-section .box-inner .box-header {
    padding-left: 7px;
    display: flex;
    justify-content: center;
    background-color: #da0e29;
    color: #fff;
}
.pax-count-list .top-block{
    margin-bottom: 8px;
    height: 41px;
    font-size: 12px;
    line-height: 15px;
}


.Corp-Comm-Statements-section .box-inner .table-box table tr td{
    padding: 0px 10px;
    font-size: 9px;
}

.pax-count-list .top-block{
    background-color: #da0e29;
    border: 1px solid #fff;
    box-shadow: none;
}
.pax-count-list .top-block div{
    color: #fff;
}






























/* Mobile */
@media only screen and (max-width: 767px) {

    .header-section{
        display: none;
    }
    


    .navbar-brand {
        font-family: 'Shojumaru', cursive, Arial, serif;
        letter-spacing: 2px;
        text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
        width: 40%;
        font-size: 14px;
    }

    .nav-sm {
        display: block;
        margin-bottom: 10px;
        border-bottom: solid white 1px;
        padding-bottom: 10px;
    }

    .sidebar-nav .nav-canvas {
        top: 55px;
        left: -100%;
        position: absolute;
        width: 95%;
        z-index: 2;
        background-color: #fff;
        margin: 0 !important;
        border-radius: 0 0 20px 0;
        padding-bottom: 10px;
        will-change: left;
        height: 100vh;
        min-height: 890px;
    }

    .sidebar-nav.active .nav-canvas {
        left: -2px;
        border-right: solid 1px white;
        border-bottom: solid 1px white;
        position: absolute;
        top: 55px;
        background-color: #fff;
        box-shadow: 0px 0px 10px rgba(0 0 0 / 10%);
    }

    .sidebar-nav {
        position: relative;
        z-index: 3;
        margin: 0 !important;
        padding: 0;
    }

    .nav-canvas {
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
    }

    .sidebar-nav a {
        /*border: none !important;*/
        color: white;
    }

    #for-is-ajax {
        color: white;
        margin-top: 15px;
    }

    .main-menu .nav-header {
        color: white;
    }

    ul.main-menu li:hover {
        margin-left: inherit;
    }

    ul.main-menu li.active {
        margin-left: inherit;
    }

    ul.main-menu a:hover, .nav-sm a:hover {
        background: none !important;
        color: grey;
    }

    .navbar-default .navbar-toggle:focus {
        background-color: inherit;
    }

    .navbar-default .navbar-toggle.active {
        box-shadow: 0 0 7px rgb(0, 255, 40);
        border: solid 1px white;
    }

    .navbar-toggle {
        margin-left: 5px;
        margin-right: 0;
    }

    .powered-by {
        text-align: center;
    }

    .copyright {
        text-align: center;
    }

    .table-wrapper .pinned {
        box-shadow: 0 0 20px black;
    }
    .mobile-menu .mobile-app-button a{
        background-color: #b99650;
    }
    .mobile-menu .mobile-app-button a:hover{
        background-color: #987b42!important;
        color: #fff;
    }
    .mobile-app-button {
        text-align: left!important;
        margin-left: 19px;
    }
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 979px) {
   

    .box-header h2 {
        font-size: 13px !important;
    }

    .box-header h3 {
        font-size: 11px !important;
    }

    .main-menu-span {
        width: 6.2% !important;
        margin-right: 4%;
    }

    /*.top-menu > li i {
        display: none;
    }*/

    .sidebar-nav li span {
        display: block !important;
    }

    .sidebar-nav li a, .sidebar-nav .nav-header {
        text-align: center
    }

    .sidebar-nav {
        padding: 0;
        margin-bottom: 0;
    }
    .mobile-app-button {
        text-align: left!important; 
        margin-top: 20px;
    }
}

/* Computer */
@media only screen and (min-width: 980px) {
    a, button, input[type=submit], input[type=button], .product-img {
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

    .ch-container {
        padding: 0 20px;
    }
}

/* MailChimp Form Embed Code - Slim - 08/17/2011 */
.email-subscription-footer a {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
}

.email-subscription-footer {
    float: right;
    padding: 20px 0 0 20px;
    text-align: center;
}

.mc_embed_signup {
    font: 14px Helvetica,Arial,sans-serif;
}
.power_field{position: absolute; left: -5000px;display: none;}
.mc_embed_signup form {display:block; position:relative; text-align:left; padding:10px 0 10px 3%}
.mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
.mc_embed_signup input {border:1px solid #999; -webkit-appearance:none;}
.mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
.mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
.mc_embed_signup input:focus {border-color:#333;}
.mc_embed_signup .button {clear:both; background-color: #aaa; border: 0 none; border-radius:4px; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: bold; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding:0; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
.mc_embed_signup .button:hover {background-color:#777;}
.mc_embed_signup .small-meta {font-size: 11px;}
.mc_embed_signup .nowrap {white-space:nowrap;}
.mc_embed_signup .clear {clear:none; display:inline;}

.mc_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:bold;}
.mc_embed_signup input.email {display:block; padding:8px 0; margin:0 4% 10px 0; text-indent:5px; width:58%; min-width:130px;}
.mc_embed_signup input.button {display:block; width:35%; margin:0 0 10px 0; min-width:90px;}

.mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
.mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
.mc_embed_signup #mce-error-response {display:none;}
.mc_embed_signup #mce-success-response {color:#529214; display:none;}
.mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}







/*-------------------Start-left-menu-slide-here--------------*/

.menu-button-box {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    right: 0px;
    z-index: 9999;
}

.menu-button-box .menu-button .button-box{
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 100px;
    color: #fff;
    font-weight: 600;
    background-color: #b9975047;
    cursor: pointer;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
}
.menu-button-box .menu-button .button-box:hover{
    background-color: #da0e29;
}


.menu-section{
    position: absolute;
    width: 100%;
    left: 0px;
    height: 100%;
    top: 0px;
    overflow: hidden;
    transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
}
.menu-section-active{
    opacity: 1;
    visibility: visible;
    transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
}





.menu-section .wapper-box{
    position: relative;
    width: 100%;
    height: 100%;
}
.menu-section .wapper-box .sidebar-menu{
    width: 350px;
    background-color: #fff;
    height: auto!important;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 48%;
    right: -400px;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    padding: 70px 00px 00px 00px;
    box-shadow: -10px 0px 10px rgb(0 0 0 / 3%)
}
.menu-section .wapper-box .sidebar-menu-active{
    right: -176px;
    transition: 0.3s ease;
     -webkit-transition: 0.3s ease;
}

.menu-section .wapper-box .sidebar-menu ul{
    padding-left: 0px;
}
.menu-section .wapper-box .sidebar-menu ul .item:nth-child(1){
    border-top: 1px solid #e4e2e287;
}
.menu-section .wapper-box .sidebar-menu ul .item{
    border-bottom: 1px solid #e4e2e287;
     transition: 0.3s ease;
     list-style: none;
}
.menu-section .wapper-box .sidebar-menu ul .item:hover{
    background-color: #fed9a0;
}
.menu-section .wapper-box .sidebar-menu ul .item:hover a{
    color: #fff;
}
.menu-section .wapper-box .sidebar-menu ul .item a{
    text-decoration: none;
  color: #fed9a0;
  display: block;
  padding: 10px 20px;
   transition: 0.3s ease;
  font-size: 15px;
}
.menu-section .wapper-box .sidebar-menu .fa-times{
    position: absolute;
    right: 17px;
    top: 11px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid  #fed9a0;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    color: #fed9a0;
}
 .sidebar-menu .menu-box-scroll{
    height: auto;
    max-height: 530px;
    overflow-y: auto;
}

 .sidebar-menu .menu-box-scroll::-webkit-scrollbar {
  width: 10px;
}

 .sidebar-menu .menu-box-scroll::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
.sidebar-menu .menu-box-scroll::-webkit-scrollbar-thumb {
  background: #cccccc; 
}
.menu-section .wapper-box .sidebar-menu .fa-times:hover{
    background-color: #fed9a0;
    color: #fff;
}
.menu-section .wapper-box  .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}
/*-------------------End-left-menu-slide-here--------------*/

/*--------------blinkanimation-here-------------*/
.blinkanimation{
    animation: blink-animation 2 2s both;
}
@keyframes blink-animation{
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

/*-------------End-blinkanimation-here--------------*/

.modal-dialog{
    width: auto;
    margin: 40px 30px;
}

.modal-footer{
    border-top: none;
}
.overflow-modal{
    height: 250px;
    overflow-x: auto;
}
.edit-btn{
    color: #ffffff;
  background-color: #b99650;
  border-radius: 168px;
  width: 40px;
  height:40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.edit-btn:hover{
    background-color: #967d4a;
}


.inner-box .buttons-box span .add-btn{
    background-color: #b99650;
    border-radius: 5px;
    padding: 7px 16px;
    color: #fff;
    transition: 0.3s ease;
    font-size: 15px;
    text-decoration: none;
    margin-left: 10px;
}
.inner-box .buttons-box span .add-btn:hover{
    background-color: #967d4a;
}





/*-------------Start-plus-button-here--------------*/
.plus-button{
    border-radius: 100px;
    padding: 6px 9px 6px 37px;
    position: relative;
    background-color: #3b8944;
    color: #fff;
    transition: 0.4s ease;
}
.plus-button:focus{
    box-shadow: none!important;
    background-color: #346f3b;
}

.plus-button .plus-icon{
    background-color: #fff;
    border-radius: 100px;
    color: #000;
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translate(-50%,-50%);
}
.plus-button:hover{
    color: #fff;
    box-shadow:0px 0px 10px rgb(0 0 0 / 15%);
    background-color: #1a5b21;
}

/*-------------Start-plus-button-End--------------*/



/*-----------------Start-drag-btn-here----------*/
#dragbtn{
    position: fixed;
    right: 10px;
    bottom: 40px;
    z-index: 999;
    width: 56px;
    height: 45px;
}
.pfixed-button .plus-button{
    width: 45px;
    height: 45px;
    border-radius: 100px;
    padding: 0px;
    text-align: center;
    line-height: 45px;
    position: relative;
}
.pfixed-button{
    position: relative;
}
.pfixed-button .drag-button-box{
    position: absolute;
    top: -7px;
    z-index: 999;
    right: 130px;
    opacity: 0;
    visibility: hidden;
    display: flex;

}
.drag-button-box.active-button{
    opacity: 1;
    visibility: visible;
}

.active-button .item{
    opacity: 1!important;
    visibility: visible!important;
    transition: 0.1s ease;
    -webkit-transform: translatey(0px) scale(1)!important;
     transform: translatey(0px) scale(1)!important;
     display: flex;
     justify-content: center;
     margin-right: 10px;
}


.drag-button-box .item:nth-child(2){
    transition: 0.2s ease;
}
.drag-button-box .item:nth-child(3){
    transition: 0.3s ease;
}
.drag-button-box .item:nth-child(4){
    transition: 0.4s ease;
}
.drag-button-box .item:nth-child(5){
    transition: 0.5s ease;
}
.drag-button-box .item:nth-child(6){
    transition: 0.6s ease;
}
.drag-button-box .item:nth-child(7){
    transition: 0.7s ease;
}
.drag-button-box .item:nth-child(8){
    transition: 0.8s ease;
}
.drag-button-box .item:nth-child(9){
    transition: 0.9s ease;
}
.pfixed-button i{
    cursor: pointer;
}

.drag-button-box .item{
    opacity: 0;
    list-style: none;
    visibility: hidden;
    transition: 0.3s ease;
    left: 0px;
     -webkit-transform: translateX(-50px) scale(0.4);
    transform: translateX(-50px) scale(0.4);
}

.drag-button-box .item .btn{
    color: #ffffff;
    background-color: #da0e29;
    margin-top: 10px;
}
.drag-button-box .item .btn:hover{
    background-color: #ae091f;
}
#mydivheader {
  cursor: move;
  z-index: 10;
}




.plus-button-fixed{
    bottom: 0px!important;
    top: 10px;
}

.plus-button-fixed .plus-button{
    float: inherit;
    line-height: 47px;
}

.plus-button-fixed  .drag-button-box{
    left: 71px;
    right: inherit;
}

.plus-button-fixed .drag-button-box{
    flex-direction: row-reverse;
}


/*-----------------End-drag-btn-here---------------*/





/*-----------------Start-Crisis Roles-lable-here-------------*/
.overflow-box{
    overflow: auto;
    height: 300px;
}

.overflow-box-wapper{
    overflow-y: auto;
}


.lightcase-contentInner iframe{
    width: 1400px!important;
    max-width: inherit!important;
    height: 574px!important;
    max-height: 574px!important;
}

/*-----------------Start-action-button-here----------------*/

.action-btn .dropdown-menu{
    background-color: #fafafa!important;
    border: 0px solid #cccccc!important;
    border: 0px solid rgba(0,0,0,0.15)!important;
    box-shadow: none!important;
}
.action-btn .dropdown-menu  li{
    border: 1px solid #cccccc!important; 
    margin-top: 5px;  
    box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
    border-radius: 4px;
    position: relative;
}

.action-btn .dropdown-menu  li a{
    padding: 10px 24px 10px 41px;
     border-radius: 4px;
}

.action-btn .dropdown-menu  li a i{
    margin-right: 8px;
    font-size: 20px;
}

.action-btn .dropdown-menu  li a:after{
    content: '\f055';
    position: absolute;
    left: 14px;
    font-size: 20px;
    top: 5px;
    font-family: fontawesome;
}


.action-btn .left-side-action-button{
    padding-bottom: 40px;
    background-color: transparent;
}


.Severity-top-box{
    position: relative;
    overflow: hidden;
}

.Severity-top-box span{
   position: absolute;
    width: 149%;
    height: 2px;
    background-color: #fff;
    display: inline-block;
    left: -28px;
    transform: rotate(41deg);
    top: 57px;
}

.Severity-top-box .Severity-text{
    position: absolute;
    bottom: 7px;
    left: 6px;
}
.Severity-top-box .top-right-text{
    position: absolute;
    top: 13px;
    right: 6px;
}

.Severity-top-box:before{
    left: 0px;
    content: '';
    position: absolute;
    width: 109%;
    height: 167px;
    background-color: #800080;
    top: 0px;
    clip-path: polygon(100% 72%, 0 0, 100% 0);
}





/*-------------------------tooltip-btn---------------*/

.tooltip-btn{
    position: relative;
    display: inline-block;
}

.tooltip-btn .custom-tooltip{
  visibility: hidden;
  width: auto;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 11px;
  position: absolute;
  z-index: 1;
  top: -120%;
  left: 139%;
  margin-left: -60px;
  font-size: 14px;
}


.tooltip-Return .custom-tooltip{
  width: 100%;
  top: -160%;
  position: absolute;
  left: 40%;
  font-size: 14px;
  transform: translate(-50%,-50%);
}


.tooltip-box-common .tooltiptext::after,
.tooltip-btn .custom-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltip-box-common:hover .tooltiptext,
.tooltip-btn:hover .custom-tooltip {
      visibility: visible;
}





/*-----------------------tooltip-btn-------------------*/


/*------------------start-tooltip-box-common-here--------*/

.tooltip-box-common {
  position: relative;
  min-height: 37px;
  display: block;
  border-bottom: 1px dotted black;
}

.tooltip-box-common .tooltiptext {
  visibility: hidden;
  width: 220px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -110px;
}

/*-----------------End-tooltip-box-common*/


.Audit-plus-btn .item a{
    width: inherit;
    height: inherit;
}

.Audit-plus-btn{
    position: absolute!important;
    top: -6px!important;
    z-index: 999;
    right: 34px!important;
    display: block!important;
}

.Audit-plus-btn .item a i{
    font-size: 11px!important;
    margin-right: 5px!important;
}

#lightcase-info,
#lightcase-nav{
    display: none!important;
}

/*--------------add-button--css-here --------------*/

.plus-button{
    border-radius: 100px;
    padding: 6px 15px 6px 44px;
    position: relative;
    background-color: #3b8944;
    color: #fff;
    transition: 0.4s ease;
    float:right;
    margin-right:10px
}
.plus-button:focus{
    box-shadow: none!important;
    background-color: #346f3b;
}

 .plus-button .plus-icon{
    background-color: #fff;
    border-radius: 100px;
    color: #000;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 5px;
    top: 2.5px;
}
.plus-button:hover{
    color: #fff;
    box-shadow:0px 0px 10px rgb(0 0 0 / 10%);
    background-color: #346f3b;

}

.add-hazard-btn .plus-icon{
    width: 25px;
    height: 25px;
    left: 17px;
    top: 15.5px;
}

.cricle-btn-plus{
    padding: 10px;
    height: 42px;
    width: 42px;
    float: initial;
}



.button-bottom-combo, .button-bottom-dbrf{
    opacity: 0;
    visibility: hidden;
}
.button-bottom-combo.active, .button-bottom-dbrf.active{
    opacity: 1;
    visibility: visible;
}

.plus-common-btn{
    padding: 10px 15px 10px 44px!important;
}
.plus-common-btn span{
    left: 20px!important;
    top: 19.5px!important;
    line-height: 30px!important;
}
.common-d-flex{
    display: flex;
    align-items: center;
}

.border-bottom{
    border-bottom: none!important;
}
.border-top{
    border-top: none!important;
}

.vh-90{
    height: 90vh;
}


.overflow-y-auto{
    overflow-y: auto;
}


/*-------------Start-notification-here------*/

.icon-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #333333;
  background: #dddddd;
  border: none;
  outline: none;
  border-radius: 50%;
  margin-right: 20px;
}

.icon-button:hover {
  cursor: pointer;
}

.icon-button:active {
  background: #cccccc;
}

.icon-button__badge {
  position: absolute;
  top: -4px;
  right: -6px;
  width: 20px;
  height: 20px;
  background: #fed9a0;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}



        
.toast {
  position: absolute;
  top: 63px;
  right: 30px;
  border-radius: 12px;
  background: #fff;
  padding: 20px 10px 20px 10px;
  box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  /*transform: translateX(calc(100% + 30px));*/
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  z-index: 999;
  height: 84vh;
  width: 350px;
  z-index: 999;
  overflow-y: auto;
}
.notification-icon.active {
  opacity: 1;
  visibility: visible;
}

.overlay-box{
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 1;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    visibility: hidden;
}
.overlay-box.overlay-box-active{
    opacity: 1;
    visibility: visible;
}




.toast::-webkit-scrollbar {
  width: 8px;
}

.toast::-webkit-scrollbar-track {
  background: transparent;
}

.toast::-webkit-scrollbar-thumb {
  /*background: #e5e5e5;*/
  background: transparent;
  border-radius: 100px;
}

.toast:hover::-webkit-scrollbar-thumb {
  background: #e5e5e5;
}

.toast::-webkit-scrollbar-thumb:hover {
  background: #d7d5d5;
}

.notification-icon .toast-content {
  display: flex;
  align-items: center;
  margin-top: 15px;
  padding: 6px;
  border-radius: 8px;
  justify-content: space-between;
}
.notification-icon .toast-content a{
    color: #ff0000;
    font-size: 20px;
    margin-right: 10px;
}
.notification-icon .toast-content a:hover{
    color: #d90505;
}

.notification-icon .toast-content:hover{
    background-color: #cccccc33;
}

.toast-content .check {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  min-width: 35px;
  background-color: #4070f4;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
}

.toast-content .message {
  display: flex;
  flex-direction: column;
  margin: 0 7px;
}

.message .text {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}

.message .text.text-1 {
  font-weight: 600;
  color: #333;
  font-size: 17px;
}

@media (max-width: 767px){
    .btn_main{
        width: 100%;
    }
}






.message .text.text-2{
    color: hsl(214deg 89% 52%);
    font-size: 13px;
}


.toast .close {
  position: absolute;
  top: 20px;
  right: 15px;
  padding: 5px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: #e5e5e5;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
}

.toast .close:hover{
    background: #d7d5d5;
}

.toast .close:hover {
  opacity: 1;
}


.toast .Notifications{
    margin: 0px;
    font-weight: 700;
}

.notification-profile .Profile-user{
    width: 50px;
    height: 50px;
    border-radius: 100px;
    background-color: #cccccc;
}
.notification-profile .Profile-user img{
    width: 100%;
    height: 100%;
    border-radius: 100px;
}
.notification-icon a{
    text-decoration: none;
}


.tooltip.fade{
    position: absolute!important;
}




.video-section .buttons>a{
  text-decoration:none
}
.video-section .buttons{
    display:flex;
    height:auto;
    width:100%;
    background-image:  url(../images/video-img.jpg);
    justify-content:center;
    align-items:center;
    position:relative;
    -webkit-background-size: cover;
    background-size:cover ;
    z-index: 0;
    border-radius: 20px;
}

.main-box-video{
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 20px;
    padding-bottom: 10px;
    background-color: #fff;
}
.main-box-video .content-box h3{
    font-size: 15px;
}
.main-box-video .video-box{
    height: 238px;
}

.main-box-video .video-box .pdf-box{
    height: 235px;
    padding: 10px;
}

.main-box-video .video-box .pdf-box a img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}


.video-section .buttons:after{
    display: none;
}
.mx-auto{
    margin: 0px auto!important;
}

.video-section .ameer{
    width:50px;
    height:50px;
    background: #1e9bf4;
    border-radius:50%;
    margin:100px auto;
    position:relative;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    display:flex;
        justify-content:center;
    align-items:center;
        color:#fff;
    font-size: 20px;
  z-index: 4;
    
}
.video-section .ameer span{


    display:block;
    position:absolute;
    border:2px dotted #333;
    border-radius:50%;
    animation:ameer 1s infinite

}
.video-section .ameer span:nth-child(2){
    width:150%;
    height:150%;
    animation-delay:0.1s

}
.video-section .ameer span:nth-child(3){
    width:250%;
    height:250%;
    animation-delay:0.2s

}
.video-section .ameer span:nth-child(4){
    width:350%;
    height:350%;
    animation-delay:0.3s

}
.video-section .ameer:after{
    content:'';
    position:absolute;
    display:block;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: #000;
    border-radius:50%;
    background: #85c8f9;
    animation:ameer 1s infinite;
    z-index: -1;
    border-radius: 20px;


}
.fixed-hight{
    height: 51px;
    overflow-y: scroll;
}






.Reason-table.table-striped tr .tooltip-td{
    position: relative;
}
.Reason-table.table-striped tr .tooltip-td .tooltip.fade.left{
    left: -200px!important;
}

.Reason-table.table-striped tr .tooltip-td .tooltip.fade.left .tooltip-arrow{
    display: none;
}


.action-btn .tooltip.fade{
    top: 5.5px!important;
    left: -41.2188px!important;
}


.action-btn td .tooltip-arrow{
    top: 55.9565%!important;
}


/* === HEADING STYLE #1 === */
.one-heading h1 {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
  position: relative;
  font-weight: 600;
}
.one-heading h1:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -14px;
  background-color: #47143D;
}
.one-heading h1:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 8px;
  left: 50%;
  margin-left: -50px;
  background-color: #47143D;
}


.green-dropdown-items .green-item:hover{
    background-color: #38b44a;
}
/*--------------view-ncr-button-here----------*/
.view-ncr-button{
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 25px;
}
.view-ncr-button:hover{
    background-color: #da0e29;
    color: #fff;
}
.view-ncr-button span{
    transition: 0.5s ease;
    display: flex;
}
.view-ncr-button:hover a{
     color: #fff;
}
.view-ncr-button span a{
    padding-left: 10px!important;
    padding-right: 10px!important;
}
.view-ncr-button span:nth-child(1){
    width: 100px;
    display: flex;
}


/*-------------view-ncr-button-here----------------*/
/*-----------------------start-slider-area-here-----------*/
.slider-area{
        position: relative;
}
.chart-carousel .owl-nav .owl-next,
.chart-carousel .owl-nav .owl-prev{
    position: absolute;
    transform: translate(-50%,-50%);
    left: 0.9%;
    top: 39%;
}

.chart-carousel{
    margin-top: 50px;
}

.chart-carousel .owl-nav .owl-next{
    left:initial;
    right: -1.9%;
}

.chart-carousel .owl-nav button span{
    font-size: 30px!important;
    margin-top: -6px;
}
.chart-carousel .owl-nav button{
   background-color: #e7e7e787!important;
    border-radius: 47px;
    margin-bottom: 20px;
    padding: 10px;
    padding: 10px;
    height: 37px;
    width: 38px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
}

.chart-carousel .owl-nav button:hover{
    background-color: #e7e7e7!important;
}

.chart-carousel .owl-nav .owl-prev{
    margin-right: 10px;
}

.slider-item .heading-box-top{
    text-align: center;
    position: relative;
    padding: 10px 10px;
}

.slider-item .heading-box-top p a{
    font-weight: bold;
    color: #000;
    font-size: 17px;
    text-decoration: none;
}
.slider-item .heading-box-top span{
    top: 14px;
    position: absolute;
    right: 27px;
}

/*--------------ENd-slider-area-here------------*/


.tooltip-box{
    display: flex;
    height: 37px;
}


.padding-left-right{
    padding: 0px 5px!important;
}



/*---------------------start-fixed-button------------*/
.fixed-button{
    position: inherit;
    float: left!important;
}

.fixed-button .drag-button-box{
    right: -281px;
}

.fixed-button #mydivheader {
    cursor: pointer;
}
.fixed-button .plus-button{
    cursor: pointer;
}



.green-plus-button{
    color: #ffff;
    margin-left: 3px;
    font-size: 1.0em;
    border-radius: 100px;
    width: 40px; 
    height: 40px;
    display: flex!important;
    transition: 0.3s ease;
    background-color: #38b44a;
    align-items: center!important;
    justify-content: center!important;
}

.green-plus-button:hover{
    background-color: #359b43;
}
/*---------------------end-fixed-button-here------------*/




.Change-btn .dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 1px 9px;
  font-size: 14px;
  border: none;
  margin-bottom: 6px;
  margin-left: 20px;
}

.dropdown.Change-btn {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 99999;
}

.dropdown-content a {
    text-align: left;
    color: black;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
    font-size: 12px;
    font-weight: 500;
    float: inherit;
    width: inherit;
    height: inherit;
}
.Passenger-Manifest-btn .btn{
    margin-bottom: 0px;
}

.dropdown-content a:hover {background-color: #ddd;}

.Change-btn.dropdown:hover .dropdown-content {display: block;}

.Change-btn.dropdown:hover .dropbtn {background-color: #3e8e41;}




/*-----------------Start-news-page-here--------*/

.news-section{
    padding: 50px 15px;
  }

  .news-section .news-box{
    padding: 18px 14px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #cccccc;
    margin-bottom: 20px;
    transition: 0.3s ease;
  }
  .news-section .news-box:hover{
    border: 1px solid #fed9a0;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 7%);
  }
  .news-section .news-box .heading span a{
    font-size: 17px;
    font-weight: 700;
  }
   .news-section .news-box .discription-text .text{
    margin: 10px 0px!important;
   }
   .news-section .news-box .date-time{
    text-align: right;
    width: 100%;
    margin-top: 10px;
   }
   .news-section .news-box .date-time p span{
    margin-left: 6px;
   }


   
	/*----start-slider-left-right-css-here-----*/
		.conatiner-wrapper-slider{
			height: 350px;
			margin: 0px auto;
			width: 97%;
		}

		
		.conatiner-wrapper-slider  .row .inner-box{
			display: flex;
			transition: 0.3s ease;
		}

		
		.conatiner-wrapper-slider  .row .inner-box .slider-image{
			
			display: flex;
            text-align: center;
			padding: 10px;
		}

        .conatiner-wrapper-slider  .row .inner-box .slider-image .item .item-inner p{
            font-weight: 700;
            font-size: 20px;
        }

		.conatiner-wrapper-slider  .row .inner-box .slider-image img{
			width: 100%;
            height: 100%;
		}

		

		/*----end--slider-left-right-css-here-----*/

.text-slide{
        overflow-x: hidden;
    }

    .text-slide p{
        animation: scroll 65s linear infinite ;
    }



.left-table-box-inner .table a{

    display: block;

}

.left-table-box-inner .table tr td{

    border-bottom-width: 0px!important;

}



.inner-box-left{

    min-height:97px;

    padding: 0px 0px 15px 0px;

    border: 1px solid #dddddd;

    border-radius: 12px;

    text-align: center;

    text-shadow: 0 0 1px #ddd;  

}



.inner-box-left:hover{

    box-shadow: 0 0 10px rgb(189 189 189 / 50%);

    -webkit-box-shadow: 0 0 10px rgb(189 189 189 / 50%);

    -moz-box-shadow: 0 0 10px rgba(189, 189, 189, 0.5);

}





.inner-box-left .header-box{

    padding: 8px 0px;

    border-radius: 12px 12px 0px 0px;

    background-color: #da0e29;

}

.inner-box-left .header-box span h4{

    font-size: 13px;

    color: #fff;

    text-align: center;

    margin: 0px;

}

.inner-box-left .count-box{

    padding: 0px 10px;

}

.inner-box-left .count-box span h4{

    text-align: center;

    color: #000;

    font-weight: 700;

    text-align: center;

    margin-bottom: 0px;

    font-weight: 600;

    font-size: 13px;

    margin-top: 3px;

}

.left-table-box-inner{

    height: 395px;

    overflow-y: scroll;

}



.mb-30{

    margin-bottom: 30px;

}



.mt-30{

    margin-top: 30px;

}

.reporting-page a{

    text-decoration: none;

}

.left-table-box-inner .box-content .table tr{

    cursor: pointer;

}

.left-table-box-inner .box-content .table tr:hover td{

    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 100%);

    color: #fed9a0;

}


a[class*='lightcase-icon-'].lightcase-icon-close{
    color: #fed9a0!important;
    text-decoration: none;
}


.box-design-wapper{
    border-color: rgb(209 209 209 / 63%);
    background: rgb(255, 255, 255);
    border-style: solid;
    border-width: 1px;
    padding: 10px 15px;
    border-radius: 10px;
    opacity: 1;
    margin-top: 7px;
    box-shadow: rgba(0, 0, 0, 0.10) 0px 1px 2px 0px, rgba(0, 0, 0, 0.1) 0px 1px 1px 0px, rgba(0, 0, 0, 0.10) 0px 1px 1px 0px;
}


.amendment-icon{
    display:inline-block;
    width: 26px;
    cursor: pointer;
}
    

@keyframes scroll {
   from {
            margin-left: 100%;
            width: 300%;
        }

        to {
            margin-left: -78%;
            width: 100%;
        }
}





@keyframes ameer{
    
    from{

        transform:scale(1);
        opacity:1
        
    }
    to{

        transform:scale(1.4);
        opacity:0
    }
}

  .form-design-section{
      border: 1px solid #b9974e;
      border-radius: 15px;
      -webkit-border-radius: 15px;
      width: 50%;
      margin: 0px auto;
      background: #fed9a0;
      -moz-border-radius: 15px;
      padding: 30px;
      box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
      -webkit-box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
      -moz-box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
      margin-top: 30px;
      position: relative;
      overflow: hidden;
  }
  .form-design-section .header-box h2{
     color: #000;
     margin-top: 0px;
     text-align: center;
     font-weight: 600;
     margin-bottom: 30px;
     font-size: 22px;
  }

  .form-design-section .form-group-custom label{
    color: #000;
  }

  .chosen-container-single .chosen-single,
  .form-group-custom select,
  .form-group-custom input{
     background: #fff;
     border: 1px solid transparent;
     -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.0)!important;
     box-shadow: inherit; 
     box-shadow:none;
  }
  .chosen-container-active .chosen-single,
  .form-group-custom select:focus,
  .form-group-custom input:focus{
     border: 1px solid #fed9a0;  
  }
  .form-group-custom{
     margin-bottom:25px;

  }
   .form-group-custom .control-label{
     color: #fff;
   }
/*----------------------Start-responsive-css-here------------------*/


@media (max-width: 991px) {
    .Severity-table{
        overflow: auto!important;
    }
    .form-design-section{
        width: 90%;
    }
}




/*-------------Start-phone------------*/

@media (max-width: 767px) {
    
}






/*-----------------Start-small-desktop-here--------------*/

@media (max-width: 991px) {
.Severity-top-box span {
    transform: rotate(26deg);
    top: 53px
    }
    .form-design-section{
        width: 90%;
    }
}