﻿

header, footer, nav, section
{
    display: block;
}

#Paging li
{
    list-style:none;
    display:inline-block;
}

/* login page 
-----------------------------------------------------------*/
#loginForm
{
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 100%;
}

    #loginForm .validation-error
    {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul
    {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li
    {
        /*display: inline;*/
        list-style: none;
        margin: 0;
    }

    #loginForm input
    {
        width: 250px;
    }

        #loginForm input[type="checkbox"],
        #loginForm input[type="submit"],
        #loginForm input[type="button"],
        #loginForm button
        {
            width: auto;
        }


/* Styles for basic Reports
-----------------------------------------------------------*/
/* reports */

.subjAdjust
{ 
    margin-left: 15%;
}

.boxReportTable .Headeralign
{
    align-content: center;
}

div .boxReportTable table
{
    border: 2px solid;
    border-collapse: collapse;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
}

    div .boxReportTable table th
    {
        border: 1px solid;
        background-color:  #2a2a2a;
        color: white;
        padding: 10px;
    }

    div .boxReportTable table td
    {
        border: 1px solid;
        padding: 10px;
    }

.HeaderReport
{
    color: darkblue;
    font-family: Verdana;
    font-size: medium;
}

/* Styles for basic forms
-----------------------------------------------------------*/
/* forms */

section .boxField fieldset
{
    border: 2px solid;
    width: 50%;
    margin: auto;
}

    section .boxField fieldset legend
    {
        display: block;
        font-weight: 600;
        font-size: .85em;
        font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;

    }


fieldset
{
    border: none;
    margin: 0;
    padding: 0;
    font-size:small;
}

    fieldset legend
    {
        display: block;
    }

    fieldset ol
    {
        padding: 0;
        list-style: none;
    }

        fieldset ol li
        {
            padding-bottom: 10px;
        }

label
{
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

    label.checkbox
    {
        display: inline;
    }

input, textarea
{
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}

textarea
{
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus
    {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"]
{
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button
{
    background-color: #d3dce0;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    padding: 7px;
    margin-right: 8px;
    width: auto;
}

td input[type="submit"],
td input[type="button"],
td button
{
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid
{
    display: none;
}

input.input-validation-error
{
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error
{
    border: 0 none;
}

.validation-summary-errors
{
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for basic forms
-----------------------------------------------------------*/
/* forms */

 .MenuNoDecor
 {
    color: lightblue;
    font-weight: 600;
    text-decoration: none;
 }

ul .verticalMenu
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}


.verticalMenu li
{
    /*display: block;*/
    padding-bottom: 8px;
    /*padding:0 10px;*/
}

    .verticalMenu li a
    {
        color: lightcyan;
        font-weight: 600;
        text-decoration: none;
    }

        .verticalMenu li a:hover
        {
            color: greenyellow;
            font-weight: 800;
        }


        .verticalMenu li a::selection
        {
            color: red;
            font-weight: 900;
        }

.LeftMenu
{
    background-color: #2a2a2a;
    height: auto;
    float: left;
    color: white;
    font-weight: bold;
    font-size:small;
    padding-bottom: 1px;
    padding-left: 10px;
    text-align: left;
}


@media (min-width: 768px) 
{
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight:bold;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}


/*   My CSS Starts Here   
------------------------------------------- */

 

body
{
    background-color: black; /*99CCFF*/
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
        /*font-family: 'open sans';*/

}

.wrapper
{
    min-height: 700px;
    max-height: 100%;
}

.menuWrapper
{
    margin-top: 2%;
    min-height: 350px;
    max-height: 100%;
    width: 230px;
}

.MasterCommon
{
    height: 100%;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.MasterCommonFull
{
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


.HeadContentFull
{
    background-color: white;
    font-size: medium;
    font-family: Arial;
    width:100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    vertical-align: bottom;
    padding-bottom: 5px;
    padding-left: 20px;

}

.HeadContent
{
    background-color: white;
    font-size: medium;
    font-family: Arial;
    align-content: center;
    vertical-align: bottom;
    padding-bottom: 5px;
    padding-left: 20px;

}


.HeaderText
{
    color:black;
        font-family: "Segoe UI";
        font-weight:400;
}

.TopBar
{
    background-color: black;
    height: 3px;
    color: white;
    padding-bottom: 1px;
}

.BodyContent
{    
    background-color: white;
    color: black;
    align-content: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}


.FootContent
{
    background-color: black;
    color: white;
    font-size: small;
}

.float-right
{
    float: none;
}

.HeaderFilter
{
    color: darkblue;
    font-family: Verdana;
}

.home
{
    color:darkblue;
    float:left;
    padding-top:3px;
    padding-left:20px;
    text-decoration:none;
    font-size:medium;
    font-weight:600;
}

.logout
{
    color:darkblue;
    float:right;
    padding-top:3px;
    padding-right:20px;
    text-decoration:none;
    font-size:medium;
    font-weight:600;
}

.rightlink
{
    color:blue;
    float:right;
    padding-right:20px;
    font-weight:700;
}


.backgroundcarousel__image 
{
        width: 100%;
        height: 100%;
        opacity: 0.2;
        float:left;
}


/*.megamenu {
    position: fixed;
    height: 5.5em;
    top: 3em;
    background: darkblue;
    width: 100%;
    z-index: 10;
    -webkit-transition: height 0.2s ease;
    -moz-transition: height 0.2s ease;
    transition: height 0.2s ease;
}

.megamenu__menu {
    background: #0066CC;
}*/

/*fieldset {

    font-size:small;
    color:darkblue;
}*/

ol.fsform
{
    list-style:none
}

/* Tables for Views */

.tableheadrow{
    background-color:#808080; 
    font-size:medium;
    align-content:center;
    font-weight:500;
    border:1px solid black;
    color:white;
}
.BoxTableBlack {
	margin:0px;padding:0px;
	width:100%;

	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.BoxTableBlack table{
    border-collapse: collapse;
        border-spacing: 0;
        	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
	width:90%;
	height:100%;
	margin:0px;padding:0px;
    margin-left:auto;margin-right:auto;
}.BoxTableBlack tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.BoxTableBlack table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.BoxTableBlack table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.BoxTableBlack tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.BoxTableBlack tr:hover td{
     background-color:aliceblue;	
}
.BoxTableBlack tr:nth-child(odd){ background-color:#e5e5e5; }
.BoxTableBlack tr:nth-child(even)    { background-color:#ffffff; }.BoxTableBlack td{
	vertical-align:middle;
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:11px;
	font-family:Verdana;
	font-weight:normal;
	color:#000000;
}.BoxTableBlack tr:last-child td{
	border-width:0px 1px 0px 0px;
}.BoxTableBlack tr td:last-child{
	border-width:0px 0px 1px 0px;
}.BoxTableBlack tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.BoxTableBlack tr:first-child td{
		background:-o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");	background: -o-linear-gradient(top,#cccccc,b2b2b2);

	background-color:#cccccc;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Verdana;
	font-weight:bold;
	color:#000000;
}
.BoxTableBlack tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");	background: -o-linear-gradient(top,#cccccc,b2b2b2);

	background-color:#cccccc;
}
.BoxTableBlack tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.BoxTableBlack tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}


/*Device Specifics*/

/*for ipad*/
@media only screen and (max-width: 1024px)  
{
    body.mobilebody
    {
        width: auto;
    }

    div.mobilediv
    {
        width: auto;
    }

    section.mobilesection
    {
        width: auto;
    }
}

/*for iphone*/
@media only screen and (min-width : 320px) and (max-width : 568px)
{
    body.mobilebody
    {
        width: 150%;
    }

    div.mobilediv
    {
        width: 150%;
    }

    section.mobilesection
    {
        width: 150%;
    }
}
 
/*samsung*/
@media only screen (min-width: 360px) and (max-width : 640px)
{
    body.mobilebody
    {
        width: 150%;
    }

    div.mobilediv
    {
        width: 150%;
    }

    section.mobilesection
    {
        width: 150%;
    }
}

