﻿/*  custom/layout CSS   */

body {
    background: #fff;
    font-family: sans-serif;
}
.aI_Pannell {
    margin: 0px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 3px 2px #ccc;
    background: #76abd92b;
}
.ai_reporth {
    margin-bottom: 0px;
    border-left: 2px solid;
    padding: 0px 0px 0px 7px;
    color: black;
    font-size: 15px !important;
}
.ai_reportt {
    width: 38px;
    background: #ddd;
    padding: 5px;
    margin: 0px 8px 0px 0px;
    border-radius: 7px;
    box-shadow: 0px 0px 3px 0px #000;
}
.aI_Pannell a {
    color: #f35800;
    font-size: 20px;
}

    .vieww_more {
        background: #3f51b5 !important;
        font-size: 14px !important;
        color: white;
        margin: 5px 10px !important;
        padding: 10px 15px;
        border-radius: 4px;
    }
    .vieww_more .fa {
        margin-right: 7px !important;
    }
    .vieww_more:hover {
        background: #3f51b5 !important;
        margin: 9px 6px !important;
        font-size: 14px !important;
        color: white;
        margin: 5px 10px !important;
        padding: 10px 15px;
        border-radius: 4px;
    }
.panel-box {
    padding: 0px;
    margin: 10px 0px;
    -webkit-box-shadow: 0px 13px 21px -20px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 13px 21px -20px rgba(0,0,0,0.75);
    box-shadow: 0px 13px 21px -20px rgba(0,0,0,0.75);
    min-height: 85px;
}

.panel-box-setting-pages-heading {
    padding: 0px;
    margin: 10px 0px;
    position: relative;
}

.panel-box-inner {
    padding: 0px;
    border: 0px solid #ddd;
    border-top: 0px solid #fff;
}

.panel-box-inner-with-padding {
    padding: 10px;
    border: 1px solid #ddd;
    border-top: 1px solid #fff;
}

.navbar-inverse {
    background: #1f6fb3;
}



.blueRow {
    padding: 0 !important;
    background: none;
    -webkit-border-radius: 0 0 0 0 !important;
    border-radius: 0 0 0 0 !important;
    margin: 0 auto;
    width: 880px;
}

.nopadding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
/*new css written*/
.bg-white {
    color: #616161;
    background-color: #fff;
}

.widget {
    position: relative;
    margin-bottom: 0px;
    display: table;
    width: 100%;
    padding: 20px 15px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

    .widget .widget-icon.pull-left {
        margin-right: 15px;
    }

    .widget .widget-icon {
        display: inline-block;
        vertical-align: middle;
        width: 40px;
        height: 40px;
        border-radius: 20px;
        text-align: center;
        font-size: 16px;
        line-height: 40px;
    }

.bg-blue-dark {
    color: #fff;
    background-color: #1c5586;
}

.bg-blue {
    color: #fff;
    background-color: #2196f3;
}

.bg-success-dark {
    color: #fff;
    background-color: #2ecc71;
}

.bg-Completed {
    color: #fff;
    background-color: #128a45;
}

.bg-pending {
    color: #fff;
    background-color: #e91b00;
}


.bg-black {
    color: #fff;
    background-color: #333333;
}

    .bg-black:hover {
        color: #fff;
        background-color: #000;
    }

.bg-orange {
    color: #fff;
    background-color: #d96557;
}

.overflow-hidden {
    overflow: hidden;
}

.widget .widget-title {
    display: block;
    font-size: 20px;
    line-height: 1;
    color: #484848;
}

.widget .widget-subtitle {
    font-size: 12px;
    color: #7a7a7a;
    display: block;
}
/**/
.container.body-content {
    max-width: 100%;
}

.banner {
    background: url("../img/repeatBg.gif") left bottom repeat-x #31a1cd;
}

.jumbotron h1 {
    color: #fff;
    text-align: center;
    margin: 50px 0;
}

.block {
    width: 100%;
    display: table;
}

.register {
    background: #2199e8 none repeat scroll 0 0;
    border-right: 2px solid #1f6fb3;
    color: #fff !important;
    font-size: 16px;
    padding: 3px 30px !important;
}

    .register:hover {
        background: #009ee0 !important;
    }



.login {
    background: #2199e8;
    padding: 3px 30px !important;
    color: #fff !important;
    font-size: 16px;
}

.nav.navbar-nav.navbar-right {
    margin: 20px 0;
}

.infoSec {
    font-size: 28px;
    font-weight: lighter;
    text-align: center;
    width: 880px;
    margin: 50px auto;
    display: table;
}


    .infoSec .col-md-4 div:first-child {
        height: 120px;
    }

    .infoSec div img:nth-child(2) {
        position: absolute;
        right: 0;
        top: 20%;
    }

    .infoSec div {
        color: #333;
        font-size: 18px;
        font-weight: bold;
        line-height: 20px;
    }

    .infoSec p {
        margin: 0 0 50px 0;
    }

.proceedBtn {
    background: #ececec;
}

    .proceedBtn .btn-primary {
        background: #e91b00;
        border: medium none;
        display: table;
        font-size: 24px;
        font-weight: lighter;
        margin: 20px auto;
        padding: 10px 30px;
    }

footer {
    background-color: #1f6fb3;
    z-index: 9;
    color: white;
    font-size: 12px;
    bottom: 0px;
    left: 0;
    right: 0;
    border-top: 5px solid #fff;
    position: fixed;
    padding: 8px 0 5px;
}

    footer p {
        margin: 10px 0;
    }

    footer a {
        padding: 10px 20px;
        color: #00ccff;
    }

        footer a:hover {
            color: #00ccff;
            text-decoration: none;
        }

    footer ul {
        margin: 0;
        padding: 0;
    }

    footer li {
        list-style: none;
    }


.heading {
    font-family: cambriai;
    font-size: 72px !important;
}

@font-face {
    font-family: 'cambriai';
    src: url('../fonts/cambriai.eot') format('embedded-opentype');
}

@font-face {
    font-family: 'cambriai';
    src: url('../fonts/cambriai.ttf') format('truetype');
}


input[type=text], textarea, select {
    padding: 5px 10px;
    border: 1px solid #ccc;
}

select {
    height: auto !important;
}

.wrapper {
    position: relative;
    z-index: 9;
    background: none;
    border-collapse: separate;
    border-spacing: 1px;
    width: 500px;
    margin: 50px auto 20px;
    display: table;
}

    .wrapper td {
        padding: 5px;
        background: #fff;
    }

        .wrapper td[colspan="2"] {
            background: #31a1cd;
            color: #fff;
        }

        .wrapper td td {
            color: #333;
            background: #fff;
        }

    .wrapper input[type=submit] {
        background: #2199e8;
        border: none;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        color: #fff;
        padding: 10px 30px;
    }

    .wrapper input[type=button] {
        background: #e91b00;
        border: none;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        color: #fff;
        padding: 10px 30px;
    }

.backBtn {
    padding-right: 10px !important;
    width: 80px !important;
    background-image: url('../img/back.png') !important;
    background-position: 10px center !important;
    background-repeat: no-repeat !important;
}


.nextBtn {
    padding-right: 10px !important;
    width: 80px !important;
    background-image: url('../img/next.png') !important;
    background-position: 10px center !important;
    background-repeat: no-repeat !important;
}


.submitBtn {
    padding-right: 10px !important;
    width: 90px !important;
    background-image: url('../img/submit.png') !important;
    background-position: 10px center !important;
    background-repeat: no-repeat !important;
}

.resetBtn {
    padding-right: 10px !important;
    width: 80px !important;
    background-image: url('../img/reset.png') !important;
    background-position: 10px center !important;
    background-repeat: no-repeat !important;
}

.viewReco {
    padding-right: 10px !important;
    width: 190px;
    background-image: url('../img/view.png') !important;
    background-position: 10px center !important;
    background-repeat: no-repeat !important;
}

.registerBtn {
    padding-right: 0px !important;
    width: 100px;
    background-image: url('../img/signup.png') !important;
    background-position: 10px center !important;
    background-repeat: no-repeat !important;
}

.registerBtn1:hover {
    color: #fff;
    text-decoration: none;
}

.loginBtn1:hover {
    color: #fff;
    text-decoration: none;
}

.loginBtn1 {
    padding: 10px 15px 10px 40px;
    width: auto;
    background-image: url('../img/signin.png') !important;
    background-position: 10px center !important;
    background-repeat: no-repeat !important;
    background-color: #e91b00;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #fff;
}

.registerBtn1 {
    padding: 10px 15px 10px 40px;
    width: auto;
    background-image: url('../img/signup.png') !important;
    background-position: 10px center !important;
    background-repeat: no-repeat !important;
    background-color: #e91b00;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #fff;
}

.loginBtn {
    padding-right: 0px !important;
    width: 90px;
    /*background-image: url('../img/signin.png') !important;
    background-position:10px center !important;
    background-repeat:no-repeat !important;*/
}



.projectComponentDetailsSec {
    margin: 10px 0;
}

    .projectComponentDetailsSec td:first-child {
        width: 3%;
    }

    .projectComponentDetailsSec td:nth-child(2) {
        width: 30%;
    }

/*.Questionarre {
}*/

.Questionarre ul {
    margin: 0 0 0 10px;
    padding: 0;
    list-style: none;
}

.Questionarre li:first-child {
    border: none;
    display: block;
    padding: 10px 0;
}

.Questionarre li {
    border: 1px #31a1cd solid;
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 5px 10px;
}

    .Questionarre li label {
        font-weight: normal;
        margin: 0;
        padding: 0 70px 0px 5px;
    }

/*.complianceForm {
}*/

.complianceForm .wrapper {
    margin: 0;
}

    .complianceForm .wrapper td:first-child {
        width: 5%;
        text-align: center;
    }

    .complianceForm .wrapper td:nth-child(2) {
        width: 30%;
    }

.about {
    padding-top: 170px;
    font-size: 24px;
    background: url('../img/uc_logo.png') center top no-repeat;
}

.floatLeft {
    float: left;
}

.signup {
    color: #fff;
    margin-top: 8%;
}

    .signup .form-horizontal {
        background: none;
        color: #666;
        float: left;
        padding: 20px;
    }

        .signup .form-horizontal a {
            text-decoration: underline;
        }

            .signup .form-horizontal a:hover {
                color: #337ab7;
            }


    .signup .col-md-12 label, .signup .col-md-12 div {
        text-align: left;
        padding: 0;
    }

    .signup .text-danger {
        border: 0px solid red;
        color: red;
        padding: 0px 3px;
        width: 100%;
        float: left;
        background: none;
    }

    .signup .info {
        color: #333;
        margin: 40px 0 0 0;
        font-family: Cambria;
    }

        .signup .info div:first-child {
            font-size: 48px;
            color: #333;
        }

        .signup .info div:last-child {
            font-family: Calibri;
            font-size: 22px;
            color: #666;
            text-align: justify;
        }

        .signup .info div img {
            float: left;
            margin: 0 20px 0 0;
        }

    .signup input[type=checkbox] {
        /*margin-left: 0;
        margin-right: 10px;*/
        position: relative;
        top: 3px;
    }

    .signup .checkbox {
        margin: 0 0 10px 0;
    }

.contact {
    padding: 30px;
    position: relative;
    margin-top: 70px;
}

.map {
    background: url('../img/map.png') center 80% no-repeat;
    padding: 20px;
    height: 430px;
}

.tooltips {
    background: url('../img/tooltipBg.png') left top repeat;
    position: relative;
    display: table;
    width: 200px;
    color: #00deff;
    text-align: center;
    border-radius: 5px;
    text-align: left;
    padding: 10px;
}

    .tooltips a {
        text-decoration: underline;
        font-weight: bold;
        color: #00deff;
    }

    .tooltips span:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -8px;
        border-top: 8px solid #000000;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
    }

    .tooltips strong {
        font-size: 16px;
        color: #dbdbdb;
        display: block;
    }

.tooltipWrapper {
    display: table;
    left: 45px;
    position: relative;
    top: 35px;
}

    .tooltipWrapper img {
        bottom: -25px;
        left: 47%;
        position: absolute;
    }

.contactUs {
    background: #666;
}

    .contactUs textarea {
        width: 100%;
        color: #333;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    .contactUs .col-md-12 {
        padding: 0;
    }

::-webkit-input-placeholder {
    color: #333 !important;
    opacity: 1 !important;
}

:-moz-placeholder { /* Firefox 18- */
    color: #333 !important;
    opacity: 1 !important;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #333 !important;
    opacity: 1 !important;
}

:-ms-input-placeholder {
    color: #333 !important;
    opacity: 1 !important;
}

.contactUs.col-md-3 {
    color: #fff;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.contactUs .text-danger {
    border: 1px solid red;
    color: red;
    padding: 0px 3px;
    display: block;
    margin: 5px 0;
    background: #ffefef;
}

.checkbox > input[type=checkbox] {
    position: inherit !important;
}

.side-nav {
    height: 100%;
    background: #eee;
}

/*--- Akhil ---*/
#wrapper {
    min-height: 100vh;
    position: relative;
    top: 0;
    /*height: 100vh;
    overflow-x: hidden;*/
    padding: 0;
}
/*#wrapper {
    background: #eee;
    position: absolute;
    width: 100%;
    height: 100%;
}*/
/*--- Akhil ---*/

#AdminDashboard > a {
    background: #ddd;
    border-bottom: 3px solid #2199e8;
}

.navbar-fixed-top {
    border-width: 0;
}

.side-nav li a:hover, .side-nav li a:focus {
    outline: none;
    background-color: #2199e8 !important;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background: #2199e8;
}

.navbar-inverse .navbar-nav > li > a {
    color: #333;
}

.navbar-nav > li {
    border-bottom: 1px solid #ccc;
}

#page-wrapper {
    height: 100%;
}


.dropdown-toggle {
    color: #fff !important;
    background: #333;
    padding: 20px !important;
}

.disableControl {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}

.btnLink {
    display: inline-block !important;
    height: 40px;
}

#page-wrapper {
    padding: 20px 10px;
    margin-top: 10px;
}
/* Added by Ajit for Kendo Grid 12-19-2017*/
.k-grid table thead th.k-header span {
    font-size: 14px !important;
    font-weight: bold !important;
    color: #5f5f5f !important;
}

.k-grid table tbody td {
    font-size: 14px !important;
    color: #333 !important;
    vertical-align: middle;
}
/*.k-grid table tbody tr:nth-child(odd) {
    background: #f7f7f7 !important;
}
.k-grid table tbody tr:nth-child(even) {
    background: #ffffff !important;
}*/
.k-grid table tbody tr {
    background: #ffffff !important;
}

/*added for reapting div with accordion*/
.appRepeater {
    border: 1px solid #bfcfde;
    cursor: pointer;
    width: 100%;
    display: inline-block;
    /* background: #f5f6f7; */
    background: #ffffff;
    margin: 0 0 2px 0 !important;
}



    .appRepeater tbody td {
        background: #ffffff;
    }


.mainheading {
    /*font-size: 16px;*/ font-size: 14px;
    font-weight: 500;
    background: #1c5586;
    margin-bottom: 5px;
    padding: 10px;
    /*border-radius: 6px 6px 0px 0px;*/
    color: #fff;
}

.subheading {
    /*font-size: 13px;
    font-weight: 600;
     background: #e7f5ff;
     Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d8efff+0,bae2ff+100 
    background: #d8efff;  Old browsers 
    background: -moz-linear-gradient(top, #d8efff 0%, #bae2ff 100%); 
    background: -webkit-linear-gradient(top, #d8efff 0%,#bae2ff 100%); 
    background: linear-gradient(to bottom, #d8efff 0%,#bae2ff 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8efff', endColorstr='#bae2ff',GradientType=0 ); 
    color: #4f6f86;
    margin-bottom: 0px;
    border-bottom: 1px solid #a7b9c5;
    padding: 8px;*/
    font-size: 13px;
    font-weight: 600;
    background: #eef3f9;
    color: #333333;
    margin-bottom: 0px;
    border-bottom: 1px solid #dee5f1;
    padding: 10px;
}

.appRepeater .panel-content {
    /*margin: 55px 20px 0px 20px !important;*/
    margin: 20px 20px 0px 20px !important;
}

.appRepeater .panel-heading {
    padding: 0 5px;
    margin: 13px 0 10px 0;
}


.appRepeater .k-grid-header th {
    background: /*#e0ecf5*/ #edf3f8 !important;
}

.appRepeater .panel-title {
    font-size: 14px;
    font-weight: bold;
}

.appRepeater .panel-content .panel {
    margin-bottom: 15px;
}

.rotate {
    -moz-transition: .3s transform ease-in-out;
    -webkit-transition: .3s transform ease-in-out;
    transition: .3s transform ease-in-out;
}

    .rotate.down {
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

.dropdown-menu .divider {
    margin: 3px 0;
    background-color: #32628c;
}


/*--- Akhil ---*/
.main-header {
    min-height: 55px;
    width: 100%;
    position: fixed;
    z-index: 1001;
    top: 0;
    border-bottom: 1px solid #fcfcfc;
    background: #fff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}

    .main-header .logo-header {
        float: left;
        color: #333333;
        z-index: 1001;
        font-size: 18px;
        font-weight: 600;
        z-index: 1001;
        display: inline-block;
    }

        .main-header .logo-header .navbar-toggler {
            padding-left: 0px;
            padding-right: 0px;
            display: none;
            margin: 15px 0 0 22px;
            background: none;
            border: none;
        }

            .main-header .logo-header .navbar-toggler:focus {
                outline: none;
                border: none;
            }

            .main-header .logo-header .navbar-toggler .navbar-toggler-icon {
                height: 1em;
                width: 1em;
                opacity: 1;
            }

        .main-header .logo-header .more {
            background: transparent;
            border: 0;
            float: right;
            font-size: 20px;
            padding: 0;
            color: #fff;
            line-height: 9px;
            display: none;
            padding: 6px 15px;
            margin: 5px 0 0 0;
        }

            .main-header .logo-header .more:focus {
                border: none;
                outline: none;
            }


.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 230px;
    display: block;
    z-index: 9;
    color: #ffffff;
    font-weight: 200;
    background: #ffffff;
    background-size: cover;
    background-position: center center;
    /*border-right: 1px solid #eee;
                box-shadow: 6px 1px 20px rgba(69, 65, 78, 0.1);*/
    box-shadow: 2px 3px 3px rgba(69, 65, 78, 0.2);
    -moz-box-shadow: 2px 3px 3px rgba(69, 65, 78, 0.2);
    -webkit-box-shadow: 2px 3px 3px rgba(69, 65, 78, 0.2);
    -o-box-shadow: 2px 3px 3px rgba(69, 65, 78, 0.2);
}

    .sidebar .sidebar-wrapper {
        position: relative;
        max-height: calc(100vh - 75px);
        min-height: 100%;
        overflow: auto;
        z-index: 4;
        padding-top: 55px;
        padding-bottom: 100px;
    }

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.sidebar .nav {
    display: block;
    float: none;
    margin-top: 20px;
}

.navbar {
    border: none;
}

.navbar-header {
    padding: 0px 0px 0 15px;
    float: none;
    display: flex;
    margin: 0;
    min-height: 60px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        float: right;
    }
}

@media (min-width: 768px) {
    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important;
    }

    .navbar-expand-lg .navbar-nav {
        float: right;
    }
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.topbar-nav {
    list-style: none;
}

    .topbar-nav li {
        border: none;
        margin-top: 10px;
    }

        .topbar-nav li a {
            margin-top: 0px;
            padding: 10px;
            line-height: 18px;
            display: block;
        }

.user_login_info {
    color: #fff !important;
    background: #76abd9;
    padding: 11px 8px !important;
    margin-top: 9px;
    border-radius: 4px;
    text-decoration: none;
}

    .user_login_info:hover {
        text-decoration: none;
    }

.main-panel {
    position: relative;
    width: calc(100% - 230px);
    min-height: calc(100vh - 61px);
    float: right;
    background: #edf3f8;
    margin-top: 55px;
    padding-top: 25px;
    padding-bottom: 35px;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: -2px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    border-top: 3px solid #144168 !important;
    border: 3px solid #144168;
    background: #144168;
}

.dropdown-menu > li > a {
    color: #fff;
}

.dropdown-menu li {
    margin-top: 0px;
}

.login_id_show {
    display: none;
}

@media screen and (max-width: 991px) {
    .logo-header {
        width: 100%;
    }

    a.navbar-brand {
        border-right: 1px solid #175d98;
        box-shadow: 0px -1px 0px 1px #317fc1;
    }

    .main-header .logo-header .navbar-toggler {
        display: inline-block;
    }

    .main-header .logo-header .more {
        display: inline-block;
    }

    .navbar-header {
        border-top: 1px solid #eee;
        position: absolute;
        width: 100%;
        /*background: #ffffff;*/
        transform: translate3d(0, -200px, 0) !important;
        -webkit-transform: translate3d(0, -200px, 0) !important;
        -o-transform: translate3d(0, -200px, 0) !important;
        -ms-transform: translate3d(0, -200px, 0) !important;
        -moz-transform: translate3d(0, -200px, 0) !important;
        transition: all .5s;
    }

    .sidebar {
        position: fixed;
        left: 0 !important;
        right: 0;
        -webkit-transform: translate3d(-270px, 0, 0);
        -moz-transform: translate3d(-270px, 0, 0);
        -o-transform: translate3d(-270px, 0, 0);
        -ms-transform: translate3d(-270px, 0, 0);
        transform: translate3d(-270px, 0, 0) !important;
        transition: all .5s;
    }

    .main-panel {
        width: 100%;
        transition: all .5s;
    }

    .nav_open .sidebar {
        -webkit-transform: translate3d(0px, 0, 0) !important;
        -moz-transform: translate3d(0px, 0, 0) !important;
        -o-transform: translate3d(0px, 0, 0) !important;
        -ms-transform: translate3d(0px, 0, 0) !important;
        transform: translate3d(0px, 0, 0) !important;
    }

    .topbar_open .navbar-header {
        transform: translate3d(0, 60px, 0) !important;
    }

    .nav_open .main-panel {
        -webkit-transform: translate3d(220px, 0, 0) !important;
        -moz-transform: translate3d(220px, 0, 0) !important;
        -o-transform: translate3d(220px, 0, 0) !important;
        -ms-transform: translate3d(220px, 0, 0) !important;
        transform: translate3d(220px, 0, 0) !important;
    }

    .topbar_open .main-panel {
        -webkit-transform: translate3d(0, 60px, 0) !important;
        -moz-transform: translate3d(0, 60px, 0) !important;
        -o-transform: translate3d(0, 60px, 0) !important;
        -ms-transform: translate3d(0, 60px, 0) !important;
        transform: translate3d(0, 60px, 0) !important;
    }

    .topbar_open .navbar-expand-lg {
        -webkit-transform: translate3d(0, 60px, 0);
        -moz-transform: translate3d(0, 60px, 0);
        -o-transform: translate3d(0, 60px, 0);
        -ms-transform: translate3d(0, 60px, 0);
        transform: translate3d(0, 60px, 0);
        background: #195182;
        border-top: 1px solid #3c7eb7;
        padding: 0px;
        border-radius: 0;
    }

    .topbar_open ul.topbar-nav {
        width: auto;
        padding: 0;
        margin: 0px auto 0;
        text-align: center;
    }

        .topbar_open ul.topbar-nav li {
            /*display: inline !important;*/
        }

    .login_id_show {
        display: block;
    }

    .login_id {
        display: none;
    }

    .work-login {
        border-right: none;
        border-bottom: 1px solid #1f6fb3;
    }

    .pilot-login {
        border-left: none;
        border-top: 1px solid #1f6fb3;
    }

    .signup {
        margin-top: 0%;
    }
}

@media screen and (max-width: 768px) {
    ul.dropdown-menu li {
        display: block !important;
    }

    .topbar_open ul.topbar-nav li {
        display: inline-block;
    }

    .navbar-nav .open .dropdown-menu {
        right: 0;
        left: auto;
        width: auto;
        position: absolute;
        background: #144168;
        border: 3px solid #144168;
        top: 37px;
        padding: 0;
    }

        .navbar-nav .open .dropdown-menu > li > a {
            padding: 5px 15px 5px 15px;
            text-align: center;
        }
}

@media screen and (max-width: 440px) {
    .activation_time {
        width: 92px;
        display: inline-block;
        text-align: right;
        vertical-align: middle;
    }
}

.nav_open {
    overflow-x: hidden;
}

.nav > li > a {
    border-left: 5px solid #fff;
    color: #666;
}

    .nav > li > a.main-side-menu-active, .nav > li > a.main-side-menu-active:hover {
        border-left: 5px solid #1f6fb3;
        color: #1f6fb3;
        position: relative;
        background: #edf3f8;
    }

    .nav > li > a:hover {
        background-color: #f5f5f5;
        border-left: 5px solid #f5f5f5;
    }

.nav li {
    margin-bottom: 8px;
}

.info_bar {
    padding: 2px 8px;
    margin-left: 4%;
    width: 46%;
    box-sizing: border-box;
    float: left;
    margin-top: 8px;
    background: rgb(255, 255, 255);
    z-index: 2;
    position: relative;
}

    .info_bar a {
        font-size: 20px;
        padding: 0;
        text-decoration: none;
    }

    .info_bar h5 {
        color: #333333;
        margin: 0;
        line-height: 30px;
        font-size: 13px;
        padding: 0;
    }

.data_widget {
    padding-bottom: 9px;
    border-bottom: 1px dashed #cedae5;
}
    .data_widget:last-child{ border-bottom:0 !important;}
    .data_widget h4 {
        font-size: 12px;
        color: #666666;
        padding: 0px;
        margin: 0;
        float: left;
        max-width: 60px;
        margin: 6px 0 6.5px;
        text-align: center;
    }


.projctrow {
    padding: 14px 10px 14px 92px;
    margin-bottom: 10px !important;
    position: relative;
    background: #fff;
    border-top: 4px solid #1f6fb3 !important;
}
    /*.projctrow:after {
        content: '';
        position: absolute;
        bottom: -17px;
        left: 50%;
        width: 41px;
        height: 17px;
        background-image: url(/img/proj-arrow-down.png);
        z-index: 9;
        transform: translate(-50%,0);
        -moz-transform: translate(-50%,0);
        -webkit-transform: translate(-50%,0);
        -o-transform: translate(-50%,0);
    }*/
    .projctrow .icon {
        height: 100%;
        position: absolute;
        left: 0;
        top: -1px;
    }

    .projctrow h3 {
        display: inline-block;
        margin: 6px 0 0 12px;
        float: right;
    }

        .projctrow h3 a {
            margin: 0 0px 0 0px;
            padding: 0px;
            display: inline-block;
            color: #000;
            font-size: 36px;
            text-decoration: none;
            font-weight: bold;
        }

    .projctrow p {
        margin: 14px 0 0 10px;
        padding: 0px;
        display: inline-block;
        color: #000000;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 500;
    }

.application-block {
    /*background-color: #0274bb;
    padding: 8px;
    background-image: url(/img/total-apps.png);
    background-position: 94% 30px;
    background-repeat: no-repeat;
    background-size: 44px;*/
    background-color: #ffffff;
    padding: 8px;
    border-bottom: 3px solid #0091ff !important;
    position: relative;
    margin-right: 3.5px;
    margin-bottom: 0px !important;
}

.database-block {
    /*background-color: #33afe4;
    padding: 8px;
    background-image: url(/img/total-db.png);
    background-position: 94% 30px;
    background-repeat: no-repeat;
    background-size: 44px;*/
    background-color: #ffffff;
    margin-left: 3.5px;
    padding: 8px;
    border-bottom: 3px solid #36c6ff !important;
    position: relative;
    margin-bottom: 0px !important;
}

    .database-block img, .application-block img {
        height: 100%;
        position: absolute;
        left: 0;
        top: 0px;
        max-width: 79px;
        max-height: 79px;
    }

    .application-block h2, .database-block h2 {
        padding-left: 80px;
        text-align: right;
        margin: 10px 0 0 0;
    }

        .application-block h2 a, .database-block h2 a {
            margin: 0 0 5px 0;
            line-height: 15px;
            padding: 0px;
            display: block;
            font-size: 25px;
            color: #333;
            text-decoration: none;
            font-weight: 600;
        }

        .application-block h2 span, .database-block h2 span {
            margin: 0 0 0px 0;
            padding: 0px;
            font-size: 13px;
            color: #333;
            text-align: center;
            text-transform: uppercase;
        }

.less_padding {
    padding-left: 0px;
    padding-right: 0px;
}

@media screen and (max-width: 1200px) {
    .less_padding {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*--- Cloud Animation ---*/
#Clouds {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 100%;
    overflow: hidden;
    -webkit-animation: FadeIn 3s ease-out;
    animation: FadeIn 3s ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@-webkit-keyframes FadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes FadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.Cloud {
    position: absolute;
    width: 100%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 70px;
    -webkit-animation-duration: 120s;
    animation-duration: 120s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: Float, FadeFloat;
    animation-name: Float, FadeFloat;
    z-index: 1;
}

    .Cloud.Foreground {
        height: 10%;
        min-height: 20px;
        z-index: 3;
    }

    .Cloud.Background {
        height: 9.09090909%;
        min-height: 8px;
        -webkit-animation-duration: 210s;
        animation-duration: 210s;
    }

@-webkit-keyframes Float {
    from {
        -webkit-transform: translateX(100%) translateZ(0);
        transform: translateX(100%) translateZ(0);
    }

    to {
        -webkit-transform: translateX(-15%) translateZ(0);
        transform: translateX(-15%) translateZ(0);
    }
}

@keyframes Float {
    from {
        -webkit-transform: translateX(100%) translateZ(0);
        transform: translateX(100%) translateZ(0);
    }

    to {
        -webkit-transform: translateX(-15%) translateZ(0);
        transform: translateX(-15%) translateZ(0);
    }
}
/*
@keyframes Float {
  from { transform: translateX(100%) translateY(-100%) translateZ(0); }
  50% { transform: translateX(55%) translateY(0) translateZ(0); }
  to { transform: translateX(-5%) translateY(-100%) translateZ(0); }
}
*/
@-webkit-keyframes FadeFloat {
    0%, 100% {
        opacity: 0;
    }

    5%, 90% {
        opacity: 1;
    }
}

@keyframes FadeFloat {
    0%, 100% {
        opacity: 0;
    }

    5%, 90% {
        opacity: 1;
    }
}

.Cloud:nth-child(10) {
    -webkit-animation-delay: -184.61538462s;
    animation-delay: -184.61538462s;
    top: 60%;
}

.Cloud.Foreground:nth-child(10) {
    -webkit-animation-duration: 80s;
    animation-duration: 80s;
    height: 35%;
}

.Cloud.Background:nth-child(10) {
    -webkit-animation-duration: 110s;
    animation-duration: 110s;
    height: -3.40909091%;
}

.Cloud:nth-child(9) {
    -webkit-animation-delay: -166.15384615s;
    animation-delay: -166.15384615s;
    top: 54%;
    height: 6%;
}

.Cloud.Foreground:nth-child(9) {
    -webkit-animation-duration: 84s;
    animation-duration: 84s;
    height: 32.5%;
}

.Cloud.Background:nth-child(9) {
    -webkit-animation-duration: 114s;
    animation-duration: 114s;
    height: -2.15909091%;
}

.Cloud:nth-child(8) {
    -webkit-animation-delay: -147.69230769s;
    animation-delay: -147.69230769s;
    top: 69%;
}

.Cloud.Foreground:nth-child(8) {
    -webkit-animation-duration: 82s;
    animation-duration: 82s;
    height: 24%;
}

.Cloud.Background:nth-child(8) {
    -webkit-animation-duration: 118s;
    animation-duration: 118s;
    height: -0.90909091%;
}

.Cloud:nth-child(7) {
    -webkit-animation-delay: -129.23076923s;
    animation-delay: -129.23076923s;
    top: 87%;
}

.Cloud.Foreground:nth-child(7) {
    -webkit-animation-duration: 92s;
    animation-duration: 92s;
    height: 27.5%;
}

.Cloud.Background:nth-child(7) {
    -webkit-animation-duration: 122s;
    animation-duration: 122s;
    height: 9.34090909%;
}

.Cloud:nth-child(6) {
    -webkit-animation-delay: -110.76923077s;
    animation-delay: -110.76923077s;
    top: 34%;
}

.Cloud.Foreground:nth-child(6) {
    -webkit-animation-duration: 96s;
    animation-duration: 96s;
    height: 25%;
}

.Cloud.Background:nth-child(6) {
    -webkit-animation-duration: 126s;
    animation-duration: 126s;
    height: 5.59090909%;
}

.Cloud:nth-child(5) {
    -webkit-animation-delay: -92.30769231s;
    animation-delay: -92.30769231s;
    top: 30%;
}

.Cloud.Foreground:nth-child(5) {
    -webkit-animation-duration: 100s;
    animation-duration: 100s;
    height: 17.5%;
}

.Cloud.Background:nth-child(5) {
    -webkit-animation-duration: 130s;
    animation-duration: 130s;
    height: 2.84090909%;
}

.Cloud:nth-child(4) {
    -webkit-animation-delay: -73.84615385s;
    animation-delay: -73.84615385s;
    top: 24%;
}

.Cloud.Foreground:nth-child(4) {
    -webkit-animation-duration: 104s;
    animation-duration: 104s;
    height: 20%;
}

.Cloud.Background:nth-child(4) {
    -webkit-animation-duration: 134s;
    animation-duration: 134s;
    height: 4.09090909%;
}

.Cloud:nth-child(3) {
    -webkit-animation-delay: -55.38461538s;
    animation-delay: -55.38461538s;
    top: 18%;
}

.Cloud.Foreground:nth-child(3) {
    -webkit-animation-duration: 108s;
    animation-duration: 108s;
    height: 17.5%;
}

.Cloud.Background:nth-child(3) {
    -webkit-animation-duration: 138s;
    animation-duration: 138s;
    height: 5.34090909%;
}

.Cloud:nth-child(2) {
    -webkit-animation-delay: -36.92307692s;
    animation-delay: -36.92307692s;
    top: 4%;
}

.Cloud.Foreground:nth-child(2) {
    -webkit-animation-duration: 112s;
    animation-duration: 112s;
    height: 15%;
}

.Cloud.Background:nth-child(2) {
    -webkit-animation-duration: 142s;
    animation-duration: 142s;
    height: 6.59090909%;
}

.Cloud:nth-child(1) {
    -webkit-animation-delay: -18.46153846s;
    animation-delay: -18.46153846s;
    top: 6%;
}

.Cloud.Foreground:nth-child(1) {
    -webkit-animation-duration: 116s;
    animation-duration: 116s;
    height: 12.5%;
}

.Cloud.Background:nth-child(1) {
    -webkit-animation-duration: 146s;
    animation-duration: 146s;
    height: 7.84090909%;
}

.Cloud {
    background-image: url(../img/cloud.png);
}

    .Cloud.Background {
        background-image: url(../img/cloud-light.png);
    }

.slide-toggle {
    float: left;
    cursor: pointer;
}

.box {
    overflow: hidden;
    position: fixed;
    top: 75px;
    right: -546px;
    transition: 0.5s;
    z-index: 99;
}

.box-inner {
    float: left;
    width: 546px;
    font-family: calibri;
}

.goLeft {
    right: 0;
}

.overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
    bottom: 0;
    display: none;
    background-color: rgba(0,0,0,0.8) !important;
    transition: 0.9s;
}

.box-inner h3 {
    color: #fff;
    margin: 0px;
    padding: 0px 15px;
    background: #de5656;
    font-size: 20px;
    line-height: 39px;
}

.box-inner-cont {
    background: #fff;
    border: 4px solid #e4e5e8;
    border-right: none;
    padding: 8px;
    max-height: calc(100vh - 125px);
    overflow: auto;
}

    .box-inner-cont table {
        margin: 0px;
        border: 1px solid #e1e1e1;
        width: 100%;
    }

        .box-inner-cont table td, .box-inner-cont table th {
            border-bottom: 1px solid #e1e1e1;
            border-right: 1px solid #e1e1e1;
            text-align: center;
            padding: 8px;
        }

            .box-inner-cont table td:first-child, .box-inner-cont table th:first-child {
                text-align: left;
            }

        .box-inner-cont table td {
            color: #666666;
            font-size: 16px;
        }

        .box-inner-cont table th {
            color: #333333;
            font-size: 17px;
            font-weight: 500;
        }

        .box-inner-cont table thead {
            background: #eff3f9;
        }

    .box-inner-cont a.view_detail {
        background: #1f6fb3;
        text-decoration: none;
        text-align: center;
        padding: 3px 8px;
        font-size: 14px;
        color: #fff;
        border-radius: 4px;
    }

        .box-inner-cont a.view_detail:hover {
            background: #145b98;
        }

    .box-inner-cont h5 {
        margin: 5px 0 0 0;
    }

    .box-inner-cont h2 {
        margin: 0 0 0px 0;
        font-weight: bold;
        font-size: 25px;
        padding-bottom: 10px;
    }

.project_notification_details {
    background: #eee;
    padding: 15px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #ddd;
}

.project_pending_row:first-child {
    border-top: none !important;
}

.project_pending_row {
    margin-bottom: 15px;
    padding: 5px;
    border-top: 1px dashed #ccc;
}

    .project_pending_row:hover {
        background: #fff8f8;
    }

    .project_pending_row label {
        color: #1f6fb3;
        margin-right: 20px;
        font-weight: 400;
    }

        .project_pending_row label span {
            color: #666666;
        }


#projectWiseAppAndDbCount .k-grid-header th.k-header:nth-child(4) {
    min-width: 75px;
}
/* 
#projectWiseAppAndDbCount .k-grid-header th.k-header:nth-child(8) {
    width: 140px;
}
#projectWiseAppAndDbCount .k-grid-header th.k-header:nth-child(9) {
    width: 155px;
}
#projectWiseAppAndDbCount .k-grid-header th.k-header:nth-child(10) {
    width: 175px;
}
#projectWiseAppAndDbCount .k-grid-header th.k-header:nth-child(11) {
    width: 165px;
}
#projectWiseAppAndDbCount .k-grid-header th.k-header:nth-child(12) {
    width: 130px;
}
#projectWiseAppAndDbCount .k-grid-header th.k-header:nth-child(13) {
    width: 110px;
}
#projectWiseAppAndDbCount .k-grid-header th.k-header:nth-child(14) {
    width: 55px;
}*/

.panel-default > .panel-heading {
    color: #1f6fb3;
    background-color: #edf3f8;
    border-color: #c7d7e2;
}

.panel-default {
    border: none;
    border-radius: 0;
    border-top: 1px solid #fff;
    box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.2);
    -o-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.2);
    margin-bottom: 15px;
}

.k-filter-row th, .k-grid-header th.k-header {
    overflow: hidden;
    border-style: solid;
    border-width: 0 0 1px 1px;
    padding: .5em .6em .4em .6em;
    font-weight: 400;
    white-space: normal !important;
    text-overflow: ellipsis;
    text-align: left;
    vertical-align: middle !important;
}

    .k-grid-header th.k-header > .k-link {
        display: block;
        min-height: 18px;
        line-height: 18px;
        margin: -.5em -.6em -.4em 0;
        padding: .5em .6em .4em 0;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 13px !important;
        font-weight: 600 !important;
    }

.progress {
    height: 15px;
    margin: 0px 0;
    padding: 5px 0;
    position: relative;
    background: none;
    box-shadow: none;
}

.progress-bar-success {
    background-color: #5cb85c;
    line-height: 15px !important;
    font-size: 11px;
    padding: 0px;
    box-sizing: border-box;
}

.progress-bar-danger {
    line-height: 15px !important;
    font-size: 11px;
    padding: 0px;
    box-sizing: border-box;
}

.popOver1 {
    display: none;
    position: absolute;
    top: 1px !important;
    background: #000;
    color: #fff;
    z-index: 1;
    padding: 0 3px;
    height: 18px;
    border-radius: 4px;
    line-height: 18px;
    left: 0;
}

.popOver2 {
    display: none;
    position: absolute;
    top: 1px !important;
    background: #000;
    color: #fff;
    z-index: 1;
    padding: 0 3px;
    height: 18px;
    border-radius: 4px;
    line-height: 18px;
    right: 0;
}

.progress-bar-success:hover .popOver1 {
    display: block;
}

.progress-bar-danger:hover .popOver2 {
    display: block;
}

.panel-title {
    font-family: 'Open Sans', sans-serif;
}

.dwnld_info_row {
    margin-bottom: 10px;
    border: 1px solid #ccc;
    padding: 10px;
}

    .dwnld_info_row:last-child {
        margin-bottom: 0px;
    }

    .dwnld_info_row h3 {
        font-size: 15px;
        color: #1f6fb3;
        margin: 0 0 0px 0;
        font-weight: 600;
        border-bottom: 1px solid #eee;
        padding: 0 0 5px 0;
    }

    .dwnld_info_row ul {
        padding: 8px 0 0 17px;
        margin: 0;
    }

        .dwnld_info_row ul li {
            margin-bottom: 3px;
        }

h4.modal-title {
    display: inline-block;
}

#myModal_share {
    position: absolute !important;
    z-index: 1;
    max-width: 400px;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    bottom: 20px !important;
    padding: 0px !important;
    -webkit-box-shadow: 0 1px 9px 0px rgba(0,0,0,.5);
    box-shadow: 0 1px 9px 0px rgba(0,0,0,.5);
    height: auto;
    top: auto;
    border-radius: 5px;
}

    #myModal_share .modal-content {
        width: 100%;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        border: 1px solid #ccc;
        margin: 0px;
        border-top: none;
        border-radius: 0 0 5px 5px;
        height: 100%;
        padding: 0px 20px 20px;
    }

    #myModal_share .modal-header {
        width: 100%;
        background: #1f6fb3;
        padding: 10px;
        color: #fff;
        border-radius: 5px 5px 0 0;
    }

.multiple_emails-container ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 5px;
}

.chooseone {
    margin: 4px 15px 10px 0;
    display: inline-block;
    min-width: 150px;
}

    .chooseone span {
        font-size: 15px;
    }

    .chooseone input[type=radio] {
        margin: -2px 0 0 4px;
        width: 17px;
        height: 17px;
        vertical-align: middle;
    }

.upload_details {
    margin: 20px 0 0 0;
    display: none;
}

.upload_details_row {
    margin: 0 0 18px 0;
}

    .upload_details_row label {
        color: #1f6fb3;
        font-size: 14px;
        font-weight: 600;
        background: none;
        padding: 0 0 4px 0;
        display: inline-block;
    }

    .upload_details_row input[type=text] {
        max-width: 350px;
    }

    .upload_details_row input[type=file] {
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        max-width: 350px;
        border: 1px solid #ccc;
        padding: 4px;
        border-radius: 4px;
        background: #f7f7f7;
        width: 100%;
    }

.dep_tree svg {
    height: calc(100vh - 260px);
}

code.green-text {
    padding: 2px 4px;
    font-size: 15px;
    color: #1aaf1a !important;
    background-color: #f9f2f4;
    border-radius: 4px;
}

.selectassesslabel {
    margin: 0px 10px 0 0;
    font-size: 15px;
    font-weight: 500;
}

.selectassesscheckboxrow {
    border-bottom: 1px solid #f9f9f9;
    padding-bottom: 8px;
}

    .selectassesscheckboxrow:last-child {
        border-bottom: none;
        padding-bottom: 0px;
    }

    .selectassesscheckboxrow label {
        font-size: 15px;
        font-weight: 600;
    }

        .selectassesscheckboxrow label input {
            margin-top: 1px;
        }

.app_workload_list h3 {
    font-size: 16px !important;
}

.upload_details_row {
    position: relative;
}

    .upload_details_row textarea {
        margin: 13px 0 0 0;
        padding: 17px 10px 10px;
        resize: vertical;
    }

    .upload_details_row .ans {
        position: absolute;
        top: 27px;
        left: 9px;
        background: #f1f4f7;
        padding: 2px 6px;
        color: #1f6fb3;
        font-size: 13px;
        border-radius: 4px;
        border: 1px solid #ccc;
    }

.imported_file_details label {
    padding: 8px 10px 8px;
    margin: 0 0 15px 0;
    background: aliceblue;
    font-weight: 500;
    font-size: 16px;
}

    .imported_file_details label span {
        color: #428bca;
        font-weight: 600;
    }

.pdf_icon {
    margin-right: 3px;
    padding: 9px;
    /* background: rgb(221,44,0); */
    color: rgb(221,44,0);
    border-radius: 4px;
    margin-top: -14px;
    font-size: 28px;
    cursor: pointer;
}

.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 100px !important;
    height: 100px !important;
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    animation: spin 2s linear infinite;
    margin-left: -50px;
    margin-top: -50px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.overlay_inner {
    display: none;
    background: rgba(0,0,0,0.9);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99;
    position: absolute;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

    .pace .pace-activity {
        display: block;
        position: fixed;
        z-index: 2000;
        top: 0;
        right: 0;
        width: 300px;
        height: 300px;
        background: #29d;
        -webkit-transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        -webkit-transform: translateX(100%) translateY(-100%) rotate(45deg);
        transform: translateX(100%) translateY(-100%) rotate(45deg);
        pointer-events: none;
    }

    .pace.pace-active .pace-activity {
        -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
        transform: translateX(50%) translateY(-50%) rotate(45deg);
    }

    .pace .pace-activity::before,
    .pace .pace-activity::after {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        bottom: 30px;
        left: 50%;
        display: block;
        border: 5px solid #fff;
        border-radius: 50%;
        content: '';
    }

    .pace .pace-activity::before {
        margin-left: -40px;
        width: 80px;
        height: 80px;
        border-right-color: rgba(0, 0, 0, .2);
        border-left-color: rgba(0, 0, 0, .2);
        -webkit-animation: pace-theme-corner-indicator-spin 3s linear infinite;
        animation: pace-theme-corner-indicator-spin 3s linear infinite;
    }

    .pace .pace-activity::after {
        bottom: 50px;
        margin-left: -20px;
        width: 40px;
        height: 40px;
        border-top-color: rgba(0, 0, 0, .2);
        border-bottom-color: rgba(0, 0, 0, .2);
        -webkit-animation: pace-theme-corner-indicator-spin 1s linear infinite;
        animation: pace-theme-corner-indicator-spin 1s linear infinite;
    }

@-webkit-keyframes pace-theme-corner-indicator-spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@keyframes pace-theme-corner-indicator-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

@media screen and (max-width: 1500px) {
    .flex_summary_wrap {
        display: flex;
        flex-wrap: wrap;
    }

    .summary_top_row_block {
        flex-grow: 1;
    }

    .summary_top_row_block_cont div {
        padding: 10px 10px !important;
    }

    .readiness_bg {
        background-size: cover !important;
    }

    .assessment_list_grid {
        display: block;
        overflow: auto;
    }
}

/*  Migration Layout CSS Start  */
.top_app_bar {
    background: #fff;
    padding: 18px 15px;
    margin-top: -25px;
}

    .top_app_bar .icon {
        display: inline-block;
        margin-right: 12px;
        padding-right: 15px;
        border-right: 1px solid #ddd;
    }

        .top_app_bar .icon img {
            max-width: 35px;
        }

    .top_app_bar p {
        display: inline-block;
        font-size: 15px;
        color: #333;
        margin: 0px;
        vertical-align: middle;
    }

    .top_app_bar h3 {
        font-size: 21px;
        letter-spacing: 1px;
        vertical-align: middle;
        display: inline-block;
        color: #428bca;
        margin: 0 0 0 15px;
        font-weight: bold;
    }

.migration_content {
    margin: 0 0 0 0;
    position: relative;
}

    .migration_content .sub_heading {
        left: 15px;
        top: 21px;
        font-size: 17px;
        padding: 10px 132px 10px 15px;
        letter-spacing: 1px;
        background: rgba(242,247,251,1);
        background: -moz-linear-gradient(left, rgba(31,110,179,1) 0%, rgba(31,110,179,1) 51%, rgba(242,247,251,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(31,110,179,1)), color-stop(51%, rgba(242,247,251,1)), color-stop(100%, rgba(31,110,179,1)));
        background: -webkit-linear-gradient(left, rgba(242,247,251,1) 0%, rgba(31,110,179,1) 51%, rgba(31,110,179,1)(242,247,251,1) 100%);
        background: -o-linear-gradient(left, rgba(31,110,179,1) 0%, rgba(31,110,179,1) 51%, rgba(242,247,251,1) 100%);
        background: -ms-linear-gradient(left, rgba(31,110,179,1) 0%, rgba(31,110,179,1) 51%, rgba(242,247,251,1) 100%);
        background: linear-gradient(to right, rgba(31,110,179,1) 0%, rgba(31,110,179,1) 51%, rgba(242,247,251,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f7fb', endColorstr='#1f6eb3', GradientType=1 );
        color: #fff;
    }

.sub_heading span {
    color: #c7f1ff;
    letter-spacing: initial;
    font-size: 15px;
    font-weight: bold;
    padding: 0 10px;
    border-left: 1px solid #fff;
    margin-left: 5px;
}

.migration_content h3 {
    font-size: 21px;
    color: #333;
}

.migration_content h4 {
    font-size: 15px;
    color: #333;
    padding-bottom: 15px;
    margin-bottom: 0px;
    margin-top: 15px;
}

.option_row {
    border: 1px solid #d2dae4;
    padding: 15px 15px 15px 0;
    display: flex;
    margin: 0 0 15px 0;
}

.optn_img_cont {
    padding: 20px 25px;
    display: flex;
    align-items: center;
    border-right: 1px solid #ddd;
    margin-right: 20px;
    max-height: 120px;
}

    .optn_img_cont img {
        max-width: 75px;
    }

.custom-radio {
    margin-bottom: 10px;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    padding-left: 22px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: 0rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    position: absolute;
    top: 6px;
    left: 4px;
    display: block;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    content: "";
    background: #fff;
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: 0rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}

.custom-radio [type=radio]:checked, .custom-radio [type=radio]:not(:checked) {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.custom-radio input[type=checkbox], .custom-radio input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.sub_options {
    padding: 10px 15px;
    background: #e7ebef;
    display: inline-block;
}

    .sub_options .custom-radio {
        display: inline-block;
        margin: 0 20px 0 0;
    }

    .sub_options .custom-control-label {
        font-weight: 400;
    }

.top_app_bar h2 {
    font-size: 20px;
    display: inline-block;
    color: #428bca;
    margin: 0 0 0 0px;
    font-weight: bold;
}

    .top_app_bar h2 span {
        font-size: 15px;
        font-weight: 500;
        color: #333;
    }

.left_steps_bar ul {
    list-style: none;
    margin: 12px 0;
    padding: 12px 10px;
}

.left_steps_bar .img_cont {
    padding: 23px 0;
    text-align: center;
    border-bottom: 1px dashed #c5dcea;
    background: aliceblue;
}

    .left_steps_bar .img_cont img {
        max-width: 166px;
    }

.left_steps_bar ul li {
    position: relative;
    padding: 0 0 40px 0;
}

    .left_steps_bar ul li a {
        color: #8798a9;
    }

        .left_steps_bar ul li a.active {
            color: #0071ba;
        }

            .left_steps_bar ul li a.active:before {
                content: '';
                width: 2px;
                background: #2199e8;
                position: absolute;
                left: 10.5px;
                top: 23px;
                bottom: 0px;
            }

        .left_steps_bar ul li a:before {
            content: '';
            width: 2px;
            background: #b7c9d6;
            position: absolute;
            left: 10.5px;
            top: 23px;
            bottom: 0px;
        }

    .left_steps_bar ul li:last-child a:before {
        display: none;
    }

    .left_steps_bar ul li a:hover {
        color: #8fa0b1;
        text-decoration: none;
    }

    .left_steps_bar ul li a.active:hover {
        color: #2199e8;
    }

    .left_steps_bar ul li a.active span {
        display: inline-block;
        border-radius: 50%;
        background: #2199e8;
        color: #fff;
        font-size: 14px;
        line-height: 23px;
        text-align: center;
        width: 23px;
        height: 23px;
        margin-right: 3px;
    }

    .left_steps_bar ul li a span {
        display: inline-block;
        border-radius: 50%;
        background: #b7c9d6;
        color: #627c90;
        font-size: 14px;
        line-height: 23px;
        text-align: center;
        width: 23px;
        height: 23px;
        margin-right: 3px;
    }

.label_left {
    float: left;
    width: 290px;
    margin: 8px 0 0 0;
}

.input_field {
    float: left;
}

    .input_field p, .input_field select, .input_field input[type="file"], .input_field input[type="text"], .input_field input[type="password"] {
        width: 275px;
        padding: 6px 7px;
        background: #fff;
        margin-bottom: 0px;
        border: 1px solid #ddd;
        border-radius: 0px;
    }

.form_btn {
    font-size: 13px !important;
    margin-left: 3px !important;
    margin-top: 0px !important;
    padding: 6px 6px !important;
    border-radius: 0px !important;
}

.note_box {
    border: 1px solid #ddd;
    background: #fffff1;
    max-width: 565px;
    padding: 10px;
    display: none;
    margin-top: -15px;
    margin-bottom: 15px;
}

    .note_box h5 {
        font-weight: bold;
        border-bottom: 1px solid #ddd;
        margin: 0 0 8px 0;
        padding: 2px 0 8px 0;
    }

    .note_box ol {
        margin: 0px;
        padding: 0 0 0 15px;
    }

        .note_box ol li {
            margin: 0 0 10px 0;
        }

.btn-secondary {
    background: rgb(115, 125, 134);
    color: #fff;
}

    .btn-secondary:hover {
        background: rgb(87, 99, 109);
        color: #fff;
    }

.left_steps_bar {
    background: #fff !important;
    box-shadow: -3px -4px 4px 4px rgba(0,0,0,0.5);
}

.sub_heading_wrap {
    border-bottom: 1px solid #ddd;
}

.main_form_cont_a {
    padding: 15px 15px 0px;
    background: #ebf0f5;
}

.main_form_cont {
    padding: 15px;
    background: #e1e9ef;
}

.main_form_cont_inner {
    padding: 15px;
    background: #fff;
}

.main_form_cont h3 {
    font-size: 17px !important;
    border-bottom: 1px solid #dae1e6;
    margin: 0px 0 15px 0;
    padding: 0 0 10px 0;
    color: #005398;
}

.flexbox {
    display: flex;
}

    .flexbox > div {
        flex-grow: 1;
        padding: 0px;
    }

        .flexbox > div:first-child {
            width: 315px;
        }

        .flexbox > div:last-child {
            width: 34px;
        }

}

.tooltip-inner {
    background-color: #003596;
    color: #fff;
    left: 0;
    right: auto;
    border: 1px solid #003596;
}

    .tooltip-inner::before {
        border-color: #003596;
    }

.costingflexbox {
    display: flex;
}

    .costingflexbox .costing-dashboard-col {
        flex-grow: 1;
    }

#cost_comparison_grid tbody td {
    font-size: 13px;
}

#cost_comparison_grid tbody td {
    padding: 6px !important;
}

#cost_comparison_grid thead th {
    padding: 8px 6px !important;
}

.noborder {
    border: none !important;
}

.noshadow {
    box-shadow: none !important;
}

.flex_wrap {
    display: flex;
}

@media screen and (max-width: 1460px) {
    .database-block img, .application-block img {  
        top: 10px;
        max-width: 56px;
        max-height: 56px;
    }
    .application-block h2, .database-block h2 {
        padding-left: 0px;
        text-align: right;
    }

        .application-block h2 span, .database-block h2 span {
            margin: 0 0 0px 0;
            padding: 0px;
            font-size: 12px;
            color: #333;
            text-align: center;
            text-transform: uppercase;
        }

    .database-block {
        background: #f47e3d;
    }

    .database-block {
        background: #36c6ff;
    }

    .application-block {
        background: #0091ff;
    }

    .application-block h2 a, .database-block h2 a, .application-block h2 span, .database-block h2 span {
        color: #fff;
    }
}

.assessment_heading, .migration_heading {
    border-bottom: 1px solid #e4ecf2;
    border-top: 4px solid #1f6fb3;
}
    .assessment_heading h3, .migration_heading h3 {
        padding: 6px 10px;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 500;
    }
        .assessment_heading h3 span img, .migration_heading h3 span img{
            max-height: 18px;
            margin: 0 4px 0 0;
            vertical-align: bottom;
        }
.text_red {color: #c53a3a;}
.text_green {
    color: #2f8800;
}
.border_app {
    border: 1px solid #d6ebf6;
}
.border_db {
    border: 1px solid #d6ebf6;
}
.pos_rel{position:relative;}
.dashyellow {
    position: absolute;
    left: 63px;
    right: 10px;
    background: url(../img/yellow_dash.png) left top repeat;
    height: 1px;
    top: 36px;
    z-index: 1;
}
.dashblue {
    background: url('../img/blue-dash.png') left top repeat;
    height: 1px;
    top: 36px;
    position: absolute;
    left: 63px;
    right: 10px;z-index:1;
}
.pie_title {
    position: absolute;
    left: 10px;
    top: 40px;
}
.app_dist_chart, .db_dist_chart{ padding-left:35px;}
.lesspadding_left {
    padding-left: 7.5px !important;
}
.lesspadding_right {
    padding-right: 7.5px !important;
}

#projectWiseAppAndDbCount .btn-success {
    color: #fff;
    background-color: #4b9e6e !important;
    border-color: #4cae4c;
}
#projectWiseAppAndDbCount .btn-danger {
    color: #fff;
    background-color: #c05757 !important;
    border-color: #d43f3a;
}
.left_steps_bar2 {
    background: #fff !important;
    box-shadow: -3px -4px 4px 4px rgba(0,0,0,0.5);
}
.left_steps_bar2 img{ max-width:88%;}
.left_steps_bar2 ul {
    list-style: none;
    margin: 12px 0;
    padding: 12px 0px;
}

.left_steps_bar2 .img_cont {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px dashed #c5dcea;
    background: aliceblue;
}

.left_steps_bar2 ul li {
    position: relative;
    padding: 0 0 10px 0;
}

    .left_steps_bar2 ul li a {
        color: #8798a9;
        padding: 10px;
        display: block;
    }

        .left_steps_bar2 ul li a.active {
            color: #0071ba;
            background: #edf2fd;
        }

    .left_steps_bar2 ul li a:hover {
        color: #8fa0b1;
        text-decoration: none;
    }

    .left_steps_bar2 ul li a.active:hover {
        color: #2199e8;
    }

    .left_steps_bar2 ul li a span {
        display: inline-block;
        text-align: center;
        width: 23px;
        height: 23px;
        margin-right: 3px;
    }
.blueprint_panel_heading h3 {
    margin: 0 0 6px 0;
    font-weight: 600;
    font-size: 23px;
    padding: 3px 0 0 75px;
}
.blueprint_panel_heading img {
    max-width: 60px; float:left;
    margin-right: 10px;
}
.blueprint_panel_heading p {
    font-size: 15px;
    padding: 0 0 0 75px;
}
.blueprint_intro { margin:40px 0 0 0; display:flex;}
.blueprint_intro_tiles {
    background: #fcfff5;
    box-shadow: 2px 2px 5px -4px rgba(0,0,0,0.6);
    border: 1px solid #ddd;
    margin-right: 10px;
    padding: 25px 15px;
}
    .blueprint_intro_tiles h3 {
        font-size: 16px;
        font-weight: 600;
        color: #333;
        margin: 0 0 15px 0;
        padding: 0px;
    }
    .blueprint_intro_tiles p {
        font-size: 14px;
        font-weight: 300;
        color: #333;
        margin: 0 0 15px 0;
        padding: 0px;
    }
.blue_btn {
    background-color: #0078d4;
    border-color: #0078d4;
    color: #fff;
    font-size: 13px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    padding: 4px 11px;
    border-radius: 3px;
}
.blue_btn:hover{ color:#fff; text-decoration:none; background:rgba(31,110,179,1);}
.blueprint_top_heading h3 {
    font-size: 16px;
    font-weight: 600;
    padding: 14px 15px 10px;
    border-bottom: 1px solid #ddd;
    margin: -24px -15px 0px;
    background: #fff;
}
    .blueprint_top_heading h3 img {
        max-width: 32px;
        margin-right: 6px;
    }
    .blueprint_top_heading h3 span.bp_right_btn {
        float: right;
        padding: 6px 10px !important;
        cursor: pointer;
        margin: 3px 0 0 0;
    }
.blueprint_desc_grid {
    background: #fff;
    margin: 0px;
}
.blueprint_desc_grid_wrap {
    max-height: calc(100vh - 309px);
    overflow: auto;
    margin-bottom: 15px;
} 
    .blueprint_desc_grid th {
        background: #fffdf5;
        border-bottom: 1px solid #ddd !important;
        font-size: 13px;
        padding: 8px 10px !important;
    }
    .blueprint_desc_grid td { font-size:13px;}
.create_blueprint_sec {
    margin: 0 -15px 20px -15px;
    background: #e1e9f1;
    padding: 15px 0;
    display: none;
}
    .create_blueprint_sec textarea, .create_blueprint_sec input[type="text"], .create_blueprint_sec select {
        width: 300px;
        border: 1px solid #ddd;
    }
.compliance_heading {
    margin: 10px 0 0 0;
    padding: 10px 9px;
    background: aliceblue;
    font-size: 14px;
    font-weight: 600;
}
.create_abp_heading {
    margin: 0px 0 15px 0;
    padding: 0px 0 10px;
    border-bottom: 1px dashed #ddd;
    font-size: 15px;
    font-weight: 600;
}
#compliance_grid_wrapper {
    padding: 15px;
    border: 1px solid #ddd;
}
#compliance_grid_wrapper select{ width:auto !important;}
    #compliance_grid_wrapper label {
        font-weight: 300 !important;
    }
#compliance_grid_wrapper table.dataTable.no-footer {
    border-bottom: inherit !important;
}
    #compliance_grid_wrapper table.dataTable tbody > tr.selected, #compliance_grid_wrapper table.dataTable tbody > tr > .selected {
        background-color: #e8ebf1;
    }


/* ---- Azure Blue Print - Artifacts ---- */
.bp_view_link{ color:dodgerblue; text-decoration:none; font-size:14px;}
.ispolicy_assignment, .isrole_assignment {
    display: none;
}
.note_bar {
    padding: 10px;
    background: #fff4e9;
    font-size: 14px;
}
.blue_print_name {
    font-size: 13px;
    color: #1f6fb3;
    display: inline-block;
    font-weight: 600;
}
.radio_option_filter {
    margin: 0px -13px 10px;
    background: #ffffff;
    padding: 5px 24px;
    border-bottom: 1px solid #e6eff7;
}
.radio_option_filter .radio-inline{ padding:10px;}

/* OratoPG  */
.oratopg_server_details th, .oratopg_server_details td {
    border-right: 1px solid #ddd;
    font-weight: 400;
    font-size: 14px;
}

.oratopg_server_details th {
    background-color: #3f7bbf;
    color: #fff;
}

.oratopg_server_details td {
    background-color: #fff;
}

.oratopg_server_details .db_count {
    display: inline-block;
    padding: 3px 10px;
    color: #fff;
    background: #2196F3;
    border-radius: 4px;
    cursor: pointer;
}
#orah2header {
    font-size: 19px;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
}

@media screen and (max-width: 1366px) {
    .level_row img {
        margin-right: 5px;
        display: none;
    }

}
.popgrid th {
    background: #efefef;
    font-size: 14px;
}
.popgrid td {
    background: #fff;
    font-size: 14px;
    vertical-align: top;
}


/*/EULA/*/

.eula-container {
    width: 100%;
    margin: 0 auto;
    height: calc(100vh - 198px);
    overflow: auto;
    border: 1px solid #ddd;
    padding: 15px;
}

.section-heading {
    background: #eaf6ff;
    padding: 10px;
    font-weight: 500;
    margin: 0 0 10px 0;
}

.eula-container ul {
    list-style: none;
    padding: 0 0 0 30px;
    margin: 0px;
}

    .eula-container ul li {
        margin: 0 0 20px 0;
    }

.eula-main-heading {
    font-size: 24px;
    margin: 0px 0 12px 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=80);
    opacity: 0.8;
}

#divLoadingData {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* width: 100%; */
    background: rgba(255,255,255,0.9);
    z-index: 9;
    align-items: center;
    justify-content: center;
}

.details_wrap {
    display: flex; justify-content:space-between;
}

.supported_app_db {
    flex-grow: 1;
    display: flex;
    margin: 8px 0px 0 0px;
    flex-direction: column;
    position: absolute;
    bottom: 10px;
    right: 10px;
    left: 10px;
}

.supp_apps {
    background: #ffffff;
    padding: 10px;
    margin: 0 8px 0px 0;
    border: 1px solid #ccc;
    flex-grow: 1;
}

    .supp_apps h4, .supp_dbs h4 {
        font-size: 15px;
        color: #1f6fb3;
        margin: 0 0 0px 0;
        font-weight: 600;
        border-bottom: 1px solid #eee;
        padding: 0 0 5px 0;
    }

.supp_dbs {
    background: #ffffff;
    padding: 10px;
    margin: 0 0 0px 8px;
    border: 1px solid #ccc;
    flex-grow: 1;
}

    .supp_apps ul, .supp_dbs ul {
        list-style: none;
        padding: 15px 0 8px !important;
        margin: 0;
        background: #fff;
        display: flex;
    }

        .supp_apps ul li, .supp_dbs ul li {
            width: 50%;
            padding: 0 4px;
            text-align: center;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            display: flex;
            float: left;
            margin: 0 0 0px 0;
        }

            .supp_apps ul li img, .supp_dbs ul li img {
                max-height: 24px;
                display: inline-block;
                margin-bottom: 8px;
            }

            .supp_apps ul li label, .supp_dbs ul li label {
                color: #333333;
                font-size: 12px;
                font-weight: 400;
                display: inline-block;
                margin: 0px;
            }

li.viewmore_link {
    color: #1f6fb3;
    cursor: pointer;
    background: #f3f3f3;
    font-size: 11px;
    margin-left: 7px !important;
    width: 60px !important;
    padding: 2px 7px !important;
}

.supported-comp-modal {
    padding-top: 80px !important;
    padding-left: 42% !important;
}

    .supported-comp-modal .modal-dialog {
        margin: 0px;
        width: 400px !important;
    }

    .supported-comp-modal .modal-content {
        padding: 0px;
        height: auto !important;
    }

    .supported-comp-modal .modal-header .close {
        margin-top: -19px;
    }

    .supported-comp-modal .modal-title {
        font-size: 14px;
        font-weight: 600;
    }

    .supported-comp-modal ul {
        display: flex;
        padding: 0px;
        flex-wrap: wrap;
    }

        .supported-comp-modal ul li {
            width: 33.33%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            border: 1px solid #eee;
            padding: 7px;
            margin: 0px;
        }

            .supported-comp-modal ul li img {
                max-width: 80px;
                max-height: 36px;
                margin-bottom: 5px;
            }

            .supported-comp-modal ul li label {
                margin-bottom: 0px !important;
            }

body {
    top: 0px !important;
}

#google_translate_element {
    position: relative;
    z-index: 1021;
    height: 41px !important;
    overflow: hidden !important;
    padding: 0 0 0 19px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
}

    #google_translate_element:before {
        content: "";
        background: url(../img/translate.png) center center no-repeat;
        background-size: cover;
        width: 24px;
        height: 24px;
        position: absolute;
        left: 6px;
        top: 4px;
        padding: 4px;
    }

.goog-te-gadget .goog-te-combo {
    height: 34px;
    border: none;
    border-radius: 4px;
    margin: 6px !important;
}

    .goog-te-gadget .goog-te-combo:focus-visible {
        outline: none;
        border: none;
    }

.goog-te-gadget img {
    display: none !important;
}

body > .skiptranslate {
    display: none;
}

has context menu

.h-main {
    height: calc(100vh - 118px);
}