﻿@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333;
}

body {
    overflow: scroll;
}

p {
}

#wrapper {
    width: 1000px;
    margin: 0 auto;
}

.floatl {
    float: left;
}

.floatr {
    float: right;
}
/**************************upper Header start**********************************/

#upper_header {
    height: 30px;
    background-color: #b2b2b2;
    /*width: 1000px;*/
    text-align: right;
}

    #upper_header h3 {
        color: #CCC;
        font-size: 12px;
        float: left;
        margin: 6px;
    }

        #upper_header h3 a {
            color: #555555;
            font-size: 12px;
            margin: 0 3px;
            text-decoration: none;
        }

#upper_header_language {
    float: left;
    margin: 2px;
}

#upper_header_help {
    float: left;
    margin: 5px 4px 2px 3px;
}

#upper_header_print {
    float: left;
    margin: 5px 10px 2px 3px;
}
/**************************upper Header Over**********************************/
/**************************Header start**********************************/

#header {
    height: auto;
    float: left;
    width: 100%;
}

#header-con {
    width: 100%;
    margin: 0 auto;
}

#header-con-text {
    float: left;
    padding: 21px 0 0 0;
}

#header-con h2 span {
    color: #005daa;
    font-size: 21px;
    margin: 30px 0 5px 20px;
}

#header-con h3 {
    color: #595959;
    font-size: 14px;
    margin: 5px 0 5px 20px;
    text-align: right;
}

#header-con-text2 {
    float: right;
    padding: 2px 0 5px 0;
    width: 42%;
}

    #header-con-text2 h2 span {
        color: #005DAA;
        font-size: 21px;
        margin: 30px 0 0;
    }

#logo {
    width: 78px;
    height: 90px;
    padding: 10px 0 0 10px;
    float: left;
}
/**************************Header Over**********************************/

/**************************Navi-Menu start**********************************/
.nav_block {
    display: block;
}

.open_nav, .close_nav {
    display: none;
}

.clear {
    clear: both;
}

.nav_label {
    font-size: 17px;
    color: #fff;
    display: none;
    float: left;
}

.global_nav {
    margin: 0;
    padding: 0;
}

    .global_nav ul {
        height: 34px;
        width: 100%;
        background-color: #005daa;
        margin: 0;
        padding: 0;
    }

        .global_nav ul li {
            float: left;
            font-size: 13px;
            position: relative;
            z-index: 10;
            list-style: none;
        }

            .global_nav ul li a {
                color: #FFF;
                padding: 9px 10px;
                display: block;
                text-decoration: none;
                border-left: 1px solid #2c78b7;
                border-right: 1px solid #00467f;
                line-height: 16px;
                /*text-transform:lowercase;*/
            }

                .global_nav ul li a:hover {
                    background-color: #00467F;
                }
/**************************Navi-Menu Over**********************************/

/**************************Banner start**********************************/
#banner {
    position: relative;
    width: 1000px;
    float: left;
}

  /*  #banner h2 {
        position: absolute;
        color: #005DAA;
        font-size: 36px;
        top: 54px;
        right: 230px;
    }*/

        #banner h2 span {
            color: #e87120;
            font-size: 36px;
        }


   /* #banner h3 {
        position: absolute;
        color: #333;
        font-size: 30px;
        top: 103px;
        right: 94px;
    }*/

  /*  #banner h4 {
        color: #666666;
        position: absolute;
        font-size: 18px;
        top: 170px;
        right: 94px;
        width: 340px;
        text-align: left;
    }*/
/**************************banner Over**********************************/

/**************************Footer start**********************************/
#footer {
    height: 44px;
    background-color: #666666;
    text-align: center;
    line-height: 44px;
    font-size: 12px;
    clear: both;
}

    #footer h3 {
        font-size: 12px;
        color: #FFF;
    }

        #footer h3 a {
            color: #c5c5c5;
            text-decoration: underline;
        }
/**************************Footer Over**********************************/
/* Circular Content Carousel Style */

.ca-wrapper {
    clear: both;
    padding: 0;
}

    .ca-wrapper h2 {
        color: #005DAA;
        font-size: 20px;
        padding: 10px 0 10px 10px;
        display: block;
        /* border-bottom: thin solid #ADC9D7;*/
    }

/*.ca-item {
    float: left;
    width: 290px;
    margin: 10px;
    background-color: #edf4fb;
    border: thin solid #99a6b4;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 10px;
    min-height: 160px;
}

    .ca-item p {
        font-family: Arial, Helvetica, sans-serifL;
        color: #333;
        font-size: 13px;
        padding: 0 7px 7px 7px;
        text-align: justify;
        line-height: 20px;
        margin: 0 0 5px 0;
        min-height: 79px;
    }
    */
    .ca-item h2 {
        color: #333333;
        font-size: 14px;
        line-height: 37px;
        padding: 0 0 0 5px;
        font-weight: bold;
    }

.ca-item_search {
    color: #FFF;
    font-size: 12px;
    line-height: 27px;
    background-image: url(/_layouts/15/images/IML.Portal/search_bg.jpg);
    background-repeat: repeat-x;
    padding: 0 10px;
    margin: 0 0 5px 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
}

.ca-item_form {
    /* padding: 10px;
    margin: 10px auto;
    background-color: #f6f6f6;
    border: thin solid #c5c5c5;
    border: 1px solid #E7E7E7;
    background: #F6F6F6;
	padding: 10px 23px;*/
    background: none repeat scroll 0 0 #F6F6F6;
    border: 1px solid #E7E7E7;
    float: left;
    padding: 10px 4px;
    width: 99%;
}

    .ca-item_form table {
        border: 0px solid #a3c8e3 !important;
    }

        .ca-item_form table tbody td {
            border: 0px solid #a3c8e3 !important;
        }

.clear {
    clear: both;
}

.field01 {
}

    .field01 label {
        margin-top: 12px;
        margin-left: 12px;
        float: left;
        width: 15%;
    }

.marl20 {
    margin-left: 0px !important;
}

.ca-item_form input, .ca-item_form select, .ca-item_form textarea {
    float: left;
    background: #FFF;
    display: block;
    margin: 5px 0;
    border: 1px solid #C8C8C8;
    padding: 3px 5px;
    width: 90%;
    outline: none;
    -webkit-box-shadow: inset 0px 2px 3px 0px rgba(18, 16, 11, 0.13);
    -moz-box-shadow: inset 0px 2px 3px 0px rgba(18, 16, 11, 0.13);
    box-shadow: inset 0px 2px 3px 0px rgba(18, 16, 11, 0.13);
}

    .ca-item_form input[type="checkbox"] {
        margin: 0 5px 0 0;
        width: auto;
    }


.ca-item_form p {
    clear: both;
    margin: 0 10px 10px 10px;
    font-style: italic;
    font-size: 10px;
}

.field01 span {
    float: left;
    padding-left: 10px;
}

.field01 p {
    clear: both;
    margin: 0 10px 10px 10px;
    font-style: italic;
    font-size: 10px;
}

.width06 {
    width: 220px !important;
}

.submit {
    width: auto !important;
    margin-left: 20px !important;
    background-color: #e16f00 !important;
    cursor: pointer !important;
    color: #FFF !important;
    padding: 7px 10px !important;
}
/* Tables */
.ca-item_table {
    margin: 0 auto 10px auto;
}

table {
    width: 100%;
    table-layout: auto;
    vertical-align: top;
    margin-bottom: 15px;
    border: 1px solid #CCCCCC;
    float: left;
}

.tabcolor table {
    border: 0px solid !important;
}

    .tabcolor table td {
        border: 0px solid !important;
    }

#DeltaPlaceHolderMain table {
    border: 0px solid !important;
}

.tabcolor th {
    color: #FFFFFF;
    background-color: #005daa;
    text-align: center;
    table-layout: auto;
    vertical-align: middle;
}

    .tabcolor th a {
        color: #fff;
        text-decoration: none;
    }

    .tabcolor th span {
        color: #fff;
        text-decoration: none;
    }

.table-thead-th {
    color: #FFFFFF;
    background-color: #666666;
    border: 1px solid #FFFFFF;
    border-collapse: collapse;
    text-align: center;
    table-layout: auto;
    vertical-align: middle;
    cursor: pointer;
}

table tbody td {
    vertical-align: top;
    border-collapse: collapse;
}

table thead th, table tbody td {
    padding: 2px 2px 2px 7px;
    border: 0px solid #a3c8e3;
}

.tab table {
    border: 1px solid #a3c8e3;
    border-collapse: collapse;
}

.tab td {
    border: 1px solid #a3c8e3;
    border-collapse: collapse;
}

.tabcolor tbody tr {
    color: #979797;
    background-color: #FFF;
}

table tbody tr.dark {
    color: #979797;
    background-color: #a3c8e3;
}

.tabcolor tbody tr:hover {
    background-color: #b0dbee;
}

table tbody td.gray {
    color: #979797;
    background-color: #E8E8E8;
    border: thin solid #FFF;
}
/* Pagination */

.pagination {
    display: block;
    width: 100%;
    text-align: center;
    clear: both;
    line-height: normal;
}

    .pagination ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .pagination li {
        display: inline;
    }

    .pagination strong {
        font-weight: normal;
    }

    .pagination .next {
        margin: 0;
    }

    .pagination a, .pagination .current strong, .pagination .splitter strong {
        display: inline-block;
        padding: 2px 4px;
        margin: 1px 2px;
    }

        .pagination a:first-child {
            margin-left: 0;
        }

    .pagination a {
        color: #999;
    }

/********** END OF STYLE.CSS *************/

/* START of the minimalect.CSS */

.minict_wrapper {
    font-family: "Segoe UI", Segoe, "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    color: #FFF !important;
    background: none;
    position: relative;
    width: 75px;
    height: 1.2rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 3px;
}

    .minict_wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .minict_wrapper:after {
        content: "\25BC";
        display: block;
        position: absolute;
        height: 15px;
        width: 15px;
        top: 0;
        right: 0;
        font-size: .6rem;
        line-height: 1.9rem;
        text-align: center;
        color: #333;
    }

    .minict_wrapper.active:after {
        content: "\25B2";
    }

    .minict_wrapper input {
        border: 0;
        outline: none;
        background: #FFF;
        font-family: "Segoe UI", Segoe, "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        color: #333;
        font-size: 1rem;
        height: 1.9rem;
        padding: 10px;
        cursor: default;
        width: 100%;
    }

    .minict_wrapper ul {
        display: none;
        list-style: none;
        padding: 0;
        margin: 0;
        position: absolute;
        width: 100%;
        border: 1px solid #e5e5e5;
        border-radius: 3px;
        top: 2rem;
        left: 0;
        max-height: 22rem;
        overflow-y: auto;
        z-index: 999999;
    }

        .minict_wrapper ul li {
            list-style: none;
            font-size: 1rem;
            padding: 0 .7rem;
            cursor: pointer;
            background: #fff;
            height: 2.2rem;
            line-height: 2rem;
        }

            .minict_wrapper ul li:hover {
                background: #fcfcfc;
                color: #111;
            }

            .minict_wrapper ul li.minict_group {
                color: #444;
                background: #f6f6f6;
                font-weight: bold;
                cursor: default;
            }

            .minict_wrapper ul li.minict_empty {
                display: none;
                background: #fff !important;
                color: #bbb;
                text-align: center;
                font-size: .9rem;
                height: 3.5rem;
                line-height: 3.3rem;
            }

            .minict_wrapper ul li.selected {
                color: #819a9a;
                background: #f9fcff;
            }

            .minict_wrapper ul li.highlighted {
                color: #fff;
                background: #819a9a;
            }

            .minict_wrapper ul li.hidden {
                display: none;
            }

    .minict_wrapper.bubble {
        <; /*-webkit-box-shadow:0 1px 3px 0 rgba(0, 0, 0, .05);
	box-shadow:0 1px 3px 0 rgba(0, 0, 0, .05);
	background:-moz-linear-gradient(top, #fff 0%, #f9f9f9 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f9f9f9));
	background:-webkit-linear-gradient(top, #fff 0%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #fff 0%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #fff 0%, #f9f9f9 100%);
	background:linear-gradient(bottom, #fff 0%, #f9f9f9 100%)*/
    }

        .minict_wrapper.bubble:hover {
            border-color: #dcdcdc;
        }

        .minict_wrapper.bubble:after {
            height: 2.05rem;
        }

        .minict_wrapper.bubble ul {
            top: 2.7rem;
            -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .25);
            box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .25);
            border-radius: 6px;
            overflow: visible;
            text-align: left;
        }

            .minict_wrapper.bubble ul:before {
                position: absolute;
                top: -11px;
                left: 19px;
                content: ".";
                color: transparent;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 0 11px 11px 11px;
                border-color: transparent transparent #e5e5e5 transparent;
            }

            .minict_wrapper.bubble ul:after {
                position: absolute;
                top: -10px;
                left: 20px;
                content: ".";
                color: transparent;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 0 10px 10px 10px;
                border-color: transparent transparent #fff transparent;
            }

            .minict_wrapper.bubble ul li.minict_first {
                border-top-left-radius: 6px;
                border-top-right-radius: 6px;
            }

            .minict_wrapper.bubble ul li.minict_last {
                border-bottom-left-radius: 6px;
                border-bottom-right-radius: 6px;
            }


/* END of the minimalect.CSS */

/* CSS added manually by Dev */

.ms-dialogHidden, #s4-titlerow {
    display: none !important;
}
/****26th feb style changes by designer**/
#contentBox {
    margin: 0 !important;
}

#s4-workspace {
    height: auto !important;
    overflow: hidden;
    position: relative;
    width: 1000px !important;
    margin: 0 auto;
}

#suiteBar {
    display: block !important;
}

#contentRow {
    padding: 0 !important;
}

#ctl00_PlaceHolderMain_UCSearchCriteria_UCSearchResult_gvSearchResult_ctl02_chkOtherLangDownload {
    margin: 0px !important;
}

.ms-input {
    width: 150px !important;
}

.IOMCustomGridPager table {
    margin: 0 auto;
    width: auto;
    text-align: center;
}

    .IOMCustomGridPager table td span {
        color: #000;
    }

    .IOMCustomGridPager table td a {
        color: #999;
    }

/*#banner h5 span {
    position: absolute;
    color: #e87120;
    font-size: 30px;
    top: 56px;
    right: 92px;
}
*/


/*By Developer*/


.submitpre {
    background-image: url(/_layouts/15/images/IML.Portal/previous.png);
    background-position: center;
    background-repeat: no-repeat;
    min-width: 1em;
}

.submitnext {
    background-image: url(/_layouts/15/images/IML.Portal/next.png);
    background-position: center;
    background-repeat: no-repeat;
    min-width: 1em;
}

.lblindex {
    padding-left: 7px !important;
}

/*11 jun****/
.search_box {
   float: left;
width: 290px;
margin: 0px;
background-color: #edf4fb;
border: thin solid #99a6b4;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
padding: 10px 10px 0px 10px;
min-height: 130px;
position: absolute;
top: 61px;
left: 680px;
}

.search_box h2{
color: #333333 !important;
font-size: 14px !important;
line-height: 20px !important;
padding: 0 !important;
font-weight: bold !important;
position: relative !important;
top: 0 !important;
right: 0px !important;
text-align: left !important;
}
    .search_box table thead th {
        text-align: left;
    }
#banner h2 {
position: absolute;
color: #005DAA;
font-size: 36px;
top: 64px;
right: 360px;
}
#banner h5 span {
position: absolute;
color: #e87120;
font-size: 30px;
top: 68px;
right: 340px;
}
#banner h3 {
position: absolute;
color: #333;
font-size: 30px;
top: 114px;
right: 320px;
width:350px !important;
text-align: center;
}
#banner h3 span {
color: #e87120;
font-size: 30px;
}

#banner h4 {
color: #666666;
position: absolute;
font-size: 18px;
top: 185px;
right: 318px;
width: 339px;
text-align: left;
}
.box_left {
    width: 33%;
    float: left;
}
.box_right {
width: 65%;
float: left;
margin: 0 0 0 9px;
text-align: justify;
padding: 10px 0 0 0;
}
.box_right p {
text-align: justify;
margin: 0 0 10px 0;
line-height: 18px;
font-size: 12px;
}
.box_right h1 {
border-bottom: 2px solid #005DAA;
padding: 0 0 2px 0 !important;
margin: 0px 0 10px 0 !important;
font-weight: bold;
}
    }
    element.style {
}
.ca-item {
    float: left;
    width: 290px;
    margin: 10px;
    background-color: #edf4fb;
    border: thin solid #99a6b4;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 10px;
    min-height: 140px;
}
.ca-item p {
font-family: Arial, Helvetica, sans-serifL;
color: #333;
font-size: 13px;
padding: 0 7px 7px 7px;
text-align: justify;
line-height: 20px;
margin: 0 0 5px 0;
min-height: 60px;
}

/***************14th july changes*/
.date_to {
float:left;
margin:8px 15px 0px 0;
}

/***********************15th july*/
input[type=submit]
{
    margin-top:10px !important;
    margin-right:12px !important;
}