/*General Stuff*/
.text-left {
  text-align: left;
}

body.wait *, body.wait{
    cursor: progress !important;
}

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

.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}


/*for displaying data below nav-menu properly*/

.bgh {
    background-image: url("../img/shoe.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    height:100%;
    bottom:0;
}

.container{
    max-width: 940px;
}

/*stickyfooter*/
#footer{
	height: auto;
	background-color: inherit;
}

#wrap{
	margin: auto;
}

#wrap > .container{
  padding-top: 0px!important;
}


#rightSideBar{
	padding-left:0px;
	margin-left:-8px;	
}

.tabs_right > .btn {
	text-align:left;
	padding:2px 5px 2px 5px;
}

/*fixed sidebar*/
@media (min-width: 979px) {
  #rightSideBar .sideBarContent {
    position: fixed;
    width: 200px;
    height: 600px;
    clip:rect(0px,200px,600px,0px);
  }
}
 
div.label-text {
	text-align:left;
}

@media (min-width:992px) {
	div.label-text {
		text-align:right;
	}
}


/*for displaying 2 level sub-menu which is not available in Bootstrap 3*/
.dropdown-submenu{
    position:relative;
}

.dropdown-submenu > .dropdown-menu
{
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu{
    display:block;
}

.dropdown-submenu > a:after{
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}

.dropdown-submenu:hover > a:after{
    border-left-color:#ffffff;
}

.dropdown-submenu .pull-left{
    float:none;
}

.dropdown-submenu.pull-left > .dropdown-menu{
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

.divider-vertical {
  margin-top: 10px;
  height: 30px;
  border-right: 1px solid #FFF;
}

/* breadcrumbs*/

.breadcrumb {
  background-color: inherit;
}

/*form*/
.form-horizontal .control-group {
    margin-top: 5px;
}

.form-action{
	margin-top:15px;
}

.form-control {
    display: inline;
    height:25px;
}

legend {
  padding-top: 0px;
  margin-bottom:0px;
}

legend h3{
  margin-bottom:0px;
}

#top-area{
    background:white;
    width:100%;
    position:fixed;
    top:50px;
    margin:auto;
    /*height:110px;*/
    height:80px;
    z-index:2;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    0px 2px 10px 0px rgba(50, 50, 50, 0.2);
    box-shadow:         0px 2px 10px 0px rgba(50, 50, 50, 0.2);
}

#top-panel{
  position:fixed;
  max-width:940px;
  top:50px;
  z-index:9;
  background:white;
  padding:5px;
}


.alert{
  padding:2px 25px 2px 5px;
  margin:4px 4px 2px 4px;
  z-index:1000;
}


label {
    font-weight: normal;
}

label.valid {
  width: 24px;
  height: 24px;
  background: url(../img/valid.png) center center no-repeat;
  display: inline-block;
  text-indent: -9999px;
}
label.error {
    display: inline-block;
    margin-left: 10px;
    width: auto;
  font-weight: normal;
  color: #990033;
  padding: 2px 8px;
  margin-top: 2px;
}

.popover-content {
    padding: 2px 8px;
}

.btn-default {
    color: #205D8B;
    border-color: #205D8B;
    background-color: #FFFFFF;
}


@media (min-width: 979px) {

  .tabs_right{
  position: fixed;
  width: 160px;
  height: 600px;
  clip:rect(0px,200px,600px,0px);
  }
}  

.tab_content{
  display: block;
  height: 95%;
}
.active{
  display: block;
}
.control-label {
    float: left;
    padding-top: 5px;
    text-align: right;
    width: 160px;
}
.tabs_form .controls {
    margin-left: 110px;
}

.controls {
    margin-left: 110px;
}

.form-horizontal .form-control{
	width:250px;
}

.btn-primary.selected_btn{
color: #ffffff !important;
background-color: #205D8B !important;
border-color: #205D8B;
}
/*.btn-primary.tab_btn{
color: #ffffff;
background-color: ##9c5173;
border-color: #8b4867;
}*/
.btn.btn-primary.btn-block.tab_btn{
  color: #555;
  background-color: #fff;
  border-color: #205D8B;/**/
} 

#nav .nav-collapse{
	padding:0px 5px;
}

#nav .container{
	padding:0px;
}

.alert-msg{
    float: right;
    margin-right: -21px;
    margin-top: -27px;
}


/* search bar */
.navbar-search-panel{
  background: #EEF2F6;
  border: 1px solid #205D8B;
  margin: 0px 0 15px;
}



#custom-search-input {
        margin:0;
        margin-top: -2px;
        padding: 0;
    }
 
    #custom-search-input .search-query {
        padding-right: 3px;
        padding-right: 4px \9;
        padding-left: 3px;
        padding-left: 4px \9;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
 
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
 
    #custom-search-input button {
        border: 0;
        background: none;
        /** belows styles are working good */
        padding: 2px 5px;
        margin-top: 2px;
        position: relative;
        left: -28px;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color:#D9230F;
    }
 
    .search-query:focus + button {
        z-index: 3;   
    }


/*Table*/
.table tbody > tr > td, c > tr > td {
    border: none;
    font-size: 13px;
    color: #555;
}

.table-btn{
	margin-right:10px; 
}

.form-control:focus {
    border-color: #205D8B;
    box-shadow: 0 1px 1px rgba(110,168,212,0.50) inset, 0 0 8px rgba(44,129,193,0.50);
    outline: 0 none;
}

.form-control:hover {
    border-color: #205D8B;
    outline: 0 none;
}
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #EEF2F6;
}

.form-control[readonly] {
  cursor: pointer;
  background-color: #EEF2F6;
}


/* Date Picker*/
.datetimepicker{
	padding:3px 8px;
}
.datetimepicker td, .datepicker th {
    height: inherit;															
    width: inherit;
}

/* Multi */

.nested-form{
background: -moz-linear-gradient(45deg,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.28) 48%, rgba(249,229,224,0.57) 99%, rgba(249,229,224,0.58) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(48%,rgba(255,255,255,0.28)), color-stop(99%,rgba(249,229,224,0.57)), color-stop(100%,rgba(249,229,224,0.58))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.28) 48%,rgba(249,229,224,0.57) 99%,rgba(249,229,224,0.58) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.28) 48%,rgba(249,229,224,0.57) 99%,rgba(249,229,224,0.58) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.28) 48%,rgba(249,229,224,0.57) 99%,rgba(249,229,224,0.58) 100%); /* IE10+ */
background: linear-gradient(45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.28) 48%,rgba(249,229,224,0.57) 99%,rgba(249,229,224,0.58) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#94f9e5e0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
border-right:2px solid #703;
/*padding-right: 5px;*/
margin-bottom: 5px;
}



/* fancy radio buttons and checkbosex*/



input[type=radio].css-radio {
	display:none;
}

input[type=radio].css-radio + label.css-label-r {
	padding-left:23px;
	height:19px; 
	display:inline-block;
	line-height:18px;
	background-repeat:no-repeat;
	background-position: 0 0;
	vertical-align:middle;
	cursor:pointer;
}

input[type=radio].css-radio:checked + label.css-label-r {
	background-position: 0 -19px;
}


label.css-label-r {
	background-image:url(../img/red-radio.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type=checkbox].css-checkbox {
	display:none;
}

input[type=checkbox].css-checkbox + label.css-label-c {
	padding-left:27px;
	height:22px; 
	display:inline-block;
	line-height:22px;
	background-repeat:no-repeat;
	background-position: 0 0;
	vertical-align:middle;
	cursor:pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-label-c {
	background-position: 0 -22px;
}

input[type=checkbox].css-checkbox:disabled + label.css-label-c {
	background-position: 0 -44px;
}

label.css-label-c {
	background-image:url(../img/red-check.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


/*better select box*/

select.form-control::-ms-expand {
	display: none; /* hide default arrow in IE10 */
}
select.form-control {
	-webkit-appearance: none; /* gets rid of default appearance in Webkit browsers*/
	-moz-appearance: none; /* Get rid of default appearance for older Firefox browsers */
	-ms-appearance: none; /* get rid of default appearance for IE8, 9 and 10*/
	appearance: none;
	background: url('../img/arrow.png') no-repeat 100% 4px #fff; /* add your own arrow image */
	*background-image:none; /* turn bg image for IE7 */
	background: url('../img/arrow.png') no-repeat 100% 0px #fff; /* fallback bg image*/
	background: url('../img/arrow.png') no-repeat 100% 0px);
	background: url('../img/arrow.png') no-repeat 100% 0px);
	background: url('../img/arrow.png') no-repeat 100% 0px);
	background: url('../img/arrow.png') no-repeat 100% 0px);
	background: url('../img/arrow.png') no-repeat 100% 0px);
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	font-weight: normal;
	line-height:1.2em;
	list-style: none;
/*	margin: 0 0 10px;*/
	padding-top: 2px;
	padding-left: 5px;
	outline:none;
/*	position: absolute;*/
	overflow-x: hidden;
	overflow-y: auto;
	text-indent: 0.01px;
	text-overflow: "";
	text-align: left;
	width: 250px;
	z-index: 9999999999999;
}
select.form-control option {
	padding-left: 10px;
	color:#205D8B;
	text-shadow: none;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

span.check-box{
    width:15px; 
    display:inline-block;
    cursor:pointer;
    height:15px;
    padding-top:0px;
}

span.chlabel{
    display:inline-block;
    margin-left:10px;
    position:absolute;
    top:-2px;
}

span.check-box-unchecked{
    background:url(../img/red-check.png);
}

span.check-box-checked{
    background:url(../img/red-check.png);
    background-position : 0 -15px;
}

span.check-box-disabled{
    background:url(../img/red-check.png);
    background-position : 0 -30px;
    cursor:not-allowed;
}


/* Dynamic Form Elements*/

.outer-multi{
    background-color: #FFF;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 25px;
    min-height: 20px;
}

.inner-multi{
    border-bottom: 1px dashed #E3E3E3;
	padding-bottom:5px;
}

span.multi-minus{
	clear:none; 
	float:right; 
	color:#c00; 
	font-size: 1em;
	margin: 2px;
    padding: 2px;
	cursor: pointer;
}

span.multi-plus{
	clear:none; 
	color:#0b0; 
	font-size: 1em;
	margin: 2px;
	cursor: pointer;
}

span.multi-minus1{
  clear:none; 
  float:right; 
  color:#c00; 
  font-size: 1em;
  margin: 2px;
    padding: 2px;
  cursor: pointer;
}

span.multi-plus1{
  clear:none; 
  color:#0b0; 
  font-size: 1em;
  margin: 2px;
  cursor: pointer;
}
 

legend {
    border:none;
}

.filebox{
	background-color: #FFF;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    height:82px;
	width:250px; 
	padding:5px;
}

.filebox input.file{
	display:none;
}

.filebox:active{
	border-color: #AE5B80;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(174, 91, 128, 0.6);
    outline: 0 none;
}

.filebox button{
	font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 0;
    width: 160px;
}

.filebox .info-file{
   color: #777;
   font-size:12px;
   text-overflow:ellipsis;
   white-space:nowrap; 
   width:160px;
   overflow:hidden;
   
}

.filebox .info-msg{
   color: #999;
   font-size:12px;
   font-style:italic;
   width:160px;
}

.filebox .info-remove{
	clear:none; 
	position:absolute;
	left:263px;
	color:#999; 
	font-size: 1em;
	margin: 2px;
    padding: 2px;
	cursor: pointer;
}


.filebox  .thumbnail-el{
	width:70px;
	height:70px;
	padding:3px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 2px;
	line-height:60px;
	text-align:center;
	display:inline-block;
	float:right;
}

.filebox .thumbnail-el img {
	vertical-align: middle;
	max-width:100%; 
	max-height:100%;  
}
  
.view-label{
    color:#777;
}
  
.view-text{
    color:#222;
}

.view-subtitle{
    padding-top:10px;
    font-weight:bold; 
    font-style:italic;
}

.view-heading{
    font-weight:bold; 
    font-style:italic;
}

.view-multi-separator{
    margin-bottom:5px; 
    border-bottom:1px dashed #E3E3E3;
}
  
.panel-btn-navi {
    margin-top:-29px;
}

.table-white-background{
    background-color:white;
}

.table-white-background tr td:first-child,th:first-child{
    padding-left:10px !important;
}

.filter-panel{
    margin-right: -35px;
    padding-right: 0px;
    margin-left: -10px;
    padding-left: 0px;
}

.filter-panel-item{
    margin:5px 5px 5px 0; 
    display:inline-block;
}

.filter-panel-item-search{
    width:155px;
}

.filter-panel-item-search-input{
    display:inline-block;
    width:124px;
    padding-left:2px;
}

.filter-panel-item-search-btn{
    width:50px;
    display:inline;
    margin-left:2px;
}

.bulk-action{
    margin:5px 5px 5px 0; 
    display:none;
}

.bulk-action-go-btn{
    margin-left:10px;
}

.second-level-multi-separator{
    border-bottom:1px dotted #ccc; 
    margin:2px 110px; 
    padding-top:4px;
}

.filter-panel-item-label{
    font-size: 13px;   
    font-color:#CAA;
    
}

.add-config{
    margin-bottom:15px;
}

.table thead > tr > th {
    font-size: 13px;   
}

.btn-xs {
    padding: 0 2px;
    font-size: 11px;   
}

.item{
   margin-top: 2px !important;
}

.item-serial-number{
   font-weight: bold !important;
}

.css-right-align{
    text-align: right;
}

.busyAjax {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../img/FhHRx.gif') 
                50% 50% 
                no-repeat;
}

.visuallyhidden { 
    border: 0; 
    clip: rect(0 0 0 0); 
    height: 1px; 
    margin: -1px; 
    overflow: hidden; 
    padding: 0; 
    position: absolute; 
    width: 1px; 
}

/*label { 
    padding:0.4em 2em 0.4em 0; 
}*/

.toggle-btn-grp { 
    margin:3px 0; 
    margin-top:-2px; 
}

.toggle-btn { 
    text-align:centre; 
    margin:5px 2px;
    padding:0.4em 3em; 
    color:#000; 
    background-color:#FFF; 
    border-radius:5px; 
    display:inline-block; 
    border:solid 1px #CCC; 
    cursor:pointer;
}

.toggle-btn-grp.joint-toggle .toggle-btn { 
    margin:2px 2px; 
    padding:2px 10px; 
    border-radius:0;
    border-radius: 4px;
    /*color: #9c5173 !important;*/
    /*border-right-color:white;*/
}
.toggle-btn-grp.joint-toggle .toggle-btn:first-child { 
    margin-left:2px; 
/*    border-radius: 10px 0px 0px 10px; */
}
.toggle-btn-grp.joint-toggle .toggle-btn:last-child { 
    margin-right:2px;  
    /*border-radius: 0px 10px 10px 0px;*/
    border-right:solid 1px #CCC;
}


.toggle-btn:hover {  
    background:#5684A7 !important;
}


.toggle-btn.success { 
    background:#205d8b !important;
    color: white;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { 
    clip: auto; 
    height: auto; 
    margin: 0; 
    overflow: visible; 
    position: static; 
    width: auto; 
}

.toggle-btn-grp.cssonly div label {
    position:absolute;
    z-index:0;
    padding:0;
    text-align:center;
}

.toggle-btn-grp.cssonly div input {
    position:absolute;
    z-index:1;
    cursor:pointer;
    opacity:0;
}

.toggle-btn-grp.cssonly div:hover label {
    border:solid 1px #a0d5dc !important; 
    background:#f1fdfe;
}

.toggle-btn-grp.cssonly div input:checked + label {
    background:lightgreen;
    border:solid 1px green !important; 
}

/* Changed by Nauman and Waqas 

.navbar-default {
    background-color: #45aeea;
    border-color: #45aeea;
}
.navbar-default .navbar-nav > li > a:hover{
    color: #ffffcc;
    background-color: #1684c2;
}
.dropdown-menu > li > a {
    color: #555;
}

a:hover, a:focus {
    color: #1684c2;
}
legend {
    color: #317eac;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #1684c2;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #45aeea;
}
.label-text label span {
    color: #555 !important;
}
.form-control:hover {
    border-color: #cccccc !important;
    color: #555 !important;
}
.form-control {
    color: #555 !important;
}
.form-control:focus {
    border-color: rgba(82,168,236,0.8);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    color: #FFFAA0 !important;
    background-color: #3daae9;
    border-color: #2fa4e7 #2fa4e7 #157ab5; 
}
.btn-success {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #3daae9;
    background-image: -moz-linear-gradient(top,#46aeea,#2fa4e7);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#46aeea),to(#2fa4e7));
    background-image: -webkit-linear-gradient(top,#46aeea,#2fa4e7);
    background-image: -o-linear-gradient(top,#46aeea,#2fa4e7);
    background-image: linear-gradient(to bottom,#46aeea,#2fa4e7);
    background-repeat: repeat-x;
    border-color: #2fa4e7 #2fa4e7 #157ab5;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}
::-webkit-input-placeholder {
   color: #cccccc !important;
}

   color: #cccccc !important;  
}

   color: #cccccc !important;  
}

:-ms-input-placeholder {  
   color: #cccccc !important;  
}
.btn-default {
    border-color: #3daae9;
    color: #555;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #3daae9;
}
.btn-primary,.btn-primary:hover {
    color: #ffffff;
    background-color: green;
    border-color: green;
}
.btn-primary.selected_btn{
    color: #ffffff !important;
    background-color: #45aeea !important;
    border-color: #45aeea !important;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #E1EDF4;
}
.toggle-btn.success {
    background: #1684c2 !important;
}
.toggle-btn:hover {
    background: #45aeea !important;
    color: white;
}
.navbar-search-panel {
    background: #f5f5f5;
    border: 1px solid #1684c2;
}
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background: #f5f5f5;
}
.btn-warning,.btn-warning:hover {
    background-color: green;
    border-color: green;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #45aeea;
    border-color: #45aeea;
}
sub-tab span.active {
    background-color: #45aeea !important;
}
.sub-tab span {
    border-bottom: 4px solid #45aeea !important;
}
.sub-tab {
    color: #555 !important;
}
.day.active,.hour.active{
    background: #45aeea !important;
}

#top-area {
    -webkit-box-shadow: 0 6px 12px rgba(4,131,155,0.175);
    -moz-box-shadow: 0 6px 12px rgba(4,131,155,0.175);
    box-shadow: 0 6px 12px rgba(4,131,155,0.175);
}
.filebox:active {
border-color: rgba(0,0,0,0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
}
*/
.btn-primary,.btn-primary:hover {
    color: #ffffff;
    background-color: #205d8b;
    border-color: #205d8b;
}
.btn-info
{
    color: #ffffff !important;
    background-color: #477AA0 !important;
    border-color: #205d8b !important;
}
a {
    color: #205d8b;
}
::-webkit-input-placeholder {
   color: #C1D4D8 !important;
}
::-moz-placeholder {
   color: #C1D4D8 !important;
}

:-ms-input-placeholder {  
   color: #C1D4D8 !important;  
}
.seperator {
	border-bottom: 1px solid #E3E3E3;
	min-height:20px;
	}
.require{
	color:#205D8B;
}
a:hover {
    text-decoration: none;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.ui-autocomplete-input
{
	width:300px !important; 
	padding-left:8px !important;
	padding-right:8px !important;
}