
/* forms */

label {
    font-weight:normal;
}

a { color: #428bca;}
a:hover { color: #428bca; }

label
{
	padding-left:10px;
	
}
input[type='text'],input[type='password'], textarea {
    border: 1px solid #27f;
    border-radius: 8px;
    background-color: #fefede;
    color: #333;
    font-size: 1em;
    padding-left:4px;
    padding-right:4px;
  }

input[type="checkbox"].togglecheckbox {
    display: none;
}

input[type="RadioButton"].togglecheckbox {
    display: none;
}


input[type="checkbox"].togglecheckbox + label {
    display: block;
    padding: 3px 0px;
    margin: 5px;
    border-color: #ffd5b6;
    border-width: 3px;
    border-style: solid;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
    color: #444;
    background: #ffd8d8; /* Old browsers */
    background: -moz-linear-gradient(top, #ffd8d8 0%, #f4ffc4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd8d8), color-stop(100%,#f4ffc4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffd8d8 0%,#f4ffc4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffd8d8 0%,#f4ffc4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffd8d8 0%,#f4ffc4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffd8d8 0%,#f4ffc4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd8d8', endColorstr='#f4ffc4',GradientType=0 ); /* IE6-9 */
}


input[type="checkbox"].togglecheckbox:checked + label {
    background: #9dd53a; /* Old browsers */
    background: -moz-linear-gradient(top, #9dd53a 0%, #a1d54f 42%, #80c217 62%, #7cbc0a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9dd53a), color-stop(42%,#a1d54f), color-stop(62%,#80c217), color-stop(100%,#7cbc0a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #9dd53a 0%,#a1d54f 42%,#80c217 62%,#7cbc0a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #9dd53a 0%,#a1d54f 42%,#80c217 62%,#7cbc0a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #9dd53a 0%,#a1d54f 42%,#80c217 62%,#7cbc0a 100%); /* IE10+ */
    background: linear-gradient(to bottom, #9dd53a 0%,#a1d54f 42%,#80c217 62%,#7cbc0a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 ); /* IE6-9 */
    border-color: rgba(210,255,82,1);
    box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    color: #000;
}


/* info and errors  */


/* styles for validation helpers */


/* tables
----------------------------------------------------------*/


.thin-box {
    margin: 10px 0px;
    padding: 10px 20px;
    border: 1px solid #7ac0da;
    border-radius: 5px;
    background: #FFFFFF;
}



.Hidden, .Success, .Failure {
    display: none;
}

.ask {
    color: #1b8501;
    padding: 30px;
    font-weight: bold;
}

.success {
    color: #1b8501;
    padding: 30px;
    font-weight: bold;
}

.failure {
    color: #cc0000;
    padding: 30px;
    font-weight: bold;
}

.information {
    padding: 30px;
    font-weight: bold;
}

.Left, .left {
    text-align: left;
}

.Right, .right {
    text-align: right;
}

.Center, .center {
    text-align: center;
}
	
.thin-box .row, .tab-content .row{
	margin-bottom: 10px;
}

.tab-content.fixed-tab{
	padding-top:10px;
	height: 75vh;
	overflow:auto;
	overflow-x:hidden;
}

.DatePicker {
    cursor: pointer;
    background: #fefede url('/assets/calender.png') no-repeat 98% 3px;
    padding-left: 4px;
    width: 120px;
}

label.error {
	color:red;
}
 select.readonly,input.readonly{
	background: rgb(233,233,233);
}
.btn.IconOnly{
    padding: 0px;
    border:0px;
    margin:0px;
    height:20px;
    width:24px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}
.Add.btn:hover {
    background-color:#ff8a00;
}
.btn.Add {
    background: rgb(0, 100, 200) url('/assets/addRow.png') no-repeat 4px 3px;
}
.btn.Delete {
    background:#ff0000 url('/assets/trash.gif') no-repeat 4px 2px;
}
.widthcustom100{
	width:100%;
}
.widthcustom50{
	width:50%;
}
.maxwidth100{
	max-width: 100%;
}
.required{
	border-right: 4px solid #f20 !important;	
}
.textalign{
	text-align: right;
}

/*........................................Tooltip.....................................*/

 /*....................Upload Button Customize....................*/ 
 .fileUploadcustom {
	position: relative;
	overflow: hidden;
	/*margin: 10px;*/
}
.fileUploadcustom input.uploadcustom {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
.datepicker{
	z-index: 9999 !important;
}
.email_hide{
	display:none;
}

.overflowtable{
	overflow-x: scroll;
}
.overflowtable1 table tbody{
	overflow-y: scroll;    /* Trigger vertical scroll    */
    overflow-x: hidden;
	max-height:200px;
	display: block;	
	min-width: 130px;	
}
.overflowtable1 table thead tr th{
	min-width: 170px;
	max-height:170px;
	min-height: 10px;
	
}
.overflowtable1 table thead{
	display: block;
	/*width: calc(100% - 1.9em);*/
}
.overflowtable1 table tbody tr td{
	min-width: 170px;
	max-height:170px;
	min-height: 10px;
}
.mytable tbody tr td{		
	  max-width:120px;
	  white-space: nowrap;
	  overflow: hidden;
	  text-overflow: ellipsis;
	}
