/***********************************************/
.login_panel {
  float:left;
  position:relative;
  width:535px;
  height:auto;
  padding:0px 0px 30px 0px;
  margin: 85px 0px 0px 335px;
  background:#efefef;
  border:1px solid #e2e2e2;
}
.panel_title {
  width:100%;
  height:44px;
  line-height:44px;
  border-bottom:1px dashed #b9babc;
  text-indent:40px;
  margin:0px 0px 10px 0px;
  color:#505050;
  font-size:15px;
  font-weight:bold;
}
.login_image {
  float:left;
  position:relative;
  width:140px;
  margin:17px 0px 0px 40px;
  padding:0px;
}
.login_form_area {
  float:right;
  position:relative;
  width:355px;
  margin:32px 0px 0px 0px;
  padding:0px;
}
.login_formrow {
  float:left;
  position:relative;
  width:311px;
  margin:0px 0px 7px 0px;
  padding:0px;
}
.login_fieldname {
  float:left;
  position:relative;
  width:78px;
  margin:0px 0px 7px 0px;
  padding:0px;
  color:#3c3c3c;
  font-size:14px;
  line-height:33px;
}
.login_fieldbox {
  float:left;
  position:relative;
  width:233px;
  margin:0px 0px 4px 0px;
  padding:0px;
}
.login_fieldbox input[type=text], .login_fieldbox input[type=password] {
  float:left;
  position:relative;
  width:210px;
  height:33px;
  margin:0px 0px 4px 0px;
  padding:0px 10px;
  background:#fbfbfa;
  border:1px solid #dbdbdb;
  border-radius:15px;
  line-height:30px;
  outline:none;
}
.login_fieldbox input[type=text]:hover, .login_fieldbox input[type=password]:hover, .login_fieldbox input[type=text]:focus, .login_fieldbox input[type=password]:focus {
  border:1px solid #b1b1b1;
}
.button input[type=button], .button input[type=submit] {
  float:right;
  position:relative;
  width:auto;
  height:32px;
  margin:10px 0px 4px 10px;
  padding:0px 15px;
  background:#2e6691 url(../images/button_bg.jpg) top left repeat-x;
  border:none;
  outline:none;
  color:#fff;
  font-size:14px;
  cursor:pointer;
}
.button input[type=button]:hover, .button input[type=submit]:hover {
  opacity:0.9;
  filter:alpha(opacity=90);
}
.error{
  color: #A94442;
  background-color: #F2DEDE;
  border-color: #EBCCD1;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 4px 15px;
  float: left;
}


.success{
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color:#30610b;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 4px 15px;
  float: left;
}
.forgot_password {
  float:left;
  margin:15px 0px 0px 0px;
  font-size:12px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .login_fieldbox input[type=text], .login_fieldbox input[type=password] {
    line-height:normal;
  }
}
.logout_btn a {
  float:right;
  position:relative;
  margin:0px;
  padding:0px 20px;
  display:block;
  width:auto;
  list-style:none;
  height:35px;
  line-height:35px;
  color:#fff;
  font-size:14px;
  text-decoration:none;
  background:url(../images/logout_btn_bg.jpg) top left repeat-x;
}
.logout_btn a:hover {
  background:#e74743;
}
/********* Inner pages form *************/
.data_panel {
  float:left;
  position:relative;
  width:99%;
  height:auto;
  padding:20px 0px 10px;
  margin:0px 0px 15px 0px;
  background:#fafafa;
  border:1px solid #e2e2e2;
}
.form_title {
  width:100%;
  margin:0px 0px 10px 0px;
  color:#1c549a;
  font-size:12px;
  font-weight:bold;
}
.formrow {
  float:left;
  position:relative;
  width:100%;
  margin:0px 0px 7px 0px;
  padding:0px;
  color: #000;
}
.formrow_left {
  float:left;
  position:relative;
  width:50%;
}
  .style-left{
    float: left;
    position: relative;
    width: 52% !important;
  }
.formrow_right {
  float:right;
  position:relative;
  width:50%;
}
.formrow_left label, .formrow_right label {
  float:left;
  position:relative;
  width:120px;
  margin:6px 10px 7px 0px;
  padding:0px;
  color:#353535;
  font-size:12px;
  line-height:33px;
  text-align:right;
  line-height:14px;
}
.trades_select label{
  float:none;
  width:auto;
  margin:auto;

}
.label_trades{
  float:left;
  position:relative;
  width:173px;
  margin:6px 10px 7px 0px;
  padding:0px;
  color:#353535;
  font-size:12px;
  line-height:33px;
  text-align:right;
  line-height:14px;
}
.formrow_left label em, .formrow_right label em {
  float:right;
  position:relative;
  margin:0px 0px 0px 2px;
  padding:0px;
  color:#ff0000;
  font-size:11px;
  text-align:right;
}
.formrow_left_inputbox, .formrow_right_inputbox {
  float:left;
  position:relative;
  width:250px;
  margin:0px 0px 4px 0px;
  padding:0px;

}
.formrow_left_inputbox input[type=text],input[type=password], .formrow_right_inputbox input[type=text] {
  float:left;
  position:relative;
  width:243px;
  height:27px;
  margin:0px 0px 4px 0px;
  padding:1px 3px 1px 5px;
  background:#fbfbfa;
  border:1px solid #dbdbdb;
  line-height:26px;
  outline:none;
}
.formrow_left_inputbox textarea, .formrow_right_inputbox textarea {
  float:left;
  position:relative;
  width:243px;
  height:84px;
  margin:0px 0px 4px 0px;
  padding:1px 3px 1px 5px;
  background:#fbfbfa;
  border:1px solid #dbdbdb;
  line-height:26px;
  outline:none;
  font-family:"Arial", Helvetica, sans-serif;
  font-size:12px;
}
.formrow_left_inputbox select, .formrow_right_inputbox select {
  float:left;
  position:relative;
  width:252px;
  /*height:29px;*/
  margin:0px 0px 4px 0px;
  padding:4px 3px 4px 5px;
  background:#fbfbfa;
  border:1px solid #dbdbdb;
  line-height:26px;
  outline:none;
}
.formrow_left_inputbox select.medium {
  width:161px;
  margin:0px 10px 4px 0px;
}
.formrow_left_inputbox select.small {
  width:80px;
}
.formrow_left_inputbox input[type=text]:hover, .formrow_right_inputbox input[type=text]:hover, .formrow_left_inputbox input[type=text]:focus, .formrow_right_inputbox input[type=text]:focus {
  border:1px solid #b1b1b1;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .formrow_left_inputbox input[type=text], .formrow_right_inputbox input[type=text] {
    line-height:normal;
  }
}
.form_subtitle {
  width:100%;
  margin:10px 0px 10px 0px;
  color:#353535;
  text-decoration:underline;
  font-size:12px;
  font-weight:bold;
  border-top:1px dashed #B9BABC;
  text-indent:120px;
  padding:10px 0px;
}
.form_button {
  margin:0px 35px 0px 0px;
}
.form_button input[type=button], .form_button input[type=submit] {
  float:right;
  position:relative;
  width:auto;
  height:32px;
  line-height:20px;
  margin:10px 0px 4px 10px;
  padding:0px 15px;
  background:#356696;
  border:none;
  outline:none;
  color:#fff;
  font-size:12px;
  cursor:pointer;
}
.form_button input[type=button]:hover, .form_button input[type=submit]:hover {
  opacity:0.9;
  filter:alpha(opacity=90);
}
.link_button a {
  float:right;
  position:relative;
  width:auto;
  height:32px;
  margin:0px 10px 4px 0px;
  padding:0px 15px;
  background:#356696;
  border:none;
  outline:none;
  color:#fff;
  font-size:13px;
  cursor:pointer;
  text-decoration:none;
  line-height:30px;
  text-indent:0px;
}
.link_button a:hover {
  opacity:0.9;
  filter:alpha(opacity=90);
  text-decoration:none;
  color:#fff;
}
.fees_details {
  color:#727272;
  font-size:12px;
  width:100%;
  float:left;
  margin:3px 0px;
}
.grid_block {
  /*background: none repeat scroll 0% 0% #F9F9F9;*/
  /*float: left;*/
  position: relative;
  width: 96%;
  padding: 5px 0%;
  border-radius: 5px;
  margin: 0 auto;

}
.data_grid_table {
  float:left;
  position:relative;
  /*width:951px;*/
  /*border:1px solid #e5e5e5;*/
  padding:0px;
  margin:0px;
  color:#353535;
}
/*.data_grid_table th {
  font-size: 12px;
color: #fff;
font-weight: normal;
background: #2a68a3;
padding: 5px;
margin: 0px;
border-right: 1px solid #e5e5e5;
text-align: left;
}*/
.grid_block select, .grid_block input[type=text] {
  position:relative;
  border:1px solid #c5c5c5;
  /*height:24px;*/
  padding:3px 3px 2px 3px;
  margin:0px 3px;
  background:#fff;
  color:#5d5d5f;
  font-size:12px;
  font-weight:normal;
  text-align:left;
}
.data_grid_table th input[type=text] {
  float:left;
  position:relative;
  border:1px solid #c5c5c5;
  width:70%;
  height:22px;
  padding:0px 5px;
  background:#fff;
  color:#5d5d5f;
  font-size:12px;
  font-weight:normal;
  text-align:left;
}
.data_grid_table td {
  font-size: 12px;
  color: #332d2e;
  padding: 5px;
  margin: 0px;
  /*border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;*/
}
.data_grid_table td a img {
  float:left;
  position:relative;
  margin:0px 0px 0px 10px;
}
.active_text {
  color:#2b840c;
}
.inactive_text {
  color:#cd0000;
}
.right_border_remove {
  border-right:none !important;
}
.bottom_border_remove {
  border-bottom:none !important;
}
.grid_top_panel {
  float:left;
  position:relative;
  width:939px;
  border:1px solid #e5e5e5;
  padding:7px 5px;
  margin:0px;
  border-radius:7px 7px 0px 0px;
}
.grid_bottom_panel {
  float:left;
  position:relative;
  width:939px;
  border:1px solid #e5e5e5;
  padding:7px 5px;
  margin:0px;
  border-radius:0px 0px 7px 7px;
}
.pagination {
  float:right;
  position:relative;
}
.required {
  color: red;
}
#user_detail_left {
  float:left;
  position:relative;
  margin:5px 0px 0px 20px;
  padding:0px;
  width:500px;
  height:auto;
  font-size:12px;
}
#user_detail_left span {
  float:left;
  position:relative;
  margin:0px 10px 0px 0px;
  padding:0px;
  vertical-align:top;
}
#user_detail_left img {
  padding:6px;
  border:#e5e5e5 1px solid;
}
.user_detail_left {
  float:left;
  padding:3px;
  border:solid 1px #ccc;
  margin-left:10px;
  width:150px;
  height:150px;
}
.userdetails_table {
  float:left;
  width:100%;
  margin:0 10px;
  border-collapse:collapse;
  color: #000;
}
.userdetails_table td, .userdetails_table th {
  /*background:#fff;*/
  border-bottom:solid 1px #f0f0f0;
  padding:10px;
}

.user_detail_tbl{width:950px !important;}
.heading_detail{
  font: bold 15px arial;
  color: #268bdb;
}
.action_td{
  width:100px !important;
  text-align: center !important;
}
.sr_no_td{
  width:30px !important;
  text-align: center !important;
}
.membership_id_td{
  width:90px !important;
  text-align: center !important;
}
.ajax_status_td{
  width:50px !important;
  text-align: center !important;
}
.center{
  text-align: center !important;
}

.inner_container2 form input[type="file"]{width:200px; height:23px; background:#eee; border:1px solid #ccc;}
.inner_container2 form input[type="submit"] {height:30px; padding:0px 40px; background:#356696; text-align:center; font:normal 14px/30px Arial, Helvetica, sans-serif; color:#fff; border:none; cursor:pointer;}
.inner_container2 form input[type="submit"]:hover{opacity:0.8;}

.inner_container2 form {position:relative; background: none repeat scroll 0 0 #DFDFDF;
                        border: 2px solid #CCCCCC;
                        float: left;
                        margin-left: 453px;
                        padding:50px;}

.sm_btn{
  float: right;
  position: relative;
  width: auto;
  height: 32px;
  margin: 0px 10px 4px 0px;
  padding: 0px 15px;
  background: #356696;
  border: none;
  outline: none;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  text-decoration: none;
  line-height: 30px;
  text-indent: 0px;
}
.error_new{color: #ff0000;
           background: #ffcad0;
           padding: 0px 2px;
           margin: 2px 2px 18px 0px;
           border: 1px solid #ff0000;
           width: 356px;
           margin-left: 35%;
           float: left;}

.submit {
  height: 30px;
  padding: 0px 40px;
  background: #356696;
  text-align: center;
  font: normal 14px/30px Arial, Helvetica, sans-serif;
  color: #fff;
  border: none;
  cursor: pointer;
}
/*******For configuration settings page*********/
.tabular-gried{
  position:relative;
  float:left;
  width:auto;
  margin-left:20px;
  margin-bottom:20px;
}
.tabular-gried-heading{
  width:100%;
  position:relative;
  float:left;
  height:48px;
  background:#4975A0;
  border-radius:4px 4px 0px 0px;
}
.tabular-gried-heading h2{
  position:relative;
  float:left;
  font-size:18px;
  color:#fff;
  font-family: 'Arimo', sans-serif;
  padding-left:17px;
  text-transform:capitalize;
}
.tabular-data{ float:left; width:100%; padding:0; background:#fff;}
.tabular-data tr td{ margin:0; padding:11px; color:#3e484e; font:normal 14px/16px arial; text-align:left;/* border: 1px solid #e7e7e7 !important;*/}
.tabular-data tr td span{margin-right:30px;}
.tabular-data tr:hover{ background:#eee !important;}
.dbtc {
  text-align:center !important;
}
.select-flex{
  width: 18%
}
.right{ float:right !important;}
.dashboard_link_button {
    float: right;
    margin-right: 36px;
    margin-top: -80px;
    position: relative;
    width: 70%;
}
.dashboard_link_button p{ float:left; margin-top:10px;}
.dashboard_link_button a{ float:right; margin-left:10px;}

.test-test .wrapper{
  float:right;
}

/*  Job Logs */

.div-feed-left{
  float: left;
}
.div-feed-right{
  display: inline-block;
  margin: 5px 0 0 10px;
}
.feed-row p{
  display: inline-block;
}
.feed-row .div-feed-right .black-bold{
  font-weight: bold;
}
.feed-row .div-feed-right .date-time{
  float:right !important;
}
.feed-img{
  max-width: 25px;
  max-height: 25px;
}

.notification-row{
  display: inline-block;
}

.div-notification-left{
 float: left;
}
.div-notification-right{
  display: inline-block;
  margin: 5px 0 0 10px;
}
.notification-row .div-notification-right .black-bold{
  font-weight: bold;
}
.notification-row .div-notification-right .date-time{
  float:right !important;
}

.notification-row p{
  display: inline-block;
}

.notification-img{
  max-width: 25px;
  max-height: 25px;
}

.no-job-log-message{
  margin: 0 auto;
  padding: 30px;
  text-align: center;
  font-size: 20px;
}

.data_panel.job-log {
  padding:20px;
}

.job-log .row:after{
  border-bottom: 1px solid #ccc;
  display: block;
  height:5px;
}


.job-log .row {
  padding: 7px 0;
}

.job-log span.date-time {
  float: right;
  margin-top: 10px;
}

.job-log .notification-row .email-title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 440px;
  height: 15px;
  float: left;
  margin-right: 5px;
}

.fc-more-popover{
  max-height: 150px;
  overflow: scroll;
}
.input-search{
  height: 24px;
}
.input-search-button {
  -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
  box-shadow:inset 0px 1px 0px 0px #ffffff;
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
  background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
  background-color:#ededed;
  -webkit-border-top-left-radius:0px;
  -moz-border-radius-topleft:0px;
  border-top-left-radius:0px;
  -webkit-border-top-right-radius:7px;
  -moz-border-radius-topright:7px;
  border-top-right-radius:7px;
  -webkit-border-bottom-right-radius:7px;
  -moz-border-radius-bottomright:7px;
  border-bottom-right-radius:7px;
  -webkit-border-bottom-left-radius:0px;
  -moz-border-radius-bottomleft:0px;
  border-bottom-left-radius:0px;
  text-indent:0;
  border:1px solid #dcdcdc;
  display:inline-block;
  color:#777777;
  font-family:arial;
  font-size:11px;
  font-weight:bold;
  font-style:normal;
  height:30px;
  line-height:30px;
  width:57px;
  text-decoration:none;
  text-align:center;
  text-shadow:1px 1px 0px #ffffff;
  margin-left: -5px;
}
.input-search-button:hover {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
  background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
  background-color:#dfdfdf;
}
.input-search-button:active {
  position:relative;
  top:1px;
}
.scheduler-calendar{
  padding: 0 20px 0 20px;
}
.calendar-filter-search{
  padding: 17px 20px 0 25px;
}
.calendar-loaderCard {
  position:relative;
}
.calendar-loaderDiv {
  display: block;
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:100;
  background-color:rgba(255, 255, 255, 0.97);
  transition: all 0.5s ease-in-out;
}
.calendar-loaderCircular {
  margin: 250px auto;
  line-height: 100%;
}
.fc-resizer.fc-end-resizer {
  display: none;
}