/* ==========================================================================
Developed by WIREDMARK LTD.
========================================================================== */

@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-Regular.woff);
}

@font-face {
  font-family: "Montserrat-Bold";
  src: url(../fonts/Montserrat-Bold.woff);
}

@font-face {
  font-family: "MuseoSans300";
  src: url(../fonts/MuseoSans_300.woff);
}

@font-face {
  font-family: "MuseoSans700";
  src: url(../fonts/MuseoSans_700.woff);
}

body {
  background: #36393d;
}

.logo {
  max-width: 300px;
  margin: 0 auto;
}

.vertical-center {
  min-height: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.loginbg {
  background: url(../img/adminbg.jpg);
  background-size: cover;
}

.graybox {
  padding: 40px;
  background-color: #36393d;
  color: #fff;
}

.navbar {
  border-radius: 0px;
}

.navbar-brand {
  font-family: "Montserrat", "MuseoSans300", Arial;
  text-transform: uppercase;
}

.navbar-inverse .navbar-nav > li > a {
  color: #ebebeb;
  font-size: 13px;
}

.mandatory {
  color: #ca3c38;
}

.preview {
  border: 1px solid #fff;
  overflow: auto;
  height: 500px;
}

.tablesorter thead th {
  background: #27292d;
}

.dropdown-header {
  font-size: 10px;
  color: #df691a;
}

.open > .dropdown-menu {
  width: 100%;
}

table tr {
  font-size: 14px;
}

#paginated-table th,
#paginated-table-balancing th {
  cursor: pointer;
}

#paginated-table tbody tr:hover {
  background: #353a40 !important;
}

#cronjobs-table tr {
  font-size: 13px;
}

#cronjobs-table tr td {
  padding-bottom: 3px;
  padding-top: 3px;
}

.ctalert {
  margin-bottom: 0px;
}

a.btn {
  color: #fff !important;
}

.btn {
  transition: 0.5s all;
  font-family: "MuseoSans300";
}

.btn:hover {
  background: #fff;
  color: #bf5a16;
}

/* ===========================
Select2 Script
============================== */

.select2-container--default .select2-selection--single {
  height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 6px;
}

ul#select2-search_campaign-results {
  color: #333;
}

.select2-results__option {
  color: #333 !important;
}

.select2-results__option--highlighted {
  color: #fff !important;
}

/* ===========================
Blackbox e stili del blackbox
============================== */

.blackbox {
  color: #fff;
  background: #3c4046;
  padding: 20px;
}

.blackbox p,
label {
  font-family: "MuseoSans300";
}

.blackbox label {
  font-weight: normal;
}

.blackbox h2,
h3,
h4 {
  margin-top: 10px;
  font-family: "MuseoSans700";
}

.blackbox .schedules_row {
  background: #494d52;
  padding: 15px;
  margin: 20px auto;
}

.blackbox hr {
  border-top: 2px solid #df691a;
}

.blackbox table thead tr th {
  background: #df691a;
}

/* SELECTION BOX */

.selectionBox {
  padding: 10px;
  border: 10px solid #3c4046;
  border-radius: 20px;
  background: #333;
  cursor: pointer;
}

.selectionBox:hover {
  background: #df691a;
}

label {
  font-size: 14px;
}

.alert-success {
  margin-bottom: 0 !important;
}

/* ===========================
Report table styles
============================== */

.table thead th {
  position: sticky;
  top: 0;
  z-index: 10;
  border-top: 1px solid #ddd;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

.report-table tbody tr:hover {
  background: #353a40 !important;
}
