﻿html{
    font-size:10px;
}
body {
    font-size:14px;
}
/*----------- Menu CSS Start -----------*/

.skin-blue .main-header .navbar {
    background-color: #034478;
}

    .skin-blue .main-header .navbar .nav > li > a {
        color: #fff;
    }

.main-header > .navbar {
    -webkit-transition: margin-left .3s ease-in-out;
    -o-transition: margin-left .3s ease-in-out;
    transition: margin-left .3s ease-in-out;
    margin-bottom: 0;
    margin-left: 230px;
    border: none;
    min-height: 52px;
    border-radius: 0;
}

.navbar-nav > .user-menu > .dropdown-menu, .navbar-nav > .user-menu > .dropdown-menu > .user-body {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

    .navbar-nav > .user-menu > .dropdown-menu > li.user-header {
        height: 175px;
        padding: 10px;
        text-align: center;
    }

        .navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
            z-index: 5;
            height: 90px;
            width: 90px;
            border: 3px solid;
            border-color: transparent;
            border-color: rgba(255,255,255,0.2);
        }

        .navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
            z-index: 5;
            color: #fff;
            color: rgba(255,255,255,0.8);
            font-size: 17px;
            margin-top: 10px;
        }

            .navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
                display: block;
                font-size: 12px;
            }

    .navbar-nav > .user-menu > .dropdown-menu > .user-body {
        padding: 15px;
        border-bottom: 1px solid #f4f4f4;
        border-top: 1px solid #dddddd;
    }

        .navbar-nav > .user-menu > .dropdown-menu > .user-body:before, .navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
            content: " ";
            display: table;
        }

        .navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
            clear: both;
        }

        .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
            color: #444 !important;
        }

.main-header .logo .logo-lg {
    display: block;
}
@media (max-width:767px){
    .main-header .logo .logo-lg{
        max-width: 131px;
        text-align: center;
        margin: auto;
    }
}
.main-header .logo .logo-mini {
    display: none;
}

.main-header .navbar-brand {
    color: #fff;
}

.sidebar-menu > li {
    position: relative;
    margin: 0;
    padding-bottom: 3px;
    border-bottom: 1px solid #fff;
    padding-left: 3px;
    padding-right: 3px;
}

.content-header {
    position: relative;
    padding: 15px 15px 0 15px;
}

    .content-header > h1 {
        margin: 0;
        font-size: 24px;
        color: #034478;
    }

.skin-blue .sidebar-menu > li.header {
    color: #848484;
    background: #f9fafc;
}

.skin-blue .sidebar-menu > li > a {
    color: #fff;
    border-radius: 10px;
    text-decoration:none;
}

.skin-blue .sidebar-menu > li:hover > a, .skin-blue .sidebar-menu > li.active > a {
    color: #034478;
    background: #fff;
    border-left-color: #fff;
}

.skin-blue .sidebar-menu > li > .treeview-menu {
    background: #ffffff;
}

.skin-blue .sidebar a {
    color: #034478;
    font-size: 13px !important;
    text-decoration:none;
}

    .skin-blue .sidebar a:hover {
        text-decoration: none;
    }

.skin-blue .treeview-menu > li > a {
    color: #034478;
}

    .skin-blue .treeview-menu > li.active > a, .skin-blue .treeview-menu > li > a:hover {
        color: #4596d0;
    }

.skin-blue .sidebar-form {
    border-radius: 3px;
    border: 1px solid #d4d4d4;
    margin: 10px 10px;
}

    .skin-blue .sidebar-form input[type="text"], .skin-blue .sidebar-form .btn {
        box-shadow: none;
        background-color: #fff;
        border: 1px solid transparent;
        height: 35px;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .skin-blue .sidebar-form input[type="text"] {
        color: #666;
        border-top-left-radius: 2px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 2px;
    }

        .skin-blue .sidebar-form input[type="text"]:focus, .skin-blue .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
            background-color: #fff;
            color: #666;
        }

            .skin-blue .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
                border-left-color: #e6a90c;
            }

    .skin-blue .sidebar-form .btn {
        color: #999;
        border-top-left-radius: 0;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 0;
    }

.skin-blue.layout-top-nav .main-header > .logo {
    background-color: #3c8dbc;
    color: #fff;
    border-bottom: 0 solid transparent;
}

    .skin-blue.layout-top-nav .main-header > .logo:hover {
        background-color: #3b8ab8;
    }

.skin-blue .main-header li.user-header {
    background-color: #034478;
}

.skin-blue .main-header .logo {
    background-color: #fff;
    color: #fff;
    border-bottom: 0 solid transparent;
    height: 53px;
}

.sidebar-menu {
    padding-top: 10px;
}

.skin-blue .main-header .logo:hover {
    background-color: #fff;
    color: #fff;
    border-bottom: 0 solid transparent;
}

.skin-blue .main-header .navbar .sidebar-toggle {
    color: #fff;
}

    .skin-blue .main-header .navbar .sidebar-toggle:hover {
        background-color: #034478;
    }

.sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 18px;
    color: #034478;
}

.sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
    display: none;
}

.text-aqua {
    color: #034478 !important;
}

.box.box-default {
    border-top-color: #034478;
}

.skin-blue .sidebar-menu > li > a {
    border-left: 5px solid #034478;
    box-shadow: inset 0 1px 0 0 #363636,inset 0 -1px 0 0 #e3c852,inset 0 0 0 1px #fce88d,0 2px 4px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 0 #fff6ce,inset 0 -1px 0 0 #e3c852,inset 0 0 0 1px #fce88d,0 2px 4px 0 #fff;
    -webkit-box-shadow: inset 0 1px 0 0 #fff6ce,inset 0 -1px 0 0 #e3c852,inset 0 0 0 1px #fce88d,0 2px 4px 0 #fff;
    background-image: linear-gradient(to top, #fff, #fff);
    background-color: #fff;
    color: #034478;
    box-shadow: 3px 7px 20px #666;
    border-radius: 10px;
    border-right: 5px solid #034478;
    /*font-weight:100;*/
}

.skin-blue .sidebar-menu > li:hover > a, .skin-blue .sidebar-menu > li.active > a {
    color: #fff;
    background: #034478;
    border-left-color: #fff;
    border-right-color: #fff;
}

.main-sidebar, .left-side {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 30px;
    min-height: 100%;
    width: 230px;
    z-index: 810;
    -webkit-transition: -webkit-transform .3s ease-in-out,width .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out,width .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out,width .3s ease-in-out;
    transition: transform .3s ease-in-out,width .3s ease-in-out;
}
/*----------- Label CSS Start -----------*/

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    color: #034478;
}

.form-control {
    color: #034478;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de;
}

    .form-control:focus {
        border-color: #034478;
        box-shadow: none;
    }

    .form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control::-webkit-input-placeholder {
        color: #bbb;
        opacity: 1;
    }

/*----------- Logo CSS Start -----------*/
.img-Kyclogo {
    display: block;
    max-width: 100%;
    height: 50px;
    margin-top: 5px;
    margin-left: 5px;
}
/*----------- Table CSS Start -----------*/
.table > tbody > tr > th {
    color: white;
    background-color: #4596d0;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 2px;
    color: white;
    background-color: #4596d0;
}

.table.no-border, .table.no-border td, .table.no-border th {
    border: 0;
}


table.text-center, table.text-center td, table.text-center th {
    text-align: center;
}

.table.align th {
    text-align: left;
}

.table.align td {
    text-align: right;
}
/*----------- Button CSS Start -----------*/
.btn-primary {
    background-color: #034478;
    border-color: #034478;
    color: white;
}

    .btn-primary :hover {
        background-color: #034478;
        border-color: #034478;
        color: white;
    }

    .btn-primary:hover, .btn-primary:active, .btn-primary.hover {
        background-color: #034478;
        border-color: #034478;
    }

.btn-warning {
    background-color: #3bb4f3;
    border-color: #3bb4f3;
}

    .btn-warning:hover, .btn-warning:active, .btn-warning.hover {
        background-color: #3bb4f3;
        color: white;
    }

.btn-success {
    background-color: #008d4c;
    border-color: #008d4c;
    color: white;
}

    .btn-success:hover {
        background-color: #008d4c;
        border-color: #008d4c;
        color: white;
    }

.btn-warning {
    color: white;
    background-color: #3bb4f3;
    border-color: #3bb4f3;
}

    .btn-warning:focus,
    .btn-warning.focus {
        color: white;
        background-color: #3bb4f3;
        border-color: #3bb4f3;
    }

    .btn-warning:hover {
        color: white;
        background-color: #3bb4f3;
        border-color: #3bb4f3;
    }
/*GridView Scroll Bar CSS Start*/
.row ::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
}

.row ::-webkit-scrollbar-thumb, .dataTables_scroll ::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 0px grey;
    background-color: #4596d0;
    border-radius: 10px;
}

.dataTables_scroll ::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
}



/* ----------- Scroll Bar CSS Start ----------- /*


/* width */

::-webkit-scrollbar {
    height: auto;
    width: auto;
    max-width: 13px;
    max-height: 11px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
}

/* Handle */

/*----------- Text CSS Start -----------*/
.text-center {
    text-align: center;
    color: #034478;
}

th label {
    color: white;
}

.sidebar-menu > li > a {
    padding: 6px 5px 6px 15px;
    display: block;
}

.btn-info {
    background-color: #034478;
    border-color: #034478;
}

    .btn-info:hover {
        background-color: #034478;
        border-color: #034478;
    }

.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span {
    top: 0;
    margin-left: 0px;
    padding: 3px 4px 3px 20px;
    background-color: inherit;
}

.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    top: 26px;
    margin-left: 8px;
}

.modalPopUpPanel {
    background-color: #FFFFFF;
    width: 100%;
    border: 3px solid #034478;
    border-radius: 12px;
    padding: 0;
    height: 550px;
    max-width: 1200px;
}

.modalPopUpHeader {
    background-color: #034478;
    height: 37px;
    color: white;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

    .modalPopUpHeader input[type="submit"], .modalPopUpHeader input[type="submit"]:active, .modalPopUpHeader input[type="submit"]:hover {
        height: 37px;
        width: 37px;
        border-top-right-radius: 6px;
        background-color: #3bb4f3 !important;
        border: 1px #337ab7 !important;
        color: #fff;
    }

.reviewhisory {
    height: 420px;
    overflow: auto;
}

.legend {
    margin-left: 20px;
    width: auto;
    padding: 5px;
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 0px;
    font-size: 15px;
    line-height: inherit;
    color: #fff;
    background-color: #034478;
    border: 0;
    border: 1px solid #e5e5e5;
}

.fieldset hr {
    height: 1px;
    background-color: #034477;
    margin:10px 0px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

table tbody tr {
    background-color: #ffffff;
}

.top5 {
    margin-top: 5px;
}

.navbar-nav > .user-menu > .dropdown-menu {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 1px 0 0 0;
    border-top-width: 0;
    width: 360px;
}

    .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
        color: #ffffff;
        padding-right: 7px;
        padding: 2px 6px;
        background-color: #034478;
    }

    .navbar-nav > .user-menu > .dropdown-menu > .user-footer {
        background-color: #ffffff;
        padding-top: 6px;
        padding-bottom: 6px;
        padding-left: 0px;
        padding-right: 0px;
        border: 1px solid #034478;
    }

        .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-glyphicon {
            padding: 5px;
            margin-right: 1px;
            margin-left: 0px;
            color: #fff;
        }

.icon-btn {
    padding: 1px 15px 3px 2px;
    border-radius: 50px;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
    border: 1px solid #7fa5d0;
    padding: 1px 3px;
    color: black;
    width: 182px;
}

body {
    color: #034478;
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
}

.sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
    margin-right: -9px;
}

.ActiveMenuColor {
    background: #034478;
    color: white;
}

.modalPopUpBody {
    padding: 10px 10px;
    background: #fff;
    color: #034478;
    margin-top: 10px;
    margin-bottom: 20px;
}
/*Popup CSS*/


.modal-footer .btn-success {
    padding-left: 25px !important;
    padding-right: 25px !important;
    border-color: #008d4c;
}

    .modal-footer .btn-success:hover {
        padding-left: 25px !important;
        padding-right: 25px !important;
        border-color: #008d4c;
    }

.modal-footer .btn-primary {
    background-color: #28a745;
    border-color: #28a745;
    color: white;
    padding-left: 25px !important;
    padding-right: 25px !important;
}

    .modal-footer .btn-primary:hover {
        background-color: #28a745;
        border-color: #28a745;
        color: white;
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

.modal-footer .btn-default {
    background-color: #dc3545;
    color: white;
    border-color: #dc3545;
}

    .modal-footer .btn-default:hover {
        background-color: #dc3545;
        color: white;
        border-color: #dc3545;
    }

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    border-radius: 10px;
    margin-top: 45%;
}

button.close {
    display: none;
    -webkit-appearance: none;
    padding: 3px;
    cursor: pointer;
    background: 0 0;
    border: 0;
    background-clip: border-box;
}

.modal-footer {
    padding: 7px;
    text-align: right;
    border-top: none;
}

.bootbox-body {
    flex: 1;
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 6px;
    padding-inline-end: 20px;
    padding-inline-start: 20px;
    text-align: justify;
    font-weight: 700;
    overflow-x: auto;
    margin-top: 10px;
}


.modal {
    position: fixed;
    top: 0%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1100;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal-dialog {
    width: 500px;
    margin: 30px auto;
}

.modal-title {
    margin: 0;
    line-height: 2;
}

.modal-body {
    position: relative;
    padding: 6px;
}

.modal-header {
    /*padding: 0;*/
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}

.h5, h5 {
    font-size: 17px;
}

.modal-title {
    flex: 1;
    /* font-size: calc(15 / 13 * 100%); */
    line-height: 1;
    padding-bottom: 10px;
    padding-inline-end: 13px;
    padding-inline-start: 13px;
    padding-top: 10px;
    font-size: 16px;
    background-color: #034478;
    color: #fff;
    text-align: center;
    border-radius: 0px;
}

.modal-header {
    padding: 0px;
    border-bottom: 1px solid #e5e5e5;
}

.main-footer {
    background: #fff;
    padding: 5px;
    color: #444;
    border-top: 1px solid #d2d6de;
}

.btn {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
    overflow: hidden;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 2px;
    padding-left: 3px;
}

.form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: -13px;
}

.fieldset {
    min-height: 585px !important;
}

.fixedfieldset .fieldset {
    min-height: 100px !important;
}

.secondfieldset .fieldset {
}
/*Resolution((max-width: 1366px) and (max-height: 768px))*/

@media only screen and (max-width: 1366px) and (max-height: 768px) {
    .fieldset {
        min-height: 585px !important;
    }

    .fixedfieldset .fieldset {
        min-height: 50px !important;
    }

    .secondfieldset .fieldset {
        min-height: 490px !important;
    }
}

/*Resolution((max-width: 1280px) and (max-height: 1024px))*/

@media only screen and (max-width: 1280px) and (max-height: 1024px) {
    .fieldset {
        min-height: 840px !important;
    }

    .secondfieldset .fieldset {
        min-height: 725px !important;
    }
}
/*Resolution((max-width: 1280px) and (max-height: 960px))*/
@media only screen and (max-width: 1280px) and (max-height: 960px) {
    .fieldset {
        min-height: 775px !important;
    }

    .secondfieldset .fieldset {
        min-height: 655px !important;
    }
}
/*Resolution((max-width: 1280px) and (max-height: 768px))*/
@media only screen and (max-width: 1280px) and (max-height: 768px) {
    .fieldset {
        min-height: 500px !important;
    }

    .secondfieldset .fieldset {
        min-height: 550px !important;
    }
}
/*Resolution((max-width: 1280px) and (max-height: 720px))*/
@media only screen and (max-width: 1280px) and (max-height: 720px) {
    .fieldset {
        min-height: 540px !important;
    }

    .secondfieldset .fieldset {
        min-height: 425px !important;
    }
}
/*Resolution((max-width: 1280px) and (max-height: 600px))*/
@media only screen and (max-width: 1280px) and (max-height: 600px) {
    .fieldset {
        min-height: 420px !important;
    }

    .secondfieldset .fieldset {
        min-height: 300px !important;
    }
}
/*Resolution((max-width: 1280px) and (max-height: 864px))*/
@media only screen and (max-width: 1152px) and (max-height: 864px) {
    .fieldset {
        min-height: 680px !important;
    }

    .secondfieldset .fieldset {
        min-height: 565px !important;
    }
}
/*Resolution((max-width: 1280px) and (max-height: 768px))*/
@media only screen and (max-width: 1024px) and (max-height: 768px) {
    .fieldset {
        min-height: 585px !important;
    }

    .secondfieldset .fieldset {
        min-height: 470px !important;
    }
}

.labeltrim {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-social > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 22px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0,0,0,0.2);
}

.btn-social.focus, .btn-social:focus, .btn-social:hover {
    color: #034478;
    text-decoration: none;
}

.box-header {
    color: #444;
    display: block;
    padding-left: 10px;
    padding-right: 0px;
    padding-top: 4px;
    position: relative;
}

.well {
    min-height: 20px;
    padding: 10px;
    margin-bottom: 8px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.radio-item {
    display: inline-block;
    position: relative;
    padding: 0 6px;
}

    .radio-item input[type='radio'] {
        display: none;
    }

    .radio-item label {
        cursor: pointer;
    }

        .radio-item label:before {
            content: " ";
            display: inline-block;
            position: relative;
            top: 2px;
            width: 15px;
            height: 15px;
            border-radius: 11px;
            border: 2px solid #004c97;
            background-color: transparent;
        }

    .radio-item input[type=radio]:checked + label:after {
        border-radius: 50%;
        width: 7px;
        height: 7px;
        position: absolute;
        top: 6px;
        left: 10px;
        content: " ";
        display: block;
        background: #004c97;
    }

.thirdfieldset .fieldset {
    min-height: 250px !important;
}

.displayData {
    border: 1px solid #034478;
    margin-bottom: 5px;
}

.setheader {
    border-bottom: 1px solid #034478;
    text-align: center;
    padding-bottom: 2px;
    margin-top: 2px;
    font-weight: 600;
}

.border-left {
    border-left: 1px solid #034478;
}

.btn-red {
    color: white;
    background-color: #70020a;
    border-color: #70020a;
    color: white;
}

    .btn-red:hover {
        color: white;
        background-color: #70020a;
        border-color: #70020a;
        color: white;
    }

.btn-skyblue {
    background-color: darkcyan;
    border-color: darkcyan;
    color: white;
}

    .btn-skyblue:hover {
        background-color: darkcyan;
        border-color: darkcyan;
        color: white;
    }

.ajax__calendar_container {
    cursor: default;
    font-family: tahoma,verdana,helvetica;
    font-size: 11px;
    padding: 4px;
    text-align: center;
    width: 180px !important;
}

.ajax__calendar_month {
    cursor: pointer;
    height: 44px;
    overflow: hidden;
    text-align: center;
    width: 30px !important;
}

.ajax__calendar_year {
    cursor: pointer;
    height: 44px;
    overflow: hidden;
    text-align: center;
    width: 30px !important;
}

/* .secondfieldset ::-webkit-scrollbar-thumb {
	box-shadow: inset 0 0 0px grey !important;
	background-color: #4596d0 !important;
	border-radius: 10px !important;
}
	*/
.dispalytextinoneline {
    white-space: nowrap !important;
}

.Linkstyle {
    font-weight: 700;
    text-decoration: underline;
}

    .Linkstyle:hover {
        font-weight: 700;
        text-decoration: underline;
        color: #034478;
    }

.disablelinkbutton {
    text-decoration: none;
    color: #034478;
}

    .disablelinkbutton:hover {
        text-decoration: none;
        color: #034478;
    }

.headerTextWrap {
    word-break: normal !important;
    white-space: inherit !important;
}

.headerMinWidth {
    min-width: 80px !important;
}

.table > thead > tr > th {
    vertical-align: middle !important;
}

.modalImagePopup {
    background-color: White;
    border-width: 3px;
    border-style: solid;
    border-color: #034478;
    padding: 3px;
    width: 500px;
    text-align: center;
    font-weight: bold;
}

.cursorPointer {
    cursor: pointer !important;
}

.popupHoverImg {
    height: 400px !important;
    width: auto !important;
}

.left500 {
    left: 500px !important;
}

.left-220 {
    left: -220px !important;
}

.left-300 {
    left: -300px !important;
}

.left-400 {
    left: -400px !important;
}
