html, body {
  height: 100%;
}

html {
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    border-top: solid 10px #428bca;
    color: #333;
    font-size: 13px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 0;
}

section, article, nav, header, footer { 
    display: block; 
}

:root input[type=text], 
:root input[type=password], 
:root input[type=email], 
:root input[type=number], 
:root input[type=tel], 
:root input[type=search], 
:root textarea
{
    width:18.544em;
    height:22px;
    padding:4px 8px;
    font-size:inherit;
    color: inherit;
    border:1px solid #bababa;
    background-color:rgba(255,255,255,.8);
    -webkit-border-radius: 0 !important; 
    -moz-border-radius: 0 !important;
    border-radius: 0 !important; 
}

:root select{
    border:1px solid #bababa;
    height:32px;
    color: inherit;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
     -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); 
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
     box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

:root textarea {
    width:18.544em;
    height: 75px;
}

:root input[type=button], :root input[type=submit], :root button {
    height: 2.142em;
    min-width: 6em;
    font-size:inherit;
    background-color: #428bca;
    /*color: #fff !important;*/
    cursor: pointer;
    color: inherit;
    padding: 3px 12px 5px;
    border: 0;
}

.button-white {
    color: #fff !important;
}

:root a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none; 
    font-size:inherit;
}

:root  a:hover {
    text-decoration: underline;
}

a.red_link {
    color: #B00009 !important
}

a.blue_link {
    color: #428bca !important
}

.page-wrap {
    margin: 0 auto;
    min-height: 100%;
    margin-bottom: -55px; 
}

.page-wrap:after {
  content: "";
  display: block;
}

.site-footer, .page-wrap:after {
  height: 55px; 
}

.site-footer {
    margin: 0 auto;
    padding-top: 20px;
}

h4 {
    color: #808080;
    font-size: 21px;
    font-weight: 100;
    margin-bottom: 5px;
    margin-top: 0px;
}

.global_label{
    font-size: 13px;
    color: #808080
}

/*Style layout*/
.content-wrapper {
    width: 1100px;
    margin: auto;
}

.header {
    padding-top:2px;
    background-color: #e7e7e7;
    height: 70px;
}

.header .title {
    float: left;
    font-size: 25px;
    color: #428bca;
    /*padding-top: 15px;*/
    margin-top: -5px;
}

.header .title a {
    text-decoration: none;
    color: #428bca;
}

.header .menu_div {
    float: right;
}

.menu{
    float: right;
    list-style: none;
    margin-top: -2px;
}

.menu > li{
    display: inline;
    float: left;
    position: relative;
}

.menu > li:hover{
    cursor: pointer;
    background-color: #428bca;
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}

.menu > li > a{
    font-size: 13px;
    padding: 30px 15px 27px 15px;
    display: block;
    color: #6d6d6d;
    text-decoration: none;
}

.menu > li > a:hover, .menu > li:hover > a{
    color: #fff;    
    -webkit-transition: color 500ms linear;
    -moz-transition: color 500ms linear;
    -o-transition: color 500ms linear;
    -ms-transition: color 500ms linear;
    transition: color 500ms linear;
}

li.active {
    background-color: #428bca;
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}

li.active > a{
    color: #fff !important;        
}

#menu > li > ul{
    visibility: hidden;
    position: absolute; 
    z-index: 99;
    padding:0 0 5px 0;
    background:#e7e7e7; 
    border-top:0px;
    left:0px;
    top:72px;
    width:210px;
    margin:0 !important;
    padding:0px;
    list-style: none;
}

#menu > li > ul > li{
    position:relative;
    padding:0px 0px;
}

#menu > li > ul > li > a{
    display: block;
    color: #6d6d6d;
    font-size:13px;
    text-transform:none;
    line-height:35px;
    text-align:left;
    padding:0 20px;
    text-decoration: none;
}

#menu > li > ul > li > a:hover{
    color:#fff; 
    background:#428bca;
}

.header_space {
    height: 30px;
}

.header_line {
    height: 2px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
}

table.table_global {
    border-collapse: collapse;
    overflow: hidden;
    font: 14px 'Open Sans', sans-serif;
    color: #5e5e5e;
    width: 100%;
}

table.table_fixed {
    table-layout: fixed;
    border-collapse: collapse; 
}

.table_global td {
    padding: 5px;
}

td.td_head {
    padding: 5px;
    background-color: #428bca;
    position: relative;
    overflow: hidden;
    text-align: left;
    font-weight: bold;
    font-size: 13px;
    font-family: arial;
    color: white;
}

td.td_body_alt {
    background-color: #F2F2F2;
    padding: 5px;
}

td.td_body{
    padding: 5px;
}

/**** Footer *****/
.footer_div{
    text-align: center;
    font-size: 11px;
    color: #808080;
    margin-top: 10px;
}


/**** End Footer *****/

/**BEGIN - Alerts**/
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
/**END - Alerts**/

.mandatory_star{ 
    color:#a33200; 
    font-weight:bold; 
    margin:0 1px 0 1px;
}

.login {
    margin: auto;
    width: 420px;
    padding: 10px;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    margin-bottom: 20px;
}

.input_invalid {
    background-color:#FFEDEF !important;
}

fieldset {
    border:1px solid #cccccc; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-radius: 4px;
    margin-bottom: 15px;
}

fieldset legend {
    font-weight:bold; 
    margin:0 5px;
}

.no-year-datepicker .ui-datepicker-year {
    display:none;   
}

fieldset {
    border:1px solid #cccccc; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-radius: 4px;
    margin-bottom: 15px;
}

fieldset legend {
    font-weight:bold; 
    margin:0 5px;
}

/**New dashboard stats **/
.dashboard-stat {
  display: block;
  margin-bottom: 25px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.dashboard-stat:before, .dashboard-stat:after {
  content: " ";
  display: table;
}
.dashboard-stat:after {
  clear: both;
}
.portlet .dashboard-stat:last-child {
  margin-bottom: 0;
}
.dashboard-stat .visual {
  width: 80px;
  height: 80px;
  display: block;
  float: left;
  padding-top: 10px;
  padding-left: 15px;
  margin-bottom: 15px;
  font-size: 35px;
  line-height: 35px;
}
.dashboard-stat .visual > i {
  margin-left: -35px;
  font-size: 110px;
  line-height: 110px;
}
.dashboard-stat .details {
  /*position: absolute;*/
  right: 15px;
  padding-right: 15px;
}
.dashboard-stat .details .number {
  padding-top: 25px;
  text-align: right;
  font-size: 34px;
  line-height: 36px;
  letter-spacing: -1px;
  margin-bottom: 0px;
  font-weight: 300;
}
.dashboard-stat .details .desc {
  text-align: right;
  font-size: 16px;
  letter-spacing: 0px;
  font-weight: 300;
}
.dashboard-stat .more {
  clear: both;
  display: block;
  padding: 6px 10px 6px 10px;
  position: relative;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 11px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.dashboard-stat .more:hover {
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.dashboard-stat .more > i {
  display: inline-block;
  margin-top: 1px;
  float: right;
}

.dashboard-stat-light {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.dashboard-stat-light .details {
  margin-bottom: 5px;
}
.dashboard-stat-light .details .number {
  font-weight: 300;
  margin-bottom: 0px;
}

[class^="m-icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  vertical-align: top;
  background-image: url(../img/syncfusion-icons.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}

.m-icon-white {
  background-image: url(../img/syncfusion-icons-white.png);
}

.m-icon-swapright {
  background-position: -27px -10px;
}

/* Blue madison */
.dashboard-stat.blue-madison {
  background-color: #578ebe;
}
.dashboard-stat.blue-madison.dashboard-stat-light:hover {
  background-color: #4884b8;
}
.dashboard-stat.blue-madison .visual > i {
  color: #FFFFFF;
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.dashboard-stat.blue-madison .details .number {
  color: #FFFFFF;
}
.dashboard-stat.blue-madison .details .desc {
  color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100);
}
.dashboard-stat.blue-madison .more {
  color: #FFFFFF;
  background-color: #4884b8;
}
/**Blue madison **/

/** Green haze**/
.dashboard-stat.green-haze {
  background-color: #44b6ae;
}
.dashboard-stat.green-haze.dashboard-stat-light:hover {
  background-color: #3ea7a0;
}
.dashboard-stat.green-haze .visual > i {
  color: #FFFFFF;
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.dashboard-stat.green-haze .details .number {
  color: #FFFFFF;
}
.dashboard-stat.green-haze .details .desc {
  color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100);
}
.dashboard-stat.green-haze .more {
  color: #FFFFFF;
  background-color: #3ea7a0;
}
/** Green haze **/

/**Red intense **/
.dashboard-stat.red-intense {
  background-color: #e35b5a;
}
.dashboard-stat.red-intense.dashboard-stat-light:hover {
  background-color: #e04a49;
}
.dashboard-stat.red-intense .visual > i {
  color: #FFFFFF;
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.dashboard-stat.red-intense .details .number {
  color: #FFFFFF;
}
.dashboard-stat.red-intense .details .desc {
  color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100);
}
.dashboard-stat.red-intense .more {
  color: #FFFFFF;
  background-color: #e04a49;
}
/** Red intense **/

/**
/*	Preloader
/* ==========================================*/

#preloader {
    background-color: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

/*Battery*/
.loder-box {
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 1px;
  height: 100px;
  left: 50%;
  margin-left: -64px;
  margin-top: -50px;
  position: absolute;
  top: 50%;
  width: 128px;
}

.battery{
    width: 60px;
    height: 25px;
    top: 35%;
    border: 1px #2E2E2E solid;
    border-radius: 2px;
    position: relative;
    -webkit-animation: charge 5s linear infinite;
       -moz-animation: charge 5s linear infinite;
            animation: charge 5s linear infinite;
    margin: 0 auto;
}

.battery:after {
  background-color: #2E2E2E;
  border-radius: 0 1px 1px 0;
  content: "";
  height: 10px;
  position: absolute;
  right: -5px;
  top: 7px;
  width: 3px;
}

@-webkit-keyframes charge{
    0%{box-shadow: inset 0px 0px 0px #2E2E2E;}
    100%{box-shadow: inset 60px 0px 0px #2E2E2E;}
}

@-moz-keyframes charge{
    0%{box-shadow: inset 0px 0px 0px #2E2E2E;}
    100%{box-shadow: inset 60px 0px 0px #2E2E2E;}
}

@keyframes charge{
    0%{box-shadow: inset 0px 0px 0px #2E2E2E;}
    100%{box-shadow: inset 60px 0px 0px #2E2E2E;}
}