﻿@import url(controls.css);
@import url(forms.css);
@import url(navigation.css);
/*@import url(bootstrap.css); */ /*04.23.2024 Oscar Magana added line  */
/*@import url(bootstrap.min.css); */ /*04.23.2024 Oscar Magana added line  */

@font-face {
    font-family: 'SansationBold';
    src: url('sansation_bold-webfont.eot');
    src: url('sansation_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('sansation_bold-webfont.woff') format('woff'),
         url('sansation_bold-webfont.ttf') format('truetype'),
         url('sansation_bold-webfont.svg#SansationBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 20px;
    font-family: Verdana, sans-serif;
    color: #333333;    
}


/* ----------------------------------------------Generalise-------------------------------------*/

#header, #topbar, #homepage, #breadcrumb, #container, #maincontent, #footer, #copyright {
	position: relative;
	margin: 0 auto 0;
	display: block;
	width: 960px;
	}

img {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
}

.clear {
    clear: both;
}

a {
    color: #007AC2;
}

/* 04.18.2024 Oscar Magana added it*/
a:hover {
    color: red;
}

a:visited {
    color: #007AC2;
}

ul {
    list-style-type: none;
    padding-left: 0;
}

table {
    border: none;
}

/* --------------------------------- Header --------------------------------------- */
#header {
    padding: 20px 0;
    z-index: 1000;
}

#header #logo {
    display: block;
    float: left;
    width: 300px;
    overflow: hidden;
    height: 100px;
}

#header #logo h1, #header #logo p {
	margin:0;
	padding:0;
	line-height:normal;
}

#header #logo h1 {
    font-size: 36px;
    text-transform: uppercase;
}
    
#header h1 a {
    color: #EF3E42;
    background-color: #000000;
}

#header #userInfo {    
    float: right;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: gray;
}

#header #userInfo #description {
    height: 30px;
}

#header #userInfo {
    float: right;    
}


/* ----------------------------------------------BreadCrumb-------------------------------------*/

#breadcrumb {
    padding: 0;
}

#breadcrumb ul {
	margin:0;
	padding:0;
	list-style:none;
}

#breadcrumb ul li {
    display: inline;
}

#breadcrumb ul li.current a {
    text-decoration: underline;
}

#breadcrumb ul li a:hover {
    text-decoration: underline;
    color: red;
}

/* -------------------------------- Content ------------------------------------------ */
#container {
    padding: 20px 0;
}

 #container h1 {
     margin: 0 0 15px 0;
     padding: 0 0 8px 0;
     border-bottom: 1px solid #e7e6e6;
 }


/* -------------------------------- Main content --------------------------------------*/
#maincontent {
    padding: 5px 20px 5px 20px;
}

.space10px {
    margin-top: 5px;
    margin-bottom: 5px;
}

.space {	
    margin-left: auto;
	margin-right: auto;
    margin-top: 18px;
}

.space50px {
    margin-top: 25px;    
    margin-bottom: 25px;
}

.space100px {
    margin-top: 50px;
    margin-bottom: 50px;
}

.space150px {
    margin-top: 75px;
    margin-bottom: 75px;
}

.space300px {
    margin-top: 150px;
    margin-bottom: 150px;
}

.padding10px {
    padding-top: 10px;
    margin-top: 10px;
}

/* -------------------------------- Menu Bar --------------------------------------*/
div.menuBar {
    background-color: #0e1f2e;
    /*background-color: #007cc6;*/
    /*background-color:#3a4f63;*/
    /*background-color: #498bc4;*/
    width: 100%;
    height: auto;
    padding: 0px 0px 0px 0px;
    /* Oscar Magana added lines */
    /*-moz-border-radius: 1em 1em 0em 0em;
    border-radius: 1em 1em 0em 0em;   
    -webkit-border-radius: 1em 1em 0em 0em; */
    /*background-image: -ms-linear-gradient(bottom, #4195d3 50%, #007cc6 100%); */ /* for IE 10 */
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4195d3', endColorstr='#007cc6'); */ /* for IE 9 and older */
    /*background-image: -moz-linear-gradient(50% 100%, #4195d3, #007cc6); */ /* for Firefox 3.6+ */
    /*background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, from(#4195d3), to(#007cc6)); */ /* for webkid browsers */
}

div.menu {
    padding: 0px 0px 0px 0px;
}

div.menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    width: auto;
    }

/*div.menu ul li a, div.menu ul li a:visited*/
div.menu ul li a {
    /*background-color: #498bc4; */
    background-color: #0e1f2e;
    /*border: 1px #006dae solid;*/
    border: 1px #0e1f2e solid;
    border-right: none;
    color: white;
    display: block;
    line-height: 1.0em;
    padding: 12px 15px;
    text-decoration: none;
    white-space: nowrap;
    font-size: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    width: auto;
    text-align: center;
    /* background-image: -ms-linear-gradient(bottom, #4195d3 50%, #007cc6 100%); */ /* for IE 10 */
    /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4195d3', endColorstr='#007cc6'); */ /* for IE 9 and older */
    /* background-image: -moz-linear-gradient(50% 100%, #4195d3, #007cc6); */ /* for Firefox 3.6+ */
    /* background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, from(#4195d3), to(#007cc6)); */ /* for webkid browsers */
}

div.menu ul li:last-child {
    /*border-right: 1px #006dae solid;*/
}

div.menu ul li a:hover {
    /* background-color: White; */
    background-color: #eeeeee;
    color: red;
    /*background-color: #bfcbd6;
color: #465c71;*/
    text-decoration: none;
    /* Oscar magana added */
    /*background-image: -ms-linear-gradient(bottom, #FFFFFF 50%, #c3c3c3 100%); */ /* for IE 10 */
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c3c3c3', endColorstr='#ffffff'); */ /* for IE 9 and older */
    /* background-image: -moz-linear-gradient(50% 100%, white, silver); */ /* for Firefox 3.6+ */
    /*background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, from(white), to(silver)); */ /* for webkid browsers */
}

div.menu ul li a:active
{    
    background-color: Red;
    /*background-color: #465c71;*/
    color: #cfdbe6;
    text-decoration: none;
}

/* 04.18.2024 Oscar Magana added it. */
select {
    padding: 3px;
    margin: 0;
    font-weight: bold;    

    /*-webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    background: #f8f8f8;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;*/
}

/* 04.18.2024 Oscar Magana added it */
select option {
    font-weight: bold;
}

.subMenu {
    /*width: 175px !important; */
    width: auto !important;
    text-align: left !important;
    border-right: solid 1px #006dae !important;
    border-top: none !important;
    /*margin-left: -85px;*/ /* display submenu on the menu's right side */
}


#header #logo h1 {
	font-size:36px;
	text-transform:uppercase;
}

#header h1 a {
	color:#EF3E42;
	background-color:#000000;
}

.generalContent {
    padding: 10px;    
}

/* --------------------------------- Wrapper ---------------------------------------*/
div.wrapper {
    display: block;
    width: 100%;
    margin: 0;
    text-align: left;    
}

div.wrapper h1 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
    font-family: "SansationBold", Times, serif;
    color: #007AC2;
}

div.wrapper h2 {
	margin:0;
	padding:0;
	font-size:18px;
	font-weight:normal;
	line-height:normal;
	font-family:"SansationBold", Times, serif;
	/*color: #666;*/
    color: navy;
}	

div.wrapper h3 {
	margin:0;
	padding:0;
	font-size:16px;
	font-weight:normal;
	line-height:normal;
	font-family:"SansationBold", Times, serif;
	color: #666;
	}

.col2, .col2 a {
    font-weight: normal;
    line-height: normal;
    font-family: "SansationBold", Times, serif;
    font-size: 14px;
    /*color: #5F5F5F;*/
    color: black;
    background-color: #FFFFFF;
}

.col3 {
    color: #777777;
    background-color: #FFFFFF;
}

.col4 {
    color: #ffffff;
    /*background-color: #666666;*/
    background-color: #0e1f2e;
    position: relative;
}

.col4 a {
    color: #ffffff;
    background-color: #0e1f2e;
}


/* -------------------------------------------- Content ------------------------------------ */
#content {
    display: block;
    float: left;
    width: 650px;
    /*height: 500px;*/
}


/* --------------------------------------------- Column ----------------------------------- */
#column {
    display: block;
    float: right;
    width: 250px;
}


/* ---------------------------------------------- Messages -------------------------------- */
.message {
    /*background-color: #ffff97;*/
    background-color: #ecf2f9;
    /*background-color: #dae6f3; darker*/
    /*background-color: #bed3eb;*/
    color: #000000;
    padding: 10px 10px 10px 10px;
    border: none;
    font-size: 14px;    
}

.errorMessage {
    background-color: #ffff97;
    color: red;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 10px 10px 10px;
    margin: 0 0 10px 0;
}

.warningMessage
{
    background-color: #ffff97;
    color: #000000;
    padding: 10px 10px 10px 10px;
    border: none;
}

.borderBlue {
    border: solid 1px #007cc6;
}

/* ----------------------------------------------Footer-------------------------------------*/

#footer {
    background-color: #0e1f2e;
    height: 75px;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
    position: relative;
    float: none;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #ccc;
    /*color: #999;	*/
}

.hiddencol
{

    display:none;
    width:0; 
}

/* ----------------------------------------------Data Grids-----------------------------------*/
.dataGrid {
    font-weight: bold;
    font-size: 12px !important;
    border-bottom: 1px solid Gray !important; 
}

/* 04.19.2024 Oscar added section */
.dataGridPager {
    font-weight: bold;
    font-size: 14px !important;
    background-color: silver;
    color: navy;
}
.dataGridPager a:hover {
    color: red;
}
/* 04.19.2024 - end of section */

/* ---------------------------------------------- password strength indicators -----------------------------------*/
    .TextIndicator_txtPassword_Strength1 {
    background-color: #ff7d7d;    
}

.TextIndicator_txtPassword_Strength2 {
    background-color: #fdc180;
}

.TextIndicator_txtPassword_Strength3 {
    background-color: #f5fc81;
}

.TextIndicator_txtPassword_Strength4 {
    background-color: #f5fc81;
}

.TextIndicator_txtPassword_Strength5 {
        background-color: #00ff00;
}

/* ---------------------------------------------- arrow image for menu items on the right -----------------------------------*/

.my_list{
	width: 250px;
	padding: 0 5px 5px 5px;
	border: 0px;
	float: none;
	/*color: #666;*/
}

    .my_list a {
        display: block;
        padding: 1px 0;
        /*color:#666;*/
        text-decoration: none;
        background-color: #f9f9f9; /*use if your sprite is NOT setup vertically, so you can "hide" the li element's  repeating background*/
        color: #141d4f;        
        font-weight:bold;
    }

.my_list a:hover {
    padding: 1px 0;
	color:#EF3E42;
}

.my_list li {
	list-style:none;
	padding: 0 0 0 12px;
	background-image: url(../images/sprite.png);
	background-position: -8px 0px;
	color:#666;
}

.my_list li:hover {    
	background: url(../images/sprite.png) -8px 24px /*repeat-y <-- use if your sprite is setup vertically*/;
    
}

.links a {
	width: 175px;
	padding: 0 0 0 0;
	border: 0px;    

	display:block;
	text-decoration:none;	
	
    background-image: url(../images/sprite.png);
	background-position: -8px -2px;
    background-repeat: no-repeat;	
}

.links a:hover {
	color: #EF3E42;
	background: url(../images/sprite.png); /*-8px 24px; /*repeat-y <-- use if your sprite is setup vertically*/
    background-position: -8px -26px; 
    background-repeat: no-repeat;
}

/* 12.13.2017 Oscar Magana added section */
.modal
{
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}
.center
{
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 130px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}
.center img
{
    height: 128px;
    width: 128px;
}
/* 12.13.2017 - end of section */

/* 04.16.2024 Oscar Magana added section */
.blackFont {    
    font-size: medium;
    color: black;
}

.whiteFont {    
    font-size: medium;
    color: white;
}

.blueBackground {
    background-color: #0e1f2e;
}

.titleFont {
    color: #141d4f;
    font-weight: bold;
}

.backgroundRow {   
    vertical-align: top;
    height:auto;
}
/* 04.16.2024 - end of section */

/*
@media screen and (max-width: 700px) and (min-width: 520px) {
    body {
        background: red;
    }
}*/