/*
  ✰✰✰✰✰✰✰✰✰✰✰✰✰✰ 

  Simple Login Form
  HTML5/CSS3 Coded by: $hekh@r d-Ziner, CSSJunction.com
  PSD by:PremiumPixels.com
  
  Uuage: Free. You can modify, remove our links and use wherever you want ☺.
  
  ✰✰✰✰✰✰✰✰✰✰✰✰✰✰✰ 
  
*/
body {
    background: #eff3f6;
    
}
.box {
    background: #fefefe;
    border-top: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: rgba(0,0,0,0.15) 0 0 2px;
    -webkit-box-shadow: rgba(0,0,0,0.15) 0 0 2px;
    box-shadow: rgba(0,0,0,0.15) 0 0 1px;
    color: #444;
    font: normal 12px/14px Arial, Helvetica, Segoe-UI;
    margin: 0 auto 30px;
    overflow: hidden;
    border-style: solid;
    border-width: 3px;
    border-color: #C3D4DB;
}
.box.login
{
  height:260px;
  width: 30%;
  position: absolute;
  left: 35%;
  right: 35%;
  top: 15%;
	
}
.boxBody
{
    background:#fefefe;
    /*border-top:1px solid #dde0e8;
    border-bottom:2px solid #dde0e8;*/
    padding:10px 20px;
}

.box footer
{
    background:#eff4f6;
    border-top:1px solid #fff;
    padding:22px 26px;
    overflow:hidden;
	height:32px;
}
.box label
{
    display:block;
    font:14px/22px Arial, Helvetica, Segoe-UI;
    margin:10px 0 0 6px;
}
.box footer label{
	float:left;
	margin:4px 0 0;
}
.box footer input[type=checkbox]{
	vertical-align:sub;
	*vertical-align:middle;
	margin-right:10px;
}
.box input[type=text],
.box input[type=password],
.txtField,
.cjComboBox {
    border: 6px solid #F7F9FA;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.06) inset, 0 0 1px #95a2a7 inset;
    -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.06) inset, 0 0 1px #95a2a7 inset;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.06) inset, 0 0 1px #95a2a7 inset;
    margin: 3px 0 4px;
    padding: 8px 6px;
    width: 95%;
    display: block;
    font: normal 12px/14px Arial, Helvetica, Segoe-UI;
}
    .box input[type=text]:focus,
    .box input[type=password]:focus,
    .txtField:focus,
    .cjComboBox:focus {
        border: 6px solid #f0f7fc;
        -moz-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.04) inset, 0 0 1px #0d6db6 inset;
        -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.04) inset, 0 0 1px #0d6db6 inset;
        box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.04) inset, 0 0 1px #0d6db6 inset;
        color: #333;
        font: normal 12px/14px Arial, Helvetica, Segoe-UI;
    }
.cjComboBox
{
    width:294px;
}
.cjComboBox.small
{
    padding:3px 2px 3px 6px;
    width:100px;
    border-width:3px !important;
}
.txtField.small
{
    padding:3px 6px;
    width:95%;
    border-width:3px !important;
}

.rLink{padding:0 6px 0 0; font-size:11px; float:right;}
.box a{color:#999;}
.box a:hover, .box a:focus{text-decoration:underline;}
.box a:active{color:#f84747;}
.btnLogin
{
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:15px;
    background:#65B738;
    background:-moz-linear-gradient(top, #59FF59, #008200);
    background:-webkit-gradient(linear, left top, left bottom, from(#badff3), to(#7acbed));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#badff3', EndColorStr='#7acbed')";
    border:1px solid #7db0cc !important;
    cursor: pointer;
    padding:11px 16px;
    font:bold 11px/14px Verdana, Tahomma, Geneva;
    text-shadow:rgba(0,0,0,0.2) 0 1px 0px; 
    color:#fff;
    -moz-box-shadow:inset rgba(255,255,255,0.6) 0 1px 1px, rgba(0,0,0,0.1) 0 1px 1px;
    -webkit-box-shadow:inset rgba(255,255,255,0.6) 0 1px 1px, rgba(0,0,0,0.1) 0 1px 1px;
    box-shadow:inset rgba(255,255,255,0.6) 0 1px 1px, rgba(0,0,0,0.1) 0 1px 1px;
    margin-left:12px;
    float:right;
	padding:7px 21px;
}

.btnLogin:hover,
.btnLogin:focus,
.btnLogin:active{
    background:#a1d8f0;
    background:-moz-linear-gradient(top, #7acbed, #badff3);
    background:-webkit-gradient(linear, left top, left bottom, from(#7acbed), to(#badff3));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#7acbed', EndColorStr='#badff3')";
}
.btnLogin:active
{
    text-shadow:rgba(0,0,0,0.3) 0 -1px 0px; 
}
footer#main{
	position:fixed;
	left:0;
	bottom:10px;
	text-align:center;
	font:normal 11px/16px Arial, Helvetica, Segoe-UI;
	width:100%;
}
.ButtonDesign {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    display: inline-block;
    padding: 6px 15px 6px 15px;
    border-radius: 6px;
    box-shadow: 0px 0px 6px #84837c;
    border: 1px solid #eaeae9;
    /*Old background color: #F51616*/
    background: -webkit-linear-gradient(rgba(42, 106, 177, 1), #2A6AB1);
    background: -o-linear-linear-gradient(rgba(42, 106, 177, 1), #2A6AB1);
    background: -moz-linear-gradient(rgba(42, 106, 177, 1), #2A6AB1);
    background: linear-gradient(rgba(42, 106, 177, 1), #2A6AB1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#F3DF69');
    border: none;
    color: White;
    font-size: medium;
    line-height: 25px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
}
    .ButtonDesign:hover {
        /*Old Color #0D7446*/
        background: -webkit-linear-gradient(rgba(92,174,56,1), #5CAE38);
        background: -o-linear-gradient(rgba(92,174,56,1), #5CAE38);
        background: -moz-linear-gradient(rgba(92,174,56,1), #5CAE38);
        background: linear-gradient(rgba(92,174,56,1), #5CAE38);
        cursor: pointer;
    }
.FontStyle
{
    font-family:Segoe-UI;
    font-size:16px;
    color:Black;
    }
    
    div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    border: 1px solid #CCCCCC;
    color: #FFFFFF;
    display: block;
    line-height: 1.35em;
    padding: 4px 10px;
    text-decoration: none;
    white-space: nowrap;
    background-repeat: repeat-x;
    height: 20px;
    font-size: 15px;
    font-weight: bold;
    background-color: #333333;
    border-radius: 6px;
    margin: 0px 4px 0px 3px;
}

div.menu ul li a:hover
{
    background-color: #747474;
    text-decoration: none;
}

div.menu ul li a.popout
{
    background-image: url('../images/arrow-down.png');
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 25px;
    background-size: 14px;
}


div.menu ul li a:active
{
    background-color: #747474;
    text-decoration: none;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    background-color: #fff; /*border: 1px solid #496077;*/
    width: auto;
    min-height: 800px;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #3399FF;
    width: 100%;
    background-image: url('../images/header1.png');
    background-repeat: repeat-x;
    height: 130px;
}

.sepratorLink
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #FFFFFF;
    width: 100%;
    background-image: url('../images/linkSeprator1.png');
    background-repeat: repeat-x;
    height: 13px;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #FFFFFF;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    min-height: 800px;
}
.temp
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
}
.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color: #3a4f63;
    width: 100%;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
    color: Blue;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}
.loginDisplay2
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.printColumn200
{
    font-weight: bold;
    text-align: left;
    font-size: medium;
    color: #000000;
    vertical-align: top;
}

.printColumn200fm
{
    font-weight: bold;
    text-align: left;
    font-size: small;
    color: #000000;
    vertical-align: top;
}


.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.7;
}


.column450
{
    width: 450px;
}
.column150
{
    width: 150px;
}
.column170
{
    width: 170px;
}
.column130
{
    width: 130px;
}
.column100
{
    width: 100px;
}
.column30
{
    width: 30px;
}
.column50
{
    width: 50px;
}
.column70
{
    width: 70px;
}

.column300
{
    width: 300px;
}
.column200
{
    width: 200px;
}

.column250
{
    width: 250px;
}

.textboxstyle
{
    border: 1px solid Black;
}

.textboxstyleRight
{
    border: 1px solid Black;
    text-align: right;
}

.left
{
    text-align: left;
}

.right
{
    text-align: right;
}

.center
{
    text-align: center;
}

.titalBg
{
    background-color: #546E96;
    color: #FFFFFF;
    font-weight: bold;
    font-size: large;
    text-align: center;
}

.titalBgOrange
{
    background-color: #FF6600;
    color: #FFFFFF;
    font-weight: bold;
    font-size: medium;
    text-align: center;
}

.topLine
{
    border-style: solid none none none;
    border-width: thin;
    border-color: #000000;
}

.bottomLine
{
    border-style: none none solid none;
    border-width: thin;
    border-color: #000000;
}

.topBottomLine
{
    border-style: solid;
    border-width: thin 1px thin 1px;
    border-color: #000000 #C0C0C0 #000000 #C0C0C0;
    width: 200px;
}

.topBottomLine1
{
}
.bottomLine
{
    border-style: none none solid none;
    border-width: thin;
    border-color: #C0C0C0;
}

.bottomLineDark
{
    border-style: none none solid none;
    border-width: thin;
    border-color: #000000;
}

.boxGrayDarkLine
{
    border-style: solid;
    border-width: thin;
    border-color: #C0C0C0 #C0C0C0 #000000 #C0C0C0;
}

.labelInfo
{
    font-size: medium;
    font-weight: bold;
}



.textBlink
{
    text-decoration: blink;
    color: #FF0000;
}
.textLoading
{
    text-decoration: blink;
    color: #FF0000;
    font-size: medium;
    font-weight: normal;
    background-color: #FFFFFF;
}

.loginBg
{
    background-image: url('../images/login_bg.png');
    background-repeat: repeat;
}
.loginform
{
    background-image: url('../images/login.jpg');
    background-repeat: no-repeat;
    height: 300px;
    width: 400px;
}

.tableGray
{
    border: thin solid #C0C0C0;
}

.boxGray
{
    border: thin solid #C0C0C0;
    font-weight: 700;
    margin-left: 40px;
}



.bgGreen
{
    background-color: #87BC26;
}
.bgGray
{
    background-color: #EAEAEA;
}
.bgWhite
{
    background-color: #FFFFFF;
}


.textStyle1
{
    font-size: medium;
    color: #333333;
}
.footerstyle
{
    font-size: x-small;
    color: #333333;
}
.textStyle2
{
    font-size: x-large;
    color: #95C43F;
}
.textStylewhite
{
    font-size: large;
    color: #FFFFFF;
    font-family: Verdana;
}

.textStule3
{
    color: #363636;
    font-size: large;
    font-family: Verdana;
}
.lableStyle1
{
    font-family: Verdana;
    font-size: 14px;
    color: #333333;
    text-decoration: none;
}


.lableStyle12
{
    font-family: Verdana;
    font-size: 11px;
    color: #333333;
    text-decoration: none;
    text-align: justify;
}
.textStyle4
{
    color: #363636;
    font-size: large;
    font-family: Verdana;
}

.textstyleTitle
{
    color: #4B4B4D;
    font-size: x-large;
    font-family: 'Times New Roman' , Times, serif;
}
.sdf
{
    background-color: #616161;
}


.MyTabStyle .ajax__tab_header
{
    font-family: Verdana;
    font-size: small;
    display: block;
    background-color: #4B4B4D;
    color: #FFFFFF;
    height: 30px;
}


.MyTabStyle .ajax__tab_header .ajax__tab_outer
{
    border-style: none solid none none;
    border-width: 1px;
    border-color: #F0F0F0;
    color: #222;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    width: auto;
    height: 30px;
}

.MyTabStyle .ajax__tab_header .ajax__tab_inner
{
    border-color: #666;
    color: #666;
    text-align: center;
    vertical-align: middle; /* padding: 3px 10px 2px 0px;*/
}
.MyTabStyle .ajax__tab_hover .ajax__tab_outer
{
    background-color: #87BC26;
}
.MyTabStyle .ajax__tab_hover .ajax__tab_inner
{
    color: #fff;
}
.MyTabStyle .ajax__tab_active .ajax__tab_outer
{
    border-bottom-color: #ffffff;
    background-color: #87BC26;
}
.MyTabStyle .ajax__tab_active .ajax__tab_inner
{
    color: #000;
    border-color: #333;
}
.MyTabStyle .ajax__tab_body
{
    font-family: verdana,tahoma,helvetica;
    font-size: 10pt;
    background-color: #fff;
    border-top-width: 0;
    border: solid 1px #d7d7d7;
    border-top-color: #ffffff;
}


.rightBorder
{
    border-right-style: solid;
    border-right-width: thin;
    border-right-color: #999999;
}

.leftBorder
{
    border-left-style: solid;
    border-left-width: thin;
    border-left-color: #999999;
}


.bgGreenrowcolor
{
    background-color: #DCECC0;
}
.bgGreenrowcolorwhite
{
    background-color: #FFFFFF;
}
.bgGridcolor
{
    background-color: #87BC26;
}

.pedingBottom
{
    margin-bottom: 5px;
}


.pnl
{
    background-color: ActiveBorder;
    border: 2px solid #ddd;
    float: left;
    font-size: 1.2em;
    position: fixed;
    top: 10%;
    left: 10%;
    z-index: 10002;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari, Chrome */
    font-family: Verdana;
    color: Black;
}

.close
{
    right: -21px;
    position: absolute;
    top: -22px;
}

.capText
{
    text-transform: capitalize;
}
.lowText
{
    text-transform: lowercase;
}
.upperText
{
    text-transform: uppercase;
}


.topBorder
{
    border-top-style: double;
    border-top-width: medium;
    border-top-color: #000000;
}

.leftBorder
{
    border-left-style: double;
    border-left-width: medium;
    border-left-color: #000000;
}
.rightBorder
{
    border-right-style: double;
    border-right-width: medium;
    border-right-color: #000000;
}
.bottomBorder
{
    border-bottom-style: double;
    border-bottom-width: medium;
    border-bottom-color: #000000;
}

.zindex
{
    z-index: 2;
    top: 100px;
    left: 40px;
    position: absolute;
}

.infoField
{
    font-size: small;
    font-weight: bold;
    text-transform: capitalize;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
}


.makeFont
{
    z-index: 2;
    position: absolute;
    top: 100;
    left: 100;
}
.makeBack
{
    z-index: 0;
    position: absolute;
}
.button
{
    background: linear-gradient(to bottom, rgba(205,235,142,1) 0%,rgba(90,160,16,1) 100%);
    color: #000000;
    font-weight: bolder;
    font-size: 12px;
    padding: 5px 10px 5px 10px;
}

.roundedCorner
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 5px;
}




/*Star CSS for Upload Travel Rates and Coverage page*/
.tbllabelcss tr td label
{
    font-weight: bold;
}
.tdheight
{
    height: 10px;
}
.ddlwidth
{
    width: 130px;
}

/*End CSS for Upload Travel Rates and Coverage page*/
/*Start Uploaded Travel Company List Style*/
.gridexcelviewstyle
{
    width: 100%;
    border: 0;
    text-align: center;
}
.gridexcelviewstyle tr td
{
    padding: 5px 0px;
}
/*end Uploaded Travel Company List Style*/
.UserLinkLogout
{
    color: Blue;
    font-size: 13px;
    font-weight: bold;
    text-decoration: underline;
}
.UserLinkLogout:hover
{
    color: Red;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}
.EnableLinkStyle
{
    color: Blue;
    text-decoration: line-through;
}
.EnableLinkStyle:hover
{
    color: Blue;
    text-decoration: line-through;
}
