﻿html {
    min-height: 100%; /* make sure it is at least as tall as the viewport */
    position: relative;
}

body {
    height: 100%; /* force the BODY element to match the height of the HTML element */
}

.gradtopBorder {
    height: 5px;
    width: 100%;
    margin-top: -1px;
    background-image: linear-gradient(#919191,#FFFFFF );
}

/*@media screen and (max-width: 850px) and (min-width: 768px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-toggle {
        display: inline;
    }
    .navbar-header{width:100%;}
}*/

.input-group {
    width: 100%;
}

/*h1 {    
    color: #000000;
}*/

/*h2 {    
    color: #000000;
}*/



.registerfield {
    font-family: 'Poppins Medium', sans-serif;
    font-size: 16px;
    color: #000000;
    border-bottom-right-radius: 4px !important;
    border-top-right-radius: 4px !important;
}


.thin {
    margin-top: 8px;
    margin-bottom: 3px;
}

.filterfield {
    height: 35px !important;
}

.filterLabel {
    margin-top: 10px;
}



.quotedisclaimer {
    font-size: 10px;
    line-height: 10px;
}

.loggedInSubHeader {
    /*height: 50px;*/
    background-color: white;
    /*position: fixed;*/
}

.loggedInSubHeaderBox {
    float: left;
    padding: 10px;
    font-family: 'Poppins Medium', sans-serif;
    font-size: 14px;
}

.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
}

.loggedInSubHeaderDivider {
    float: left;
    padding: 10px;
}

/*.overviewTitle {
    font-family: 'Poppins SemiBold', sans-serif;
    font-size: 18px;
    color: #1273ff;
    margin-bottom: 10px;
}*/

/*.overviewsubTitleHeader {
    font-size: 16px;
    font-family: 'Poppins Medium', sans-serif;
    color: #2a293f;
    margin-bottom: 6px;
}

.overviewsubTitle {
    font-size: 18px;
    font-family: 'Poppins Medium', sans-serif;
    color: #2a293f;
    margin-bottom: 6px;
    padding-top: 25px;
    font-weight: bold;
    border-bottom: 2px solid #000;
    float: left;
    padding-right: 5px;
}*/


.dropdown-toggle {
    font-family: 'Poppins Medium', sans-serif;
    font-size: 16px;
}

.overviewLabel {
    font-size: 14px;
    font-family: 'Poppins Medium', sans-serif;
    color: #2a293f;
}

.hover-helper-text {
    cursor: pointer;
}

.panel-solepro .panel-title {
    font-size: 20pt !important;
    font-family: 'Poppins Medium', sans-serif !important;
    color: #000000 !important;
    background-color: #ffffff !important;
}

.btn-tiny {
    font-size: 10px;
    margin: 0px;
    padding: 0px;
    height: 17px;
    padding-left: 5px;
    padding-right: 5px;
}

.sortable {
    cursor: pointer;
}

.filterunit {
    margin-bottom: 10px;
    margin-left: 20px;
}

.glyphicon-filter {
    cursor: pointer;
}

.loggedInSubHeader {
    /*display:none;*/
    /*height: 80px;*/
    width: 100%;
    margin-top: -2px;
}


.loggedInName {
    color: white;
    font-size: 12px !important;
}

.btn-newApp {
    margin: 0px;
    height: 25px;
    font-size: 14px;
    padding-top: 1px;
    background-color: darkorange;
    border: none;
    color: white !important;
    margin-bottom: 10px;
    margin-right: 6px;
}

.noHoverUnderline:hover {
    text-decoration: none !important;
}

.navbar-default .navbar-nav > .open > a {
    background-color: transparent;
}

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 15px;
    }

.footer {
    background-color: white;
}

.sidebar {
    position: fixed;
    top: 68px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: block;
    padding: 20px 0;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #fff;
    width: 115px;
    display: none;
    float: left;
    margin-left: 0px;
}

.active > a {
    /*background-color: #1273ff !important;*/
    font-weight: bold;
}


.btn-file, .fileinput-upload, .fileinput-remove {
    padding-top: 10px;
    height: 45px;
}

btn-group.btn {
    margin-right: 0px !important;
}

.input-group .btn {
    margin-left: 0px;
}

.header-top-margin {
    margin-top: 100px;
}

.header-margin {
    margin-top: 75px;
}


.shortlistbox {
    max-width: 500px;
    overflow-y: auto;
}


.searchbox {
    height: 25px !important;
    font-size: 14px;
    padding-top: 1px;
}

.searchbutton {
    margin-top: 0px;
    height: 25px;
    padding-top: 0px;
}

    .searchbutton i {
        font-size: 12px;
        padding-top: 2px;
    }

.statusExplanation {
    font-size: 14px;
    color: #1273ff;
    margin-top: 10px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.modalfield {
    height: 33px !important;
    margin-top: 10px;
    width: 85%;
}

.noleft {
    margin-left: 0px;
}





.blue-content-header {
    font-weight: bold;
    /*border-bottom: 2px solid #1273ff;*/
    margin-top: 5px;
    float: left;
}


.btn-policyAction {
    font-size: 12px;
    height: 25px;
    margin-right: 0px;
    margin-bottom: 0px;
}

.sendMail {
    height: 30px;
    cursor: pointer;
}

.commentText {
    width: 100%;
}

.docView {
    margin: 0px;
}

.docRow {
    margin-top: 5px;
}

.ddStatussummary, .ddSubStatussummary {
    height: 32px !important;
}
.menuActive_deprecared > a {
    /*background-color: #1273ff;*/
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-top: 15px;
    margin-right: 10px;
    margin-left: 10px;
    padding-left: 14px !important;
    padding-right: 24px !important;
    font-weight: bolder !important;
}
.menuActive > a {
    font-weight: bolder !important;
    border-bottom: 5px solid #1273FF;
    padding-bottom:20px !important;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: 1px solid #d5e2fd;
    border-bottom: 3px solid #1273FF;
}
.deleteDoc {
    height: 17px;
    margin-left: 10px;
    cursor: pointer;
}

.printDoc {
    height: 17px;
    margin-left: 10px;
    cursor: pointer;
}

.form-header-left {
    float: left;
    border-bottom: 1px solid #ccc;
}



@media(max-width:1400px) {
}

@media(max-width:1200px) {
    .btn-newApp {
        margin-right: 6px;
    }

    .desktop-login-people {
        float: left !important;
    }
}

.mobile-login-people {
    display: none;
}

.agency-doc-sidenavbar {
    margin-top: 80px;
}


.btn-invite {
    margin: -30px;
    margin-right: 0px;
}

.btn-agencyRedocs {
    margin-left: 539px;
    margin-top: -95px;
}

.btn-agencyReSenddocs {
    margin-top: -95px;
}



@media(max-width:768px) {
    #container-outer-scroll{
        margin-top:0px !important;
    }
    #header-top-bar {
        position: static !important;
        padding-bottom: 10px;
        top: 0px !important
    }
    .btn-agencyRedocs {
        margin-left: 0px;
        margin-top: -15px;
    }

    .btn-agencyReSenddocs {
        margin-top: -15px;
    }

    .btn-newApp {
        margin-bottom: 10px;
    }

    .desktop-login-people {
        display: none;
    }
   
    .btn-invite {
        margin: 5px;
    }

    .mobile-login-people {
        display: block;
    }

    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        float: left !important;
    }


    /*.sidebar {
        display: block;       
        width: 96%;
        height: 314px;
        margin-left: 14px;
    }*/

    /*.app-overviewpage {
        margin-top: 250px;
    }*/

    .loggedInSubHeader {
        top: 48px;
    }

    .policy-status {
        width: 100%;
    }

    .whatis {
        margin-top: 60px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #1273FF;
        font-size: 16px;
    }

    .form-header-left {
        margin-left: 0px;
    }

    .input-group {
        width: 100%;
    }

    .notificaitonbtn {
        margin-left: 10px;
    }

        .notificaitonbtn .dropdown-menu {
            background-color: #FFF !important;
            max-width: 96% !important;
        }

        .notificaitonbtn button {
            margin-top: 0px !important;
            height: 10px !important;
        }

    .dropdown-menu > li {
        width: 95%;
    }

    .notificaitonbtn button span {
        display: inline !important;
    }
}

.sidebar {
    font-size: 16px;
}

@media screen and (max-width: 1130px) and (min-width: 771px) {
    .loggedInSubHeader + div.row {
        margin-top: 55px !important;
    }
}

@media screen and (max-width: 900px) and (min-width: 600px) {
}


@media (max-width: 836px) {
    .notificaitonbtn button {
        border: none !important;
    }

    .gradtopBorder {
        display: none;
    }
    #header-top-bar{ left:15px !important;}
}


@media(min-width:836px) {
    .desktop-login-people {
        display: block;
    }
    .btn-invite {
        margin: -30px;
        margin-right: 0px;
    }



    .agency-doc-sidenavbar {
        margin-top: 180px;
    }

    .active-reports {
        margin-top: 150px;
    }

    /*.active-header {
        margin-top: 50px;
    }*/



    .mobile-login-people {
        display: none;
    }





    .app-overviewpage {
        margin-top: 1px;
    }

    .sidebar {
        position: fixed;
        top: 68px;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        display: block;
        padding: 0px 0;
        overflow-x: hidden;
        overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
        background-color: #fff;
        width: 115px;
        display: none;
        float: left;
        margin-left: 0px;
        height: 100%;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #1273FF;
        font-size: 16px;
    }

    .navbar-default {
        /*background-image: linear-gradient(#1273ff,#1273ff );*/
        height: 70px;
    }

    .navbar-nav > li > a {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }


    .main {
        padding-right: 40px;
        /*padding-left: 220px;*/ /* 180 + 40 */
    }

    .mainPadded {
        margin-left: 95px;
    }

    .loggedInSubHeader {
        display: block;
        background-color: white;
        z-index: 1001;
        margin-top: -2px;
    }
    /*.loggedInSubHeader {
        display: block;
        height: auto;
        margin-top: 70px;
    }*/

    /*.loggedInSubHeaderBox {
       
    }*/
    .LoggedInSpacer {
        height: 200px;
    }

    .sidebar {
        display: block;
    }
}



@media(min-width:991px) {
    

    .agency-doc-sidenavbar {
        margin-top: 80px;
    }

    .active-reports {
        margin-top: 0px;
    }

    .loggedInSubHeader {
        display: block;
        background-color: white;
        z-index: 1001;
        margin-top: -2px;
    }
}

.header-section {
    margin-top: 10px;
}

.gray-background {
    background-color: #eee;
}

.white-background {
    background-color: white;
}

#DivChangeHistoryBlock table {
    width: 100%
}

    #DivChangeHistoryBlock table tfoot td {
        padding-right: 20px;
        text-align: right;
    }

#modalAppComment table {
    width: 100%
}

    #modalAppComment table tfoot td {
        padding-right: 20px;
        text-align: right;
    }

.footer-sticky {
    z-index: 999999999999;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 40px;
    color: #FFF;
    background-color: #1273ff;
    padding: 10px 20px;
    font-weight: bold;
}
.footer-fix::-moz-selection { /* Code for Firefox */
    color: #1273ff !important;
    background-color: #fff !important;
}

.footer-fix::selection {
    color: #1273ff !important;
    background-color: #fff !important;
}
.emlbtn {
    background: #3180FF;
    color: #fff;
    border: 1px solid #3180FF;
    padding: 6px 20px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
}

td.q-numbering-td {
    width: 40px;
    padding-right: 0 !important;
}

.q-numbering {
    float: left;
    border: 1px solid #ccc;
    padding: 2px 6px;
    font-weight: bold;
    border-radius: 50%;
    font-size: 10px;
    background: #f5f5f5;
}

.q-numbering-sub {
    float: left;
    margin-right: 8px;
    border: 3px solid #ccc;
    padding: 3px 4px;
    font-weight: bold;
    border-radius: 35%;
}

.error-registration {
    color: red;
}

.success-registration {
    color: green;
}

.error_reg_message {
    font-size: 12px;
    color: red;
    float: right;
    line-height: 4.5;
}

.success_reg_message {
    font-size: 12px;
    color: green;
    float: right;
    line-height: 4.5;
}





.glyphicon-eye-open {
    top: 5px;
    font-size: 18px;
    margin-right: 5px;
}


.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background-color: #29d;
    position: fixed;
    z-index: 2000;
    top: 72px;
    left: 0;
    height: 3px;
    overflow: hidden;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
}

.pace .pace-progress-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: -32px;
    bottom: 0;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-background-size: 32px 32px;
    -moz-background-size: 32px 32px;
    -o-background-size: 32px 32px;
    background-size: 32px 32px;
    -webkit-animation: pace-stripe-animation 500ms linear infinite;
    -moz-animation: pace-stripe-animation 500ms linear infinite;
    -ms-animation: pace-stripe-animation 500ms linear infinite;
    -o-animation: pace-stripe-animation 500ms linear infinite;
    animation: pace-stripe-animation 500ms linear infinite;
}

@-webkit-keyframes pace-stripe-animation {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    100% {
        -webkit-transform: translate(-32px, 0);
        transform: translate(-32px, 0);
    }
}

@-moz-keyframes pace-stripe-animation {
    0% {
        -moz-transform: none;
        transform: none;
    }

    100% {
        -moz-transform: translate(-32px, 0);
        transform: translate(-32px, 0);
    }
}

@-o-keyframes pace-stripe-animation {
    0% {
        -o-transform: none;
        transform: none;
    }

    100% {
        -o-transform: translate(-32px, 0);
        transform: translate(-32px, 0);
    }
}

@-ms-keyframes pace-stripe-animation {
    0% {
        -ms-transform: none;
        transform: none;
    }

    100% {
        -ms-transform: translate(-32px, 0);
        transform: translate(-32px, 0);
    }
}

@keyframes pace-stripe-animation {
    0% {
        transform: none;
        transform: none;
    }

    100% {
        transform: translate(-32px, 0);
        transform: translate(-32px, 0);
    }
}

.fa-lg-icon {
    margin-right: 10px;
    color: #0067e2;
    font-size: 20px !important;
    margin-bottom: 10px;
    float: left;
}

.bg-gray {
    margin-bottom: 20px;
}
/*.bg-gray {
    background-color: #efefef;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #c9c8c8c4;
}*/
.bg-gray-topno {
    border-radius: 2px 2px 10px 10px !important;
    margin-top: 10px;
}

/*.p-4 {
    padding: 1.5rem !important;
    padding-bottom: .5rem !important;
}*/

#ul-app-activitylist li.text-block {
    background-color: #efefef;
    width: 100%;
    border-radius: 5px;
    border: 2px solid #c9c8c8c4;
    padding: 5px 0;
}

.registerLabel {
    font-weight: bold;
}

.reminder-btn-position {
    min-width: 95px;
    display: none;
}

.pagination li a > img {
    height: 12px;
    width: 12px;
}

.notificaitonbtn button {
    margin-top: 23px;
    margin-left: 0px;
    margin-right: 0;
    background-color: transparent !important;
    outline: none;
    border: none;
}

.login-username {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    border: 2px solid #d5e2fd;
    border-radius: 20px;
    padding: 8px;
}


.notificaitonbtn ul {
    list-style: none;
    color: #333;
    padding: 0;
    margin: 0;
}

    .notificaitonbtn ul li {
    }

        .notificaitonbtn ul li:last-child {
            border-bottom: none;
        }

        .notificaitonbtn ul li a {
            list-style: none;
            /*color: #1273ff;*/
            color: #000;
            display: block;
            font-size: 14px;
            padding: 5px 0 5px 10px;
            font-family: 'Poppins Medium', sans-serif;
        }

            .notificaitonbtn ul li a:hover, .notificaitonbtn ul li a:hover p {
                font-weight: bold !important;
                color: #FFF !important;
                background-color: #1273ff !important;
                font-size: 14px;
            }

.notification-content p {
    margin: 0px;
    font-size: 14px;
}






select.form-control option[disabled='disabled'] {
    background-color: #cfcccc;
    cursor: not-allowed;
}

.btnViewExp {
    margin-right: 15px;
    margin-top: 8px;
}



.border-box {
    border: 2px solid #ccc;
    margin: 10px 0px;
    border-radius: 10px;
    box-shadow: 1px 2px 10px #1273ff;
    cursor: pointer;
    float: left;
}

    .border-box:hover, .border-box:active {
        background: #f5f5f5;
    }

    .border-box .content-section-box {
        height: 285px;
        width: 100%;
        padding: 10px 20px;
        float: left;
    }

    .border-box .button-section {
        width: 100%;
        border-top: 1px solid #CCC;
        padding: 10px 20px;
        float: left;
    }

        .border-box .button-section .btn-wider1 {
            width: 92%
        }

    .border-box strong {
        font-weight: bold;
        font-size: 14px;
    }

.content-section-box > strong {
    width: 100px;
    display: inline-block;
}

.btn-tiny2 {
    font-size: 13px;
    margin: 0px;
    padding: 2px;
    height: 24px;
    padding-left: 5px;
    padding-right: 5px;
}

.carrierlogo-wrapper {
    margin: 10px 0;
    display: inline-block;
    text-align: center;
    font-weight: bold;
}

.carrierlogo {
    width: 170px;
    height: 50px;
    padding: 10px 10px;
    background-color: #1273ff;
}

.color-blue {
    color: #1273ff !important;
    font-weight: bold;
}

.color-red {
    color: red !important;
    font-weight: bold;
}


.accepted-tr {
    background-color: #b5f266;
    border: 1px solid #000 !important;
    outline: none;
}

.vertical-middle {
    vertical-align: middle !important;
}

.input-group-addon_no {
    background-color: transparent !important;
    border: none;
    padding: 0px 12px;
}

#container-outer-hidden {
    height: 100%;
    overflow: hidden;
    width: 100%;
}

#container-outer-scroll {
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    /*padding-right: 20px;*/
    /*height: 700px;*/
    padding-bottom: 10px;
    margin-top: 58px;
}


.hover-helper {
    top: 5px;
    font-size: 18px;
    margin-right: 5px;
}
.hover-helper-easysend {
    top: 5px;
    font-size: 18px;
    margin-right: 5px;
}
.readonlyinput {
    background-color: #f7f5f5 !important;
    color: #1273ff !important;
}

.states-box-border {
    border: 2px solid #ccc;
    float: left;
    padding: 0 15px 15px 15px;
    border-radius: 5px;
}

.mainPadded > .container {
    padding-right: 0px;
}


/*.registerLabel {
    position: absolute;
    left: 109%;
    z-index: 9;
    top: -8px;
    font-size: 12px;
    white-space: nowrap;
}
.input-group .form-control, .chosen-single {
    padding-top: 18px;
}*/
.form-control-small {
    padding: 0px 12px;
}

.nested-q-table {
    margin-bottom: 0px;
}

    .nested-q-table tr:first-child th, .nested-q-table tr:first-child td {
        border-top: none;
    }

#blockcommentshistory table tfoot tr td a, #blockchangehistory table tfoot tr td a {
    border: 2px solid #1273ff;
    padding: 5px 8px;
    cursor: pointer;
}

.sidebar .nav > li > a {
    color: #1273FF;
    padding-left: 10px;
    padding-right: 10px;
}

    .sidebar .nav > li > a:hover, .sidebar .nav > li > a:focus, .sidebar .nav > li.active > a {
        text-decoration: none;
    }

@media (min-width: 1375px) {
    .task-onapp-container .taskbar-side {
        width: 100%;
        height: 100%;
        position: static;
    }
}

div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.btn-info, .btn-info:hover, .btn-info:active, .btn-info:focus {
    border-color: #1273FF !important;
    background-color: #1273FF !important;
    color: #FFFFFF !important;
}
.btn-primary {
    background-color: #1473fa !important;
    border-color: #1473fa !important;
    /*border-color: #1273FF;
    color: #1273FF;
    background-color: #FFFFFF;*/
}
    .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
        background-color: #16fdf9 !important;
        border-color: #16fdf9 !important;
        /*border-color: #1273FF;
color: #1273FF;
background-color: #FFFFFF;*/
    }

.btn-danger, .btn-danger:hover, .btn-danger:active, .btn-danger:focus {
    border-color: #1273FF !important;
    color: #1273FF !important;
    background-color: #FFFFFF !important;
}

.btn-success, .btn-success:hover, .btn-success:active, .btn-success:focus {
    border-color: #1273FF !important;
    color: #449d44 !important;
    background-color: #FFFFFF !important;
}

.btn-warning, .btn-warning:hover, .btn-warning:active, .btn-warning:focus {
    border-color: #1273FF !important;
    color: #eea236 !important;
    background-color: #FFFFFF !important;
}

a {
    color: #000;
}

.loggedInSubHeaderBox img {
    height: 12px;
    margin-top: -2px;
}


.btn-newApp-plain {
    color: #333 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}