
/* COMMON */

body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #000000 !important ;
    /*background-color: #f2f4f8;*/
    overflow: hidden;
}

input[type="checkbox"] {
    color: #788288 !important;
    font-weight: normal !important;
}

input[type=text], input[type=password], select {
    padding: 5px 12px !important;
    padding-left: 1px;
    margin-left: 1px;
    margin-right: 1px;
    margin-bottom: 0px;
    border-color: #d2dae1;
    border-bottom-color: #cbd5dd;
    border: 1px solid #d2dae1;
    box-shadow: 0 1px 1px rgba(90,90,90,0.1);
    /*width:150px;*/
}


p, font, TD, div, select, input[type=text], li {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #000000 !important;
}


#divwrapper {
    background-color: transparent;
    height: 100%;
    width: 100%;
}


/* CONTENT */

.content {
    width: 95.5%;
    overflow: hidden !important;
    background-color: transparent;
    color: #788288;
    vertical-align: top;
    /*	float:left;*/
}

.contentPanel {
    display: inline-block;
    /*border:solid 1px #ccc;*/
    width: 100%;
    overflow: hidden !important;
    /*background-color:#f2f4f8;*/
}

/**************   Tittle Bar CSS    *********************/
#divtitle {
    width: 100%;
    background-color: #ffffff;
    border-bottom: solid 2px #e9edf4;
    /*box-shadow: 0 5px 5px rgba(0,0,0,0.05), 0 5px 5px rgba(0,0,0,0.05);
    z-index: 10000;*/
}

    #divtitle table {
        width: 100%;
        height: 100%;
        background-color: transparent;
    }

        #divtitle table tr td:first-child {
            width: 10%;
            background-color: transparent;
            text-align: left;
        }

            #divtitle table tr td:first-child + td {
                width: 40%;
                text-align: left;
                padding-left: 25px;
            }

                #divtitle table tr td:first-child + td + td + td {
             width: 25% !important ; 
            white-space: nowrap;
                    text-align: left !important;
                    padding-left: 15px !important;
                    background-color: #f7f8fb;
               
                }

        #divtitle table tr td:last-child {
            width: 4%;
            background-color: #f7f8fb;
            text-align: left;
            
        }

        #divtitle table tr td:first-child + td + td + td /* for ie8 support*/ {
            width: 4%;
            text-align: left;
            background-color: #f7f8fb;
        }

.list-logo i {
    font-size: 25px;
    width: 30px;
    vertical-align: middle;
    margin: 0;
    text-align: left;
    -webkit-transition: font-size .2s;
    transition: font-size .2s;
}

.list-logo div {
    line-height: 40px;
    white-space: nowrap;
    font-size: 24px;
}

    .list-logo div span {
        white-space: nowrap;
        font-size: 11px;
    }

    .list-logo div:hover i {
        font-size: 36px;
    }

.icon-logo .col {
    float: left;
    line-height: 35px;
    white-space: nowrap;
    font-size: 13px;
    padding-right: 5px;
}

    .icon-logo .col a {
        padding: 20px;
        padding-left: 10px;
        padding-bottom: 12px;
        line-height: 35px;
        font-size: 13px;
        position: relative;
        color: #3c4144;
    }

        .icon-logo .col a:hover, a:active {
            background-color: #f7f8fb;
        }

.icon-logo i {
    font-size: 13px;
    width: 18px;
    vertical-align: middle;
    margin: 0;
    text-align: left;
    -webkit-transition: font-size .2s;
    transition: font-size .2s;
}

.icon-logo div:hover i {
    font-size: 20px;
}

/**************   Tittle Bar CSS  END  *********************/
#divbody {
    overflow: hidden;
}

#divQuickLinks {
    width: 4%;
    background-color: #e9edf4;
    float: left;
    z-index: 999;
}

    #divQuickLinks ul li {
        text-align: center;
        height: 50px;
        padding-top: 10px;
        color: #8287a9;
        font-size: 17px/1.2em;
        -webkit-transition: font-size .2s;
        transition: font-size .2s;
        /*-webkit-transition-property : height;
        transition-property : height;*/
        position: relative;
    }

        #divQuickLinks ul li a {
            color: #8287a9;
        }

        #divQuickLinks ul li p {
            display: none;
            font-size: 10px;
        }

        #divQuickLinks ul li:hover p {
            display: block;
            color: #ffffff !important;
            font-size: 11.5px;
            opacity: 1;
            transition-delay: 0s;
        }



        #divQuickLinks ul li:hover {
            background-color: #2796de;
            /*background-color: #4f499f;*/
            color: #ffffff;
            font-size: 21px;
            height: 70px;
            cursor: pointer;
            padding-top: 0px;
        }

            #divQuickLinks ul li:hover a {
                color: #ffffff !important;
            }


#divfooter {
    margin: 0px;
    width: 100%;
    background-color: #ffffff !important;
    border-top: 1px solid #ccc;
}

    #divfooter table {
        width: 100%;
        background-color: transparent;
    }

        #divfooter table td {
            width: 33%;
            text-align: center;
            background-color: transparent;
        }

        #divfooter table tr td:first-child {
            padding-left: 10px;
            text-align: left;
        }

        #divfooter table tr td:last-child {
            padding-right: 10px;
            text-align: right;
        }

            #divfooter table tr td:last-child img {
                height: 40px;
                width: 160px;
            }

        #divfooter table tr td:first-child + td + td /*last child doesnt work in ie8 so this is the hack if fixed columns are there*/ {
            padding-right: 10px;
            text-align: right;
        }

            #divfooter table tr td:first-child + td + td img {
                height: 40px;
                width: 160px;
            }

/************************************ Master Page CSS Conmplete ***************************************/

/************************************ Login Page CSS Start ********************************************/
#loginDiv {
    width: 30%;
    height: 50%;
    margin-top: 50px;
    margin-bottom: 100px;
    background-color: #ffffff;
    /*box-shadow: 0 5px 5px rgba(0,0,0,0.05), 0 5px 5px rgba(0,0,0,0.05);*/
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .panel table tr td {
        padding: 5px;
    }
}

.imgico {
    height: 20px;
    width: 20px;
}

.panel table tr td div {
    text-align: left;
    padding: 5px;
}

.divHeading {
    text-align: left;
    border: 1px solid #f1f1f1;
}

    .divHeading img {
        border: 0;
    }

    .divHeading table {
        width: 100%;
    }

.grddata {
    FONT-WEIGHT: bolder;
    FONT-SIZE: 9pt;
    COLOR: black;
    FONT-FAMILY: Tohama,Verdana;
    HEIGHT: 20px;
    border: solid 1px #A7967E;
}

.grdalternatedata {
    FONT-WEIGHT: bolder;
    FONT-SIZE: 9pt;
    COLOR: black;
    FONT-FAMILY: Tohama,Verdana;
    HEIGHT: 20px;
    border: solid 1px #6394CE;
    background-image: url(../Images/simpletd.png);
    background-repeat: repeat-x;
}

.subheading {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d9d9d9');
    color: #716D6D;
    font: bold 11px Verdana, Arial, Helvetica, sans-serif;
    TEXT-ALIGN: center;
}

.txtheading {
    color: #788288 !important ;
    font: bold 11px Verdana, Arial, Helvetica, sans-serif;
    TEXT-ALIGN: left;
    margin: 10px;
}

.txtdata {
    TEXT-ALIGN: left;
    margin: 10px;
}

.smallDiv {
    color: #716D6D;
    font: normal 10px/1.9em Verdana, Arial, Helvetica, sans-serif;
}

    .smallDiv select {
        color: #716D6D;
        font: normal 11px/.9em Verdana, Arial, Helvetica, sans-serif;
    }

.txtdatasmall {
    color: #716D6D;
    font: normal 10px Verdana, Arial, Helvetica, sans-serif;
    TEXT-ALIGN: left;
}

.txtright {
    /*color: #716D6D;*/
    font: bold 11px Verdana, Arial, Helvetica, sans-serif;
    text-align: right !important;
}

.tdmain1 {
    margin: 5px 10px 10px 3px;
    color: White;
    background-color: Black;
    background-color: Transparent;
    border: 1px solid black;
    border-radius: 15px;
    behavior: url(border-radius.htc);
}

.Tab {
    background: transparent;
    color: Black;
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
    cursor: pointer;
    padding: 5px;
    padding-left: 15px !important;
}

.TabClick {
    background-color: White;
    cursor: pointer;
    padding: 5px;
    padding-left: 15px !important;
    border: solid 1px #CCC;
    border-bottom: none;
    height: 15px;
    font-weight: bold;
}





.Higlight {
    background-color: #dfdfdf;
}

    .Higlight span {
        color: #716D6D;
        font: normal 11px Verdana, Arial, Helvetica, sans-serif;
        TEXT-ALIGN: left;
    }

.Hide {
    display: none;
}

.Show {
    display: block;
}

.anch {
    cursor: pointer;
    color: Black;
}

    .anch:hover {
        color: #b9251a;
        text-decoration: underline;
    }

    .anch:visited {
        font: normal 11px Verdana, Arial, Helvetica, sans-serif;
        COLOR: #006989;
    }

.disText {
    color: #b9251a;
}

    .disText span {
        color: #b9251a;
        font-weight: bolder;
    }

        .disText span:hover {
            color: Red;
            font-weight: bolder;
        }

.Gdiv {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d9d9d9');
    color: #716D6D;
    text-align: left;
    width: 18%;
    float: left;
    overflow: auto;
}

    .Gdiv ul li {
        color: #b9251a;
    }

        .Gdiv ul li span {
            color: #716D6D;
            font: bold 11px Verdana, Arial, Helvetica, sans-serif;
            font-style: italic;
        }

            .Gdiv ul li span:hover {
                color: #b9251a;
                font: bold 11px Verdana, Arial, Helvetica, sans-serif;
                font-style: italic;
            }

.Pane {
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d9d9d9');
    background: -webkit-gradient(linear, left top, left bottom,from(#f2f4f8), to(#e9edf4));
    background: -moz-linear-gradient(top, #ffffff, #d9d9d9);*/
    background-color: #ffffff;
    display: inline-block;
    /*color: #716D6D !important;*/
    text-align: left;
    width: 18%;
    height: 60%;
    float: left;
    overflow: auto;
}

.Smenu {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d9d9d9');
    background: -webkit-gradient(linear, left top, left bottom,from(#ffffff), to(#d9d9d9));
    background: -moz-linear-gradient(top, #ffffff, #d9d9d9);
    cursor: pointer;
    text-align: left;
    padding: 3px 5px 5px 11px;
    background-color: #b9251a;
    height: 12px;
    border: solid 1px #CCC;
    width: 90%;
    /* easy rounded corners for modern browsers */
}

    .Smenu:hover {
        color: #b9251a;
        text-decoration: underline;
    }

.SelectedMenu {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d9d9d9');
    background: -webkit-gradient(linear, left top, left bottom,from(#ffffff), to(#d9d9d9));
    background: -moz-linear-gradient(top, #ffffff, #d9d9d9);
    text-align: left;
    padding: 3px 5px 5px 11px;
    height: 12px;
    color: #b9251a;
    border: solid 1px #CCC;
    width: 90%;
    /* easy rounded corners for modern browsers */
}


.Theading {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d9d9d9');
    background: -webkit-gradient(linear, left top, left bottom,from(#ffffff), to(#d9d9d9));
    background: -moz-linear-gradient(top, #ffffff, #d9d9d9);
    border-bottom: solid 1px #dfdfdf;
    vertical-align: top;
    text-align: left;
    padding-left: 30px;
}

.AllBorder {
    border: solid 1px #CCC;
    border-top: none;
}

.LBorder {
    border-left: dotted px black;
    text-align: left;
}

.BTBorder {
    border-bottom: dotted 1px black;
    color: #716D6D;
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

.RBorder {
    border-right: dotted 1px black;
    display: block;
}



.bigBox {
    /*height:20px;
	font-size:9pt;*/
}


.Cbutton {
    border: solid 0px #dfdfdf !important;
    border-width: 1px;
    cursor: pointer;
    font-weight: bold;
    padding: 10px !important;
    text-align: center;
    width: auto;
    clear: left;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    white-space: nowrap;
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfb6ad', endColorstr='#bfb6ad');
    background: -webkit-gradient(linear, left top, left bottom,from(#4f499f), to(#4f499f));
    background: -moz-linear-gradient(top, #bfb6ad, #bfb6ad);*/
    background-color: #2796de;
    border-radius: 3px;
    color: #ffffff;
    margin-right: 10px;
}

    .Cbutton:hover {
        background-color: #0db5b6;
        text-decoration: underline;
        color: #ffffff;
    }

.controls {
    float: right;
    vertical-align: top;
}

    .controls span {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d9d9d9');
        background: -webkit-gradient(linear, left top, left bottom,from(#ffffff), to(#d9d9d9));
        background: -moz-linear-gradient(top, #ffffff, #d9d9d9);
        border: 1px solid #CCC !important;
        border: 1px solid;
        text-align: center;
        display: block !important;
        float: left !important;
        width: 40px !important;
        height: 25px;
        margin-right: 5px;
        padding: 2px 2px 2px 2px;
        cursor: pointer !important;
    }

        .controls span:hover {
            border: 1px solid #b9251a !important;
            cursor: pointer !important;
        }

        .controls span img {
            height: 25px;
            width: 25px;
        }

.Bigcontrols {
    vertical-align: top;
    padding: 10px;
}

    .Bigcontrols span {
        /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d9d9d9');
        background: -webkit-gradient(linear, left top, left bottom,from(#ffffff), to(#d9d9d9));
        background: -moz-linear-gradient(top, #ffffff, #d9d9d9);*/
        /*background-color:#e9edf4;*/
        display: block !important;
        float: left !important;
        width: 150px;
        height: 100px;
        margin-right: 20px;
        padding: 2px 2px 2px 2px;
        cursor: pointer !important;
    }

        .Bigcontrols span:hover {
            border: 1px solid #e3e8ed !important;
            cursor: pointer !important;
        }

        .Bigcontrols span img {
            height: 70px;
            width: 70px;
        }

        .Bigcontrols span input[type=image] {
            height: 70px;
            width: 70px;
        }


.Smallcontrols {
    vertical-align: top;
    padding: 10px;
}

    .Smallcontrols span {
        /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d9d9d9');
        background: -webkit-gradient(linear, left top, left bottom,from(#ffffff), to(#d9d9d9));
        background: -moz-linear-gradient(top, #ffffff, #d9d9d9);*/
        /*background-color:#e9edf4;*/
        display: block !important;
        float: left !important;
        width: 130px;
        height: 90px;
        margin-right: 10px;
        padding: 2px 2px 2px 2px;
        cursor: pointer !important;
    }

        .Smallcontrols span:hover {
            border: 1px solid #e3e8ed !important;
            cursor: pointer !important;
        }

        .Smallcontrols span img {
            height: 50px;
            width: 50px;
        }

        .Smallcontrols span input[type=image] {
            height: 50px;
            width: 50px;
        }



.grdDiv {
    background-color: #f1f1f1;
    width: 90%;
    height: auto;
}

.myTable {
    background-color: #f9fafc;
    white-space: nowrap;

}

    .myTable tr {
        background-color: #ffffff;
        text-align: left;
        border: solid 1px #eaeef1;
        width: auto;
        white-space: nowrap;
    }

        .myTable tr td {
            padding: 5px;
            text-align: left;
            width: auto;
            border-bottom: solid 1px #eaeef1;
            white-space: nowrap;
            font-size: 11.5px/0.9em;
            word-wrap: break-word;
            /*font-size: 8px/1.2em;*/
        }

    .myTable .nopadding tr td {
        text-align: left;
        width: auto;
        border-bottom: solid 1px #eaeef1;
        padding: 0px;
        text-wrap: none !important;
    }

    .myTable .header th {
        background-color: #f9fafc;
        border-right: solid 1px #eaeef1;
        color: #788288 !important ;
        text-align: left !important;
        padding: 10px;
        padding-top: 8px;
        padding-bottom: 8px;
        white-space: nowrap;
    }


    .myTable tr:hover {
        background-color: #f9fafc;
        color: #716D6D;
        text-align: left;
        width: auto;
        text-wrap: none !important;
    }

    .myTable .noHover tr:hover {
        background-color: WHITE;
        color: #716D6D;
        text-align: left;
        border: solid 1px #dfdfdf;
        width: auto;
        text-wrap: none !important;
    }

    .myTable tr.noHover {
        background-color: WHITE;
        color: black;
        text-align: left;
        width: auto;
        text-wrap: none !important;
    }

    .myTable tr.RowClick td {
        background-color: #f0f0f0;
        color: black;
        text-wrap: none !important;
    }

    .myTable .toolstrip td {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d9d9d9');
        background: -webkit-gradient(linear, left top, left bottom,from(#ffffff), to(#d9d9d9));
        background: -moz-linear-gradient(top, #ffffff, #d9d9d9);
        display: inline-block;
        border: solid 1px #CCC;
    }

    .myTable .pgr {
        border: solid 1px #CCC;
    }

        .myTable .pgr table {
            text-align: center;
            margin: 5px 0;
        }

        .myTable .pgr td {
            text-align: center;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d9d9d9') !important;
            padding: 0px 6px;
            font: bold 11px Verdana, Arial, Helvetica, sans-serif;
            color: #b9251a;
            text-decoration: underline;
            line-height: 15px;
            height: 20px;
            border-bottom: solid 1px #cccccc;
            border-right: solid 1px #cccccc;
            white-space: nowrap;
        }

        .myTable .pgr a {
            font: normal 11px Verdana, Arial, Helvetica, sans-serif;
            color: black;
            text-decoration: none;
            padding: 5px;
        }

            .myTable .pgr a:hover,
            .myTable .pgr a:hover:active {
                color: #8287a9;
                text-decoration: underline;
            }

.toolstrip {
    display: inline-block;
    border-bottom: dotted 1px #CCC;
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

    .toolstrip div {
        font: normal 11px Verdana, Arial, Helvetica, sans-serif;
        padding-right: 15px;
    }

    .toolstrip .smallIco {
        float: left;
        margin: 2px;
        padding: 3px 3px 3px 3px;
        text-align: center;
        font: normal 11px Verdana, Arial, Helvetica, sans-serif;
        cursor: pointer;
        border: solid 1px #eeeeee;
    }

        .toolstrip .smallIco img {
            height: 20px;
            width: 20px;
        }

        .toolstrip .smallIco input[type=image] {
            height: 20px;
            width: 20px;
        }

        .toolstrip .smallIco:hover {
            margin: 2px;
            border: solid 1px #b9251a;
            padding: 3px 3px 3px 3px;
        }



* {
    margin: 0;
    padding: 0;
}

.navdd {
    text-align: center;
    display: inline-block;
    width: 100%;
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfd', endColorstr='#fcfcfd');
    background: -webkit-gradient(linear, left top, left bottom,from(#fcfcfd), to(#fcfcfd));
    background: -moz-linear-gradient(top, #fcfcfd, #fcfcfd);*/
    background-color: #e9edf4;
}


a {
    text-decoration: none;
    /*color: #ffffff;*/
}

    a:hover {
        text-decoration: underline;
    }

.navdd ul {
    list-style: none;
    background-color: transparent;
    top: 10px;
}

    .navdd ul.dropdown {
        position: relative;
    }

        .navdd ul.dropdown li {
            display: inline-block;
            zoom: 1;
            background: transparent;
            padding-right: 10px;
            padding-left: 5px;
            padding-bottom: 3px;
            padding-bottom: 3px;
        }

            .navdd ul.dropdown li i {
                margin-top: 7px !important;
                vertical-align: bottom !important;
                float: left;
                -webkit-transition: font-size .2s;
                transition: font-size .2s;
                /*color: #8287a9;*/
                color: #8287a9;
            }

            .navdd ul.dropdown li span {
                vertical-align: middle !important;
                float: left;
                 font-weight: bolder !important ;
                  font-size: 13px;
            }

            .navdd ul.dropdown li ul li span {
                padding-left: 15px;
                padding-top: 2px;
                float: left;
                margin-top: -32px !important;
                color: #788288 !important;
               
            }

            .navdd ul.dropdown li ul li i {
                margin-top: 7px !important;
                vertical-align: bottom !important;
                float: left;
                -webkit-transition: font-size .2s;
                transition: font-size .2s;
            }

            .navdd ul.dropdown li ul {
                border-top: 2px solid #ccc;
                border-right: 1px solid #ccc;
                box-shadow: 0 5px 15px rgba(0,0,0,0.5), 0 5px 0 rgba(0,0,0,0.05);
            }

            .navdd ul.dropdown li a {
                display: inline-block;
                padding: 9px 10px;
                padding-top: 2px;
                padding-bottom: 2px;
                text-align: left;
                /*font-weight: 500;*/
                color: #788288 !important;
            }



ul.dropdown li:hover, ul.dropdown li ul li:hover {
    /*background-color: #2796de;*/
    background-color: #2796de;
    position: relative;
    left: 0;
    z-index: 1000000;
}

ul.dropdown li ul li ul li span a {
    /*background-color:pink;*/
    color: #788288 !important;
}

.navdd ul.dropdown li:hover a {
    color: #ffffff !important; /*For Top menu hover*/
    font-weight: bolder;
    margin-top: 5px;
    /*font-size:14px;
                opacity:1;*/
}

.navdd ul.dropdown li:hover > i {
    color: #ffffff !important;
    font-size: 20px;
    opacity: 1;
    margin-top: -10px;
}

.navdd ul.dropdown li:hover > ul {
    color: #788288 !important;
    padding-bottom: 0px !important;
    font-size: 13px;
    font-weight: normal;
}


.navdd ul.dropdown li > ul > li:hover span {
    color: #ffffff !important;
    font-weight: bolder;
    margin-top: -35px !important;
}

.navdd ul.dropdown li > ul > li:hover li span {
    color: #788288 !important;
  margin-top: -28px !important;
}

.navdd ul.dropdown li > ul > li > ul > li:hover span {
    color: #ffffff !important;
  margin-top: -28px !important;
}

.navdd ul.dropdown li > ul > li > ul > li:hover i {
    color: #ffffff !important;
  font-size: 18px;
}

.navdd ul.dropdown li > ul > li:hover li i {
    color: #788288 !important;
    vertical-align: top !important;
    float: left;
    -webkit-transition: font-size .2s;
    transition: font-size .2s;
    font-size: 13px;
    margin-top: 3px !important;
}

.navdd ul.dropdown li ul {
    color: #788288 !important;
    /*font-size: 18px;*/
    opacity: 1;
}

    .navdd ul.dropdown li ul li:hover i {
        color: #ffffff !important;
        font-size: 18px;
        opacity: 1;
    }


/* 
	LEVEL TWO
*/
.navdd ul.dropdown ul {
    width: 220px;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: -1px;
}

    .navdd ul.dropdown ul li {
        font-weight: normal;
        background-color: #f2f4f8;
        color: #788288 !important;
        width: 220px;
        float: none;
    }



        /* IE 6 & 7 Needs Inline Block */
        .navdd ul.dropdown ul li a {
            border-right: none;
            color: #788288 !important;
            width: 100%;
            display: inline-block;
            padding: 0px;
            padding-bottom: 2px;
            padding-left: 10px !important;
        }

/* 
	LEVEL THREE
*/
.navdd .dropdown ul ul {
    left: 100%;
    top: 0;
}

    .navdd .dropdown ul ul ul li {
        font-weight: normal;
        background-color: #f2f4f8;
        color: #788288 !important;
        width: 220px;
        float: none;
    }


.navdd ul.dropdown li:hover > ul {
    visibility: visible;
}

.divLicense {
    background-color: #FFFFFF;
    width: 98%;
    text-align: left;
    margin-top: 2%;
    padding-left: 15px;
    padding-top: 15px;
    border: solid 1px #ccc;
}

    .divLicense .LIcDiv {
        text-align: left;
        width: 90%;
        -moz-box-shadow: 0 0 15px 15px #f9f9f9;
        -webkit-box-shadow: 0 0 15px 15px #f9f9f9;
        box-shadow: 0 0 15px 15px #f9f9f9;
    }

.tblShadow {
    -moz-box-shadow: 0 0 15px 15px #f9f9f9;
    -webkit-box-shadow: 0 0 15px 15px #f9f9f9;
    box-shadow: 0 0 5px 2px #f9f9f9;
    border-right-style: outset;
    border-bottom-style: outset;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: red;
    border-width: 5px;
    border-color: #f9f9f9;
}

.dashtable {
    width: 100%;
}

    .dashtable .filter td {
        border-bottom: 1px solid transparent;
        border-color: #e3e8ed;
        text-wrap: none;
    }

    .dashtable tr th {
        background: #f7f8f9;
        padding: 10px 15px;
        border-bottom: 1px solid transparent;
        border-color: #e3e8ed;
        font-family: Arial;
        font-weight: bold;
        font-size: 12px;
        text-wrap: avoid;
        color: #716D6D;
    }

    .dashtable tr td {
        padding: 8px;
        text-align: left;
    }

.dashdiv {
    padding-bottom: 5px;
    border-collapse: separate;
    border: 1px solid transparent;
    border-color: #e3e8ed;
    height: 400px;
    /*width:100px;*/
}

.directortable {
    width: 100%;
}

    .directortable .filter td {
        border-bottom: 1px solid transparent;
        border-color: #e3e8ed;
        text-wrap: none;
    }

    .directortable tr th {
        background: #f7f8f9;
        padding: 10px 15px;
        border-bottom: 1px solid transparent;
        border-color: #e3e8ed;
        font-family: Arial;
        font-weight: bold;
        /*font-size: 11.5px;*/
        text-wrap: avoid;
        color: #716D6D;
    }

    .directortable tr td {
        padding: 3px;
        text-align: left;
        padding-left: 30px;
        font-family: Arial;
        font-size: 13px;
    }

.directordiv {
    padding-bottom: 20px;
    border-collapse: separate;
    border: 1px solid transparent;
    border-color: #e3e8ed;
    height: auto;
    overflow: auto;
    width: 99%;
}

.hotspot {
    padding-bottom: 1px;
    cursor: pointer;
}

#tt {
    position: absolute;
    display: block;
    background: url(../images/tt_left.gif) top left no-repeat;
}

#tttop {
    display: block;
    height: 5px;
    margin-left: 5px;
    background: url(../images/tt_top.gif) top right no-repeat;
    overflow: hidden;
}

#ttcont {
    display: block;
    padding: 2px 11px 3px 7px;
    margin-left: 5px;
    background: #666;
    color: #FFF;
}

#ttbot {
    display: block;
    height: 5px;
    margin-left: 5px;
    background: url(../images/tt_bottom.gif) top right no-repeat;
    overflow: hidden;
}

.text-theme {
    color: #788288 ;
}

.pad5x {
    padding: 15px;
    padding-bottom: 1px;
}

.searchtable {
    background-color: #f9fafc;
    white-space: nowrap;
}

    .searchtable tr {
        background-color: #ffffff;
        text-align: left;
        border: solid 1px #eaeef1;
        border-left: none;
        border-right: none;
        width: auto;
        white-space: nowrap;
    }

        .searchtable tr td:first-child {
            text-align: right;
            width: 30%;
        }

        .searchtable tr td {
            text-align: left;
            width: auto;
            padding: 8px !important;
            white-space: nowrap;
            /*font-size: 13px !important;*/
            /*font-size: 8px/1.2em;*/
        }


/* this is use to zoom the img start*/
.submenu_img {
    z-index: 99;
    background: #fcfaf0;
    border-radius: 1em;
    font-size: 11px;
    -webkit-transition: .6s cubic-bezier(0,1.5,.5,1);
    -moz-transition: .6s cubic-bezier(0,1.5,.5,1);
    -o-transition: .6s cubic-bezier(0,1.5,.5,1);
    transition: .6s cubic-bezier(0,1.5,.5,1);
}

    .submenu_img:hover, .submenu_img:focus {
        z-index: 999;
        border-color: #5e5223;
        background: #e0d8b7;
        border-width: 1px;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -ms-transform: scale(2.5);
        transform: scale(2.5);
    }

    .submenu_img ol {
        margin: 0;
        padding: 0 0 0 0px;
    }

.spin {
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    border: none;
}

    .spin:hover, .spin:focus {
        -webkit-transform: rotate(720deg) scale(2.5);
        -moz-transform: rotate(720deg) scale(2.5);
        -o-transform: rotate(720deg) scale(2.5);
        -ms-transform: rotate(720deg) scale(2.5);
        transform: rotate(720deg) scale(2.5);
    }

.totop {
    position: absolute;
    position: fixed;
    bottom: 1em;
    right: 1em;
    width: 40px;
    text-align: right;
    font-size: 11px;
}

    .totop:before {
        content: "\25B2";
    }

    .totop:link, .totop:visited {
        text-decoration: none;
    }

* html .totop {
    display: none;
}

.box {
    margin: 0 0 .5em 0;
    padding: 0;
    border: 2px solid #666;
    background-color: #dedede;
}

.divleft .divcontent {
    display: inline-block;
    padding-top: 10px;
}

.divleft .divheader {
    display: inline-block;
    width: 100%;
    /*background-color:#ccc;*/
}

.divleft .divcontent .divlabel {
    float: left;
    /*background-color:#ccc;*/
    min-width: 60px;
    text-align: right;
    padding-right: 5px;
}

.divleft .divcontent .divvalue {
    float: left;
    text-align: left;
}

/*This Class is Used For If field is Mandatorey and those field is blank then its color is red.*/
.MandatoryField {
    border-color: red !important;
}
/*end*/


/* ***********Image SlideShow*************/
.slideshow { 
    /*margin: 50px auto;*/ 
    position: relative; 
    width: auto; 
    height: auto; 
    padding: 10px; 
    box-shadow: 0 0 20px rgba(0,0,0,0.4); 
}

.slideshow > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}
/* ***********Image SlideShow*************/

        #divldr {
            padding-top: 300px;
            position: fixed;
            z-index: 999;
            height: 100%;
            width: 100%;
            top: 0;
            background-color: Black;
            filter: alpha(opacity=60);
            opacity: 0.4;
            -moz-opacity: 0.8;
        }
