/* sass variables */
/* Color Palett light Blue, Accent Light Green https://material.io/guidelines/style/color.html#color-color-palette */
/*
$color-200: #81d4fa;
$color-300: #4fc3f7;
$color-400: #29b6f6;
$color-500: #03a9f4;
$color-600: #039be5;
$color-700: #0288d1;
$color-800: #0277bd;
$color-900: #01579b;
$color-a200: #b2ff59;
*/
/* Color Palett MIZ Light Green */
/*
$color-50: #fff3e0;
$color-100: #ffe0b2;
$color-200: #ffcc80;
$color-300: #ffb74d;
$color-400: #ffa726;
$color-500: #ff9800;
$color-600: #fb8c00;
$color-700: #f57c00;
$color-800: #ef6c00;
$color-900: #e65100;
$color-a100: #ccff90;
$color-a200: #b2ff59;
$color-a400: #76ff03;
$color-a700: #64dd17;
*/
/* Color Palett MIZ Lime (Highlight) */
/* Kopfzeile */
/* Green */
/* Gray */
/* Blue
$color-a100: #82b1ff;
$color-a200: #448aff;
$color-a400: #2979ff;
$color-a700: #2962ff;
*/
/* Brown
$color-a100: #d7ccc8;
$color-a200: #bcaaa4;
$color-a400: #8d6e63;
$color-a700: #5d4037;
*/
/* Yellow
$color-a100: #ffff8d;
$color-a200: #ffff00;
$color-a400: #ffea00;
$color-a700: #ffd600;
*/
/* Indigo
$color-a100: #8c9eff;
$color-a200: #536dfe;
$color-a400: #3d5afe;
$color-a700: #304ffe;
*/
/* Own Green
$color-a100: #93D900;
$color-a200: #7AB300;
$color-a400: #649300;
$color-a700: #588000;
 */
/*
 *  Global
 */
html, body, p, input, select, textarea {
  font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Slab', sans-serif;
}

/*
 *  Login Seite v2.4.0
 */
.lockscreen {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #C9C6B3;
  background-image: radial-gradient(#E2E1D7, #989470);
}

.lockscreen .fullscreen {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.login-page {
  background: transparent;
}

.login-page .showpw {
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 5000;
  cursor: pointer;
  width: 32px;
  height: 32px;
  padding: 5px 10px;
}

.login-page p {
  hyphens: auto;
}

a.login-logo:link, a.login-logo:visited, a.login-logo:visited {
  color: #505050;
}

.login-box, .register-box {
  /* margin: 0 auto; */
  width: 360px;
}

.login-box-msg, .register-box-msg {
  margin: 0;
  padding: 10px 20px 20px;
  text-align: center;
}

.login-logo {
  padding-left: 25px;
}

.login-logo h1 {
  margin-top: -100px;
}

.login-logo small {
  font-size: 0.6em;
  opacity: 0.6;
}

.login-box-body {
  -webkit-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.75);
}

.login-box-body a:link, .login-box-body a:visited {
  color: #A2A2A2;
}

.login-box-body a:hover {
  color: #505050;
}

.login-box-body .alert {
  border-radius: 0 !important;
  margin-left: -20px;
  margin-right: -20px;
}

.login-box-body .alert i {
  margin-right: 5px;
}

.login-box-body .alert p {
  margin-left: 25px;
}

/*
 *  Event Media List
 */
#medialist img.youtube-play-button {
  position: absolute;
  width: 80%;
}

#medialist img.img-responsive {
  margin-bottom: 20px;
}

#mediaSortable img.youtube-play-button {
  position: absolute;
  width: 160px;
}

/*
 * Skin: MIZ
 * ----------
 */
.skin-miz .main-header .navbar {
  background-color: #ff9800;
  /* #FF9933; */
}

.skin-miz .main-header .navbar .nav > li > a {
  color: #ffffff;
}

.skin-miz .main-header .navbar .nav > li > a:hover,
.skin-miz .main-header .navbar .nav > li > a:active,
.skin-miz .main-header .navbar .nav > li > a:focus,
.skin-miz .main-header .navbar .nav .open > a,
.skin-miz .main-header .navbar .nav .open > a:hover,
.skin-miz .main-header .navbar .nav .open > a:focus,
.skin-miz .main-header .navbar .nav > .active > a {
  background: rgba(0, 0, 0, 0.1);
  color: #f6f6f6;
}

.skin-miz .main-header .navbar .sidebar-toggle {
  color: #ffffff;
}

.skin-miz .main-header .navbar .sidebar-toggle:hover {
  color: #f6f6f6;
  background: rgba(0, 0, 0, 0.1);
}

.skin-miz .main-header .navbar .sidebar-toggle {
  color: #fff;
}

.skin-miz .main-header .navbar .sidebar-toggle:hover {
  /* background-color: #367fa9; */
  background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
}

@media (max-width: 767px) {
  .skin-miz .main-header .navbar .dropdown-menu li.divider {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .skin-miz .main-header .navbar .dropdown-menu li a {
    color: #fff;
  }
  .skin-miz .main-header .navbar .dropdown-menu li a:hover {
    background: #367fa9;
  }
}

.skin-miz .main-header .logo {
  background-color: #CC7A29;
  color: #ffffff;
  border-bottom: 0 solid transparent;
}

.skin-miz .main-header .logo:hover {
  background-color: #FF9933;
  /* #357ca5; */
}

.skin-miz .main-header li.user-header {
  background-color: #FF9933;
  /* #3c8dbc; */
}

.skin-miz .content-header {
  background: transparent;
}

.skin-miz .content-header h1 {
  margin: 0;
  font-size: 24px;
}

.skin-miz .wrapper,
.skin-miz .main-sidebar,
.skin-miz .left-side {
  background-color: #222d32;
}

.skin-miz .user-panel > .info,
.skin-miz .user-panel > .info > a {
  color: #fff;
}

.skin-miz .sidebar-menu > li.header {
  color: #4b646f;
  background: #1a2226;
}

.skin-miz .sidebar-menu > li > a {
  border-left: 3px solid transparent;
  padding-top: 8px;
  padding-bottom: 8px;
}

.skin-miz .sidebar-menu > li:hover > a,
.skin-miz .sidebar-menu > li.active > a {
  color: #ffffff;
  background: #1e282c;
  border-left-color: #3c8dbc;
}

.skin-miz .sidebar-menu > li > .treeview-menu {
  margin: 0 1px;
  background: #2c3b41;
}

.skin-miz .sidebar a {
  color: #b8c7ce;
}

.skin-miz .sidebar a:hover {
  text-decoration: none;
}

.skin-miz .treeview-menu > li > a {
  color: #8aa4af;
}

.skin-miz .treeview-menu > li.active > a,
.skin-miz .treeview-menu > li > a:hover {
  color: #ffffff;
}

.skin-miz .sidebar-form {
  border-radius: 3px;
  border: 1px solid #374850;
  margin: 10px 10px;
}

.skin-miz .sidebar-form input[type="text"],
.skin-miz .sidebar-form .btn {
  box-shadow: none;
  background-color: #374850;
  border: 1px solid transparent;
  height: 35px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.skin-miz .sidebar-form input[type="text"] {
  color: #666;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}

.skin-miz .sidebar-form input[type="text"]:focus,
.skin-miz .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  background-color: #fff;
  color: #666;
}

.skin-miz .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  border-left-color: #fff;
}

.skin-miz .sidebar-form .btn {
  color: #999;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}

.skin-miz.layout-top-nav .main-header > .logo {
  background-color: #3c8dbc;
  color: #ffffff;
  border-bottom: 0 solid transparent;
}

.skin-miz.layout-top-nav .main-header > .logo:hover {
  background-color: #3b8ab8;
}

.skin-miz input[type="text"].has-error, .skin-miz textarea.has-error, .skin-miz select.has-error {
  border-color: #DD4B39;
}

.skin-miz input[type="text"].has-error:focus {
  border-color: #3c8dbc;
}

.skin-miz .badge {
  font-weight: normal;
}

/*
 *  Allgemein
 */
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  height: 63px;
}

.box {
  border-radius: 0;
}

span.required {
  position: absolute;
  font-weight: normal;
  color: #300;
  font-size: 1.2em;
  top: 0px;
}

/*
 *  Formular Elemente
 */
.buttonbar {
  padding-bottom: 10px;
  padding-top: 10px;
}

.buttonbar.fixed {
  background-color: #222D32;
  /* #ECF0F5; */
  border-bottom: 1px solid #1A2226;
  /* #B0BEC5; */
}

.button-wrapper.fixed {
  background-color: #ECF0F5;
}

.button-wrapper-fixed {
  z-index: 999;
  background-color: #ECF0F5;
  position: fixed;
  top: 0;
  padding-right: 15px;
  padding-left: 15px;
  border-bottom: 1px solid #D2D6DE;
  display: none;
  -webkit-box-shadow: 0px 4px 8px -3px rgba(50, 50, 50, 0.55);
  -moz-box-shadow: 0px 4px 8px -3px rgba(50, 50, 50, 0.55);
  box-shadow: 0px 4px 8px -3px rgba(50, 50, 50, 0.55);
}

.button-wrapper-fixed h1 {
  color: #404040;
  margin: 0;
  padding: 8px 0 0 0;
  font-size: 16px;
}

.buttonbar-fixed {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: yellow;
}

.msg-mini {
  display: none;
}

.msg-mini .msg-mini-icon {
  display: inline-block;
  padding: 7px 12px;
}

.msg-mini .msg-mini-text {
  display: inline-block;
  padding-left: 12px;
}

.msg-mini.success {
  color: white;
  background-color: #7CB342;
}

.msg-mini.success .msg-mini-icon {
  background-color: #669235;
}

.msg-mini.warning {
  color: #333;
  background-color: #ffcc80;
}

.msg-mini.warning .msg-mini-icon {
  background-color: #ffa726;
}

.form-horizontal .checkbox {
  line-height: 150%;
}

.checkbox label, .radio label {
  line-height: 110%;
}

div.checkbox {
  line-height: 120%;
}

.radiolist .radio {
  padding-top: 2px;
}

select.form-control > option {
  padding: 5px 15px;
}

select.form-control > option.form-select {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 15px;
}

.bootstrap-select .btn {
  border-radius: 0;
}

.control-label.left {
  text-align: left;
  /* padding-bottom: 1px; */
}

.control-label.top {
  text-align: left;
  padding-top: 0;
}

.input-group-btn:first-child > .btn, .input-group-btn:last-child > .btn, .input-group-btn {
  border-radius: 0px;
}

select.form-control > option.empty {
  font-style: italic;
  color: #999;
}

select.form-control.active {
  background-color: #FFF634;
}

textarea.resize {
  min-height: 34px;
  height: 34px;
  resize: vertical;
}

textarea.autoresize {
  resize: vertical;
}

input[type="text"]:disabled, select:disabled {
  color: #aaa;
}

/* Select2 changes */
p .select2 {
  background-color: white;
}

p.active .select2 {
  background-color: #FFF634;
}

.select2-dropdown, .select2-container--default .select2-selection--multiple {
  border-color: #D2D6DE !important;
  border-radius: 0px !important;
}

.select2-container--default, .select2-selection--single {
  border-color: #D2D6DE !important;
  border-radius: 0px !important;
  height: 34px !important;
}

.select2-selection .select2-selection--single {
  background-color: transparent !important;
}

.select2-container--default, .select2-selection--single, .select2-selection__rendered {
  line-height: 20px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-radius: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px;
  width: 26px;
}

/*
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  word-break: break-all;
}
*/
.select2-container .select2-selection--multiple .select2-selection__rendered {
  white-space: normal;
}

.input-group p {
  margin-bottom: 0;
}

.input-group .input-group-addon {
  background-color: #eee;
}

.input-group .input-group-addon.select {
  padding: 0px;
  height: 14px;
  overflow: hidden;
}

.input-group .input-group-addon.select select {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 32px;
  height: 32px;
  border-radius: 0;
  border: 0 none;
  background-color: #F4F4F4;
  color: #999;
  padding-left: 5px;
  padding-right: 5px;
}

.input-group .input-group-addon.select select option {
  height: 32px;
  padding-left: 5px;
  padding-top: 7px;
  color: #333;
}

.input-group .input-group-addon.select select.active {
  background-color: #FFF634;
  color: #333;
}

.btn-block i.fa {
  padding-right: 5px;
  margin-left: 0px;
}

.btn-block + .btn-block {
  margin-top: 0;
}

.btn-xs i.fa {
  font-size: 11px;
}

.igray {
  color: #ccc !important;
  font-style: italic !important;
}

.cms_menu {
  color: #9e9e9e;
  margin-bottom: 0;
}

.label-small {
  display: inline-block;
  position: absolute;
  top: -8px;
  left: 23px;
  padding: 0 5px;
  font-size: 11px;
  color: #666;
  background-color: white;
}

.extra-label {
  padding-top: 10px;
}

.extra-label .label-small {
  top: -17px;
  left: 11px;
}

input:focus + div.label-small, textarea:focus + div.label-small {
  color: #357DA7;
  text-decoration: underline;
}

.control-label.small {
  font-size: 11px;
  color: #666;
  font-weight: 400;
  padding-top: 9px;
  padding-left: 29px;
  text-align: left;
}

/*
 *  Select 2 Schlagworte
 */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: black;
}

/*
 *  Editable
 */
.editable-lg {
  width: 500px !important;
}

.editable-md {
  width: 400px !important;
}

.editable-sm {
  width: 300px !important;
}

.form-horizontal .editable {
  padding-top: 0 !important;
}

/*
 *  Data Table
 */
table.table-data {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

table.table-data tfoot tr td {
  background-color: #f9f9f9;
}

table.table-data tfoot tr td:first-child {
  border-left: 1px solid #ddd;
}

.table-data thead tr th {
  background-color: #f9f9f9;
  border-top: 0 none;
  border-bottom: 0 none;
  padding-top: 5px;
  padding-bottom: 5px;
}

.table-data thead tr:last-child th {
  border-bottom: 1px solid #ddd;
  padding-top: 1px;
}

.table-data thead tr:first-child th {
  padding-top: 5px;
}

.table-data tr td:last-child, .table-data tr th:last-child {
  border-right: 1px solid #ddd;
}

.table-data tr td:first-child, .table-data tr th:first-child {
  border-left: 1px solid #ddd;
}

.table-data tr:last-child td {
  border-bottom: 1px solid #ddd;
}

.table-data td {
  background-color: white;
}

.table-data tbody tr:hover {
  -webkit-box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.5);
}

.table-data tbody tr:hover td {
  border-top: 1px solid #ddd;
}

.table-data td.v-center {
  vertical-align: middle !important;
}

.table-data td.edit {
  cursor: pointer;
}

/*
 *  Toggle deleted Records
 */
a.del-toggle-on {
  font-weight: 400;
  color: #333;
}

a.del-toggle-off {
  font-weight: 400;
  color: #b3b3b3;
}

/*
 *  Modal design
 */
.modal-content {
  -webkit-box-shadow: 3px 3px 14px 5px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 3px 3px 14px 5px rgba(50, 50, 50, 0.75);
  box-shadow: 5px 5px 14px 5px rgba(50, 50, 50, 0.75);
  /* overflow: hidden; */
}

.modal-header-shadow {
  padding-bottom: 8px;
  overflow: hidden;
}

.modal-header {
  background-color: #e9e9e9;
  border-bottom: 1px solid #ccc;
  -webkit-box-shadow: 0px -7px 9px 8px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0px -7px 9px 8px rgba(50, 50, 50, 0.3);
  box-shadow: 0px -7px 9px 8px rgba(50, 50, 50, 0.3);
}

.modal-footer {
  background-color: #e9e9e9;
  border-top: 1px solid #ccc;
}

.popover {
  border-radius: 0;
}

div.hr {
  display: block;
  width: 100%;
  height: 1px;
  border-top: 1px solid #D2D6DE;
  /* border-bottom: 1px solid #E9E9E9; */
  margin-top: 8px;
  margin-bottom: 20px;
}

.cont p.form {
  padding-top: 15px;
  font-size: 18px;
  line-height: 26px;
  color: #333;
}

.cont p.form i.fa {
  font-size: 19px;
  line-height: 120%;
  color: #f93;
}

.cont p.hint {
  color: #666;
  font-size: 12px;
  margin-left: 13px;
  text-indent: -13px;
  line-height: 14px;
}

/*
 *  Farben MIZ
 */
.login-box-body {
  border-top: 5px solid #FF9933;
}

.btn-primary {
  background-color: #9E9E9E;
  border-color: #909090;
}

.btn-primary:hover, .btn-primary.hover {
  background-color: #909090 !important;
  border-color: #818181 !important;
}

.btn-save, .btn-save:link, .btn-save:visited {
  color: #f9f9f9;
  /* #5C5C5C; */
  background-color: #7cb342;
  border-color: #689f38;
}

.btn-save:hover {
  color: #fff;
  background-color: #689f38;
  border-color: #558b2f;
}

.btn-save-active, .btn-save-active:link, .btn-save-active:visited {
  color: #5C5C5C;
  background-color: #cfd8dc;
  border-color: #b0bec5;
}

.btn-save-active:hover {
  color: #000;
  background-color: #b0bec5;
  border-color: #90a4ae;
}

.btn-cancel, .btn-cancel:link, .btn-cancel:visited {
  color: #5C5C5C;
  background-color: #eceff1;
  border-color: #cfd8dc;
}

.btn-cancel:hover {
  color: #000;
  background-color: #cfd8dc;
  border-color: #b0bec5;
}

.bg-miz {
  background-color: #f93;
}

/*
 * Globals
 */
.nop {
  padding-left: 0;
  padding-right: 0;
}

.nopl {
  padding-left: 0;
}

.nopr {
  padding-right: 0;
}

.padding-sm {
  padding-right: 5px;
  padding-left: 5px;
}

/*
 *  No Image mit Fontawsome
 */
span.noimage {
  font-size: 5em;
  margin-top: 40px;
}

span.noimage .fa-camera {
  color: #ccc;
}

span.noimage .fa-ban {
  color: #ddd;
}

span.noimage .fa-cog, span.noimage span.noimage .fa-circle-o-notch {
  color: #ccc;
}

p.noimage {
  color: #aaa;
}

/*
 *  Alles aus der custom.css
 */
.form-box .header {
  background: none repeat scroll 0 0 #155390;
}

.iradio_minimal {
  margin: 2px 5px 0 0 !important;
}

.icheckbox_square-blue {
  margin-top: -4px;
  margin-right: 5px;
}

.form-box .footer {
  background: #EAEAEC;
}

.has-error > input, .has-error > label {
  color: #A94442 !important;
}

.form-box .alert-danger, .form-box .alert-warning, .form-box .alert-success {
  margin-left: 0;
  padding: 8px;
  margin-bottom: 0;
  border-radius: 0;
}

.form-box {
  margin-top: 190px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.75);
}

.form-horizontal .form-group.zero-margin {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.form-group small {
  color: #999;
}

.form-group .badge-input {
  z-index: 500;
}

.form-control.span1 {
  width: 95px;
}

.form-control.span2 {
  width: 190px;
}

.form-control.span3 {
  width: 285px;
}

.form-control.span4 {
  width: 380px;
}

.noedit {
  padding-top: 5px;
  margin: 0;
}

.editable.editable-click {
  color: #333;
}

.editable.editable-click.editable-empty {
  color: #999;
}

.editable-bold {
  font-weight: bold;
}

.editable-red {
  font-weight: bold;
  color: #900 !important;
}

.editable-blue {
  font-weight: bold;
  color: #365F91 !important;
}

.editable-delayed {
  color: red !important;
}

td.editcell {
  cursor: pointer;
}

.edititem {
  cursor: pointer;
}

th > small, td > small, th.small, td.small {
  font-size: 1rem;
  line-height: 1.4rem;
  padding-top: 1.1rem !important;
  color: #999;
}

.col-md-height {
  padding-top: 8px;
  padding-bottom: 8px;
}

.container-md-height > div.th {
  background-color: #F3F4F5;
}

.container-md-height > div.td {
  background-color: white;
}

.col-md-height {
  border-top: 1px solid #ddd;
}

.iradio_minimal {
  margin-top: -4px;
}

label.icheck {
  margin: 8px 16px 0 0;
  padding-left: 4px;
}

.badge-input {
  position: absolute;
  right: 10px;
  top: -10px;
}

ul.pagination {
  margin-top: 0;
  margin-bottom: 0;
}

ul.sortable {
  list-style-type: none;
  padding: 0;
}

li.sort1 {
  padding: 8px 0 0 8px;
  border: 1px dashed #ccc;
  margin: 0 0 8px 0;
  background-color: white;
}

.handle {
  cursor: pointer;
}

.leftcol1 {
  display: block;
  float: left;
}

.rightcol1 {
  display: block;
  float: right;
  padding-right: 0.3em;
}

.clr {
  clear: both;
}

ul.sortable2 {
  list-style-type: none;
  /* border-top: 1px dashed #ccc; */
  /* border-left: 1px dashed #ccc; */
  padding: 0;
  margin-left: 2em;
  margin-top: 1em;
}

li.sort2 {
  padding: 8px 0 8px 8px;
  border-top: 1px dashed #ccc;
  border-left: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  margin: 0 0 5px 0;
  background-color: white;
}

ul.sortable3 {
  list-style-type: none;
  /* border-top: 1px dashed #ccc; */
  /* border-left: 1px dashed #ccc; */
  padding: 0;
  margin-left: 2em;
  margin-top: 1em;
}

li.sort3 {
  padding: 8px;
  border-top: 1px dashed #ccc;
  border-left: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  margin: 0 0 5px 0;
  background-color: white;
}

select.input-xs {
  height: 23px;
  line-height: 21px;
  padding: 2px 2px;
  font-size: 12px;
}

select.form-control > option.form-select {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 10px;
  border-right: 1px solid #999;
}

select.form-control > option.empty {
  font-style: italic;
  color: #999;
}

.tp_select {
  display: inline-block;
  width: 800px;
  margin-left: 50px;
  margin-top: 8px;
  height: 33px;
  overflow: hidden;
  color: white;
}

.tp_select select option {
  padding: 5px 15px;
  border-right: 0 none;
}

.tp_select select option.inactive {
  font-style: italic;
  color: #aaa;
}

label.form-label {
  float: left;
  margin-top: 6px;
  margin-right: 0;
  padding-right: 0;
  text-align: right;
}

option.input-xs {
  font-size: 12px;
  line-height: 16px;
}

option.input-xs span {
  padding: 1px 4px;
}

ul.pagination {
  margin: 0;
}

#ex-link {
  cursor: pointer;
}

#ex-link:hover {
  color: #3C8DBC;
}

.popover-content {
  margin-left: 10px;
  margin-right: 10px;
}

#img-sortable {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 950px;
  margin-bottom: 20px;
}

#img-sortable li {
  margin: 3px 3px 3px 0;
  padding: 1px;
  float: left;
  width: 130px;
  height: 130px;
  font-size: 4em;
  text-align: center;
}

#img-sortable li img {
  margin: 0;
  padding: 0;
}

#img-sortable li p {
  font-size: 12px !important;
}

.whitebox {
  border: 1px solid #ccc;
  background-color: white;
  padding-top: 10px;
  padding-bottom: 15px;
}

.whitebox.keywords {
  padding-left: 10px;
  padding-right: 10px;
}

a.default:link, a.default:visited, a.default:active {
  color: #333;
  text-decoration: none;
}

a.default:hover {
  color: #999;
  text-decoration: none;
}

/*
 *  Modal
 */
.modal-title.red {
  color: #F13418;
}

/*
 *  Info Icon
 */
a.info:link, a.info:visited, a.info:active {
  color: #134970;
}

a.info:hover {
  color: #196094;
}

a.info i.fa {
  font-size: 16px;
  line-height: 100%;
  padding: 10px 3px;
}

/*
 *  Panel
 */
.panel-group .panel {
  border-radius: 0;
}

.panel-group .panel .panel-heading a:link, .panel-group .panel .panel-heading a:active, .panel-group .panel .panel-heading a:visited {
  color: #333;
}

.panel-group .panel .panel-heading a:hover {
  color: #666;
}

.dashboard a.orange:link, .dashboard a.orange:visited {
  color: #FF9800;
}

.dashboard a.orange:hover {
  color: #FFBE5A;
}

.dashboard a.red:link, .dashboard a.red:visited {
  color: #900;
}

.dashboard a.red:hover {
  color: #E40000;
}

.dashboard a.green:link, .dashboard a.green:visited {
  color: #090;
}

.dashboard a.green:hover {
  color: #00DE00;
}

.autosize {
  resize: vertical;
}

.alert h5 {
  margin-top: 0;
}

.alert h5 i {
  margin-right: 8px;
}

.checkbox.display input[type="checkbox"]:disabled + label, .checkbox.display input[type="radio"]:disabled + label {
  opacity: 1;
}

.muted {
  color: #999;
}

#refresh-button {
  background-color: #9E9E9E;
  color: white;
  cursor: pointer;
}

#refresh-button:hover {
  background-color: #8D8D8D;
  color: #C7C7C7;
}

@media screen and (max-width: 768px) {
  .form-box {
    margin-top: 30px;
  }
  .no-padding2 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media screen and (min-width: 768px) {
  .no-padding2 {
    padding: 0px !important;
  }
}
