
.bodylogin ::selection {
  background: #e5dd3d; /* WebKit/Blink Browsers */
}
.bodylogin ::-moz-selection {
  background: #e5dd3d; /* Gecko Browsers */
}

.bodylogincry ::selection {
  background: #dddddd; /* WebKit/Blink Browsers */
}
.bodylogincry ::-moz-selection {
  background: #dddddd; /* Gecko Browsers */
}

.bodylogin{
    background: url('../Images/bg_login.jpg') no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	    }

.bodylogincry{
    background: url('../Images/bg_logincry.jpg') no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	    }

.form-controlcry:focus {
  border-color: #999999; 
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, .6);
}

.radmenu_master{
	position: fixed;
	width: 100%;
	box-shadow: 0 0 5px #cccccc;
	z-index: 2;
}

.toyota-main-nav{
	background-color: #75000c;
	box-shadow: 0 0 5px #000000;
}


.toyota-main-nav-blue{
	background-color: #18496a;
	box-shadow: 0 0 5px #000000;
}

.toyota-main-nav-blue .navbar-nav > li > a{
	background-color: #18496a;
}

.toyota-main-nav-green{
	background-color: #018B00;
	box-shadow: 0 0 5px #000000;
}

.toyota-main-nav-green .navbar-nav > li > a{
	background-color: #018B00;
}

.toyota-main-nav-grey{
	background-color: #494745;
	box-shadow: 0 0 5px #000000;
}

.toyota-main-nav-grey .navbar-nav > li > a{
	background-color: #494745;
}

.toyota-main-nav-yellow{
	background-color: #e27316;
	box-shadow: 0 0 5px #000000;
}

.toyota-main-nav-yellow .navbar-nav > li > a{
	background-color: #e27316;
}

.toyota-main-nav-sky{
	background-color: #11a9cc;
	box-shadow: 0 0 5px #000000;
}

.toyota-main-nav-sky .navbar-nav > li > a{
	background-color: #11a9cc;
}

.toyota-main-nav-purple{
	background-color: #7e3794;
	box-shadow: 0 0 5px #000000;
}

.toyota-main-nav-purple .navbar-nav > li > a{
	background-color: #7e3794;
}

.MainMenuDefaultpage{
	margin: auto;
	margin-top: 50px;
	margin-bottom: 30px;
}

.footerDefaultpage{
 	bottom: 0;
    height: 25px;
    position: fixed;
    width: 100%;
    text-align: center;
    font-size: 11px;
    padding: 5px 0 5px 0;
    color: #fff;
    background-color: #000;
    opacity: 0.5;
    z-index:4;
}

.footerlogin{
    bottom: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 11px;
    padding: 5px 0 5px 0;
    color: #fff;
    background-color: #000;
    opacity: 0.4;
}

.footermasterpage{
	bottom: 0;
    height: 25px;
    position: fixed;
    width: 100%;
    text-align: center;
    font-size: 11px;
    padding: 5px 0 5px 0;
    color: #fff;
    background-color: #000;
    opacity: 0.4;
}

.form-signin {
    margin: 0 auto;
    max-width: 400px;
    padding: 70px 40px 70px 40px;
    background-color: #FFF;
    position: relative;
    top: 50px;
    box-shadow: 2px 2px 20px #666;
}

@media (max-width: 500px){
.form-signin {
    padding: 15px;
}

}

.h-master-lbl{
	border-bottom: 1px solid #999999;
	margin-bottom: 20px;
	padding: 0 0 5px 30px;
	color: #333333;
	font-size: 25px;
	font-weight: bold;
}

.main-lbl{
    background-color: #333333;
	margin: 15px 0 10px 0 ;
	padding: 5px 0 5px 15px;
	font-weight: bold;
	font-size: 15px;
	color: #ffffff;
}

.main-lbl-s{
	background-color: #666666;
	margin: 10px 0 10px 0 ;
	padding: 3px 0 3px 15px;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
}

.head-lbl{
	border-bottom: 1px solid #999999;
	margin-bottom: 20px;
	padding: 0 0 5px 30px;
	color: #333333;
	font-size: 25px;
	font-weight: bold;
}

.main-box{
	background-color: #f8f8f8;
	padding: 15px 50px 15px 50px;
}

.con-search{
	background-color: #fff;
	box-shadow: 0px 0px 5px #999999;
	padding: 30px;
}

.normal-lbl{
	width: 120px !important;
	text-align: right !important;
	float: left;
	font-size: 12px;
	font-weight: bold;
}

.normal-lbl-l{
	width: 190px !important;
	text-align: right !important;
	font-size: 12px;
	font-weight: bold;
}

.normal-lbl-s{
	width: 70px !important;
	text-align: right !important;
	font-size: 12px;
	font-weight: bold;
}

.normal-lbl-xs{
	width: 40px !important;
	text-align: right !important;
	font-size: 12px;
	font-weight: bold;
}

.normal-lbl-xs2l{
	width: 40px !important;
	text-align: right !important;
}

.dpk{
	max-width: 160px;
}

@media (max-width: 770px){
.normal-lbl-s{
	width: 120px !important;
}
.normal-lbl-xs{
	width: 120px !important;

}
.normal-lbl-xs2l{
	width: 190px !important;
	text-align: right !important;
}

.custom-lbl-3{
	width: 190px !important;
	text-align: right !important;
}
}

.normal-radtext{
	padding-top: 4px;
}

.normal-radtext-l{
	margin-bottom: 6px;
}

.after-text{
	padding-left: 10px;
}

.normal-btn{
	margin: 0 5px 0 5px;
}

.ul-btn{
	text-align:center;
	margin: 20px 0 0 0px;
	width: 100%;
	list-style-type:none;
	padding:0;
}

.ul-btn > li{
	display:inline-block;
	list-style-type:none;
	margin:0 2px 10px 2px;
}

.ul-add-btn{
	margin: 10px 0 10px 0;
	width: 100%;
	list-style-type:none;
}

.ul-add-btn > li{
	display:inline-block;
	list-style-type:none;
}

.ul-add-btn-GrtDt{
	margin: 5px 0 5px 0;
	width: 100%;
	list-style-type:none;
}

.ul-add-btn-GrtDt > li{
	display:inline-block;
	list-style-type:none;
}

@media(max-width: 700px){
.add-btn{
	margin: auto;
	margin: 0 0 10px 0;
}

.ul-add-btn{
	margin: 10px 0 10px -15px;
	text-align: center;
}
}

.box-cont{
	width: 100%;
}

.lbl-text-cen{
	text-align: center;
	background-color: #333333;
	padding : 2px 0 2px 0;
	margin: 2px 0 10px 0;
	font-weight: bold;
	color: #ffffff;
}

@media (max-width: 770px){
.main-lbl{
	text-align: center;
	padding-left: 0;

}
}

@media (max-width: 750px){
.remove-border-xs{
	border:none !important;
}
}

.cbo-span{
	padding-top: 1.5px;
}

.custom-lbl-1{
	width: 100% !important;
	text-align: right !important;
}

.custom-lbl-2{
	width: 340px !important;
	text-align: right !important;
}

.custom-lbl-3{
	width: 150px !important;
	text-align: right !important;
}

.test-table{
	width:100%;
	height:150px;
	background-color:#f3f3f3;
}

.test-table2{
	margin:auto;
	padding-top: 55px;
	text-align: center;
	color:#555;
	font-size:20px;
	font-weight:bold;
}

.lbl-char{
	text-align: center;
	width: 1px;
}

.input-w-l{
	max-width: 450px;
}

.input-w-m{
	max-width: 330px;
}

.input-w-s{
	max-width: 265px;
}

.input-w-xs{
	max-width: 210px;
}

.cbo-c-search{
	margin: 5px 10px 0 15px;
}

.custom-mg-grdt{
	margin: 5px 0 10px 0;
}

.visible-f{
	display: none;
}

.otbstyle tr{
	line-height: 27px;
}

body.noscroll{
    position: fixed;
    overflow: scroll;
    width: 100%;
}

span.rbSkinnedButton.RadButton_Bootstrap,
span.rbLinkButton.RadButton_Bootstrap,
span.rbVerticalButton.RadButton_Bootstrap,
span.rbDisabled.RadButton.RadButton_Bootstrap,
span.rbDisabled.RadButton.RadButton_Bootstrap:hover,
span.rbDisabled.RadButton.RadButton_Bootstrap:active,
span.rbDisabled.RadButton.RadButton_Bootstrap:focus{
  min-height: 1.3em !important;
}


.RadMenu_Bootstrap .rmGroup .rmSelected,
.RadMenu_Bootstrap .rmGroup .rmSelected:hover,
.RadMenu_Bootstrap .rmGroup .rmExpanded,
.RadMenu_Bootstrap .rmGroup .rmExpanded:hover{
	background-color: #333333 !important;
	border-color:  #333333 !important;
}

.TLT_LIST_CHECK
{ 
    margin-left: -10px; 
}

.TLT_LIST_CHECK input 
{ 
    margin-left: 10px; 
}

.TLT_LIST_CHECK td 
{ 
    padding-left: 20px; 
}

.divservername{
	position: fixed;
	top: 50%;
	background-color: #990000;
	width: 30px;
	height: 60px;
	-webkit-transition: 1s; /* For Safari 3.1 to 6.0 */
    transition: 1s;
    z-index: 9999999;
}

.divservername:hover {
    width: 60px;
    height: 60px;
}

.btnservername
{
    position:absolute;
    top:10px;
    left:-10px;
    width: 50px;
    height:30px;
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    -webkit-transition: 1s; /* For Safari 3.1 to 6.0 */
    transition: 1s;
   
}

.btnservername:hover 
{
    top:0px;
    left:0px;
    width: 60px;
    height: 60px;
    padding-top:15px;
  	-ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}


.btnTileApp{
	z-index: 3;
	margin-left:-15px;
	opacity:0;
}

.lblAppName{
	position: absolute;
	bottom: 0;
	margin: 0 5px 5px 10px;
}

.cssTileApp{
width: 90%;
height: 100%;
position: absolute; 
left: 10%;
top: 0;
margin-left:-15px;
}

#PopupMsgTimer
{
    z-index: 999999 !important;
}

#PopUpConfirm
{
     z-index: 999998 !important;
}

#PopUpAlert
{
     z-index: 999998 !important;
}

#iAlert
{
     z-index: 999998 !important;
}

#iAlertSuccess
{
     z-index: 999998 !important;
}  
