body { background: #fff !important; }
.login-box-body, .register-box-body {
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0px 2px 2px 0px #ddd;
}
.skin-blue .main-header .navbar .nav>li>a:hover, .skin-blue .main-header .navbar .nav>li>a:active, .skin-blue .main-header .navbar .nav>li>a:focus, .skin-blue .main-header .navbar .nav .open>a, .skin-blue .main-header .navbar .nav .open>a:hover, .skin-blue .main-header .navbar .nav .open>a:focus, .skin-blue .main-header .navbar .nav>.active>a {
    background: #2489CC;
    color: #f6f6f6;
}
.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    background-color: #3498DB;
}
.skin-blue .main-header .navbar .sidebar-toggle:hover {
    background-color: #2489CC;
}
.skin-blue .sidebar-menu>li:hover>a, .skin-blue .sidebar-menu>li.active>a, .skin-blue .sidebar-menu>li.menu-open>a {
    color: #fff;
    background: #2489CC;
}
.skin-blue .sidebar-menu>li.active>a, .skin-blue .sidebar-menu>li:hover a {
    border-left-color: #fff;
}
.skin-blue .main-header li.user-header{
  background-color: #3498DB;
}
.skin-blue .sidebar-menu>li.header {
    color: #fff;
    background: #35647d;
}
.skin-blue .sidebar-menu>li>.treeview-menu {
    margin: 0 1px;
    background: #35647d;
}
.skin-blue .sidebar-menu .treeview-menu>li>a {
    color: #c0e9ff;
}
.skin-blue .sidebar a {
    color: #f3f9fd;
}
.form-control-feedback {
    top: 25px;
}
.fa-circle { color:#00ff3c; }
.checkbox label{
    padding-left: 0px;
}
.main-header .logo .logo-lg {
    display: block;
    background: #fff;
}

.sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {    
    background: #fff;
}
.sidebar-mini.sidebar-collapse .main-header .logo .logo-lg img, .sidebar-mini.sidebar-collapse .main-header .logo .logo-mini img {    
    width: 74%;
}
.main-header .logo .logo-lg img, .main-header .logo .logo-mini img {
    vertical-align: middle;
     width: 63px;
  height: 51px;
}

.main-header .logo{
    padding: 0px;
}
.content-wrapper{
	background-color: #fff;
  overflow-y: auto;
}
.login-logo .logo img{
	width: 115px;
}
.display-image{
	width: 60px;
}
.view-image{
	width: 135px;
}
.preview img{
  width: 70px;
}


.ui-icon { width: 6px; height: 6px; /*{iconsContent}*/; }
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
/*.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
*/
.ui-resizable-e { cursor: e-resize; width: 7px; right: 0px; top: 0px; height: 100%;border-right: 1px solid #ddd; z-index: 1;}
.field:hover .ui-resizable-e { border-right: 2px dotted #999; }
.field:hover .ui-resizable-e:hover { border-right: 2px dotted #f75;}
/*.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
*/

::-moz-selection {
       background-color: #FFA;
       color: #000;
}

* {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

a { color:#2d91e6; text-decoration: none; }



table { border-collapse: collapse; }
#content-wrap { 
  font-size: 15px; 
  color: #000; 
  list-style-type: none; 
  background: #eee; 
  box-shadow: 0 0 20px #555; 
  margin: auto; 
  clear: both; 
  padding: 1px 0 0 1px; 
  max-width: 768px;
  border: 2px solid #000;
  
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#content .form_row {
  margin: 40px 0 60px 173px;
  border: 1px solid #ddd;
  border-width: 1px 0 1px 1px;
  outline: 2px solid #000;
  background: #f4f4f4;
}

.clear { clear: both; }
.input { border: 1px solid #555; height: 15px; background: #f9f9f9; display: block; color: #333; font-size: 13px; margin: 0; border-radius: 2px; }
.textarea { border: 1px solid #555; height: 55px; background: #f9f9f9; display: block; color: #333; font-size: 13px; margin: 0; border-radius: 2px; }
input,textarea { border: 1px solid #555; background: #eee; color: #333; font-size: 13px;margin: 0; border-radius: 2px; }
/*input[type=text] { width: 100px; }*/
input[type=checkbox] { margin-right: 5px; }
input[type=submit] {
  border: 1px solid #aaa; 
  border-bottom: 1px solid #555; 
  background: #555;
  background: -moz-linear-gradient(top,  #999,  #666);
  text-shadow: 0 0 2px #000;
  color: #fff;
  font-size: 13px;
  border-radius: 4px;
  padding: 3px 8px;
}
input[type=submit]:hover {
  background: -moz-linear-gradient(top,  #777,  #aaa);
}

.form_row { font-size: 15px; border: 0; color: #000; border: 1px solid transparent; border-width: 1px 0; }
/*.form_row:hover { border: 1px solid #ccc; border-width: 1px 0; }
.form_row_selected { border: 1px solid #bf6363; border-width: 1px 0; padding: 0; }
.form_row_selected:hover { border: 1px solid #bf6363; border-width: 1px 0; }*/

.field { 
  display: inline-block; 
  background: #fff; min-width: 10px; min-height: 28px; margin: 0; 
  padding: 0; overflow: hidden; white-space: nowrap; 
  border: 1px solid transparent; border-width: 1px 0; 
  margin: -1px 0 0 -1px;
}
.form_row .field { border: 1px solid transparent; border-width: 1px 0; }
.form_row .field:hover { border: 1px solid #c54; border-right: 0; z-index: 1; }
.form_row .resize { 
  border-top: 1px solid #ccc; 
  border-left: 1px solid #ccc; 
  border-bottom: 1px solid #ccc; 
  border-right: 0;
}
.form_row .resize_selected { border: 1px solid #25A8FF; }
.field_selected { border-bottom: 1px solid #4455aa; border-top: 1px solid #4455aa; background: #ddd; } /* used only in edit_boiler.html */


#field_grid_size { font-size: 12px; text-align: center; }


#main_menu {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;


  border-right: 4px solid #000;
  border-left: 4px solid #000;
  padding: 0;
  box-shadow: 0 0 5px #555;
  z-index: 5;
}

#main_menu_pages {
  border-radius: 9px;
  position: absolute;
  top: 5px;
  left: 5px;
  background: #444;
  border: 2px solid #000;
  color: #444;
  font-weight: bold;
  font-size: 12px;
  line-height: 22px;
  text-shadow: 1px 1px 1px #111;
  text-align: center;
  padding: 14px;
  background-image: linear-gradient(bottom, rgb(81,82,82) 0%, rgb(90,93,93) 81%);
  background-image: -o-linear-gradient(bottom, rgb(81,82,82) 0%, rgb(90,93,93) 81%);
  background-image: -moz-linear-gradient(bottom, rgb(81,82,82) 0%, rgb(90,93,93) 81%);
  background-image: -webkit-linear-gradient(bottom, rgb(81,82,82) 0%, rgb(90,93,93) 81%);
  background-image: -ms-linear-gradient(bottom, rgb(81,82,82) 0%, rgb(90,93,93) 81%);
  width: 150px;
  height: auto;
  box-shadow: 0 0 3px #777;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 100;
}
#main_menu_pages a { color: #b0b0b2; }

#main_menu_bg {
  background-image: linear-gradient(bottom, rgb(200,203,204) 0%, rgb(173,173,173) 81%);
  background-image: -o-linear-gradient(bottom, rgb(200,203,204) 0%, rgb(173,173,173) 81%);
  background-image: -moz-linear-gradient(bottom, rgb(200,203,204) 0%, rgb(173,173,173) 81%);
  background-image: -webkit-linear-gradient(bottom, rgb(200,203,204) 0%, rgb(173,173,173) 81%);
  background-image: -ms-linear-gradient(bottom, rgb(200,203,204) 0%, rgb(173,173,173) 81%);
  position: absolute;
  right: 0px;
  width: 20px;
  height: 100%;
  z-index: 0;
}
#main_menu_content {
  background-image: linear-gradient(bottom, rgb(81,82,82) 0%, rgb(125,127,130) 81%);
  background-image: -o-linear-gradient(bottom, rgb(81,82,82) 0%, rgb(125,127,130) 81%);
  background-image: -moz-linear-gradient(bottom, rgb(81,82,82) 0%, rgb(125,127,130) 81%);
  background-image: -webkit-linear-gradient(bottom, rgb(81,82,82) 0%, rgb(125,127,130) 81%);
  background-image: -ms-linear-gradient(bottom, rgb(81,82,82) 0%, rgb(125,127,130) 81%);
  position: relative;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.main_menu_button {
  border-radius: 2px;
  background: #555;
  background: -moz-linear-gradient(top,  #777,  #555);
  background: -webkit-linear-gradient(top,  #777,  #555);
  padding: 5px 0;
  width: 100%;
  text-align: center;
  border-top: 1px solid #888;
  border-bottom: 1px solid #777;
  box-shadow: 0 0 2px #000;
  margin-right: -1px;
  color: #fff;
  cursor: pointer;
  text-shadow: 0 0 1px #000;
}
.main_menu_button:hover {
  background: #666;
  background: -moz-linear-gradient(top,  #fff,  #ccc);
  border-color: #888;
  text-shadow: 0 0 1px #000;
}

#add_field {
  border-radius: 2px;
  background: #bbb;
  background: -moz-linear-gradient(top,  #ccc,  #aaa);
  background: -webkit-linear-gradient(top,  #ccc,  #aaa);
  padding: 5px 0;
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #999;
  box-shadow: 0 0 1px #000;
  margin-right: -1px;
  color: #fff;
  cursor: pointer;
  text-shadow: 0 0 1px #000;
  color: #fff;
  width: 150px; margin: 10px auto;
}



.cell_pad { padding:3px; position: relative; }
.center_obj { margin-left: auto; margin-right: auto; }
.fright { float: right; }
.fleft { float: left; }
.center { text-align: center; }
.right { text-align: right; }
.left { text-align: left; }
.bold { font-weight: bold; }
.pointer { cursor: pointer; }

.title_bar { text-align: center; font-size: 24px; border-top: 5px solid #000; border-bottom: 5px solid #000; padding: 5px; }
.title {
  text-align: center;
  font-weight: bold;
  padding: 5px;
  margin: 5px 0;
  font-size: 24px;
  text-transform: uppercase;
}
.hr { border-top: 5px solid #000; }


#field_styles button.selected,#field_buttons button.selected {
  border: 1px solid #c54;
  background: #a43;
  color: #fff;
}

#field_styles button ,#field_buttons button {
  padding: 5px 8px;
  border-radius: 2px;
  outline: none;
  border: 1px solid #888;
  background: #ccc;
}

.draggingSortable {
  background: #c54;
}

button:focus { 
    outline: none; 
}

.advanced {
  display: none;
}

#field_styles {
  display: inline-block;
  clear: both;
}

#edit_box_wrapper {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  position: fixed;
  z-index: 100;
  top: 0;
  display: none;
}

#edit_box { 
  z-index: 2;
  left: 154px; 
  width: 800px;
  background: #fff; 
  border: 2px solid #222; 
  border-radius: 9px; 
  color: #000; 
  position: absolute; 
  top: 10%;
  font-size: 14px;
  box-shadow: 0 0 23px rgba(0,0,0,0.3);
}
#edit_box_close {
  background: #C55656; 
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 4px 8px;
  font-weight: bold;
  cursor: pointer;
}
#edit_box span { color: #fff; }
#edit_box input,textarea{ 
  background: #f6f6f6; 
  color: #666; 
  border: 1px solid #707072; 
  border-bottom: 1px solid #303031;
  border-right: 1px solid #303031;
  padding: 3px 0; 
  margin: 5px 0; 
  width: 100%; 
}
#edit_box input[type=text]:focus,textarea:focus { color: #222; border: 1px solid #444; box-shadow: 0 0 4px #666; }
#edit_box input,#edit_box textarea { border-radius: 3px }
#edit_box_content { overflow: hidden; padding: 8px; position: relative; }
#edit_box table { margin: 0 auto; background: #222;}
#edit_box td { padding: 1px; }
#edit_box td select { display: none; }
#edit_box td { border: 1px dashed #333; background: transparent; width: 300px; text-align: center; }
#edit_box td.edit_field_selected { background: #333; border: 1px solid #444;}
#edit_box td div.hover {
  display: none;
  cursor: pointer;
  position: absolute;
  width: 18px;
  color: #aaa;
  background: #444;
  border: 1px solid #555;
  overflow: hidden;
}
#edit_box td div.hover:hover {
  background: #555;
  color: #fff;
}
#edit_box td div.hover_left {
  border-radius: 3px; border-top-left-radius: 0; border-bottom-left-radius: 0; 
  left: -2px;
  top: 0;
}
#edit_box td div.hover_right {
  border-radius: 3px; border-top-right-radius: 0; border-bottom-right-radius: 0; 
  right: -2px;
  top: 0;
}
#edit_box div.hover_button {
  display: block;
  font-size: 6px;
  padding: 0;
  border: 1px solid #333;
}
#edit_box div.hover_button:hover { background: #777; }

.sidebar-menu .treeview-menu>li>a.active{
    color: #fff;
}

#save_form {
      margin: 20px;
    float: right;
    font-size: 20px;
}


.table-view { display:table; width: 100%; height: 100%; }
.table-cell-view { display: table-cell; text-align: center; vertical-align: middle; }
.login-box, .register-box {
    width: 360px;
    margin: 0 auto;
     text-align: left; 
}

@media (max-width: 500px) {
  .login-box-body, .register-box-body { text-align: left; }
  .login-box, .register-box { width: 300px; }
}

    .grid_scroll {
    -webkit-overflow-scrolling: touch;
}

.loadingDiv{
  display: block;
  position:fixed;
  top:0px;
  right:0px;
  width:100%;
  height:100%;
  background-color:#666;
  background-image:url('./../images/ajax-loader.gif');
  background-repeat:no-repeat;
  background-position:center;
  background-size: 120px;/*width only*/
  z-index:10000000;
  opacity: 0.4;
  filter: alpha(opacity=40); /* For IE8 and earlier */
}
.skin-blue .main-header .navbar {
    background-color:#3498DB;
}
.btn-primary {
    background-color: #3498DB;
    border-color: #2489CC;
}

.btn-primary:focus, .btn-primary.focus, .btn-primary:hover, .btn-primary:active, .btn-primary.hover, .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #2489CC;
    border-color: ##2283C4;
}
.content-wrapper{
  padding:20px;
}

.nav-stacked > li.active > a, .nav-stacked > li.active > a:hover {
    background: #3498DB;
    color: #fff;
    border-top: 0;
    border-left-color: #1c4054;
}

.mt-5{
  margin-top: 5px !important;
}
.incoming_msg_img {
  display: inline-block;
  width: 6%;
}
.received_msg {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: top;
  width: 92%;
 }
 .received_withd_msg p {
  background: #ebebeb none repeat scroll 0 0;
  border-radius: 3px;
  color: #646464;
  font-size: 14px;
  margin: 0;
  padding: 5px 10px 5px 12px;
  width: 100%;
}
.time_date {
  color: #747474;
  display: inline-block;
  font-size: 12px;
  margin: 8px 0 0;
}
.received_withd_msg { width: 57%;}
.mesgs {
  float: left;
  padding: 30px 15px 0 25px;
  width: 60%;
}

 .sent_msg p {
  background: #05728f none repeat scroll 0 0;
  border-radius: 3px;
  font-size: 14px;
  margin: 0; color:#fff;
  padding: 5px 10px 5px 12px;
  width:100%;
}
.outgoing_msg{ overflow:hidden; margin:26px 0 26px;}
.sent_msg {
  float: right;
  width: 46%;
}

.messaging { padding: 0 0 50px 0;}

.incoming_msg_img img{
  width: 100%;
}
.message-author{
   padding:2px 0px 2px 0px;
   font-size: 18px;
}

.message-body p{
   white-space: pre-wrap;
   word-wrap: break-word;
}
.incoming_msg{
   margin-bottom: 16px;
   clear: both;

}
.mr-5{
  margin-right: 5px;
}
.alert-pending{
  background-color: #ccc;
}
.myform { text-align: left; }
.myform form { display: inline-block; margin-left: 5px; }
.myform .form-group { display: inline-block; }
.breakTitle input{ display: inline-block; }