@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300);

/****************** header css ****************************************************/
body{
	margin:0;
	padding:0;
}
.header-container{
	width:100%;
	float:left;
	height:50px;
	background:#f8f8f8;
	border-bottom:1px solid #dddddd;
}


.header{
	min-height:50px;
	width:90%;
	margin:0px auto;
}



/*#### TOP CONTAINER ####*/	
	
.top-rt{
		float:right;
		text-align:right;
	}
	
	.toprght_a{ margin:0px; padding:5px 10px 0 0; float:left; width:170px; color:#264156; padding-left: }
	.toprght_a span{ margin:0px; padding:0px; float:left; width:100px;}
	.toplink .toprght_b{ margin:0px; padding:5px 0 0 5px; line-height:20px; float:left; width:124px; background:#eae6e6; font-size:13px; height:45px; color:#222; text-align:left;}	
	.toplink .toprght_c{ 
	margin-left:5px; 
	padding:0 20px; 
	float:left; 
	font-size:24px;
	line-height:50px;
	font-weight:bold;         				 
	text-align:center; 
	background:#ddd7d7; 
	color:#be6a14; 
	}
						 
	.toplink .toprght_a img{ padding:0 10px 0 0px;}	
	.city{float:left; color:#000; padding:6px 13px; width:80px;}	
/****************** end of header css *********************/	
	
/** css menu navigation *****************************/
#cssmenu {
  float:left;	
  position: relative;
  margin: 0;
  font-family: 'Verdana';
  line-height: 1;
  width: 20%;
 /*  min-height: 600px;  */
  height:auto;
  border-right:1px solid #dddddd;
  background: #f8f8f8;
}
.align-right {
  float: right;
}
#cssmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
#cssmenu ul li {
  position: relative;
  margin: 0;
  padding: 0;
}
#cssmenu ul li a {
  text-decoration: none;
  cursor: pointer;
}
#cssmenu > ul > li > a {
  color: #f5900a;
  display: block;
  padding: 20px 20px;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  background: #f8f8f8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: bold;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  position: relative;
}
#cssmenu > ul > li:first-child > a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#cssmenu > ul > li:last-child > a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom: 1px solid #eee;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.open > a,
#cssmenu > ul > li.active > a {
  background: #f5900a;
  color: #fff;
  font-weight:bold;
}
#cssmenu ul > li.has-sub > a::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-top: 13px solid #dddddd;
  /* border-botom: 13px solid transparent; */
  border-left: 125px solid transparent;
  border-right: 125px solid transparent;
  left: 0;
  bottom: -13px;
  bottom: 0px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#cssmenu ul > li.has-sub > a::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-top: 13px solid #f5900a;
  border-botom: 13px solid transparent;
  border-left: 125px solid transparent;
  border-right: 125px solid transparent;
  left: 0;
  bottom: -12px;
  bottom: -1px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#cssmenu ul > li.has-sub::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top-color: #dddddd;
  z-index: 2;
  right: 20px;
  top: 17.5px;
  pointer-events: none;
}
#cssmenu ul > li:hover::after,
#cssmenu ul > li.active::after,
#cssmenu ul > li.open::after {
  border-top-color: #ffffff;
}
#cssmenu ul > li.has-sub.open > a::after {
  opacity: 1;
  bottom: -13px;
}
#cssmenu ul > li.has-sub.open > a::before {
  opacity: 1;
  bottom: -12px;
}
#cssmenu ul ul {
  display: none;
}
#cssmenu ul ul li {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#cssmenu ul ul li a {
  background: #f8f8f8;
  display: block;
  position: relative;
  font-size: 14px;
  padding: 14px 20px;
  border-bottom: 1px solid #dddddd;
  color: #337ab7;
  font-weight: 300;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
#cssmenu ul ul li:first-child > a {
  padding-top: 18px;
}
#cssmenu ul ul ul li {
  border: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
  background: #fefefe;
  color: #666666;
}
#cssmenu ul ul > li.has-sub > a::after {
  border-top: 13px solid #dddddd;
}
#cssmenu ul ul > li.has-sub > a::before {
  border-top: 13px solid #fefefe;
}
#cssmenu ul ul ul li a {
  padding-left: 30px;
}
#cssmenu ul ul > li.has-sub::after {
  top: 18.5px;
  border-width: 6px;
  border-top-color: #777777;
}
#cssmenu ul ul > li:hover::after,
#cssmenu ul ul > li.active::after,
#cssmenu ul ul > li.open::after {
  border-top-color: #666666;
}
/** end of css menu navigation *****************************/

/* footer css */
.footer{
	background:#f5900a;
	min-height:50px;
	padding:15px 0;
	width:100%;
	margin-top:20px;
	float:left;
}

.foot-cont{
	width:90%;
	margin:0px auto;
	color:#fff;
	font-size:14px;
}

.bottom .bottom-text{
	width: 65%;
	overflow: hidden;
	margin-left: 8px;
	float:left;	
}
.social{margin:0px; padding:0px; width:30%; float:right; text-align:right;}


.bx-lt{
	margin-left:0px !important;
	float:left;
}

.bx-rt{
	margin-right:0px !important;
	float:right;
}

.left{
	float:left !important;
}

.right{
	float:right !important;
}
	
.bld{
	font-weight:bold;
}

/** end footer css **/

/********** css for page ****************/

.page{
	float :right;
	width:80%;
	min-height:420px;
	height:auto;
}

.mrg-up20{
	margin-top: 20px;
}
.mrg-lf20{
	margin-left: 20px;
}
/********* end of css for page **********/

.notification-bar{
	min-height: 45px;
	height:auto;
	background-color: #f2f0ed;
	border-bottom: 2px solid #f5900a;
	margin-bottom:30px;
	
}

.mainbar {
    margin-left: 20px;
    margin-right: 0;
    min-height: 200px;
    position: relative;
    width: auto;
    z-index: 50;
}

.form-heading{
	font-size:20px;
	font-weight:bold;
	padding:0;
	color:#a8a194;
	
}

.float-lt{
	float:left;
}

.row {
    margin-left: -15px;
}

.bind-ele{
	 margin-left: 20px;
}

h2 {
    font-size: 25px;
    line-height: 35px;
}

h1, h2, h3, h4, h5, h6 {
    color: #777;
    padding: 2px 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.widget {
    background: #fafafa url("../img/cream.png") repeat scroll 0 0;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    margin-bottom: 20px;
    margin-left: 1px;
    margin-top: -5px;
}

./* widget .widget-head, .modal-header {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #f8f8f8, #f2f2f2) repeat scroll 0 0;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #666;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 15px;
    text-shadow: 0 1px #fff;
} */

.widget .widget-head, .modal-header {
    color: #666;
    font-size: 13px;
    font-weight: bold;
    text-shadow: 0 1px #fff;
}

.clearfix{
	 content: " ";
    display: table;
}

.clearfix::after{
	 clear: both;
}

.pull-left {
    position:relative;
    left:15px;
    bottom:6px;

}
.pull-left {
    float: left !important;
}

.widget .padd, .modal-body {
    padding: 13px 15px;
}

form {
    margin: 0;
}

.widget .padd, .modal-body {
    padding: 13px 15px;
}

.form-horizontal .control-label {
    text-align: right;
}
.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 7px;
}

 .widget .widget-head, .modal-header {
    background-color: #f8f8f8;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f2f2f2));
    background: -webkit-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: -ms-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: -o-linear-gradient(top, #f8f8f8, #f2f2f2);
    background: linear-gradient(top, #f8f8f8, #f2f2f2);
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    text-shadow: 0px 1px #fff;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    color: #666;
    font-size: 15px;
    font-weight: bold;
    padding: 20px 15px;
}

.form-container {
    color: #666;
    font-size: 12px;
    line-height: 22px;
}
/*   .col-lg-3 {
    width: 25%;
} 
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
}  */

label {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
}

.col-lg-9 {
    width: 75%;
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
input {
    line-height: normal;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

input {
   /*  -webkit-appearance: textfield; */
    padding: 1px;
    background-color: white;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    cursor: auto;
}
user agent stylesheetinput, textarea, keygen, select, button {
    margin: 0em;
    font: 13.3333px Arial;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
}
user agent stylesheetinput, textarea, keygen, select, button, meter, progress {
    -webkit-writing-mode: horizontal-tb;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #eaaf61;
    border-color: #eeae61;
}
.btn:hover, .btn:focus {
    color: #333;
    text-decoration: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
.btn-sm, .btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-info {
    color: #fff;
    background-color: #f5900a;
    border-color: #fae638;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	
	height:39px;
}

.row-group{
	border:1px solid #ccc;
	border-radius:5px;
	padding-top:20px;
	margin-bottom:20px;
	/* background:#cecece;
 */
}

#profileSetting{
	padding:10px 20px 10px 20px;
	z-index:1000;
	position:absolute;
	background:#fefeef;
	margin:50px;
	text-align:left;
	color:#eee;
	
}

#profileSetting li{
	border-bottom: 1px solid #eee;
	list-style:none;
}

