[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

body {
    background-color: #eee;
}

.container-main {
    width: 100%;
    background-color: #fff;
    padding: 0 15 15 15;
}

.login-container {
    padding: 20px;
}

[class^="scrollable-"], [class*=" scrollable-"] {
    overflow-x: auto;
    overflow-y: auto;
    padding-right: 20px;
}
.scrollable-150 {
    max-height: 150px;
}

.scrollable-200 {
    max-height: 200px;
}

.scrollable-300 {
    max-height: 300px;
}

.scrollable-350 {
    max-height: 350px;
}

.scrollable-400 {
    max-height: 400px;
}

.navbar-brand {
    padding: 0;
}

@media (min-width: 1200px) {
    .container {
        width: 960px;
    }
    .container .content {
        width: 945px;
    }
}
.panel{
    margin-top: -1px;
}

.login-panel {
    height: 50px;
    padding: 10px;
}

/* kendo custom */
.k-datepicker {
    width: 100%;
}


.dialog-title {
    margin-top: 0;
}

.stretch-horizontal {
    width: 100%;
}

.form-group-sm .form-control {
    height:33px;
}

.required_field{
  color:maroon;
  position: relative;
  margin-top: -22px;
  margin-right: -8px;
  float: right;
}

.required_field_text_area{
    color:maroon;
    position: relative;
    margin-top: -50px;
    margin-right: -8px;
    float: right;
}

a{
  cursor: pointer;
}

.alertify-logs{
    top: 10px;
    left: 50%;
    margin-left: -150px;
    text-align: center;
    z-index: 10000000;
    pointer-events: none;
}

.nav-counter {
    position: absolute;
    top: 2px;
    right: 1px;
    min-width: 8px;
    height: 20px;
    line-height: 20px;
    margin-top: -11px;
    padding: 0 6px;
    font-weight: normal;
    color: white;
    text-align: center;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    background: #76abd9;
    border: 1px solid #76abd9;
    border-radius: 11px;
    background-image: -webkit-linear-gradient(top, #76abd9, #76abd9);
    background-image: -moz-linear-gradient(top, #76abd9, #76abd9);
    background-image: -o-linear-gradient(top, #76abd9, #76abd9);
    background-image: linear-gradient(to bottom, #76abd9, #76abd9);
    -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 1px rgba(0, 0, 0, 0.12);
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 1px rgba(0, 0, 0, 0.12);
}


.link-disabled {
    color: lightgray
}

a.link-disabled:hover {
    color: lightgray
}

.active-green{
    background-color: #daf1de;
}

.btn-primary-green{
    background-color: #9cd9a6;
}

.btn-primary-light-blue{
    background-color: rgba(99, 166, 224, 0.78);
}

.selected-webinar {
    background-color: lightgoldenrodyellow;
}

.table.no-border tr td, .table.no-border tr th {
    border-width: 0;
}