﻿.btnLogin {
  width: 90px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  font-family: Century Gothic;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  background-color: rgb(49,160,202);
  color: #f1eded;
  border: none;
  border-radius: 8px;
  margin-top: 10px;
}

.btnLogin:hover {
    color: rgb(200,200,200);
}

.textboxLogin{
    width:180px;
    height: 20px;
    border: 2px solid #7092BE;
    border-radius: 5px;
    text-indent: 5px;
    margin-bottom: 6px;
    margin-left: 10px;
    color: rgb(105,105,105);
    font-weight: bold;
    font-size: 14px;
    font-family: Century Gothic;
}

.labelLogin{
    color: rgb(105,105,105);
    font-weight: bold;
    font-size: 14px;
    font-family: Century Gothic;
    text-align: left;
    margin-left: 6px;
}

.labelLoginFailMessage{
    color: #e61515;
    font-weight: bold;
    font-size: 12px;
    font-family: Century Gothic;
    text-align: left;

}

.poweredByFooter {
    text-align: center;
    margin-top: 50px;
    font-family: Century Gothic;
    font-size: 12px;
    background-color: rgb(226,226,226);
    height: 60px;
    width: 99%;
    position: absolute;
    bottom: 0px;
}

.labelCompanyName{
    color: #7092BE;
    font-weight: bold;
    font-size: 32px;
    font-family: Arial;
    text-align: left;
    margin-left: 6px;
}

.labelUserName{
    color: #ee5a18;
    font-weight: bold;
    font-size: 14px;
    font-family: Arial;
    text-align: left;
    margin-left: 6px;
    
}
.lnkRightPanel {
    cursor: pointer;
}

.textboxUpload{
    border: 1px solid #7092BE;
    width:300px;
    height: 24px;
    /*
    border-radius: 5px;
    text-indent: 5px;
    margin-bottom: 6px;
    margin-left: 10px;
    color: rgb(105,105,105);
    font-weight: bold;
    font-size: 14px;
    font-family: Century Gothic;*/
}
.uploadButton {
  width: 280px;
  height: 30px;
  font-size: 10px;
  text-align: center;
  font-family: Century Gothic;
  /*font-family: Century Gothic;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  background-color: white;
  color: #7092BE;
  border: none;
  border-radius: 8px;
  margin-top: 10px;*/
}

.uploadButton:hover {
    color: black;
}

.textboxDetail{
    border: 1px solid #7092BE;
    width:185px;
    height: 20px;
    font-size: 14px;
    text-indent: 2px;
}

.textboxDetail:disabled{
    background-color: #e5dbdb;
    color: black;
}

.textboxDetailSmaller {
    border: 1px solid #7092BE;
    width: 150px;
    height: 17px;
    font-size: 13px;
    text-indent: 2px;
}
.textboxDetailSmaller:disabled {
    background-color: #e5dbdb;
}

.textboxDetailSmallerDate {
    border: 1px solid #7092BE;
    width: 120px;
    height: 17px;
    font-size: 13px;
    text-indent: 2px;
}
.textboxDetailSmallerDate:disabled {
    background-color: #e5dbdb;
}

.textboxDetailSmallerMultiLine {
    border: 1px solid #7092BE;
    width: 185px;
    height: 75px;
    text-wrap: none;
    font-size: 13px;
}
.textboxDetailSmallerMultiLine:disabled {
    background-color: #e5dbdb;
}

.textboxDetailSmallestMultiLine {
    border: 1px solid #7092BE;
    width: 170px;
    height: 45px;
    text-wrap: none;
    font-size: 13px;
}
.textboxDetailSmallestMultiLine:disabled {
    background-color: #e5dbdb;
}

.textboxDetailShort {
    border: 1px solid #7092BE;
    width: 50px;
    height: 17px;
    font-size: 13px;
    text-indent: 2px;
}
.textboxDetailShort:disabled {
    background-color: #e5dbdb;
}


.textboxDetailShorter {
    border: 1px solid #7092BE;
    width: 100px;
    height: 17px;
    font-size: 13px;
    text-indent: 2px;
}
.textboxDetailShorter:disabled {
    background-color: #e5dbdb;
}


.buttonDetail{
    width: 100px;
    height: 30px;
    font-family: 'Century Gothic';
    font-size: 15px;
    font-weight: 600;
    color:white;
    background-color: #7092BE;
    border: 1px solid #7092BE;
    border-radius: 13px;
    margin-top: 8px;
    cursor: pointer;
}

.buttonDetail:hover{
    color: #171515;
    font-weight: 900;
}

.buttonDetail:disabled{
    background-color: #d4d4d4;
    color: gray;
    cursor:not-allowed;
}

.buttonDetailRed{
    width: 100px;
    height: 30px;
    font-family: 'Century Gothic';
    font-size: 15px;
    font-weight: 600;
    color:white;
    background-color: #e61515;
    border: 1px solid #e61515;
    border-radius: 13px;
    margin-top: 8px;
    cursor: pointer;
}

.buttonDetailRed:hover{
    color: #171515;
    font-weight: 900;
}


.buttonDetailMini{
    width: 70px;
    height: 24px;
    font-family: Arial;
    font-size: 13px;
    font-weight: 600;
    color:white;
    background-color: #7092BE;
    border: 1px solid #7092BE;
    border-radius: 10px;
    cursor: pointer;
}

.buttonDetailMini:hover{
    color: #171515;
}

.buttonGridView{
    width: 40px;
    height: 12px;
    font-family: Arial;
    font-size: 12px;
    color:gray;
    background-color: transparent;
    cursor: pointer;
    border: none;
}

.buttonGridView:hover{    
   color: black;
}

.buttonGridViewWider{
    width: 50px;
    height: 15px;
    font-family: Arial;
    font-size: 11px;
    color:gray;
    background-color: transparent;
    cursor: pointer;
    border: none;
}

.buttonGridViewWider:hover{    
   color: black;
}

.buttonGridViewWidest{
    width: 85px;
    height: 15px;
    font-family: Arial;
    font-size: 11px;
    color:black;
    background-color: transparent;
    cursor: pointer;
    border: none;
}

.buttonGridViewWidest:hover{    
   background-color: darkgray;
}

.buttonLikeLink {
    width: 40px;
    font-family: 'Century Gothic';
    font-size: 13px;
    /*background:none!important;*/
    background-color: transparent;
    border:none; 
    padding:0!important;
    /*border is optional*/
    border-bottom:1px solid #444; 
     cursor: pointer;
     
}
.buttonLikeLink:hover {
    background-color: rgb(199, 210, 216);
     
}
.buttonLikeLink2 {

    font-family: 'Century Gothic';
    font-size: 13px;
    /*background:none!important;*/
    background-color: transparent;
    border:none; 
    padding:0!important;
    /*border is optional*/
    border-bottom:1px solid #444; 
     cursor: pointer;
     
}

.buttonLikeLink2BotMargin {

    font-family: 'Century Gothic';
    font-size: 12px;
    /*background:none!important;*/
    background-color: transparent;
    border:none; 
    padding:0!important;
    /*border is optional*/
    border-bottom:1px solid #444; 
     cursor: pointer;
     margin-bottom: 20px;
     
}
.buttonLikeLink2BotMargin:hover {
    background-color: rgb(199, 210, 216);
     
}

.chlsb {
    font-size: 12px;
}

.chlsbSmaller {
    font-size: 10px;
}

.rlsb {
    font-size: 12px;
}

.rlsb label {
    width: 35px;
}

.rlsb2 {
    font-size: 10px;
}

.rlsb2 label {
    width: 35px;
}

.ddl {
    border: 1px solid #7092BE;
    border-radius: 4px;
    width:220px;
    height: 25px;
    font-size: 15px;
    font-weight: 500;
}

.ddl2 {
    border: 1px solid #7092BE;
    border-radius: 4px;
    width:190px;
    height: 25px;
    font-size: 14px;
    font-weight: 500;
}

.ddl3 {
    border: 1px solid #7092BE;
    border-radius: 4px;
    width:155px;
    height: 22px;
    font-size: 14px;
    font-weight: 500;
}
.ddl3:disabled {
    background-color: #e5dbdb;
}

.ddl3Short {
    border: 1px solid #7092BE;
    border-radius: 4px;
    width:70px;
    height: 22px;
    font-size: 14px;
    font-weight: 500;
}
.ddl3Short:disabled {
    background-color: #e5dbdb;
}

.divCalendarControlsContainer {
    margin-bottom: -25px;
}
.ddlCalendarYear {
    border: 1px solid #7092BE;
    border-radius: 4px;
    width:70px;
    height: 18px;
    font-size: 12px;
    font-weight: 500;
    margin-top: 10px;
    margin-right: 114px;
}

.ddlCalendarMonth {
    border: 1px solid #7092BE;
    border-radius: 4px;
    width:70px;
    height: 18px;
    font-size: 12px;
    font-weight: 500;
    margin-top: 10px;
}

.gridView {
    border: 1px solid #7092BE;
    margin-top: 30px;
}
.gridView tr th{
    padding-left: 10px;
    padding-bottom: 8px;
    background-color: #7092BE;
    color: white;
    font-size: 14px;

    /*<HeaderStyle BackColor="#7092BE" Font-Size="12px" ForeColor="White" />*/
}
.gridView tr td{
    padding-left: 10px;
}
.gridViewRow {
    background-color: #E2E9F1;
}
.gridViewAltRow {
    background-color: #B7C8DF;
}

.treeview td div {
    height: 20px !important;
}
.panel {
    text-align:center;
}
.messageContainerSuccess{
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 200px;
	padding: 10px;
	border: solid;
	border-width: 4px;
	border-color: rgb(86,159,51);
	border-radius: 10px;
	color: rgb(153, 212, 0);
	background-color:white;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
    text-align: center;
}
.messageContainerFail{
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 200px;
	padding: 10px;
	border: solid;
	border-width: 4px;
	border-color: red;
	border-radius: 10px;
	color: rgb(240, 93, 70);
	background-color:white;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
    text-align: center;
}