﻿
@charset "utf-8";
@import url("/Icon/stylesheet.css");

body 
{
    margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	color: black;
}

.upper
{
    text-transform:uppercase;
}


/*...............Style Login Page..............*/
.login-box
{
    border: 1px solid #CCCCCC;
    background-color:rgba(200, 200, 200, 0.47);
    border-radius: 3px;   
}
.login-text
{
    border: 1px solid #e5e5e5;
    background-color:rgba(200, 200, 200, 0.47);
    padding: 3px;
    outline: 0;
    border-radius: 5px;
    font-weight:bold;
}
.text-icon-box
{
    position: relative;
    top: 2.05em;
    left: 0;
    width: 33px;
    height: 32.1px;
    background-color: #e5e5e5;
    border-radius: 5px 0px 0px 5px;
}
.text-icon
{
    position: relative;
    top: 6px;
    left: 6px;
    width: 0px;
    height: 0px;
    font-family: ionicons;
    font-size: 18px;
    color: #000;
}
.text-error
{
	font-family: Verdana, Geneva, sans-serif;
	color: #FF0000;
	font-size: 12px;
}
.login-button
{
	display: inline-block;
	outline: 0;
	border: 0;
	border-radius: 2px;
	color:#FFFFFF;
	cursor:pointer;
	font-size: 13px;
}

.login-button:focus
{
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.2);
}
.user-image
{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-top:5px;
}
.user-name
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    padding-left:7px;
}

.logout-button
{
    display: inline-block;
    outline: 0;
    background-color: transparent;
    border: 0;
    font-family: ionicons,Arial, Helvetica, sans-serif;
    font-size: 15px;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    float: right;
    padding-right: 10px;
    color: #FF6600;
}
/*............................................*/

.image-user
{
 border-radius:50%;

}
.table-main
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #333;
    font-weight:bolder;
}
.header-main
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #ffffff;
    font-weight:bolder;
    background-color: #357dea;
}
.image-client
{
 
}

.login-control
{
    position: relative;
    font-family: ionicons;
    top: 3px;
    left: 3px;
    width: 1px;
    font-size: 20px;
    color: #1DA0EF;
    height:1px;

}

.form-control {
  width: 100%;
  height: 20px;
  font-size: 12px;
  padding-left:5px;
  color: #000;
  box-sizing: border-box;
  outline:0;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius:3px;
}
.form-control_uppertext {
  width: 100%;
  height: 20px;
  font-size: 12px;
  padding-left:5px;
  color: #000;
  box-sizing: border-box;
  outline:0;
  background-color: #fff;
  border: 1px solid #bfbfbf;
  border-radius:3px;
}
.label
{
    width: 100px;
    height: 16px;
    display: inline-block;
    vertical-align: top;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    background-color: #EEEEEE;
    border: 1px solid #e5e5e5;
    border-radius:3px;
    padding-left:4px;
    padding-top:2.5px;
}

.main-label
{
 font-weight: bold;
 padding-left:4px;
 font-family:Arial;
 font-size:13px;
}
    
.label-text
{
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	white-space:nowrap;
	padding-left:3px;	
}

.dropdown-form-control {
  background-color: #fff;
  border: 1px solid #ccc;
}
 .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
  
 .combo .ajax__combobox_textboxcontainer input {  
    background-color: #fff; 
    border: 1px solid #ccc;  
    color: #000;
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;
    padding-left:5px;
    border-right: 0;
    position:relative;
    top:-5px;
    text-transform:uppercase;
    outline:0;
}  
.combo .ajax__combobox_buttoncontainer button
{
    background-color: #3399FF;
    border: 1px solid #3399FF;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    position:relative;
    top:-5px;
    outline:0;    
}  

.combo .ajax__combobox_itemlist   
{  
    background-color:#FFF;
    font-family:Verdana, Geneva, sans-serif;
    font-size:13px;
}

 .combo-child .ajax__combobox_textboxcontainer input {  
    background-color: #fff; 
    border: 1px solid #ccc;  
    color: #000;
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;
    padding-left:5px;
    border-right: 0;
    position:relative;
    top:-3px;
    text-transform:uppercase;
    outline:0;
}  
.combo-child .ajax__combobox_buttoncontainer button
{
    background-color: #3399FF;
    border: 1px solid #3399FF;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    position:relative;
    top:-2px;
    outline:0;    
}  

.combo-child .ajax__combobox_itemlist   
{  
    background-color:#FFF;
    font-family:Verdana, Geneva, sans-serif;
    font-size:13px;
}


.calendar .ajax__calendar_container
{
	width: auto;
	background-color: rgba(37,119,138,0.8);
	border: solid 1px #666666;
}
.calendar .ajax__calendar_body
{
	width: 182px;
	height:13em;
}
.calendar .ajax__calendar_header
{
	color: #FFF; 
	margin-bottom: 8px;
	border-radius:8px;
} 
.calendar .ajax__calendar_title
{
    color: #ffffff; padding-top: 3px;
}
.calendar .ajax__calendar_next,
.calendar .ajax__calendar_prev
{
	border: solid 3px #fff;
	background-color: #fff;
	border-radius: 18px;
}

.calendar .ajax__calendar_dayname
{
	margin-top:1.4px;
	text-align: center;
	color: #E8BE53;
} 
.calendar .ajax__calendar_day,
.calendar .ajax__calendar_month,
.calendar .ajax__calendar_year
{
	margin: 1px;
	text-align: center;
	border: solid 1px transparent;
	color: #ffffff;
}
.calendar .ajax__calendar_month,
.calendar .ajax__calendar_year 
{
    padding-left:1.4px;
}
.calendar .ajax__calendar_hover .ajax__calendar_day,
.calendar .ajax__calendar_hover .ajax__calendar_month,
.calendar .ajax__calendar_hover .ajax__calendar_year
{
	font-weight: bold;
	background-color: rgba(113,195,230,0.7);
	border: solid 1px transparent;
}
.calendar .ajax__calendar_active .ajax__calendar_day,
.calendar .ajax__calendar_active .ajax__calendar_month,
.calendar .ajax__calendar_active .ajax__calendar_year
{
	font-weight:bold; 
	background-color: #F7B64A; 
}
.calendar .ajax__calendar_today .ajax__calendar_day
{
    background-color: rgb(255, 153, 51);
}
.calendar .ajax__calendar_today
{
	color: #6DC7E7;
	font-weight: bold;
}

.input-group
{
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
}
.input-group tr
{
    border:1px solid #000;
}

.sub-table tr
{
    border:1px solid #000;
}

.from-border
{
    border:1px solid #05abe0;
}

/*popup*/
.login-popup
{
    border-radius:3px;
    background-color: #fff;
	box-shadow: 0 1px 5px rgba(146,146,146,0.70);
	-moz-box-shadow: 0 1px 5px rgba(146,146,146,0.70);
	-webkit-box-shadow: 0 1px 5px rgba(146,146,146,0.70);
	 margin-top:15px;
     margin-left:-130px;
     
}

.login-popup:after
{
    content: '';
    position: absolute;
    left: 8.7em;
    bottom: 100%;
    border-bottom: 8px solid #fff;
    border-top: 8px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}



.popup-list > li 
{
    padding-bottom: 1px;
}

.popup-list > li > a {
	display: block;
	text-decoration: none;
	white-space: nowrap;
	padding: 6px 5px;
	 background-color:transparent;
    border-left: 4px solid transparent;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    cursor:pointer;
}

.popup-list > li > a:hover{
    background-color:rgba(79,91,105,0.1);
    transition: all 1s ease;
}

/**BUTTON STYLE*/

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 10px 16px;
}
  
.btn-lg {
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}

/***********************
  GRADIENT BUTTONS
************************/
.btn-primary.gradient {
    background: -moz-linear-gradient(top,  #33a6cc 50%, #0099cc 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#33a6cc), color-stop(50%,#0099cc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #33a6cc 50%,#0099cc 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #33a6cc 50%,#0099cc 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #33a6cc 50%,#0099cc 50%); /* IE10+ */
    background: linear-gradient(to bottom,  #33a6cc 50%,#0099cc 50%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33a6cc', endColorstr='#0099cc',GradientType=0 ); /* IE6-9 */
}
.btn-primary.gradient:hover, .btn-primary.gradient:focus, .btn-primary.gradient:active, .btn-primary.gradient.active, .open > .dropdown-toggle.btn-primary {
    background: -moz-linear-gradient(top,  #66b2cc 50%, #33a6cc 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#66b2cc), color-stop(50%,#33a6cc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #66b2cc 50%,#33a6cc 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #66b2cc 50%,#33a6cc 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #66b2cc 50%,#33a6cc 50%); /* IE10+ */
    background: linear-gradient(to bottom,  #66b2cc 50%,#33a6cc 50%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66b2cc', endColorstr='#33a6cc',GradientType=0 ); /* IE6-9 */
}
.btn-primary.gradient:active, .btn-primary.gradient.active {
    background: -moz-linear-gradient(top,  #267c99 50%, #007299 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#267c99), color-stop(50%,#007299)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #267c99 50%,#007299 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #267c99 50%,#007299 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #267c99 50%,#007299 50%); /* IE10+ */
    background: linear-gradient(to bottom,  #267c99 50%,#007299 50%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#267c99', endColorstr='#007299',GradientType=0 ); /* IE6-9 */
}

.anchorback {
  background: url(../Image/add.png) no-repeat 6px center;
  width: 22px;
  height: 22px;
  display: block;
}

/***********************
  CUSTON BTN VALUES
************************/

.btn {
    padding: 0;
    border: 0 none;
    font-weight: 600;
    letter-spacing: 1px;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}

.btn-primary {
    background: #0099cc;
    color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #33a6cc;
}
.btn-primary:active, .btn-primary.active {
    background: #007299;
    box-shadow: none;
}

.popup
{
    background-color:#fff;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);
    font-family:Verdana, Geneva, sans-serif;
    font-size:13px;
    border:1px solid #6DC7E7;
}

.checkBox   
{  
    font-family:Verdana, Geneva, sans-serif;
    font-size:13px;
}

/*.....grid style.....*/
.grid
{
    font-family:Verdana, Geneva, sans-serif;
    font-size:11.5px;
}
.grid th
{
    color:#000;
    padding-left:7px;
    padding-right:7px;
    cursor:pointer;
    border: 1px solid #d4d2d2;
}
.grid td
{  
    padding-left:7px;
    padding-right:7px;
    color:#000;
    border: 1px solid #d4d2d2;
}

.form-button
{
	border-style: none;
    border-color: inherit;
    border-width: 0;
    display: inline-block;
	outline: 0;
	border-radius: 2px;
	cursor:pointer;    
    text-decoration: none;
    color: #FFFFFF;
    font: 400 13px/19px "Helvetica Neue" , Arial, sans-serif;
    background:#59ACFF;
    }
.simple-button
{
	display: inline-block;
	outline: 0;
	border: 0;
	border-radius: 1px;
    border-color:#FFFFFF;
	cursor:pointer;    
    text-decoration: none;
    color: #FFFFFF;
    font: 400 13px/19px "Helvetica Neue" , Arial, sans-serif;
    background:#357dea
}
.form-button:focus
{ 
    opacity:0.9;
}

.icon-button
{
	display: inline-block;
	outline: 0;
	color:#FFFFFF;
	cursor:pointer;
	font-family:ionicons;
	text-decoration: none;
	border:0;
}

.icon-button:focus
{
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.2);
}

.text-error
{
	font-family: Verdana, Geneva, sans-serif;
	color: #FF0000;
	font-size: 12px;
}

.font
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

.inline
{
    display:inline;
}

.style-grid
{
    font-family:Verdana;
    font-size:12px;
    border:0;
}

.style-grid th
{
    border:0;
    color:#FFFFFF;    
    padding-left:7px;
}

.style-grid td
{
    border:0;
    cursor:pointer;
    padding-left:7px;
}

.radio
{
    font-family:Arial;
    font-size:13px;
}

.AutoExtender
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: .8em;
    font-weight: normal;
    border: solid 1px #006699;
    line-height: 20px;
    padding: 10px;
    background-color: White;
    max-height:15em;
    overflow:auto;
}
.AutoExtenderList
{
    border-bottom: dotted 1px #006699;
    cursor: pointer;
    color: Maroon;
}
.AutoExtenderHighlight
{
    color: White;
    background-color: #006699;
    cursor: pointer;
}

.modalBackground
{
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}
.modalPopup
{
    background-color: #FFFFFF;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:12px;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 4px;
}

.grid input[type=text]
{
	outline: 0;
	border: 0;
    text-transform:uppercase; 
    background-color:#FFFFFF; 
    color:#000;	
}

.grid .ajax__combobox_textboxcontainer input {  
    background-color: #fff; 
    color: #000;
    position:relative;
    top:-4px;
    border:0;
    outline:0;        
}  
.grid .ajax__combobox_buttoncontainer button
{
	background-color:#72C4ED;
    border:0;
    outline:0;
	position: relative;
	top: -6px;    		
}  

.grid .ajax__combobox_itemlist   
{  
    background-color:#FFF;
    font-family:Verdana, Geneva, sans-serif;
    font-size:13px;  
}
.btn-search
{
    font-family: ionicons;
    font-size:14.5px;
    border-radius:2px;
    display: inline-block;
	outline: 0;
	border: 0;
	border-radius: 2px;
	color:#FFFFFF;
	cursor:pointer;
}

