
/* General */

* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
               border-radius: 0 !important;
}

.content-box {
  margin: 10px 0 20px 0;
}

.table {
  margin: 0;
}

/* Account */

.account-row {
  cursor: pointer;
}

.account-row-selected, .account-row-selected:hover {
  background: #ddd !important;
}

/* Centering */

.centering {
  float: none;
  margin: 0 auto;
}

.centering-block {
  display: block;
  float: none;
  margin: 0 auto;
  text-align: center;
}

.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */
  display: flex;
  align-items: center;
}


/* Login */

.login {
  display: block;
  margin-top: 50%;
}

.login-divider {
  margin: 0;
}

.login-logo {
  width: 100%;
}

.main-title {
  font-size: 30px;
}

.main-title-c1 {
  color: #999;
}

.main-title-c2 {
  color: #4588af;
}


/* Filters */

.filter-stat {
  margin-top: 10px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  border: none;
  color: #fff;
  background-color: #4996c3;
}

.filter-block {
}

.filter-block > span {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.filter-label {
  margin-top: 10px;
  margin-left: 10px;
}

/* Badges */

/*
.badge {
  display: inline;
}
*/

.badge-alarm {
  font-size: 14px;
  font-weight: normal;
  margin-left: 5px;
  border-radius: 50% !important;
}


/* Logo */

/* uMediaLink */
.logo-image {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.logo-style {
    border-right: 1px solid #AFAFAF;
    background-color: #fff;
    padding: 0;
}

/* uEncoder */
/*
.logo-style {
    font-size: 22px;
    border-right: 1px solid #AFAFAF;
    padding: 12px 12px;
}
*/

.logo-style a {
  text-decoration: none;
}

.logo-text-1 {
  color: #777;
}

.logo-text-2 {
  color: #4588af;
}

.logo-divider {
  color: #4588af;
  font-size: 36px;
  margin-left: 20px;
}

/* Stats and progress */

.server-info-load {
  color: #777;
}

.server-info-load-text {
  font-size: 14px;
}

.servers-stats {
  margin: 10px;
}

.progress {
  margin-bottom: 10px;
  background-image: none;
  background-color: #777;
}

.progress-bar {
  background-image: none;
}

.progress-bar-style {
  color: #777;
  width: 150px;
}

.progress-bar-text {
  color: #777;
  padding: 5px;
}

.progress-bar-off {
  background-color: #aaa;
}

/* Sidebar */

.sidebar {
  padding-top: 55px;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: #ddd;
  z-index: 1030;
}

.sidebar-divider-tabs {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #AFAFAF;
  border-top: 0;
  line-height: 0.1em;
  margin: 15px 0 15px 0;
}

.sidebar-divider-text{
  background:#5F7688;
  padding:0 10px;
}

.sidebar-divider-logout {
  margin: 0;
  border-color: #AFAFAF;
}

.sidebar-divider-top {
  margin-top: 15px;
}

.sidebar-divider-bottom {
  margin-bottom: 15px;
}

.sidebar-collapse {
  padding: 0 !important;
}

.sidebar-alarm {
  background-color: #d9534f;
}

.sidebar-stats {
  margin: 2px 2px;
  font-size: 16px;
  font-weight: normal;
  border-radius: 0;
  color: #999;
  background-color: transparent;
}

.sidebar-stats-green {
  color: #fff;
  background-color: #5cb85c;
}

.sidebar-stats-red {
  color: #fff;
  background-color: #d9534f;
}

.sidebar-stats-gray {
  color: #fff;
  background-color: #777;
}

.sidebar-stats-blue {
  color: #fff;
  background-color: #4996c3;
}

.sidebar-username {
  color: #4588af;
  font-size: 14px;
}

.sidebar-logout {
  position: fixed !important;
/*  display: block !important; */
  bottom: 5px;
  width: 16.66666667% !important;
}

/*
.sidebar-version {
  position: fixed !important;
  display: block !important;
  bottom: 5px;
  width: 16.66666667% !important;
  color: #999;
  font-size: 11px;
}
*/

/* Navbars */

.navbar {
  margin-bottom: 10px;
}

.navbar-text {
  padding: 0 10px;
  margin: 0;
}

.nav-custom {
  border-right: none;
  border-left: none;
  border-top: 1px solid #AFAFAF;
  border-bottom: 1px solid #AFAFAF;
  background: #ddd;
}

.navbar-loading {
  margin-top: 3px;
  text-align:center;
  color: #777;
  font-family: Times;
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 10px;
  opacity: 0.5;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-selected > a:focus {
  background-color: #CECECE;
  color: #337ab7;
}

.nav-disabled > a,
.nav-disabled > a:hover,
.nav-disabled > a:focus {
  opacity: 0.4;
  cursor: default;
  color: #777 !important;
  background-color: #ddd !important;
}

.navbar-nav > li > a {
  padding: 7px 25px;
  line-height: 14px;
}

.navbar-nav {
  margin: 0;
  float: none;
}

.navbar-forms {
  padding-left: 15px;
}

.navbar-input-form {
  display: inline;
  background-color: #f5f5f5;
  width: 100px;
}

.navbar-select-form {
  display: inline;
  background-color: #f5f5f5;
  width: 100px;
  padding: 0;
}

.navbar-chapter {
  font-size: 22px;
  color: #777;
  padding: 10px 20px;
/*  text-transform: uppercase; */
}

.navbar-glyphs {
  font-size: 13px;
  display: block;
  text-align: center;
}

.navbar-captions {
  font-size: 11px;
}

.navbar-right {
  float: right !important;
  border-top: none !important;
  border-bottom: none !important;
  right: auto;
}

.nav-pills>li>a:focus,
.nav-pills>li>a:hover {
  background-color: #CECECE;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
  background-color: #5F7688;
}

.nav-pills>li.active>a>i {
  color: #fff;
}

.nav-pills>li.active>a>i .nav-pills-captions{
  color: #fff;
}

.nav-pills>li>a>i {
  padding-right: 7px;
  font-size: 22px;
  color: #4588af;
}

.nav-pills>li>a {
  font-size: 16px;
  padding: 10px 0;
  color: #666;
}

.nav-pills-captions {
  font-size: 14px;
  color: #666;
  padding-top: 5px;
}

.nav-pills-glyph-big {
  font-size: 26px !important;
  font-weight: 500;
  padding: 0;
}

/* Links Buttons */

.btn-mi, .btn-mi:focus {
  font-size: 18px;
  padding: 1px 6px;
  margin-left: 4px !important;
  color: #337ab7;
  background-color: transparent;
  border: 1px solid #ddd;
}

.btn-mi:hover {
  color: #fff !important;
  background-color: #337ab7;
}

.btn-order-by {
  font-size: 15px;
  padding: 4px 6px;
  margin-left: 4px !important;
  color: #999;
  background-color: transparent;
  border: none;
}

.btn-order-by:hover {
  color: #fff !important;
  background-color: #337ab7;
}

.btn-glyph {
  font-size: 4px;
}

.btn-save-set {
  margin-top: 15px;
}

.btn-sys-update {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}


/* Classic buttons */

.btn:focus,.btn:active:focus,.btn.active:focus,
.btn.focus,.btn:active.focus,.btn.active.focus {
  outline: none;
  background-image: none;
  border-color: #eee;
}

.btn-main-xs {
  padding: 4px 10px;
  border: 1px solid #eee;
  color: #fff;
}

.btn-main-xs:visited,
.btn-main-xs:focus,
.btn-main-xs:hover,
.btn-main-xs:active {
  color: #fff;
  text-decoration: none;
}

.btn-main-xs:hover {
  -webkit-box-shadow: inset 0px 0px 0px 1px #fff;
     -moz-box-shadow: inset 0px 0px 0px 1px #fff;
               box-shadow: inset 0px 0px 0px 1px #fff;
}

.btn-main {
  border: 1px solid #eee;
  color: #fff;
}

.btn-main:visited,
.btn-main:focus,
.btn-main:hover,
.btn-main:active {
  color: #fff;
  text-decoration: none;
}

.btn-main-green {
  background-color: #5cb85c;
}

.btn-main-green:hover {
  background-color: #4f9e4f;
}

.btn-tp-green, .btn-tp-green:visited {
  color: #4f9e4f !important;
}

.btn-main-red {
  background-color: #d9534f;
}

.btn-main-red:hover {
  background-color: #ce514d;
}

.btn-tp-red, .btn-tp-red:visited {
  color: #ce514d !important;
}

.btn-main-yellow {
  background-color: #f0ad4e;
}

.btn-main-yellow:hover {
  background-color: #d69a44;
}

.btn-tp-yellow, .btn-tp-yellow:visited {
  color: #d69a44 !important;
}

.btn-main-blue {
  background-color: #4996c3;
}

.btn-main-blue:hover {
  background-color: #4285ad;
}

.btn-text-blue {
  color: #4285ad !important;
}

.btn-tp-blue, .btn-tp-blue:visited {
  color: #4285ad !important;
}

.btn-main-gray {
  background-color: #999;
}

.btn-main-gray:hover {
  background-color: #888;
}

.btn-tp-gray, .btn-tp-gray:visited {
  color: #888 !important;
}


.btn-tp, .btn-tp:visited {
  top: 0;
  padding: 4px 10px 4px 10px;
  color: #999;
  background-color: transparent;
}

.btn-tp:hover {
  color: #fff !important;
}

.btn-job-frame {
  float: right;
  padding: 0 8px;
  line-height: inherit;
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

.btn-job-frame:hover {
  color: #666;
  background-color: #fff;
}

.btn-job-frame:visited,
.btn-job-frame:focus,
.btn-job-frame:active {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

.btn-main-input {
  padding: 6px 10px;
}

.btn-job-body {
  padding: 3px 5px;
}

.btn-job-body-right {
  float: right;
}

.btn-job-body-left {
  float: left;
}

.btn-lic-activate {
  margin-top: 29px;
}

/* Job list */

.page-nav {
  text-transform: uppercase;
  font-size: 14px;
}

/* Events */

.events-empty {
  margin: 10%;
  text-align: center !important;
  color: #777;
  font-family: Times;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 7px;
  opacity: 0.5;
}

.content-wrap {
  padding-top: 65px;
}

.content-loader {
  opacity: 0.5;
  margin: 20%;
  text-align:center;
}


/* Logs */

textarea.form-control {
  height: 55vh;
}

.log-display {
  padding-top: 26px;
  resize: vertical;
}

.log-frame {
  padding-top: 16px;
}

.log-btn-reload {
  margin-top: 20px;
}


/* Alerts */

.alert-global, .alert-global > a {
  font-size: 16px;
  padding: 10px 0 10px 0;
  text-align: center;
  border: none;
  text-decoration: none;
  color: #fff;
  background-color: #d06c69;
}

.alert-main {
  color: #fff;
  margin: 7px 10% 0 10%;
  padding: 10px 0 10px 5%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.alert-login {
  color: #fff;
  margin-top: 20px;
  padding: 15px 0 15px 0;
  text-align: center;
}

.alert-danger {
  background-color: #d06c69;
}

.alert-success {
  background-color: #5fab5f;
}

.alert-warning {
  background-color: #f0ad4e;
}

.alert-info {
  background-color: #4996c3;
}

.alert-dismissable .close,
.alert-dismissible .close {
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  opacity: .5;
  top: 0;
  right: 0;
  padding-right: 10px;
}

.alert-dismissable .close:hover,
.alert-dismissible .close:hover {
  opacity: .9;
}

/* Dividers */

.v-line-left {
  margin-left: 20px;
  border-left: 1px solid #AFAFAF;
}

.v-line-right {
  margin-right: 20px;
  border-right: 1px solid #AFAFAF;
}

.default-divider {
  margin: 0;
}


/* Other */

.input-xs {
  height: 30px;
  padding: 0 12px;
}

.select-xs {
  height: 30px;
  padding: 0 12px;

}

.nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.msg-info {
  color: blue;
}

.msg-ok {
  color: green;
}

.msg-err {
  color: red;
}

.msg-off {
  color: gray;
}

/* Screen variants */

/* Large Devices, Wide Screens */
@media screen and (max-width : 1200px) {

}


/* Medium Devices, Desktops */
@media screen and (max-width: 990px) {

}


/* Small Devices, Tablets */
@media screen and (max-width: 767px) {

}


/* Extra Small Devices, Phones */
@media screen and (max-width: 480px) {

}
