﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background-color: #635b5a;
    font-size: .75em;
    font-family: 'Open Sans',arial;
    margin: 0;
    padding: 0;
    color: #696969;
    background-image:url('../images/noisy_net.png');
    background-repeat:repeat;
    background-position: top;
    line-height: 1.42857143 !important;
}

a:link
{
    color: #034af3;
    text-decoration: none;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
    
}

#header h1
{
    font-weight: bold;
    padding: 1sspx 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#main
{
    padding: 20px;
    background-color: #fff;
    /*Imargin-bottom: 30px;*/
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
    min-height: 500px;
}

#footer
{
    color: #999;
    padding: 10px 0;
    margin: 0;
    font-size: 11px;
font-family: "Open Sans" ,Arial,Helvetica,Sans-Serif;
line-height: 20px;
font-weight: 400;
text-align: right;
}
.logo{background-image:URL(lg.gif);}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 0px;
    position: relative;
    margin: 0;
    text-align:right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}

ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1px 0;
    padding: 1em;
    border: 1px solid #CCC;
    border-radius: 5px;
}

fieldset p 
{
    margin: 0px 12px 10px 10px;
}

legend 
{
	color:#62625b;
    font-size: 1.1em;
    font-weight: 300;
    padding: 4px 4px 4px 4px;
}

/*
input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}*/

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 2px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: center;
  border: solid 1px #e8eef4; /*#e8eef4; */
  /*background-color: #1c436c ;
  color :#ffffff;*/
  background: #e6e6e6/*{bgColorDefault}*/ url(images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/;
  color :#000;
  
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
	text-align:right;
    margin-bottom:5px;/*IE-7Fix*/
}

div.headtitle
{
    display:block;
    float:left;
    text-align:left;
    padding-top:20px;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin-top:10px;
    white-space:nowrap;
    float:right;
}

#logindisplay a:link
{
    text-decoration: none;
}

#logindisplay a:visited
{
    text-decoration: none;
}

#logindisplay a:hover
{
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label,
.display-field,
.editor-field
{
    margin: 0.5em 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}
ul#css3menu1,ul#css3menu1 ul{
	margin:0;list-style:none;padding:0;background-color:#ffffff;background-repeat:repeat;border-width:0px;border-style:solid;border-color:#999999;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;}
ul#css3menu1 ul{
	display:none;position:absolute;left:0;top:100%;-moz-box-shadow:0.7px 0.7px 1px #777777;-webkit-box-shadow:0.7px 0.7px 1px #777777;box-shadow:0.7px 0.7px 1px #777777;background-color:#FFF;background-image:none;border-width:1px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;border-style:solid;border-color:#d8d9da;padding:0 9px 9px;}
ul#css3menu1 li:hover>*{
	display:block;}
ul#css3menu1 li{
	position:relative;display:block;white-space:nowrap;font-size:0;float:left;min-width:70px;border-right:1px solid #ccc}
ul#css3menu1 li:hover{
	z-index:1;}
ul#css3menu1 ul ul{
	position:absolute;left:100%;top:0;}
ul#css3menu1{
	font-size:0;z-index:999;position:relative;display:inline-block;zoom:1;padding:1px 1px 1px 0;margin-top:-25px;
	*display:inline;}
* html ul#css3menu1 li a{
	display:inline-block;}
ul#css3menu1>li{
	margin:0 0 0 2px;}
ul#css3menu1 ul>li{
	margin:1px 0 0;}
ul#css3menu1 a:active, ul#css3menu1 a:focus{
	outline-style:none;}
ul#css3menu1 a{
	display:block;vertical-align:middle;text-align:center;text-decoration:none;font: 11px Tahoma;color:#333333;cursor:pointer;padding:10px;background-color:none;/*#ece8cd*/;background-repeat:repeat;background-position:0 200px;border-width:0px;border-style:none;border-color:;}
ul#css3menu1 ul li{
	float:none;margin:9px 0 0;border-right:none;}
ul#css3menu1 ul a{
	text-align:left;padding:8px 0 0 0;background-color:#FFF;background-image:none;border-width:1px 0 0 0;border-style:solid;border-color:#D9D9D9;border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;font:11px Arial;color:#333333;text-decoration:none;}
ul#css3menu1 li:hover>a,ul#css3menu1 li a.pressed{
	background-color:#fffef9;border-style:none;color:#000000;background-position:0 100px;text-decoration:none;}
ul#css3menu1 span{
	display:block;overflow:visible;background-position:right center;background-repeat:no-repeat;padding-right:0px;}
ul#css3menu1 ul span{
	padding-right:15px;}/*background-image:url("arrowsub.gif");*/
ul#css3menu1 ul li:hover>a,ul#css3menu1 ul li a.pressed{
	background-color:#FFF;background-image:none;border-style:solid;border-color:#D9D9D9;color:#0044cc;text-decoration:none;}
ul#css3menu1 li.topfirst>a{
	border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;-webkit-border-radius:4px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;text-shadow:#d8d8d8 0px 1px 1px;}
/*ul#css3menu1 li.topfirst:hover>a,ul#css3menu1 li.topfirst a.pressed{
	text-shadow:#3d3d3d 0px -1px 1px;}
ul#css3menu1 li.topmenu>a{
	text-shadow:#d8d8d8 0px 1px 1px;}
ul#css3menu1 li.topmenu:hover>a,ul#css3menu1 li.topmenu a.pressed{
	text-shadow:#3d3d3d 0px -1px 1px;}
ul#css3menu1 li.toplast>a{
	border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;-webkit-border-radius:0;-webkit-border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;text-shadow:#d8d8d8 0px 1px 1px;}
ul#css3menu1 li.toplast:hover>a,ul#css3menu1 li.toplast a.pressed{
	text-shadow:#3d3d3d 0px -1px 1px;}*/
ul#css3menu1 _>li>a{
	padding:0;}
ul#css3menu1 li.subfirst>a{
	border-width:0;border-style:none;padding:0;}
ul#css3menu1 li.subfirst:hover>a,ul#css3menu1 li.subfirst a.pressed{
	border-style:none;}
	
.mBtn{
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 1.428571429;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
border: 1px solid transparent;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
.appTitleMain{color:#ffffff;font-size:24PX; font-family:Times New Roman; letter-spacing:4PX;}
.appTitleSub{color:#cccccc;font-size:9px;  letter-spacing:1PX;padding:0;}/*font-family:Times New Roman;*/

.btn-default {
  background-repeat: repeat-x;
    text-shadow: 0 1px 0 #fff;
    border-color: #ccc;
    background-image: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
}
.btn-default:active,
.btn-default.active {
  background-color: #e6e6e6;
  border-color: #e0e0e0;
  color: #333;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
color: #333;
background-color: #ebebeb;
border-color: #adadad;
}
.search_table {border:none;width:100%}
.search_table td{border:none}

.paging a:link,
.paging a:visited {
color:#0e509e;
display:block;
text-decoration:none;
}
.paging  a:hover{
color:#888888;
}
.ptbl,.ptbl td 
{
    border:none;
}
.page-header 
{
    color: #333;
white-space: nowrap;
padding-bottom: 0px !important;
margin: 0px !important;
margin-bottom:10px !important;
border-bottom: 1px solid #eee;
}
.headtble
{
    padding: 5px;
font-size: 13px;
font-weight: bold;
color: #333333;
transition: all 0.1s ease-in;
-webkit-transition: all 0.1s ease-in 0;
}
.table-condensed td{border:none}
.topmenulast{border-right:none !important}
/**TOBBAR WARNING MESSAGE STYLE***/
.warning
{
    background-color: #d9534f;
    border-color: #c43d3d;
}
.message
{
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    background-size: 40px 40px;
    -moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
    -webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
    box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
    width: 100%;
    color: #fff;
    padding: 15px;
    position: fixed;
    _position: absolute;
    text-shadow: 0 1px 0 rgba(0,0,0,.5);
    -webkit-animation: animate-bg 5s linear infinite;
    -moz-animation: animate-bg 5s linear infinite;
    opacity: 0.8;
}
.LoginContent
{
    font: 8pt Arial, Verdana;
    padding-left: 20px;
    z-index: 1001;
}
/**TOBBAR WARNING MESSAGE STYLE***/


    .page-header h1
    {
        padding: 0;
        margin: 0;
        font-size: 18px;
        font-weight: lighter;
        color: #2679b5;
        font-family: "Open Sans" , "Helvetica Neue" ,Helvetica,Arial,sans-serif;
    }
    .stats
    {
        list-style: none;
        overflow: hidden;
        text-align: right;
        margin: 0px;
        padding: 0px;
        min-height: 63px;
    }
    .stats .stat:first-child
    {
        border-left: none;
    }
    .stats .stat
    {
        height: 100%;
        float: left;
    }
    .col-md-3
    {
        width: 30%;
    }
    .col-md-5
    {
        width: 50%;
    }
    .stats .stat .value
    {
        font-size: 110%;
        color: #428bca;
    }
    b, strong
    {
        font-weight: bold;
    }
    .textleft
    {
        text-align: left;
    }
    .textright
    {
        text-align: right;
    }
    .dvborder
    {
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        padding: 10px;
    }
    #ui-datepicker-div { display: none; }
     #Background
        {
            position: fixed;
            top: 0px;
            bottom: 0px;
            left: 0px;
            right: 0px;
            background-color: Gray;
            filter: alpha(opacity=40);
            opacity: 0.4;
            z-index: 9998;
        }
        
        #Progress
        {
            position: fixed;
            top: 50%;
            left: 40%;
            width: 300px;
            height: 50px;
            text-align: center;
            background-color: #fff;
            border: solid 2px #455560;
            margin: 0 auto;
            padding: 15px;
            border-radius: 6px;
            z-index: 9999;
        }
        input[type=text]::-ms-clear {display: none;}

.brand img { width:80%;width:180px;height:60px;}
.brandclient {padding-left:10px;padding-top:10px}
.brandclient img { width:60%;width:280px;height:55px;}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}
.logotitle
{
    display:block;
    float:left;
    text-align:left;
    padding-top:10px;
}
.brandComp img {
width: 60%;
}
.ui-autocomplete
        {
            max-height: 250px;
            overflow-y: auto;
            overflow-x: hidden;
        }
        * html .ui-autocomplete
        {
            height: expression( this.scrollHeight > 250 ? "250px" : "auto" ); /* sets max-height for IE */
        }

.datepicker { width:185px;}
.ui-datepicker-trigger {cursor:pointer;}