body {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: overlay;
  height: -webkit-fill-available;
}

html {
  height: 100%;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

#single-wrapper {
  min-height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
  padding: 15px;
  background-attachment: fixed;
}

.bg1 {
  background: url('../media/backgrounds/bg1.jpg') no-repeat center center;
  background: url('../media/bg.jpg') no-repeat bottom center;
}

.bg2 {
  background: url('../media/backgrounds/bg2.jpg') no-repeat center center;
}

.bg3 {
  background: url('../media/backgrounds/bg3.jpg') no-repeat center center;
}

.bg4 {
  background: url('../media/backgrounds/bg4.jpg') no-repeat center center;
}

.bg5 {
  background: url('../media/backgrounds/bg5.jpg') no-repeat center center;
}

.bg6 {
  background: url('../media/backgrounds/bg6.jpg') no-repeat center center;
}

.bg7 {
  background: url('../media/backgrounds/bg7.jpg') no-repeat center center;
}

.bg8 {
  background: url('../media/backgrounds/bg8.jpg') no-repeat center center;
}

.bg9 {
  background: url('../media/backgrounds/bg9.jpg') no-repeat center center;
}

.bg10 {
  background: url('../media/backgrounds/bg10.jpg') no-repeat center center;
}

.bg11 {
  background: url('../media/backgrounds/bg11.jpg') no-repeat center center;
}

.bg12 {
  background: url('../media/backgrounds/bg12.jpg') no-repeat center center;
}

.bg13 {
  background: url('../media/backgrounds/bg13.jpg') no-repeat center center;
}

.bg14 {
  background: url('../media/backgrounds/bg14.jpg') no-repeat center center;
}

.frm-single {
  width: 100%;
  max-width: 400px;
  display: block;
  margin: 150px auto;
  float: none;
  position: relative
}

.frm-single:before,
.frm-single:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transform: rotate(2deg);
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  box-shadow: 0 0 1px 0 #ccc;
  -webkit-box-shadow: 0 0 1px 0 #ccc;
  -moz-box-shadow: 0 0 1px 0 #ccc
}

.frm-single:after {
  transform: rotate(1deg);
  -webkit-transform: rotate(1deg);
  -moz-transform: rotate(1deg);
  -o-transform: rotate(1deg);
  -ms-transform: rotate(1deg)
}

.frm-single .inside {
  background: #ffffff;
  position: relative;
  padding: 20px;
  z-index: 20;
  box-shadow: 0 0 1px 0 #ccc;
  -webkit-box-shadow: 0 0 1px 0 #ccc;
  -moz-box-shadow: 0 0 1px 0 #ccc
}

.frm-single .title {
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 34px;
  white-space: nowrap;
  color: #435966;
  text-align: center
}

.frm-single .a-link {
  color: #999
}

.frm-single .a-link:hover {
  color: #435966
}

.frm-single .frm-title {
  color: #999;
  text-align: center;
  font-size: 16px;
  padding-bottom: 20px
}

.frm-single .frm-input {
  display: block;
  position: relative;
  margin-bottom: 20px
}

.frm-single .frm-input .frm-inp {
  width: 100%;
  height: 40px;
  padding: 0;
  padding-left: 30px;
  border: 1px solid #ccc;
  font-size: 14px;
  line-height: 38px;
  border-left: 3px solid #999
}

.frm-single .frm-input .frm-inp:focus {
  border-color: #5daade;
  padding-left: 10px
}

.frm-single .frm-input .frm-inp:focus+.frm-ico {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transform: scale(.8, .8);
  -webkit-transform: scale(.8, .8);
  -moz-transform: scale(.8, .8);
  -o-transform: scale(.8, .8);
  -ms-transform: scale(.8, .8)
}

.frm-single .frm-input .frm-ico {
  position: absolute;
  top: 0;
  left: 3px;
  width: 30px;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  color: #999;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -webkit-transition: all .4s ease
}

.frm-single .checkbox {
  margin: 0
}

.frm-single .a-link i {
  margin-right: 5px
}

.frm-single .frm-submit {
  display: block;
  width: 100%;
  height: 36px;
  border: none;
  background: #5daade;
  color: #ffffff;
  margin-bottom: 15px
}

@media (min-width:1025px) {
  .frm-single .frm-submit:hover {
    background: #3d8abe
  }
}

.frm-single .frm-submit i {
  margin-left: 5px
}

.frm-single .frm-footer {
  padding: 20px 0 0 0;
  margin-top: 15px;
  border-top: 1px solid #ccc;
  color: #999
}

.frm-single .avatar {
  display: block;
  margin: 0 auto 20px;
  float: none;
  position: relative;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden
}

.frm-single .ico-email {
  display: block;
  margin: 0 auto 20px;
  float: none;
  width: 80px;
  height: 80px
}

.frm-single .txt-login-with {
  text-align: center;
  margin-bottom: 15px;
  color: #999
}

.top_bar {
  height: 34px;
  width: 100%;
  text-align: right;
  color: white;
}

.top_bar .dropdown {
  display: inline-block;
}

.top_bar .fa,
.top_bar .caret {
  color: #435966
}

.top_bar .col-xs-12 {
  margin-bottom: 15px;
}

.widget,
.page {
  background-color: rgba(255, 255, 255, .8) !important;
}

.green {
  color: #2DBD4F;
}

.red {
  color: red;
}

.darkred {
  color: darkred;
}

.grey {
  color: darkgrey;
}

.panel-default>.panel-heading {
  background-color: #435966;
  color: white;
  font-weight: bold;
}

.panel-default {
  border-color: #435966;
}

.scrollable {
  overflow-y: scroll;
}

.widget-contents {
  height: 300px;
}

.page-contents {
  height: 70%;
  padding: 25px;
}

.padding {
  padding: 15px;
}

.clear {
  clear: both;
}

.white,
.white:hover {
  color: white;
}

.panel {
  margin-bottom: 0;
}

.page_link {
  height: 126px;
  width: 126px;
  margin: 10px;
  display: inline-block;
}

.page_link_widget {
  margin: 5px 10px !important;
}

.page_link p {
  color: #435966;
  white-space: normal;
}

a:hover {
  text-decoration: none;
}

.no-access {
  background: url('../media/no-access.png') no-repeat center center;
  background-size: 70%;
  width: 80%;
  height: 80%;
  margin: 0 auto;
}

.no-access-text {
  font-style: italic;
  text-align: center;
  color: red;
}

.required {
  font-weight: bold;
  color: red;
}

.italic {
  font-style: italic;
}

.bold {
  font-weight: bold;
}

.ui-jqdialog>.ui-resizable-se {
  bottom: 0;
  right: 0;
}

.maincolor {
  color: #435966;
}

.top_bar h3,
.top_bar p,
p.white {
  text-shadow: 1px 1px 1px #555;
}

.small_td {
  max-width: 150px !important;
}

@media print {
  .no_print {
    display: none !important;
  }
}

.summary_row_title {
  font-weight: bold;
  text-align: right;
}

.summary_row {
  font-weight: bold;
}


/**********************
Chart Print Code
**********************/
@media print {

  #google_chart>div,
  #google_chart>div>div,
  #google_chart svg,
  #google_chart rect {
    width: 100% !important;
  }

  #google_chart circle,
  #google_chart ellipse {
    transform: translate(-55%, 0px);
    -ms-transform: translate(-55%, 0px);
    /* IE 9 */
    -webkit-transform: translate(-55%, 0px);
    /* Safari and Chrome */
    -o-transform: translate(-55%, 0px);
    /* Opera */
    -moz-transform: translate(-55%, 0px);
    /* Firefox */
  }

  #google_chart g:nth-of-type(2) text,
  #google_chart g:nth-of-type(3) text {
    transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    /* IE 9 */
    -webkit-transform: translate(-50%, 0px);
    /* Safari and Chrome */
    -o-transform: translate(-50%, 0px);
    /* Opera */
    -moz-transform: translate(-50%, 0px);
    /* Firefox */
  }

  #google_chart text {
    direction: rtl !important;
  }
}