
html, body {
    height: 100%;
    width: 100%;
    margin: 0;
}

body {
    background-color: #FFF;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
}

/*#map {
    /* border:solid 2px #808775;         -moz-border-radius:4px;         -webkit-border-radius:4px;         border-radius:4px; 
    margin: 0;
    padding: 0px;
    width: 100%;
    height: 100%;
}    */

#map_root {
    background-color: #E6E6FA;
}

#titlePane {
    width: 240px;
}

div#widgetHolder {
    /*  position:absolute;  		  right:20px;  		  top:10px;  		  z-Index:999; 		  width:100px; border:1px solid #A4A4A4; 		  border-radius: 3px; 		  padding:5px;  */
    background-color: #a30134;
    background-repeat: repeat-x;
    border-bottom: 1px solid #b5bcc7;
    padding: 5px 0 5px 0;
    width: 100%;
    float: left;
    title: ICT;
}

    div#widgetHolder img {
        float: left;
        background-color: #fff;
    }

#imgLogo {
    opacity: 1;
    background-color: #fff;
    padding: 2px 5px;
    border-radius: 1px;
    margin: 0 0 0 5px;
}



#iconHolders {
    float: right;
    margin-top: 2px;
}

#widgetHolder a {
    display: block;
    float: left;
    text-decoration: none;
    margin-right: 8px;
    border-radius: 3px;
    border: 2px solid #6e6e6e;
}

#iconHolders a:link {
    color: #000;
}

#iconHolders a:hover {
    background-color: #F2F2F2;
}

#iconHolders a:visited {
    background-color: #F2F2F2;
}

#iconHolders a:active {
    background-color: #F2F2F2;
}

#iconHolders a img {
}



#navIcon1 {
    margin: 0 10px 0 20px;
}

#BasemapToggle {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 50;
}


.layerPanelContainer {
    background-color: #fff;
    border: 1px solid #6E6E6E;
    border-radius: 5px;
    display: none;
    height: 200px;
    position: absolute;
    right: 0;
    top: 55px;
    width: 340px;
    z-index: 100;
}

    .layerPanelContainer .header img {
        position: absolute;
        right: 4px;
    }

    .layerPanelContainer .header {
        width: 324px;
        float: left;
        padding: 8px;
        background-color: #a4a4a4;
        background-image: linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
        text-align: left;
        font-family: "Georgia";
        font-size: 17.8px;
        color: white;
    }

    .layerPanelContainer a.txtHolder {
        text-align: center;
        color: #000;
        font-weight: bold;
    }

.imgRightHolder {
    margin: 78px 0 0 38px;
}

.rightPanelContainer {
    background-color: #fff;
    border: 1px solid #6E6E6E;
    border-radius: 5px;
    display: none;
    height: 250px;
    position: absolute;
    right: 0;
    top: 55px;
    width: 340px;
    z-index: 100;
}

    .rightPanelContainer .header img {
        position: absolute;
        right: 4px;
    }

    .rightPanelContainer .header {
        width: 324px;
        float: left;
        padding: 8px;
        background-color: #a4a4a4;
        background-image: linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
        text-align: left;
        font-family: "Georgia";
        font-size: 17.8px;
        color: white;
    }

    .rightPanelContainer a.txtHolder {
        text-align: center;
        color: #000;
        font-weight: bold;
    }

.imgRightHolder {
    margin: 78px 0 0 38px;
}


/*#lefthPane {*/
    /*display: none;*/
    /*position: relative;
    top: 50px;
    width: 18%;
    height: 100%;
    margin: 0px 0px 0px 0px !important;
    border-radius: 14px;
    border: 1px solid #ccc;
    -moz-border-radius: 0px;
    -webkit-border-radius: 2px;
}*/
#lefthPane {    
    position: absolute;
   /* top: 50px;*/
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 0px !important;
    border-radius: 14px;
    border: 1px solid #ccc;
    -moz-border-radius: 0px;
    -webkit-border-radius: 2px;
}

#map {
    position: relative;
    /*border-radius: 14px;*/
    float: none;
    width: 100%;
    top: 50px;
    right: 3px;
    margin: 0px 0px 0px 0px !important;
    height: 100% !important;
}


/*************************************               Dynamically Table creation Starts                 ******************************************/

.dataForm {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    display: none; /* margin: 400px;*/
    position: absolute;
    z-index: 995;
    font: normal;
    cursor: default;
}

    .dataForm.row {
        float: left;
    }

    .dataForm .header {
        width: 100%;
        font-size: 14px;
        color: White;
        background-color: #A30134;
        background-image: none;
        float: left;
        height: 30px;
        position: relative;
    }

        .dataForm .header img {
            position: absolute;
            top: 3px;
            right: 5px;
        }

    .dataForm .content {
        float: left;
        width: 100%;
    }

/*Added by Ujjwal [02-01-2018] - To adjust filter image alignment*/
.reservRpt {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    display: none; /* margin: 400px;*/
    position: absolute;
    z-index: 995;
    font: normal;
    cursor: default;
}

    .reservRpt.row {
        float: left;
    }

    .reservRpt .header {
        width: 100%;
        font-size: 14px;
        color: White;
        background-color: #A30134;
        background-image: linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
        float: left;
        height: 30px;
        position: relative;
    }

        .reservRpt .header img {
            position: absolute;
            top: 3px;
            right: 5px;
        }

    .reservRpt .content {
        float: left;
        width: 100%;
    }

.resrvRptTableGrid {
    width: 100%;
    max-height: 340px;
    float: left;
    table-layout: fixed;
}

    .resrvRptTableGrid, .resrvRptTableGrid tr th, .resrvRptTableGrid tr td {
        border: 1px solid #A4A4A4;
        text-align: center;
    }

        .resrvRptTableGrid tr th {
            padding: 4px;
            background-color: #D8D8D8;
            font-weight: normal;
            height: 25px;
            width: 150px;
            font-size: 14px;
            padding: 5px;
        }

        .resrvRptTableGrid tr td {
            font-size: 12px;
            padding: 5px;
        }

            .resrvRptTableGrid tr td input {
                cursor: pointer;
            }

                .resrvRptTableGrid tr td input[readonly] {
                    cursor: default;
                }
/*******************************************************/

.contentHolder {
    margin: 20px 0 20px 120px;
    float: left;
}

.modalBg {
    z-index: -999;
    background-color: #000;
    opacity: 0.5;
}

.tableGrid {
    width: 100%;
    float: left;
    /*table-layout:fixed;*/
}

    .tableGrid, .tableGrid tr th, .tableGrid tr td {
        border: 1px solid #A4A4A4;
        text-align: center;
    }

        .tableGrid tr th {
            padding: 4px;
            background-color: #D8D8D8;
            font-weight: normal;
            height: 25px;
            /*width:150px;*/
            font-size: 14px;
            padding: 5px;
        }

        .tableGrid tr td {
            font-size: 12px;
            padding: 5px;
        }

            .tableGrid tr td input {
                cursor: pointer;
            }

                .tableGrid tr td input[readonly] {
                    cursor: default;
                }

#navToolbar span span span {
    position: relative;
    left: 2px;
}




/*************************************               Dynamically Table creation ends                 ******************************************/

/**************************************                Reservation Dialog classes                 ******************************************/
.dialog {
    border: 1px solid #000;
    left: 550px;
    position: absolute;
    top: 220px;
    width: 400px;
    border-radius: 4px;
    z-index: 999;
    display: none;
    font-family: Arial, Helvetica, sans-serif;
}

    .dialog .headerSection {
        padding: 5px;
        color: white;
        background-color: #A30134;
    }

    .dialog .contentSection {
        padding: 20px 0 0 30px;
        background-color: #f0f0f0;
    }

        .dialog .contentSection input {
            margin: 0 0 20px 0;
        }

        .dialog .contentSection .btnHolder {
            text-align: right;
        }

            .dialog .contentSection .btnHolder input {
                margin-right: 10px;
                cursor: pointer;
            }
/**************************************                Reservation Dialog classes ends                 ******************************************/

/**************************************                Icon effects                ******************************************/
.effectfront {
    border: none;
    margin: 0 auto;
}

    .effectfront:hover {
        -webkit-transform: scale(1.4);
        -moz-transform: scale(1.4);
        -o-transform: scale(1.4);
        transform: scale(1.4);
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }

/**************************************                Icon effects class ends              ******************************************/

.cursorDefault {
    cursor: default;
}

#imgLoad {
    z-index: 10000 !important;
    position: absolute;
    left: 45%;
    top: 45%;
}

#gridAttrTable {
    position: absolute;
    bottom: 0%;
    max-width: 100%;
}

#gridAttrTableDuct {
    position: absolute;
    bottom: 0%;
    max-width: 100%;
}

#gridAttrUnselectTable {
    position: absolute;
    right: 20%;
    bottom: 0%;
}

#gridAttrSelectTable {
    position: absolute;
    right: 20%;
    bottom: 0%;
}

#gridContainer {
    position: absolute;
    left: 20%;
    top: 20%;
}

#gridStructContainer {
    position: absolute;
    left: 10%;
    top: 25%;
}

#gridFeatDetailsContainer {
    /*position: absolute;*/
    left: 45%;
    top: 9%;
}

#gridReservationReport {
    z-index: inherit;
    position: absolute;
    left: 15%;
    top: 20%;
}

#gridDuctReservationDetails {
    position: absolute;
    left: 15%;
    top: 50%;
}

#gridManholeReservationDetails {
    position: absolute;
    left: 15%;
    top: 50%;
}

#gridDuctReservationHistory {
    position: absolute;
    left: 15%;
    top: 50%;
}

#gridDetailView {
    position: absolute;
    left: 15%;
    top: 15%;
    width: 70%;
    height: 75%;
    border: 2px solid black;
    text-align: center;
    overflow-x: auto;
    overflow-y: auto;
}

#gridManholeAccessRequest {
    position: absolute;
    left: 20%;
    top: 30%;
    z-index: 888;
}

/*Added by Ujjwal (05-10-2017)*/
.zoomXYPanelContainer {
    background-color: #fff;
    border: 1px solid #a30134;
    border-radius: 5px;
    display: none;
    height: 120px;
    position: absolute;
    /*right: 0;*/
    left: 258px;
    top: 60px;
    width: 258px;
    z-index: 100;
}

.ui-icon {
    display: unset !important
}

.zoomXYPanelContainer .header img {
    position: absolute;
    right: 4px;
}

.zoomXYPanelContainer .header {
    width: 242px;
    float: left;
    padding: 8px;
    background-color: #a30134;
    /*background-image: linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);*/
    text-align: left;
    font-family: "Georgia";
    font-size: 17px;
    color: white;
}

.zoomXYPanelContainer a.txtHolder {
    text-align: center;
    color: #000;
    font-weight: bold;
}

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

.dxfToFeatureclass {
    background-color: #fff;
    border: 1px solid #a30134;
    border-radius: 5px;
    display: none;
    height: 220px;
    position: absolute;
    /*right: 0;*/
    right: 258px;
    top: 60px;
    width: 258px;
    z-index: 100;
}

    .dxfToFeatureclass .header img {
        position: absolute;
        right: 4px;
    }

    .dxfToFeatureclass .header {
        width: 242px;
        float: left;
        padding: 8px;
        background-color: #a30134;
        /*background-image: linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);*/
        text-align: left;
        font-family: "Georgia";
        font-size: 17px;
        color: white;
    }

    .dxfToFeatureclass a.txtHolder {
        text-align: center;
        color: #000;
        font-weight: bold;
    }


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

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

/*Added by Rahul*/
.defQueryContainer {
    background-color: #fff;
    border: 1px solid #a30134;
    border-radius: 5px;
    display: none;
    height: 230px;
    position: absolute;
    /*right: 0;*/
    left: 250px;
    top: 60px;
    width: 290px;
    z-index: 1;
}

    .defQueryContainer .header img {
        position: absolute;
        right: 4px;
    }

    .defQueryContainer .header {
        width: 274px;
        float: left;
        padding: 8px;
        background-color: #a30134;
        /*background-image: linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);*/
        text-align: left;
        font-family: 'Times New Roman';
        font-size: 17px;
        color: white;
    }

    .defQueryContainer a.txtHolder {
        text-align: center;
        color: #000;
        font-family: 'Times New Roman';
        font-weight: bold;
    }

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

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

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

/*Added by Ujjwal [11-12-2017]: To style the Excel-like filters on Reservation report*/
.filter {
    position: absolute;
    border: solid 1px;
    /*top : 131px;*/
    background-color: white;
    width: 180px;
    /*left:auto;*/
    max-height: 200px;
    display: none;
    text-align: left;
    font-family: 'Times New Roman';
    font-style: normal;
    font-size: small;
    overflow-x: auto;
    overflow-y: auto;
}

.buildingSearchContainer {
    background-color: #fff;
    border: 1px solid #a30134;
    border-radius: 5px;
    display: none;
    height: 230px;
    position: absolute;
    /*right: 0;*/
    left: 250px;
    top: 60px;
    width: 290px;
    z-index: 1;
}


/*.streetQarsTitle, .areaQarsTitle, .buildingQarsTitle {
    font-size: 14px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

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

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

.text-center {
    text-align: center;
}*/
/*.tblBuildingSearch {
    width: 100%;*/

/*table-layout:fixed;*/
/*}

    .tblBuildingSearch, .tblBuildingSearch tr th, .tblBuildingSearch tr td {
        text-align: center;
    }

        .tblBuildingSearch tr th {
            padding: 4px;
            background-color: #D8D8D8;
            font-weight: normal;
            height: 25px;*/
/*width:150px;*/
/*font-size: 14px;
            padding: 5px;
        }

        .tblBuildingSearch tr td {
            font-size: 12px;
            padding: 5px;
        }

            .tblBuildingSearch tr td input {
                cursor: pointer;
            }

                .tblBuildingSearch tr td input[readonly] {
                    cursor: default;
                }*/


/*.buildingSearchContainer .header img {
    position: absolute;
    right: 4px;
}

.buildingSearchContainer .header {
    width: 274px;
    float: left;
    padding: 8px;
    background-color: #a30134;*/
    /*background-image: linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);*/
    /*text-align: left;
    font-family: 'Times New Roman';
    font-size: 17px;
    color: white;
}

.buildingSearchContainer a.txtHolder {
    text-align: center;
    color: #000;
    font-family: 'Times New Roman';
    font-weight: bold;
}

.areaZone {
    position: relative;
    background-color: #2F4774;
    padding: 10px;
    width: 50%;
    height: 120px;
    float: left;
    border-radius: 8px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 2px solid #ffffff;
    background-size: contain;
    color: #f9f9f9;
    clear: left;
    margin: 0 auto;
}

.buildingTop {
    position: relative;
    background-color: #2F4774;
    padding: 8px 14px;
    width: 100%;
    height: 160px;
    border-radius: 8px;
    border: 2px solid #ffffff;
    background-size: contain;
    color: #f9f9f9;
    clear: both;
    margin: 0 auto;
}

.buildingBottom {
    width: 100%;
    margin: 0 auto;
}

.streetZone {
    position: relative;
    background-color: #2F4774;
    padding: 10px;
    width: 50%;
    height: 120px;
    float: left;
    border-radius: 8px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border: 2px solid #ffffff;
    background-size: contain;
    color: #f9f9f9;
    margin: 0 auto;
}

.jimu-launchpad-panel {
    position: relative;
    z-index: 60;
    overflow: visible;
}

.jimu-panel {
    height: 400px !important;
    background-color: #fff;
    border: 0 none;
    -webkit-box-shadow: 0 7px 3px -4px rgba(0,0,0,0.3), 0 8px 8px rgba(0,0,0,0.2);
    box-shadow: 0 7px 3px -4px rgba(0,0,0,0.3), 0 8px 8px rgba(0,0,0,0.2);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: box-shadow ease-in-out 0.1s;
    -moz-transition: box-shadow ease-in-out 0.1s;
    -o-transition: box-shadow ease-in-out 0.1s;
    transition: box-shadow ease-in-out 0.1s;
    z-index: 0;
}

.title {
    color: #f1f1f1;
}

.jimu-panel-title {
    font-size: 16px;
    font-weight: normal;
    color: #c2c8d3;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.jimu-main-background {
    //background-color: #8B576A;
    background-color: #a30134;
}

.color-header {
    display: none;
    height: 30px;
    width: 100%;
    background-color: #B88698;
}

.widget-icon {
    width: 36px;
    height: 36px;
    left: 0;
    top: 0;
    padding: 10px;
    float: left;
}

.title-label {
    line-height: 33px;
}

.title-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
    position: absolute;
    left: 36px;
    right: 72px;
}

.close-icon {
    cursor: pointer;
    padding: 6px;
}

.jimu-float-trailing {
    float: right;
}

.jimu-panel-content {
    left: 0;
    right: 0;
    bottom: 0;
    top: 36px;
    position: absolute;
    box-sizing: border-box;
}

.buildingQarsNum {
    margin-top: 20px;
    font-size: 62px;
    line-height: 80px;*/
    /*margin-left: 50px;*/
/*}

.streetQarsNum, .areaQarsNum {
    font-size: 50px;*/
    /* margin-top: 20px; */
    /*line-height: 40px;*/
    /*margin-left: 25px;*/
/*}

.btn-primary {
    color: #ffffff;
    border-color: #466883;
    background: #5d87a9;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-success {
    color: #ffffff;
    border-color: #316032;
    background: #468847;
}

.form-group {
    margin-bottom: 0;
}

.btn-danger:hover {
    border-color: #772f2e;
    background: #e4908f !important;
    background-image: -webkit-linear-gradient(top, #af4543 0%, #993c3a 100%) !important;
    background-image: linear-gradient(to bottom, #af4543 0%, #993c3a 100%) !important;
    background-repeat: repeat-x;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #333333;
    text-decoration: none;
}

.btn-danger {
    color: #ffffff;
    border-color: #8e3836;
    background: #b94a48;
}

.card {
    overflow: hidden;
    position: relative;
    border: 0;
    border-radius: 0px;
    text-align: center;
    padding: 0;
    background-color: #f1f1f1;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    color: #691a33;
    padding-bottom: 6px;
}

.jimu-widget-phccwidget {
    width: 100%;
    height: 100%;
}

.jimu-widget {
    font-size: 15px;
    font-weight: normal;
    color: #333;*/
    /* padding: 10px; */
/*}

.jimu-widget-frame.jimu-container {
    overflow-x: auto;
    overflow-y: auto;
    position: relative;*/
    /* padding: 0; */
    /*background-color: transparent;
}

.jimu-widget-frame {
    position: relative;
    width: 100%;
    height: 100%;
}*/
/* Added By Chaitanya P 13-Dec-2017*/

.BlockageCommentsPanelConatiner {
    z-index: 999; /* 999 */
    width: 100%; /*100 % */
    height: 100%; /*100 % */
    top: 0;
    left: 0;
    display: none;
    position: absolute;
    background-color: #cccccc; /*#cccccc*/
    color: #aaaaaa; /*#aaaaaa */
    opacity: .96;
    filter: alpha(opacity = 100);
}

/* Added By Chaitanya P 13-Dec-2017*/
#BlockageCommentsTable {
    width: 200px;
    height: 150px;
    position: absolute;
    color: #000000;
    background-color: #ffffff;
    /* To align popup window at the center of screen*/
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -150px;
    border: 1px solid #a30134;
    border-radius: 5px;
}

/* Added By Chaitanya P 13-Dec-2017*/

#BlockageCommentsheader {
    width: 231px;
    float: left;
    padding: 8px;
    background-color: #a30134;
    /*background-image: linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);*/
    text-align: left;
    font-family: "Georgia";
    font-size: 17px;
    color: white;
}


/* Added By Chaitanya P 13-Dec-2017*/
#BlockageImagesheader {
    background-color: #a30134;
}

/*Added by Ujjwal [14-12-2017] - To enable marquee effect on the export label*/
.marquee {
    display: none;
    width: 400px;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    border: 0px;
    color: red;
    font-weight: bold;
}

    .marquee span {
        display: inline-block;
        padding-left: 100%;
        text-indent: 0;
        border: 0px solid;
        animation: marquee 10s linear infinite;
    }

/* Make it move */
@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}
/* CSB changes starts to change the font of export to pdf in jqgrid */
.ui-jqgrid .ui-pg-button {
    font-family: 'Times New Roman';
    font-size: 17px;
    color: #a30134;
}

.ui-tabs .ui-tabs-nav {
    background: #f9f9f9;
}

.ui-tabs .ui-tabs-panel /* just in case you want to change the panel */ {
    background: #f9f9f9;
}

#greyoutScreen {
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
}

.esriBasemapGalleryThumbnail {
    height: 110px;
    width: 150px;
    border: 1px solid rgba(183, 168, 154, 1);
    margin: 1px;
    box-shadow: 0px 0px 7px rgba(251, 136, 8, 1);
    border-radius: 8px;
    padding: 7px;
}

.esriBasemapGalleryNode {
    margin: 5px 10px 0px;
    width: 150px;
}
/* CSB changes ends*/
/*Added by Ujjwal [07-01-2018] - To enable jQgrid column filters*/
.myAltRowClass {
    background-color: #6b696a29;
    background-image: none;
}

.ui-multiselect {
    padding: 2px 0 2px 4px;
    text-align: left
}

    .ui-multiselect span.ui-icon {
        float: right
    }

.ui-multiselect-single .ui-multiselect-checkboxes input {
    position: absolute !important;
    top: auto !important;
    left: -9999px;
}

.ui-multiselect-single .ui-multiselect-checkboxes label {
    padding: 5px !important
}

.ui-multiselect-header {
    margin-bottom: 3px;
    padding: 3px 0 3px 4px
}

    .ui-multiselect-header ul {
        font-size: 0.9em
    }

        .ui-multiselect-header ul li {
            float: left;
            padding: 0 10px 0 0
        }

    .ui-multiselect-header a {
        text-decoration: none
    }

        .ui-multiselect-header a:hover {
            text-decoration: underline
        }

    .ui-multiselect-header span.ui-icon {
        float: left
    }

    .ui-multiselect-header li.ui-multiselect-close {
        float: right;
        text-align: right;
        padding-right: 0
    }

.ui-multiselect-menu {
    width: 160px !important;
    font-size: 10px;
    display: none;
    padding: 3px;
    position: absolute;
    z-index: 10000
}

.ui-multiselect-checkboxes {
    position: relative /* fixes bug in IE6/7 */;
    overflow-y: scroll
}

    .ui-multiselect-checkboxes label {
        cursor: default;
        display: block;
        border: 1px solid transparent;
        padding: 3px 1px
    }

        .ui-multiselect-checkboxes label input {
            position: relative;
            top: 1px
        }

    .ui-multiselect-checkboxes li {
        clear: both;
        font-size: 0.9em;
        padding-right: 3px
    }

        .ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {
            text-align: center;
            font-weight: bold;
            border-bottom: 1px solid
        }

            .ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a {
                display: block;
                padding: 3px;
                margin: 1px 0;
                text-decoration: none
            }
