/*@charset "utf-8";*/

body {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
}

.spacer {
    clear: none;
    height: 10px;
    font-size: 0;
    line-height: 0;
    display: block;
}


#container {
    margin: 0 10px;
    padding: 0;
    text-align: left;
}

/* ---- HEADER ----- */
#header {
    border-bottom: 2px solid #dfeaf4;
    text-align: left;
}

    #header img {
        margin: 10px 20px 10px 0;
        border: 0;
        float: left;
    }

    #header h1 {
        margin: 20px 0 0 0;
        padding: 5px;
        font: bold 16px Arial;
        color: #0038A8;
        text-align: left;
        float: left;
    }

    #header p {
        margin: 0;
        padding: 0 0 4px 0;
        font: bold 12px Arial;
        color: #000;
        float: right;
        display: block;
        clear: right;
    }

        #header p a {
            color: #970102;
            text-decoration: none;
        }

/* ---- LEFT SIDE / NAVIGATION ----- */
#left {
    margin: 0;
    padding: 5px 0 0 0;
    width: 180px;
    float: left;
}

    #left ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        #left ul li {
            margin: 0 0 2px 0;
            padding: 4px 0 4px 10px;
            display: block;
            background-color: #dfeaf4;
            font: bold 12px Verdana;
            min-height: 18px;
        }

        /*	#left ul li:hover {
			background-color: #5b89b5;
			color: #fff;
		}*/

        /*.ForHover Added by Vinod---2015-04-30*/
        #left ul .ForHover:hover {
            background-color: #5b89b5;
            color: #fff;
        }

        #left ul li a {
            color: #3b6cac;
            text-decoration: none;
            display: block;
            top: 0px;
            left: 0px;
        }

            #left ul li a:hover {
                color: #fff;
                text-decoration: none;
            }

.current,
.current a {
    background-color: #19558d !important;
    color: #fff !important;
}




/* ---- RIGHT SIDE / MAIN CONTENT ----- */
#right {
    margin: 0 0 0 200px;
    padding: 5px 0 0 0;
    /*display: table;*/
    font-family: Arial;
    /*float: left;*/
    position: relative;
}

    #right h1 {
        margin: 0;
        padding: 0 0 10px 0;
        font: bold 18px Arial;
        text-align: left;
        color: #19558d;
    }

    #right h2 {
        margin: 0;
        padding: 10px 0;
        font: bold 14px Arial;
        text-align: left;
        color: #8f8f8f;
    }

h2.report {
    color: #8a0000 !important;
}

#right DIV {
    padding: 0 0 5px 0;
}

    #right DIV INPUT[type=image] {
        margin: 3px 0 0 0;
        float: left;
    }

.radiotable {
    POSITION: relative;
    DISPLAY: inline;
    TOP: 0;
    float: left;
    margin: 0 10px 0 5px;
    left: 0px;
}

    .radiotable td {
        margin: 0;
        padding: 0;
    }

.align {
    width: 155px;
    display: block;
    float: left;
    padding-top: 2px;
}

.note {
    font: normal 12px Arial !important;
    color: #666 !important;
    text-align: left;
}

.bignote {
    font: normal 14px Arial !important;
    /*	color: #666 !important; */
    text-align: left;
}

.spanradio {
    TEXT-ALIGN: left;
    padding: 6px 0 0 0;
    margin: 0;
    BACKGROUND-COLOR: #fff;
    FONT: bold 13px Arial;
}

.calendar {
    float: left;
    padding: 0 20px 0 0;
}

.generic-table {
    background-color: #808080;
    text-transform: uppercase;
}

    .generic-table th {
        color: #19558d;
        font: bold 14px Arial;
        text-align: left;
        background-color: #fff;
        padding-left: 5px;
    }

    .generic-table td {
        color: #000;
        font: normal 12px Arial;
        background-color: #fff;
    }


.generic-table-detail {
    background-color: none;
    width: 100%;
}

    .generic-table-detail th {
        color: #19558d;
        font: bold 14px Arial;
        text-align: left;
        background-color: #fff;
    }

    .generic-table-detail td {
        color: #000;
        font: normal 14px Arial;
        text-align: left;
        background-color: #fff;
    }

        .generic-table-detail td input[type=text],
        .generic-table-detail td input[type=password] {
            font: 14px Arial;
            color: #000;
            padding: 2px;
            width: 200px;
        }

.smalltextbox {
    width: 50px !important;
}

.graytable {
    background-color: Gray;
    font: normal 13px Arial;
    color: White;
    text-align: left;
}

.right {
    text-align: right !important;
}

.left {
    text-align: left !important;
}

.floatright {
    float: right;
}

.floatleft {
    float: left;
}

.button-blue {
    margin: 5px 5px 5px 0;
    padding: 6px;
    font: bold 12px Arial;
    color: #fff;
    text-align: center;
    background-color: #0038A8;
    border: none;
}

.button-blue-fix {
    margin: 5px 5px 5px 0;
    padding: 6px;
    font: bold 12px Arial;
    color: #fff;
    text-align: center;
    background-color: #0038A8;
    border: none;
    width: 200px;
}

.button-blue-fs {
    margin: 0 0 0 20px;
    padding: 6px;
    font: bold 12px Arial;
    color: #fff;
    text-align: center;
    background-color: #0038A8;
    border: none;
}

.button-blue-fs-inline {
    margin: 0 5px 0 0;
    padding: 6px;
    font: bold 12px Arial;
    color: #fff;
    text-align: center;
    background-color: #0038A8;
    border: none;
}

.fs-inline {
    margin: 0 0 10px 20px;
}

.div-fs {
    text-align: center;
    width: 720px;
}

    .div-fs p {
        color: #19558D;
        text-align: center;
        font: bold 14px Arial;
    }

    .div-fs .h1 {
        font: bold 22px Arial;
        padding: 10px 0 5px 0;
        text-transform: uppercase;
    }

    .div-fs .h2 {
        text-align: center;
        font: bold 16px Arial;
        padding: 10px 0 5px 0;
    }


.required {
    color: #f00 !important;
}

.red {
    color: #f00 !important;
}

.green {
    color: #008000 !important;
}

.strong {
    font-weight: bold !important;
}

p {
    margin: 4px 0;
    padding: 0;
    font: normal 12px Arial;
    color: #000;
    text-align: left;
}

label {
    font: normal 12px Arial;
    color: #000;
    text-align: left;
}

input[type=radio],
input[type=checkbox] {
    position: relative;
    top: 2px;
    *top: 0;
}

input[type=text] {
    text-transform: uppercase;
}

select {
    font: normal 12px Arial;
    color: #000;
    padding: 2px;
    text-transform: uppercase;
}

.roleDetails {
    padding-left: 20px !important;
}

fieldset {
    margin: 10px 0;
    border: 1px solid #808080;
}

legend {
    margin: 0;
    padding: 0;
    font: bold 14px Arial;
    text-align: left;
    color: #8f8f8f;
}

.table-general input[type=text] {
    text-transform: none;
}

/* ERROR MESSAGE */

.lblError {
    margin: 0 0 10px 0;
    padding: 5px;
    display: block;
    font: bold 14px Arial;
    color: #f00;
    /*background-color: #ddc4bb; */
    text-transform: uppercase;
}


.fs {
    width: 100%;
    margin: 0;
    font: normal 13px Arial;
    background: #dfeaf4;
}

.footer {
    margin: 60px 0 0 0;
    padding: 10px;
    border-top: 2px solid #dfeaf4;
}

    .footer p {
        margin: 0 auto;
        padding: 10px;
        font: bold 12px Arial;
        color: #000;
        text-align: center;
    }

.gridPager td {
    border-color: #ffffff;
    border-bottom-color: #8F8F8F;
}

.gridPager a,
.gridPager span {
    font-size: 14px;
}


/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 25px;
}

    /* Hide default HTML checkbox */
    .switch input {
        display: none;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 5px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #4CAF50;
}

input:focus + .slider {
    box-shadow: 0 0 1px #4CAF50;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.btn-red {
    background-color: #da5550;
    border-color: #da5550;
    color: #fff;
}

.btn-lg {
    margin-bottom:10px;
    padding: 7px 14px;
    /*color: #000;*/
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
	cursor:pointer;
}
