body {
    width: 100%;

    min-height: 900px;
    margin: 0;
    padding: 0;
    background: #f4f4f4 !important;
    font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 400;
    line-height: 1.49;
    color: #666666;
}

a, a:hover, a:active, a:visited { color:#3498db; }
a:hover { color:#1177bb !important; }

h1,.h1 { font-size: 30px; }
h2,.h2 { font-size: 24px; }
h3,.h3 { font-size: 18px; }
h4,.h4 { font-size: 15px; }
h5,.h5 { font-size: 13px; }
h6,.h6 { font-size: 11px; color: #999999; }
h3 { margin-bottom: 10px !important; }
p { margin: 0 0 9.5px; }
.clean_h {
    margin-top: 0px !important;
    color: #266cb3;
    font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
}
#content {
    padding: 15px 8px 40px 11px;
}
#info {
    padding-top: 25px !important;
}
.login-links, .login-links a {
    color: #999;
    font-size: 13px;
    text-align: center;
}

.admin-form {
    margin-top: 5%;
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-bottom:5%;
    padding:0 5px;
}

.panel {
    color:#626262;
    background-color:#fff;
    border: 1px solid#DDD;
    box-shadow: none;
    box-sizing: border-box;
    position: relative;
    border-radius: 3px;
}

.bg-light {
    background-color: #eeeeee !important;
    color:#666;
}
.center-block {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.img-responsive {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}
.pb15 { padding-bottom: 15px !important; }
.p25 { padding: 25px !important; padding-bottom: 25px; }
.mw500 { max-width: 500px !important; }
.mw640 { max-width: 640px !important; width:100%; }
.mb25 { margin-bottom: 25px !important; }
.mt30 { margin-top: 30px !important; }

@media (max-width: 1100px) {
    /* Sidebar Left Open/Default */
    #content_wrapper,
    .sb-l-o #content_wrapper {
      margin-left: 0;
      left: 250px;
    }
    /* Sidebar Left Minified */
    .sb-l-m #content_wrapper {
      left: 0;
    }
    /* Sidebar Left Closed */
    .sb-l-c #content_wrapper {
      margin-left: 0;
      left: 0;
    }
    /* Sidebar Right Open */
    .sb-r-o #content_wrapper {
      margin-right: 0;
      left: -300px;
    }
  }