/* 
    Created on : 21/07/2021, 4:06:09 PM
    Author     : alewyn
    Updated on : 24 Jan 2022
*/
@charset "UTF-8";
@import "bootstrap/bootstrap.min.css"; 
@import "fontawesome4/font-awesome.min.css?v=1234"; 

.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/* EOF PREDEFINED CLASSES */
html * {
  outline: none !important;
}
html,
body {
  min-height: 100%;
  padding: 0px;
  margin: 0px;
  background: #F8F8FE;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #656d78;
  overflow-x: hidden;
}
.body-full-height {
  height: 100%;
}
.body-full-height body {
  height: 100%;
}
.row {
  margin-left: 0px;
  margin-right: 0px;
}
.row [class^='col-xs-'],
.row [class^='col-sm-'],
.row [class^='col-md-'],
.row [class^='col-lg-'] {
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
}
/* BLOCK */
.block {
  padding: 5px 10px;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.block-full-width {
  padding: 0px;
  float: left;
  width: 100%;
  position: relative;
}
/* END BLOCK */
/* BUTTONS */
.btn {
  font-size: 12px;
  padding: 4px 15px;
  line-height: 20px;
  font-weight: 400;
  border-radius: 5px;
  transition: all 200ms ease;
}
.btn.btn-lg,
.btn-group-lg > .btn {
  font-size: 14px;
  padding: 12px 20px;
}
.btn.btn-sm,
.btn-group-sm > .btn {
  font-size: 11px;
  padding: 2px 10px;
}
.btn.btn-xs,
.btn-group-xs > .btn {
  font-size: 10px;
  padding: 0px 5px;
}
.btn-default {
  border-color: #DDD;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-color: #F5F5F5;
  border-color: #DDD;
}
.btn-success {
  background-color: #95b75d;
  border-color: #95b75d;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-color: #89ad4d;
  border-color: #89ad4d;
}
.btn-success[disabled],
.btn-success.disabled {
  background: #acc780;
  border-color: #a7c479;
}
.btn-primary {
  background-color: #33414e;
  border-color: #33414e;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: #29343f;
  border-color: #29343f;
}
.btn-primary[disabled],
.btn-primary.disabled {
  background: #475b6d;
  border-color: #435667;
}
.btn-info {
  background-color: #3fbae4;
  border-color: #3fbae4;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-color: #29b2e1;
  border-color: #29b2e1;
}
.btn-info[disabled],
.btn-info.disabled {
  background: #6ccaea;
  border-color: #63c7e9;
}
.btn-link {
  font-weight: 600;
  color: #33414e;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active {
  color: #33414e;
}
.btn .fa,
.btn .glyphicon {
  font-size: 14px;
  margin-right: 5px;
}
.btn.btn-rounded {
  background: transparent;
  color: #656d78;
  border-radius: 12px;
  border-width: 1px;
  padding: 2px 10px;
  font-weight: 600;
}
.btn.btn-rounded.btn-default:hover,
.btn.btn-rounded.btn-default:focus,
.btn.btn-rounded.btn-default:active,
.btn.btn-rounded.btn-default.active {
  border-color: #CCC;
  color: #333;
}
.btn.btn-rounded.btn-success {
  color: #95b75d;
}
.btn.btn-rounded.btn-success:hover,
.btn.btn-rounded.btn-success:focus,
.btn.btn-rounded.btn-success:active,
.btn.btn-rounded.btn-success.active {
  border-color: #89ad4d;
  color: #89ad4d;
}
.btn.btn-rounded.btn-info {
  color: #3fbae4;
}
.btn.btn-rounded.btn-info:hover,
.btn.btn-rounded.btn-info:focus,
.btn.btn-rounded.btn-info:active,
.btn.btn-rounded.btn-info.active {
  border-color: #29b2e1;
  color: #29b2e1;
}
.btn.btn-rounded.btn-primary {
  color: #33414e;
}
.btn.btn-rounded.btn-primary:hover,
.btn.btn-rounded.btn-primary:focus,
.btn.btn-rounded.btn-primary:active,
.btn.btn-rounded.btn-primary.active {
  border-color: #29343f;
  color: #29343f;
}
.btn:active,
.btn.active {
  box-shadow: none;
}
.btn.btn-condensed {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.btn.btn-condensed .fa,
.btn.btn-condensed .glyphicon {
  margin: 0px;
  text-align: center;
}
.btn.btn-condensed.btn-sm {
  padding-left: 8px;
  padding-right: 8px;
}
.btn.btn-condensed.btn-lg {
  padding-left: 15px;
  padding-right: 15px;
}
/* EOF BUTTONS */
/* FORM ELEMENTS */
.radio,
.checkbox {
  margin-top: 5px;
  margin-bottom: 5px;
  float: left;
  width: 100%;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: 0px;
}
input[type=radio],
input[type=checkbox] {
  margin: 2px 0px 0px;
}
.checkbox.pull-left,
.checkbox.pull-right,
.radio.pull-left,
.radio.pull-right {
  width: auto;
}
.form-control {
  height: 30px;
  font-size: 12px;
  line-height: 18px;
  box-shadow: none;
  -webkit-appearance: none;
  border: 1px solid #D5D5D5;
  background: #F9F9F9;
}
.form-control:focus {
  border-color: #C5C5C5;
  box-shadow: none;
  border-color: #C1C1C1;
  background: #FFF;
}
.form-control[disabled],
.form-control[readonly] {
  color: #CCC;
}
.form-control[disabled]:focus,
.form-control[readonly]:focus {
  background: #EEE;
  color: #CCC;
  border-color: #D5D5D5;
}
.input-group-addon {
  border-color: #33414e;
  background-color: #33414e;
  font-size: 13px;
  padding: 0px 10px;
  line-height: 28px;
  color: #FFF;
  text-align: center;
  min-width: 36px;
}
.input-group-addon.info {
    color: rgb(255, 255, 255);
    background-color: rgb(57, 179, 215);
    border-color: rgb(38, 154, 188);
}
.input-group-addon,
.input-group-btn {
  vertical-align: bottom;
}
.form-group:last-child {
  margin-bottom: 0px;
}
.form-group-separated {
  border-top: solid transparent;
}
.form-group-separated .form-group {
  border-bottom: 1px dashed #D5D5D5;
  margin-bottom: 0px;
}
.form-group-separated .form-group [class^="col-md-"] {
  border-left: 1px dashed #D5D5D5;
  padding: 7px;
}
.form-group-separated .form-group [class^="col-md-"]:first-child {
  border-left: 0px;
}
.form-group-separated .form-group:last-child {
  border-bottom: 0px;
}
.form-group-separated .form-group.form-group-border-right [class^="col-md-"] {
  border-left: 0px;
  border-right: 1px dashed #D5D5D5;
}
.form-group-separated .form-group.form-group-border-right [class^="col-md-"]:last-child {
  border-right: 0px;
  margin-left: 0px;
}
.form-group-separated.panel-body,
.form-group-separated.modal-body {
  padding: 0px;
}
.form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 0px;
}
.form-horizontal .control-label {
  line-height: 30px;
  padding-top: 0px;
}
.help-block {
  color: #AAB2BD;
  margin-bottom: 0px;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -2px;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  font-size: 16px;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  font-size: 11px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 0;
}
.form-control.error,
.bootstrap-select.error > button {
  border-color: #b64645;
}
label {
  font-weight: 600;
}
label.error,
label.valid {
  color: #b64645;
  margin-bottom: 0px;
  margin-top: 3px;
  font-size: 11px;
  font-weight: normal;
  width: 100%;
}
.form-control.valid,
.bootstrap-select.valid > button {
  border-color: #95b75d;
}
label.valid {
  color: #95b75d;
}
.control-label.text-left {
  text-align: left;
}
/* EOF FORM ELEMENTS */
/* LABELS AND BADGES */
.label {
  font-weight: 500;
}
.label-primary {
  background-color: #33414e;
}
.label-success{
  background-color: #95b75d;
}
.label-info{
  background-color: #3fbae4;
}
.label-warning{
  background-color: #fea223;
}
.label-danger{
  background-color: #b64645;
}
/* EOF LABELS AND BADGES */
/* ALERTS */
.alert {
  float: left;
  width: 98%;
  margin-bottom: 10px;
  line-height: 1em; 
  word-wrap: break-word;
}
.alert-success {
  background-color: #95b75d;
  color: #FFF;
  border-color: #90b456;
}
.alert-info {
  background-color: #3fbae4;
  color: #FFF;
  border-color: #36b7e3;
}
.alert-warning {
  background-color: #fea223;
  color: #FFF;
  border-color: #fe9e19;
}
.alert-danger {
  background-color: #b64645;
  color: #FFF;
  border-color: #af4342;
}
/* EOF ALERTS */
/* MODAL */
.modal-content {
  border-radius: 5px;
  box-shadow: none;
  border-width: 5px;
}
.modal-header {
  padding: 10px 10px 10px 15px;
  line-height: 30px;
  border-radius: 5px 5px 0px 0px;
  background: #F5F5F5;
  border-color: #d5d5d5;
}
.modal-header .close {
  margin-top: 5px;
  margin-right: 5px;
}
.modal-title {
  line-height: 30px;
}
.modal-body {
  padding: 15px;
  zoom: 1;
}
.modal-body:before,
.modal-body:after {
  content: "";
  display: table;
}
.modal-body:after {
  clear: both;
}
.modal-footer {
  background: #F5F5F5;
  border-color: #D5D5D5;
  padding: 10px 15px;
  border-radius: 0px 0px 5px 5px;
}
/* EOF MODAL */
/* TYPOGRAPHY */
.page-title {
  float: left;
  width: 100%;
  padding: 5px 10px;
}
.page-title h2 {
  float: left;
  line-height: 30px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #434a54;
  padding: 0px;
  margin: 0px;
}
h1,
.h1 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 400;
}
h2,
.h2 {
  margin-bottom: 0px;
  font-size: 26px;
  font-weight: 400;
}
h3,
.h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}
h3 small,
.h3 small {
  line-height: 19px;
}
h4,
.h4 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}
h5,
.h5 {
  margin-bottom: 10px;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
}
h6,
.h6 {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 600;
}
.text-title {
  font-weight: 600;
  border-bottom: 1px solid #F5F5F5;
  padding: 10px 0px 5px;
  font-size: 15px;
}
/* EOF TYPOGRAPHY */
/* HELPERS */
.push-down-0 {
  margin-bottom: 0px !important;
}
.push-down-5 {
  margin-bottom: 5px !important;
}
.push-down-10 {
  margin-bottom: 10px !important;
}
.push-down-15 {
  margin-bottom: 15px !important;
}
.push-down-20 {
  margin-bottom: 20px !important;
}
.push-down-25 {
  margin-bottom: 25px !important;
}
.push-down-30 {
  margin-bottom: 30px !important;
}
.push-up-0 {
  margin-top: 0px !important;
}
.push-up-5 {
  margin-top: 5px !important;
}
.push-up-10 {
  margin-top: 10px !important;
}
.push-up-15 {
  margin-top: 15px !important;
}
.push-up-20 {
  margin-top: 20px !important;
}
.push-up-25 {
  margin-top: 25px !important;
}
.push-up-30 {
  margin-top: 30px !important;
}
.padding-0 {
  padding: 0px !important;
}
.padding-bottom-0 {
  padding-bottom: 0px !important;
}
.padding-top-0 {
  padding-top: 0px !important;
}
.text-muted {
  color: #CCD0D9 !important;
}
.text-primary {
  color: #33414e !important;
}
.text-success {
  color: #95b75d !important;
}
.text-info {
  color: #3fbae4 !important;
}
.text-warning {
  color: #fea223 !important;
}
.text-danger {
  color: #fa0401 !important;
}
.bg-primary {
  color: #fff;
  background-color: #33414e;
}
.bg-success {
  color: #fff;
  background-color: #95b75d;
}
.bg-info {
  color: #fff;
  background-color: #3fbae4;
}
.bg-warning {
  color: #fff;
  background-color: #fea223;
}
.bg-danger {
  color: #fff;
  background-color: #b64645;
}
.line-height-30 {
  line-height: 30px;
}
.line-height-350{
    line-height: 350%;
}
/* EOF HELPERS */
/* PROGRESS BARS */
.progress.progress-small {
  height: 5px;
}
.progress.progress-small .progress-bar {
  font-size: 0px;
}
.progress-bar {
  background-color: #33414e;
}
.progress-bar-success {
  background-color: #95b75d;
}
.progress-bar-warning {
  background-color: #fea223;
}
.progress-bar-danger {
  background-color: #b64645;
}
.progress-bar-info {
  background-color: #3fbae4;
}
/* EOF PROGRESS BARS */
/* POPOVER */
.popover {
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
}
.popover-title {
  background: #f5f5f5;
  border-bottom-color: #e5e5e5;
  line-height: 20px;
}
.popover > .arrow,
.popover > .arrow:after {
  border-width: 5px;
}
.popover.right > .arrow {
  left: -6px;
  margin-top: -6px;
}
.popover.right > .arrow:after {
  bottom: -5px;
}
.popover.top > .arrow {
  bottom: -6px;
  margin-left: -6px;
  border-top-color: rgba(0, 0, 0, 0.5);
}
.popover.top > .arrow:after {
  margin-left: -5px;
}
.popover.bottom > .arrow {
  top: -6px;
  margin-left: -6px;
  border-bottom-color: rgba(0, 0, 0, 0.3);
}
.popover.bottom > .arrow:after {
  margin-left: -5px;
}
.popover.left > .arrow {
  right: -6px;
  margin-top: -6px;
}
.popover.left > .arrow:after {
  bottom: -5px;
}
/* EOF POPOVER */
/* TILES MIN */
.tile {
  width: 100%;
  float: left;
  margin: 0px;
  list-style: none;
  text-decoration: none;
  font-size: 38px;
  font-weight: 300;
  color: #FFF;
  border-radius: 7px;
  padding: 10px;
  margin-bottom: 10px;
  height: 220px;
  position: relative;
  border: 1px solid #D5D5D5;
  text-align: center;
}
.tile.tile-valign {
  line-height: 75px;
}
.tile.tile-default {
  background: #FFF;
  color: #656d78;
}
.tile.tile-default:hover {
  background: #FAFAFA;
}
.tile p {
  font-size: 14px;
  margin: 0px;
}
/* EOF TILES */
/* REGISTRATION */
.registration-container {
  float: left;
  width: 100%;
  min-height: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.registration-container .registration-box {
  width: 800px;
  margin: 0px auto;
  padding-top: 10px;
}
.registration-container .registration-box .registration-logo {
  width: 100%;
  height: 100px;
  float: left;
}
.registration-container .registration-box .registration-body {
    width: 100%;
    float: left; 
    background: #FFF;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
}
.registration-container .registration-box .registration-body .registration-title {
  color: #3fbae4;
  font-size: 19px;
  font-weight: 300;
  margin-bottom: 10px;
  margin-top: -25px;
}
.registration-container .registration-box .registration-body .form-control {
    border: 1px solid;
    border-radius: 7px;
    padding: 10px 15px;
    color: #CCC;
    line-height: 20px;
    transition: all 200ms ease;
}
.registration-container .registration-box .registration-body .input-group .form-control {
    border: 1px solid;
    border-left: 0px;
    border-radius: 0px 7px 7px 0px;
    padding: 10px 15px;
    color: #CCC;
    line-height: 20px;
    transition: all 200ms ease;
}
.registration-container .registration-box .registration-body .form-control .form-select{
    border: 0px;
    padding: 0px;
    color: #CCC;
    line-height: 20px;
    transition: all 200ms ease;
}
.registration-container .registration-box .registration-body .form-control:focus {
  border: 1px rgba(0, 0, 0, 0.3) solid;
}
.registration-container .registration-box .registration-body .btn-link {
  color: grey;
  border: 0px;
  text-decoration:none;
}
.registration-container .registration-box .registration-body .registration-subtitle {
    line-height: 20px;
    margin-top: -10px;
    text-align: center; 
    color: #E0C2FF;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 20px;
}
.registration-container .registration-box .registration-body .registration-subtitle a {
  color: #3fbae4;
  text-decoration:none;
}
.registration-container .registration-box .registration-body h4 {
  font-size: 12px;
  color: #F5F5F5;
  line-height: 20px;
  margin-top: 10px;
}
.registration-container .registration-box .registration-footer {
  width: 100%;
  float: left;
  padding: 10px;
  color: grey;
}
.registration-container .registration-box .registration-footer a {
  color: grey;
  text-decoration:none;
}
.registration-container.registration-extended .registration-box {
  width: 767px;
}
/* END REGISTRATION */
/* LOGIN */
.login-container {
  float: left;
  width: 100%;
  min-height: 100%;
  margin-top: 7px;
  margin-bottom: 10px;
}
.login-container .login-box {
  width: 400px;
  margin: 0px auto;
  padding-top: 30px;
}
.login-container .login-box .login-logo {
  background: url("../img/logo.png") top center no-repeat;
  width: 100%;
  height: 50px;
  float: left;
}
.login-container .login-box .login-body {
    width: 100%;
    float: left;
    background: #FFF;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
}
.login-container .login-box .login-body .login-title {
  color: #E0C2FF;
  font-size: 19px;
  font-weight: 300;
  margin-bottom: 20px;
  
  font-size: 16px; 
  color: #3fbae4; 
  margin-top: -25px;
}
.login-container .login-box .login-body .form-control {
  border: 0px;
  padding: 10px 15px;
  color: #CCC;
  line-height: 20px;
  height: auto;
  transition: all 200ms ease;
}
.login-container .login-box .login-body .form-control:focus {
  border: 1px rgba(0, 0, 0, 0.3) solid;
}
.login-container .login-box .login-body .btn-link {
  color: grey;
  border: 0px;
}
.login-container .login-box .login-body .login-or {
  width: 40px;
  height: 25px;
  background: rgba(0, 0, 0, 0.2);
  position: relative;
  margin: 25px auto;
  text-align: center;
  line-height: 25px;
  color: #FFF;
}
.login-container .login-box .login-body .login-or:before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  top: -10px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, 0.2);
}
.login-container .login-box .login-body .login-or:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  bottom: -10px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 10px solid rgba(0, 0, 0, 0.2);
}
.login-container .login-box .login-body .login-subtitle {
  line-height: 20px;
  padding: 5px 0px;
  font-size: 14px;
  margin-bottom: 5px;
  color: grey;
}
.login-container .login-box .login-body .login-subtitle a {
  color: #3fbae4;
}
.login-container .login-box .login-footer {
  width: 100%;
  float: left;
  padding: 10px;
  color: grey;
}
.login-container .login-box .login-footer a {
  color: grey;
}
.login-container.lightmode {
  background: url("../img/backgrounds/wall_1.jpg") left top no-repeat;
}
.login-container.lightmode .login-box .login-body {
  background: rgba(255, 255, 255, 0.2);
}
.login-container.lightmode .login-box .login-body .form-control {
  background: rgba(255, 255, 255, 0.4);
  color: #333;
}
.login-container.lightmode .login-box .login-subtitle a {
  color: #33414e;
}
.login-container.login-v2 {
  background: url("../img/bg.png") left top repeat #f5f5f5;
}
.login-container.login-v2 .login-box .login-logo {
  background: url("../img/bg.png") top center no-repeat;
}
.login-container.login-v2 .login-box .login-body .login-title {
  color: #33414e;
}
.login-container.login-v2 .login-box .login-body .form-control {
  background: #FFF;
  color: #33414e;
  border: 1px solid #D5D5D5;
  border-left: 0px;
}
.login-container.login-v2 .login-box .login-body .input-group-addon {
  background: #FFF;
  color: #33414e;
  line-height: 40px;
  font-size: 21px;
  border-color: #D5D5D5;
}
.login-container.login-v2 .login-box .login-body a {
  color: #33414e;
}
.login-container.login-v2 .login-box .login-footer {
  color: #656d78;
}
.login-container.login-v2 .login-box .login-footer a {
  color: #434a54;
}
.login-container.login-inside {
  background: transparent;
}
.login-container.login-inside .login-box {
  width: 100%;
  padding-top: 0px;
}
.login-container.login-inside .login-box .login-body {
  padding: 0px;
}
/* END LOGIN */
.links {
  float: left;
  width: 100%;
  padding: 5px 10px;
}
.links a {
  font-size: 16px;
  font-weight: 400;
  color: #656d78;
  display: block;
  float: left;
  width: 100%;
  line-height: 30px;
}
.links a .label {
  float: right;
  padding: 5px 10px;
  margin-top: 3px;
}
.links.small a {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 10px;
}
/* eof posts */
/* PAGE CUSTOM HEADER */
.page-head {
  float: left;
  width: 100%;
  background: #FFF;
  padding: 10px;
  border-bottom: 1px solid #E5E5E5;
}
.page-head .page-head-text {
  float: left;
}
.page-head .page-head-text h1 {
  font-size: 21px;
  line-height: 30px;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
}
.page-head .page-head-text .page-head-subtitle {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  margin: 0px;
  color: #AAA;
}
.page-head .page-head-controls {
  float: right;
  padding: 10px 0px;
}
/* END PAGE CUSTOM HEADER */
/* PAGE CONTENT ADAPTIVE */
.page-content-wrap.page-content-adaptive {
  float: left;
  width: 100%;
  background: #FFF;
  padding: 10px;
}
.page-content-wrap.page-content-adaptive .panel {
  border: 0px;
  box-shadow: none;
  padding: 0px 10px;
}
.page-content-wrap.page-content-adaptive .panel .panel-heading {
  border: 0px;
  background: #FFF;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
.page-content-wrap.page-content-adaptive .panel .panel-body {
  border: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.page-content-wrap.page-content-adaptive .panel .panel-footer {
  border: 0px;
  background: #FFF;
  padding-left: 0px;
  padding-right: 0px;
}
/* END PAGE CONTENT ADAPTIVE */
/* iCheck plugin Minimal skin, black ----------------------------------- */
.check {
  font-weight: 400;
  line-height: 20px;
  margin: 5px 0px;
  cursor: pointer;
}
.check .icheckbox_minimal-grey,
.check .iradio_minimal-grey {
  margin-right: 5px;
  margin-top: -2px;
}
.check.disabled {
  color: #AAA;
}
.icheckbox_minimal-grey,
.iradio_minimal-grey {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: url("../img/icheck/grey.png") no-repeat;
  border: none;
  cursor: pointer;
}
.icheckbox_minimal-grey {
  background-position: 0 0;
}
.icheckbox_minimal-grey.hover {
  background-position: -20px 0;
}
.icheckbox_minimal-grey.checked {
  background-position: -40px 0;
}
.icheckbox_minimal-grey.disabled {
  background-position: -60px 0;
  cursor: default;
}
.icheckbox_minimal-grey.checked.disabled {
  background-position: -80px 0;
}
.iradio_minimal-grey {
  background-position: -100px 0;
}
.iradio_minimal-grey.hover {
  background-position: -120px 0;
}
.iradio_minimal-grey.checked {
  background-position: -140px 0;
}
.iradio_minimal-grey.disabled {
  background-position: -160px 0;
  cursor: default;
}
.iradio_minimal-grey.checked.disabled {
  background-position: -180px 0;
}
/* END icheckbox */
/* BOOTSTRAP DATEPICKER */
div.datepicker {
  border-radius: 7px;
  padding: 10px;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  min-width: 250px;
}
div.datepicker > div {
  display: none;
}
div.datepicker table {
  width: 100%;
  margin: 0;
}
div.datepicker td,
div.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
}
div.datepicker td.day:hover {
  background: #F5F5F5;
  cursor: pointer;
}
div.datepicker td.day.disabled {
  color: #CCC;
}
div.datepicker td.old,
div.datepicker td.new {
  color: #999;
}
div.datepicker td.active,
div.datepicker td.active:hover {
  background: #39B3D7;
  color: #fff;
  border-radius: 3px;
}
div.datepicker td span {
  display: block;
  width: 31%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
}
div.datepicker td span:hover {
  background: #F5F5F5;
}
div.datepicker td span.active {
  background: #39B3D7;
  color: #fff;
  border-radius: 5px;
}
div.datepicker td span.old {
  color: #999;
}
div.datepicker th.switch {
  width: 145px;
}
div.datepicker th.next,
div.datepicker th.prev {
  font-size: 12px;
}
div.datepicker thead tr:first-child th {
  cursor: pointer;
  padding: 8px 0px;
}
div.datepicker thead tr:first-child th:hover {
  background: #F5F5F5;
  border-radius: 3px;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.datepicker.dropdown-menu:after,
.datepicker.dropdown-menu:before {
  left: 16px;
}
.datepicker.datepicker-orient-left.dropdown-menu:after,
.datepicker.datepicker-orient-left.dropdown-menu:before {
  left: auto;
  right: 16px;
}
/* EOF BOOTSTRAP DATEPICKER */

/* Validation Engine */
.formError {
  z-index: 990;
}
.formError .formErrorContent {
  z-index: 991;
}
.formError .formErrorArrow {
  z-index: 996;
}
.ui-dialog .formError {
  z-index: 5000;
}
.ui-dialog .formError .formErrorContent {
  z-index: 5001;
}
.ui-dialog .formError .formErrorArrow {
  z-index: 5006;
}
.inputContainer {
  position: relative;
  float: left;
}
.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
}
.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}
.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}
.formError .formErrorContent {
  width: 100%;
  background: #111111;
  position: relative;
  color: #ffffff;
  min-width: 120px;
  font-size: 12px;
  padding: 4px 10px 4px 10px;
  border-radius: 3px;
}
.greenPopup .formErrorContent {
  background: #95b75d;
}
.blackPopup .formErrorContent {
  background: #000;
  color: #FFF;
}
.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}
.formError .formErrorArrowBottom {
  margin: 0px 0 0 12px;
  top: 2px;
}
.formError .formErrorArrow div {
  font-size: 0px;
  height: 1px;
  background: #111111;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}
.greenPopup .formErrorArrow div {
  background: #95b75d;
}
.blackPopup .formErrorArrow div {
  background: #000;
  color: #FFF;
}
.formError .formErrorArrow .line10 {
  width: 13px;
  border: none;
}
.formError .formErrorArrow .line9 {
  width: 11px;
  border: none;
}
.formError .formErrorArrow .line8 {
  width: 11px;
}
.formError .formErrorArrow .line7 {
  width: 9px;
}
.formError .formErrorArrow .line6 {
  width: 7px;
}
.formError .formErrorArrow .line5 {
  width: 5px;
}
.formError .formErrorArrow .line4 {
  width: 3px;
}
.formError .formErrorArrow .line3 {
  width: 1px;
}
.formError .formErrorArrow .line2 {
  width: 0px;
  border: none;
}
.formError .formErrorArrow .line1 {
  width: 0px;
  border: none;
}
/* EOF Validation Engine */
/* bootstra file input */
.file-input-wrapper input[type=file],
.file-input-wrapper input[type=file]:focus,
.file-input-wrapper input[type=file]:hover {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 99;
  outline: 0;
  height: 30px;
}
.file-input-name {
  margin-left: 10px;
}
/* eof bootstrap file input */
/* Bootstrap fileinput */
.file-input {
  overflow-x: auto;
}
.file-loading {
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  font-size: 999px;
  text-align: right;
  color: #fff;
  background: transparent url(../img/fileinput/loading.gif) top left no-repeat;
  border: none;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: none repeat scroll 0 0 transparent;
  cursor: inherit;
  display: block;
}
.file-caption .glyphicon {
  display: inline-block;
  min-width: 18px;
  float: left;
  margin-top: 2px;
}
.file-caption-name {
  display: inline-block;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 85%;
}
.file-error-message {
  background-color: #f2dede;
  color: #a94442;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
}
.file-caption-disabled {
  background-color: #EEE;
  cursor: not-allowed;
  opacity: 1;
}
.file-input .btn .disabled,
.file-input .btn[disabled] {
  cursor: not-allowed;
}
.file-preview {
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 1px;
  width: 100%;
  margin-bottom: 5px;
}
.file-preview-frame {
  display: table;
  height: 125px;
  padding: 1px;
  float: left;
  text-align: center;
}
.file-preview-frame:hover {
  background-color: #F5F5F5;
}

.file-preview-text {
  display: table-cell;
  width: 150px;
  height: 150px;
  color: #428bca;
  font-size: 11px;
  vertical-align: middle;
  text-align: center;
}
.file-preview-other {
  display: table-cell;
  width: 150px;
  height: 150px;
  font-family: Monaco,Consolas,monospace;
  font-size: 11px;
  vertical-align: middle;
  text-align: center;
}
.file-input-new .close,
.file-input-new .file-preview,
.file-input-new .fileinput-remove-button,
.file-input-new .fileinput-upload-button,
.file-input-new .glyphicon-file {
  display: none;
}
.loading {
  background: transparent url(../img/loading.gif) no-repeat scroll center center content-box !important;
}
.wrap-indicator {
  font-weight: 700;
  color: #245269;
  cursor: pointer;
}
/* END Bootstrap fileinput */
/* END TEMPLATE PLUGINS */
.fa-right {
  margin-left: 5px;
  margin-right: 0px;
}
@media only screen and (max-width: 768px) {
  [class^='col-xs-'],
  [class^='col-sm-'],
  [class^='col-md-'],
  [class^='col-lg-'] {
    margin-bottom: 10px;
  }
  /* LOGIN */
  .login-container {
    padding: 0px 10px;
  }
  .login-container .login-box {
    padding-top: 10px;
    width: 100%;
  }
  .registration-container {
    padding: 0px 10px;
  }
  .registration-container .registration-box {
    padding-top: 10px;
    width: 100% !important;
  }
  /* END LOGIN */
  .post-image {
    width: 100%;
  }
  .table-responsive {
    border: 0px;
  }
  .page-content-header {
    height: auto;
  }
  .page-content-header .pull-right {
    width: 100%;
  }
  .page-content-header .logo {
    margin: 0px auto;
    float: none;
  }
  .form-group-separated .form-group [class^="col-md-"] {
    padding: 5px 10px;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 1024px) {
  .page-container .page-sidebar {
    position: relative;
    float: left;
    width: 100%;
  }
  .page-container .page-sidebar.scroll {
    position: relative;
  }
  .page-container .page-content {
    margin-left: 0px;
  }
  .page-container .page-content .content-frame .content-frame-left,
  .page-container .page-content .content-frame .content-frame-right {
    width: 100%;
    display: none;
  }
  .page-container .page-content .content-frame .content-frame-body {
    margin-left: 0px;
    margin-right: 0px;
  }
  .page-container .page-content .content-frame .content-frame-body.content-frame-body-left {
    margin-right: 0px;
  }
  .page-container .page-content .content-frame .content-frame-left-toggle,
  .page-container .page-content .content-frame .content-frame-right-toggle {
    display: inline-block;
  }
  .page-container.page-navigation-toggled .page-content {
    margin-left: 0px;
  }
  .page-container.page-mode-rtl .page-content {
    margin-right: 0px;
  }
  .page-container.page-navigation-top-fixed .x-navigation.x-navigation-horizontal {
    padding-right: 0px;
    position: relative;
  }
  .page-container.page-navigation-top-fixed .page-content {
    padding-top: 0px;
  }
  
  /* Error */
  .error-container {
    width: 100%;
  }
  /* End Error */
  /* Settings */
  .theme-settings {
    display: none;
  }
  /* End Settings */
}
/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_minimal,
  .iradio_minimal {
    background-image: url("../img/icheck/grey@2x.png");
    background-size: 200px 20px;
  }
  .ui-resizable-se {
    background-image: url("../img/jqyery/resize-icon@2x.png");
  }
  .x-navigation > li.xn-logo > a:first-child {
    background-image: url("../img/logo.png");
    background-size: 220px 50px;
  }
  .x-navigation.x-navigation-minimized > li.xn-logo > a:first-child {
    background-image: url("../img/logo.png");
    background-size: 50px 50px;
  }
  .login-container .login-box .login-logo {
    background-image: url("../img/logo.png");
    background-size: 220px 50px;
  }
  .page-content-header .logo {
    background-image: url("../img/logo.png");
    background-size: 140px 50px;
  }
}
@media print {
  .x-navigation,
  .page-sidebar,
  .theme-settings {
    display: none;
  }
  .page-container .page-content {
    margin-left: 0px;
  }
}
/* Login */
.login-desc{
    margin-top: -20px;
    text-align: center; 
    color: #A86AE7;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 20px;
}
#form_head_logo img{
    max-height: 65px; 
    width: auto;
    margin-left:auto;
    margin-right:auto;
    display:block;
}
.login-head{
    background: #FFF;
    padding: 10px;
    margin: -10px -20px 30px -20px;
    border-radius: 15px 15px 0 0;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    position: relative;
    height: 70px;
}
.white-heading{color: white;}
.auto-height{
    height: 100%;
}
/******* Left floating div *******/
.flt-left{
    float: left;
    margin-top: 5px;
}
/******* radio button medium *******/
.radio-med{
    width: 17px;
    height: 17px;
}
/******* grey colour text *******/
.text-grey{
    color: #BBB;
}
/******* Wrap long words *******/
.wrap_word{
    word-wrap: break-word;
}
/******* Buttons which wrap long decscriptions *******/
.btn-multi-line{
    white-space: normal;
}
/******* Error message div used for all form errors *******/
.form_error_prefix{color: red;}

/********* Anchor Offset *********/
.anchor-offset:before{
    display: block;
    content: " ";
    height: 20px;
    margin-top: -20px;
    visibility: hidden;  
}
/********* Clickable for Ipad *********/
.clickable {
    cursor: pointer;
}
/******* Modal Backdrop *******/
.modal-backdrop {
  background-color: transparent;
}
.modal-transition {
  transition: all 0.4s ease;
}
