body.login .login-sidebar {
    border-top: 5px solid #89c33f;
}
body.login .form-group-default.focused {
  border-color: #89c33f;
}
body.login .faded-bg {
  background: rgba(64, 64, 65, 0.5);
}

.dashboard-widgets .col-md-6 {
  padding-right: 0px;
}
.dashboard-widgets .col-md-6:nth-of-type(2) {
  padding-left: 0px;
}

.app-container {
  background-color: #f0f0f4;
}

.app-container .content-container .side-menu .navbar-header .navbar-brand img {
  height: 28px;
  width: 45px;
}

.voyager .navbar, .voyager .navbar.navbar-default {
    background: rgba(240,240,244,.9);

}
.voyager .side-menu .navbar-header {
    background: #89c33f;
    border-color: #89c33f;
}
.voyager .side-menu.sidebar-inverse {
  background: #404041;
}
.app-container .content-container .side-menu .navbar-nav li a .icon {
  font-size: 20px;
}

.panel.widget .dimmer {
  background: rgba(35,44,51,.94);
}

.app-container .content-container .side-menu .navbar-header .navbar-brand .title, .app-container.expanded .content-container .side-menu .navbar-header .navbar-brand .title {
    text-transform: none;
    position: relative;
    top: 8px;
    left: 4px;
    line-height: 18px !important;
    font-size: 15px;
    font-weight: 600;
}
.app-container .content-container .side-menu .navbar-header .navbar-brand .title span {
    font-size: 11px;
    font-weight: 300;
}
.voyager .side-menu.sidebar-inverse .navbar li > a {
    color: #919699;
}

#voyager-loader img {
  -webkit-animation: pulse 1s linear infinite;
  animation: pulse 1s linear infinite;
}

/* Buttons */

.btn.btn-primary {
  background: #054a91;
}

.btn.btn-add-new, .btn.btn-view-all {
    color: #fff;
    opacity: 1.0;
    border: 0;
    transition: 0.2s;
    border-radius: 3px;
}
.btn.btn-add-new {
  background: rgba(137, 195, 63, 1.0);
  font-size: 19px;
  padding: 6px 45px;
  margin-top: 10px;
  border: 2px solid rgba(137, 195, 63, 1.0) !important;
}
.btn.btn-add-new:hover {
  background: rgba(39, 196, 133, 0);
  color: rgba(137, 195, 63, 1.0);
  border: 2px solid rgba(137, 195, 63, 1.0) !important;
}
.btn.btn-view-all {
  background: rgba(35, 87, 137, 1.0);
}
.btn.btn-view-all:hover {
  background: rgba(35, 87, 137, 0.7);
}

#bulk_actions_submit {
  margin-left: 10px;
  margin-top: 1px;
}

.panel.widget h4 {
  font-size: 24px;
}
.voyager .btn.btn-success, .login-button {
  background: #89c33f;
}

.voyager .btn.btn-danger {
  background-color: #a11621;
}
.voyager .btn.btn-warning {
  background-color: #f18f01;
}

.panel-footer {
  overflow: hidden;
  padding-bottom: 2rem;
  background: #FFF !important;
}
.btn.btn-primary.save {
    background: #89c33f;
    font-size: 1.2rem;
    padding: 0.75rem 1.5rem;
    float: right;
    margin-right: 15px;
}

button, select {
    padding: 7px;
    border: 1px solid #e4eaec;
}

#filter_date_from, #filter_date_to  {
    margin-top: -4px;
}

#filter_per_page, #filter_category {
  margin-left: 5px;
}
#filter_submit {
  margin-top: 0;
  margin-left: 5px;
  padding: 7px 15px;
}
input#filter_search {
  padding: 7px 15px;
  border: 0px;
  min-width:350px;
  border-radius: 4px;
}
.form-control {
  height: 38px;
  border: 1px solid #c8cacc;
}
.form-to {
  margin-right: 0px !important;
}
.mce-panel {
    border-radius: 4px;
}
.panel-body .select2-selection {
    border: 1px solid #c8cacc;
    border-radius: 4px;
}
label {
  font-weight: 400;
  color: #404041;
}
.voyager .pagination .active span, .voyager .pagination .active > a, .voyager .pagination .active > a:focus, .voyager .pagination .active > a:hover, .voyager .pagination .active > span:focus, .voyager .pagination .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #82a4c8;
    border-color: #82a4c8;
    outline: 0;
}
.breadcrumb a {
  color: #89c33f !important;
}

/* PAGES/VIEWS */

.title-total {
  padding: 50px 0 50px 30px;
}
.title-total h1 {
  padding: 0 0 6px;
  height: auto;
  font-size: 36px;
  font-weight: 400;
  border-bottom: 1px solid #999;
}

.title-total h1 > i {
  position: relative !important;
  top: 0px !important;
  left: 0px !important;
  margin: 0px;
}

.add-new-button {
  padding: 50px 15px 0 0;
  text-align: right;
}

.add-new-button i {
  font-size: 40px;
  line-height: 1;
}

.add-new-button .btn.btn-add-new {
  font-size: 22px;
  padding: 20px 45px;
  margin-right: 15px;
  text-transform: uppercase;
}

.extra-search-bar {
  display: inline-block;
  margin: 0px auto;
}

.dataTables_wrapper {
  text-align: left;
}

table.dataTable thead > tr > th {
    padding-left: 10px;
    padding-right: 10px;
}


/* Item View */

.panel-bordered > .panel-heading > .panel-title {
    padding-bottom: 10px;
}
.page-content.read .panel .panel-body:not(:last-child) {
    border-bottom: 0px;
}


/* App Layout */

div#myContainer td, div#myContainer th {
    border: 1px solid rgb(155, 179, 218);
    text-align: center;
    padding: 10px;
    border-radius: 4px;
    background-position: center;
    background-repeat: no-repeat;
}

.layouts #mainTable {
  min-width: 400px !important;
}

/* App Layout End */

.voyager .app-footer {
  display: none;
}

@media screen and (max-width: 1355px) {
  .add-new-button {
    padding: 50px 75px 0 0;
  }
}

@media screen and (max-width: 991px) {
  .title-total {
    padding: 50px 0 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .add-new-button {
    padding: 0 0 0 15px;
    text-align: left;
  }
}


.brochure-sortable > tr :hover{
 cursor: move;
}


/** Survey Builder **/
.added-question-wrapper{
  border:solid 1px #F0F0F0;
  padding:45px 10px 10px 10px;
  margin:10px 0;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  position:relative;
  background:#f0f0f0;
}

.added-question-wrapper .question-divider{
  margin-bottom:0;
}

.added-option.row>[class*=col-],.options-wrapper .row>[class*=col-]{
  margin-bottom:0;
}

.del-question{
  position:absolute;
  top:-5px;
  left:0;
  z-index:100;
}

#mainTable td{
  background-size: cover;
}

.checkbox label, .radio label{
  vertical-align: top;
}

.checkbox br, .radio br{
  display: none;
}

/** View Survey  **/
.panel-body-title{
  margin-bottom:15px;
}

.panel-body-title h3{
  margin:0;
}

.panel-body-title .sub-head{
  font-size:14px;
  font-style:italic;
}

.fields-row.row>[class*=col-]{
  margin-bottom:10px;
}

.questions-row.row>[class*=col-]{
  margin-bottom:10px;
}

.field-name{
  text-align:right;
  font-weight: 400;
}

.field-value{
  font-weight:bold;
  color: #404041;
}


.groups-list{
  list-style:none;
  margin:0;
  padding:0;
  overflow:hidden;
}

.groups-list li{
  display:block;
  float:left;
  border-right:solid 1px #ccc;
  padding-right:5px;
  padding-left:5px;
}
.groups-list li:first-child{
  padding-left:0;
}
.groups-list li:last-child{
  border:none;
}

 
.questions-row{
  margin-bottom:20px;
}

.question-box{
  background:#353d47;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  padding:20px;
  color:#fff;
}

.question-box textarea{
  height:100px;
  color:#000;
  max-width:100%;
  min-height:70px;
}

.question-text{
  margin-bottom:5px;
}
.question-options{
  padding-left:25px;
}

.question-options .input-holder{
  
}

.question-options .input-holder input{
  margin-right:5px;
}

.card-header{
  padding-left:20px;
  padding-right: 20px;
}

.form-inline.form-search .input-group-btn .btn{
  margin-top:0;
}

.form-inline.form-search{
  margin-bottom:20px;
}

input#filter_search.input-search-custom {
  padding: 7px 15px;
  border: 0px;
  max-width:100%;
  width:100%;
  border-radius: 4px;
}

.notif-row a.btn{
  width:100%;
}

tr.notif-row td{
  vertical-align:middle !important;
}

tr.notif-row td.notif-content{
  text-align:left;
  color:#fff;
}

.notif-date{
  font-style:italic;
  font-size:12px;
}

.notif-row .notif-icon{
  font-size: 15px;
  color: #fff;
  background: #89c33f;
  padding: 8px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.no-result-display{
  color:#fff;
}

.survey-percentage{
  font-size:11px;
}

.layouts #mainTable tr{
  height: 120px !important;
}

.layouts #mainTable td{
  height: 120px !important;
  width: 132px !important;
  background-color: none ;
}
