﻿ @font-face {
            font-family: Basic;
            src: url('Fonts/Basic-Regular.ttf');
}

 html {
     font-family:Basic;
 }

body {
    /*'#b5c7de'*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E4E4E4', endColorstr='#C7C7C7'); 
    background: -moz-linear-gradient(50% 100%, #C7C7C7 20%, #E4E4E4 100%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, 0 100%, 0 20%, from(#E4E4E4), to(#C7C7C7));
    background: -ms-linear-gradient(top, #E4E4E4, #C7C7C7); IE10*/
    background-color: #fff;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    max-width: none;
    min-width: 750px;
}

.bodyLogin {
    /*'#b5c7de'*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E4E4E4', endColorstr='#C7C7C7'); 
    background: -moz-linear-gradient(50% 100%, #C7C7C7 20%, #E4E4E4 100%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, 0 100%, 0 20%, from(#E4E4E4), to(#C7C7C7));
    background: -ms-linear-gradient(top, #E4E4E4, #C7C7C7); IE10*/
    background-color: #fff;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-image: url("images/mira.gif");
    background-size: cover;
    margin: 0 !important;
    max-width: none;
    min-width: 750px;
}

.alternatingrow {
    background-color: white;
    color: #284775;
    text-align: center;
}

.header {
    background-color: #5D7B9D;
    font-weight: bold;
    color: white;
    text-align:center;
    height:40px;
    padding:5px;
}

.header > th {
    text-align:center;
}

.row {
    background-color: #F7F6F3;
    color: #333333;
    text-align: center;
}

.rowLeft {
    background-color: #F7F6F3;
    color: #333333;
    text-align: left;
}

.footer {
    background-color: #5D7B9D;
    color: white;
    text-align: center;
}

.pager {
    background-color: #284775;
    align-content: center;
    color: White;
}

.selectedrow {
    background-color: #E2DED6;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

.content {
    float:left;
    width:87%;
    background-color: #EDE7D2;
    padding: 3%;
    box-shadow: 3px 3px 7px #000;
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 3px 4px #000;
    margin: 0 auto;
    overflow:auto;
}

.ReportContent {
    float:left;
    width:100%;
    background-color: #ededed;
    padding: 3%;
    -webkit-box-shadow: 0px 0px 54px -12px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 54px -12px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 54px -12px rgba(0,0,0,0.75);
    margin: 0 auto;
    overflow:auto;
}

.CenterReportContent {
    float: left;
    width: 100%;
    background-color: #ededed;
    padding: 3%;
    -webkit-box-shadow: 0px 0px 54px -12px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 54px -12px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 54px -12px rgba(0,0,0,0.75);
    margin: 0 auto;
    overflow: auto;
    vertical-align: central;
}

    .CenterReportContent th {
        text-align: center;
    }

.leftMenu {
    position:absolute;
    float:left;
    width:140px;
    background-color:#fff;/*#073D68;*/
    height:auto;
	margin: 0;
	padding: 0;
    left:0;
    border-radius:2px;
    margin-top: 0px;
    font-size:12px;
}

.leftMenu:hover {
    margin-left:0;
}

.leftMenu li {
    margin: 0;
	padding: 0;
    list-style: none;
    width:100%;
}

.leftMenu ul li a {
    background-color:#fff; /*#073D68;*/
	border-bottom: 1px solid #efefef;
	color: #000;
	display: block;
	margin: 0;
	padding: 9px 18px;
	text-decoration: none;
	font-weight:normal;
    background-image: url("Images/bullet.png");
    background-repeat: no-repeat;
    background-position-x:left;
    background-position-y:center;
    text-align:left;
    width:100%;
    /*
    color:#fff;
    height:25px;
    padding:15px 5px 5px 15px;
    width:180px;*/
}

.leftMenu ul li a:hover {
    background: #1070AD;
	color: #fff;
	padding-bottom: 9px;
    background-image: url("Images/bullet_white.png");
    background-repeat: no-repeat;
    background-position-x:left;
    background-position-y:center;
    text-align:left;  
    width:100%;
    /*background: #1070AD url('Images/leftMenuHover.png') left center no-repeat;*/
}

.openLeftMenu {
    width: 2px; 
    float: left;
    position:fixed;
    margin-left:-1px;
    max-height:none;
    height:100%;
}

.pageMiddle {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 0px;
    position: fixed;
}


.pageFooter {
    bottom: 20px;
    width: 100%;
    height: 10px;
    margin: 0 auto;
    text-align: center;
    padding-top: 0px;
    position: fixed;
    opacity:0.7;
}

.button {
    display: inline-block;
    padding: 6px 15px;
    background: #073763 repeat-x;
    background: -moz-linear-gradient(#3d85c6, #073763);
    background: -o-linear-gradient(#3d85c6, #073763);
    background: -webkit-linear-gradient(#3d85c6, #073763);
    background: linear-gradient(#3d85c6, #073763);
    border-radius: 3px;
    border: none;
    color: #eee;
    font-size:15px;
    text-align: center;
    text-shadow: 0px 0px 0 #000;
    cursor:pointer;
}

.gvRowButton {
    display: inline-block;
    padding: 0px 21px;
    background: #073763 repeat-x;
    background: -moz-linear-gradient(#3d85c6, #073763);
    background: -o-linear-gradient(#3d85c6, #073763);
    background: -webkit-linear-gradient(#3d85c6, #073763);
    background: linear-gradient(#3d85c6, #073763);
    border-radius: 3px;
    border: none;
    color: #eee;
    font-size:14px;
    text-align: center;
    text-shadow: 0px 0px 0 #000;
    font-weight:bold;
    cursor:pointer;
}

.gvSilRowButton {
    display: inline-block;
    padding: 0px 8px;
    background: #073763 repeat-x;
    background: -moz-linear-gradient(#3d85c6, #073763);
    background: -o-linear-gradient(#3d85c6, #073763);
    background: -webkit-linear-gradient(#3d85c6, #073763);
    background: linear-gradient(#3d85c6, #073763);
    border-radius: 3px;
    border: none;
    color: #eee;
    font-size: 12px;
    text-align: center;
    text-shadow: 0px 0px 0 #000;
    font-weight: bold;
    cursor: pointer;
}

.textBox {
    border: 1px solid lightgray;
    color: #7d7c7c;
    padding-left: 5px;
    font-size: 15px;
    border-radius: 3px/3px;
    font-family: Basic;
}

.dropdownlist {
    border: 1px solid #d5cfc1;
    color: #7d7c7c;
    padding-left: 0px;
    font-size: 15px;
    border-radius: 3px/3px;
    height: 25px;
}

.checkBoxList {
    color: #7d7c7c;
    font-size: 14px;
    border: 1px solid #d5cfc1;
    border-radius: 8px;
    font-weight: normal;
}

.checkBoxList td {
    font-weight:normal;
    padding-left:10px;
    padding-top:5px;
    width:160px;
}

.menuTextBox {
    color: #7d7c7c;
    padding: 5px;
    font-size: 15px;
    height: 20px;
    border: none;
    border-radius: 2px/2px;
}

.treeView {
    font: 8pt Tahoma;
    background-color: #fff;
    border: none;
    color: #666666;
    width: 160px;
    text-align: left;
    padding-left: 2px;
    border-radius: 2px;
}

.treeViewFrame {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    height: 450px;
    width: 750px;
    overflow: auto;
    background-color: #fff;
    border-radius: 2px;
    border:1px solid #d5cfc1;
}

.treeViewFrame2 {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    height: 600px;
    width: 95%;
    overflow: auto;
    background-color: #fff;
    border-radius: 2px;
    border:1px solid #d5cfc1;
}

.excelTable {
    width:auto;
    font-size:12px;
    background-color:#F7F6F3;
    color: #333333;
}

.lbl_subs {
    /*background-color: #404040;*/
    color: #5D7B9D;
    font-size: 15px;
    text-align: center;
    padding: 4px;
    width:100% !important;
    font-weight:bold;
}

.lbl_subs_header {
    /*background-color: #404040;*/
    color: #5D7B9D;
    font-size: 17px;
    text-align: center;
    padding: 4px;
    width:100% !important;
    font-weight:bold;
}

.gridwiev {
    padding:0;
    text-align:left;
    padding:5px;
}

.gvPager {
    color:#FFF;
    background-color:#284775;
    font-size:16px;
    height:30px;
        
}

.gvPager a {
    padding:5px;
    color:#FFF !important;
    font-size:16px;
    text-decoration:none;
}

.gvPager span {
    padding:5px;
    background-color:#5d7b9d;
    font-size:16px;
    text-decoration:none;
}

.divBorderText {
    border-bottom:1px solid #dcdcdc;
    height:32px;
    padding-top:5px;
}

.divBorder {
    border-bottom:1px solid #dcdcdc;
    height:32px;
    padding-top:3px;
}

.divUnborder {
    height:32px;
    padding-top:3px;
}

.divMidRow {
    border-bottom: 1px solid #dcdcdc;
    height: 39px;
    padding-top: 5px;
}

.divTallRow {
    border-bottom:1px solid #dcdcdc;
    height:78px;
    padding-top:5px;
}


.btnOpenTree {
    background-color:#fafafa;
    border-radius:2px;
    border:1px solid #ededed;
    -webkit-box-shadow: 0px 3px 3px #ededed;
    -moz-box-shadow: 0px 3px 3px #ededed;
    box-shadow: 0px 3px 3px #ededed;
}

.popup {
    border: 1px solid #ddd;
    width: 760px;
    height: 500px;
    padding:5px;
    display: none;
    background-color: #ddd;
    z-index: 999;
    position: fixed;
    top: 50%;
    left: 50%;
}

.modal
{
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}

.inline-cb input[type="checkbox"] {
    width: auto;
    display:inline;
    vertical-align:top;
}

.inline-cb label {
    display: inline;
    font-weight:normal;
    vertical-align:sub;
}

.inline-inputCb input[type="checkbox"] {
    width: auto;
    display:inline;
    vertical-align:sub;
}

.inline-rb input[type="radio"] {
    width: auto;
    display:inline;
    vertical-align:middle;
}

.inline-rb label {
    display: inline;
    font-weight:normal;
    vertical-align:sub;
}

.btnClose {
    background-image: url(../Images/closeBoxRed.png);
    background-repeat: no-repeat;
    border: none;
    width: 16px;
    height: 16px;
    cursor: pointer;
}