﻿* {
    outline: 0 !important;
}

body {
    padding-top: 131px;
    padding-bottom: 100px;
}

body.NrkCore-development {
  background: #89D1E6;
}

body.NrkCore-development-live {
  background: #A24D4B;
}

.NrkCore-development-live-warning {
  float: left;
  width: 100%;
  height: 31px;
  line-height: 31px;
  border-radius: 0;
  margin-top: -1px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  padding: 0;
}

.logo {
    margin: 10px 10px 10px 0px;
}

.field-validation-error {
    color: #d9534f;
}

.page-header {
    margin-top: 10px;
}

/* centered columns styles */
.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
}

.popover {
    max-width: 100%; /* Max Width of the popover (depending on the container!) */
}

footer {
    position: fixed;
    z-index: 100;
    height: 30px;
    bottom: 0;
    width: 100%;
    background-color: #f8f8f8;
    border-top: 1px solid #e7e7e7;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #777;
    z-index: 999999;
}

footer .container {
    margin-top: 5px;
}

.user-branch-selector {
    margin-top: 10px;
    /*margin-right: 15px;*/
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}
/*.dropdown-submenu:hover>.dropdown-menu{display:block;}*/
.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.navbar-default {
    background: #e7e7e7;
}

.header-bar {
    top: 59px;
    /*height: 56px;*/
    background: #f8f8f8;
    z-index: 1029;
}

.header-bar .row {
  margin-top: 0;
}

.header-bar h3 {
    margin: 0;
    height: 56px;
    line-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
    white-space: nowrap;
}

.action-buttons {
    float: right;
    max-width: 100%;
    margin: 6px 0;
}

.action-buttons .btn {
    float: left;
    margin: 5px;
}

.action-buttons .dropdown {
    float: left;
}

.btn .fa:first-child {
    margin-right: 9px;
}

.btn .fa:last-child {
    margin-left: 9px;
}

.form-group .btn {
    margin-right: 15px;
}

.form-group .btn.pull-right {
    margin-left: 15px;
    margin-right: 0;
}

.row {
    margin-top: 5px;
}

/*
    Circle Buttons
*/

.btn-circle {
    position: relative;
    width: 80px;
    height: 80px;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    line-height: 1.8;
    border-radius: 100%;
}

.btn-circle-micro {
    width: 19px;
    height: 19px;
    text-align: center;
    padding: 1px 0;
    font-size: 13px;
    line-height: 0.1;
    border-radius: 30px;
}

.btn-circle-sm {
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 2px 0;
    font-size: 20px;
    line-height: 1.65;
    border-radius: 30px;
}

.btn-circle-lg {
    width: 110px;
    height: 110px;
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
    line-height: 1.8;
    border-radius: 100%;
}

.btn-circle + .btn-circle,
.tooltip + .btn-circle {
    margin-left: 30px;
}

.btn-circle + .btn-circle:before,
.tooltip + .btn-circle:before {
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: -34px;
  content: ' ';
  width: 32px;
  height: 6px;
  background: url('../images/bg-sales-step-button-seperator.png');
}

.btn-circle .fa {
  font-size: 20px;
  margin: 0 !important;
}
.btn-circle.btn-circle-lg .fa {
  font-size: 30px;
}

.btn-circle.btn-circle-lg.btn-circle-icon-only {
  font-size: 44px;
  padding: 0;
  line-height: 110px;
}
.btn-circle.btn-circle-lg.btn-circle-icon-only .fa {
  font-size: 44px;
}

.btn-circle span {
  float: left;
  width: 100%;
  line-height: 1.2;
  font-weight: 500;
  white-space: normal;
}

/*
    Circle Buttons
*/

/* Widget */
.widget {
  float: left;
  width: 100%;
  padding: 15px;
  margin: 0 0 30px 0;
  background: #f8f8f8;
  border: 1px solid #e7e7e7;
  color: #808080;
  border-radius: 6px;
  text-decoration: none;
  position: relative;
}
.widget.widget-default {
  color: #808080;
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.widget.widget-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.widget.widget-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.widget.widget-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.widget.widget-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.widget.widget-info {
   color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.widget-like-box {
  padding: 15px;
  background: #f8f8f8 !important;
  border-color: #e7e7e7 !important;
  border-radius: 6px;
  color: #808080;
}

.widget.widget-text {
  min-height: 120px;
}
.widget.widget-graph {
  height: 362px;
}
.widget.widget-radar {
  height: 512px;
}
.widget.widget-graph .widget-canvas-container {
  float: left;
  width: 100% !important;
  height: 280px !important;
  max-height: 280px !important;
}
.widget.widget-graph .widget-canvas-container.widget-height-300 {
  height: 300px !important;
  max-height: 300px !important;
}
.widget.widget-graph.widget-radar .widget-canvas-container {
  height: 420px !important;
  max-height: 420px !important;
}

.widget.widget-text .widget-icon {
  float: left;
  width: 18%;
  line-height: 48px;
  font-size: 30px;
  text-align: center;
}
.widget.widget-text .widget-icon .widget-percent {
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 40px;
}

.widget.widget-text .widget-content {
  float: right;
  width: 77%;
  min-height: 68px;
  padding: 0 5px 0 0;
  text-align: right;
}
.widget.widget-text .widget-content .widget-count {
  float: left;
  width: 100%;
  line-height: 44px;
  font-size: 18px;
  font-weight: 600;
}
.widget.widget-text .widget-content .widget-title {
  float: left;
  width: 100%;
  line-height: 20px;
  font-size: 16px;
  font-weight: 400;
}
.widget.widget-text .widget-content .widget-count .widget-title {
  width: auto;
  line-height: 42px;
}

.widget.widget-graph .widget-title {
  float: left;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
}
.widget.widget-graph .widget-title.widget-title-with-margin {
  margin-bottom: 5px;
}
.widget.widget-graph .widget-title .widget-subtitle {
  float: right;
  width: 100%;
  font-weight: 500;
  font-size: 0.8em;
}
.widget.widget-graph .widget-title .widget-subtitle.widget-subtitle-inline {
  display: inline-block;
  float: none;
  width: auto;
  margin-bottom: 0;
  margin-left: 5px;
}

.widget .widget-loading {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 70px;
  line-height: 1;
  margin-top: -35px;
  background-color: #f8f8f8;
  font-size: 50px;
  text-align: center; 
  z-index: 999;
}
.widget.widget-default .widget-loading {
  background-color: #f8f8f8;
}
.widget.widget-warning .widget-loading {
  background-color: #f0ad4e;
}
.widget.widget-danger .widget-loading {
  background-color: #d9534f;
}
.widget.widget-success .widget-loading {
  background-color: #5cb85c;
}
.widget.widget-primary .widget-loading {
  background-color: #337ab7;
}
.widget.widget-info .widget-loading {
  background-color: #5bc0de;
}

@media (min-width: 992px) {
  .col-lg-6 .widget.widget-text .widget-icon {
    width: 9%;
  }

  .col-lg-6 .widget.widget-text .widget-content {
    width: 89%;
  }
}

.modal .widget {
  margin: 0;
}

/*
    Notify Box
*/

.notify-box{
    width:300px;
    position:fixed;
    top:100px;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    z-index:999999
}

/*
    Notify Box
*/

/* Cart */
#cart-button + .popover {
  z-index: 1030 !important;
}
#cart-items {
  margin: -9px -14px 0 -14px;
  max-height: 300px;
  *max-height: 300px;
  overflow: auto;
}
#cart-items .cart-item {
  float: left;
  width: 100%;
}
#cart-items .cart-item:hover {
  background: #f9f9f9;
}
#cart-items .cart-item h4 {
  padding: 10px 14px;
  margin: 0;
  cursor: pointer;
}
#cart-items .cart-item h4 span {
  font-weight: 600;
}
#cart-items .cart-item hr {
  margin: 0;
}
#cart-items .cart-item ul {
  padding-right: 24px;
  margin: 10px 0 20px 0;
}
/* Cart */

.search-form .row { 
  margin-bottom: 15px;
}

.checkbox {
  margin-top: 10px !important;
}

.list-item-state {
  padding-left: 25px;
  font-size: 20px;
}
.list-item-state.list-item-state-available {
  color: #5cb85c;
}
.list-item-state.list-item-state-not-available {
  color: #d9534f;
}


/*SCEditor*/

.sceditor-container {width: 100% !important;}
.sceditor-container iframe {width: 100% !important;}
.sceditor-container textarea {width: 100% !important;}
/*SCEditor*/

.report-information {
  margin-top: -20px;
}
.revenue-report-title {
  float: left;
  margin: 0 15px 0 0;
}
.revenue-report-color {
  float: left;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 6px 5px 0 0;
}
.revenue-report-color.color-1 {
  background-color: rgba(92, 184, 92, 0.7);
}
.revenue-report-color.color-2 {
  background-color: rgba(240, 173, 78, 0.7);
}
.revenue-report-color.color-3 {
  background-color: rgba(51, 122, 183, 0.7);
}

.fc-event-vert .fc-event-time {
  font-size: 13px;
}
.fc-event {
  border-radius: 0 !important;
}
.fc-event.Coming {
  background-color: #0c60b4 !important;
  border-color: #0c60b4 !important;
}
.fc-event.Passed {
  background-color: #ee7904 !important;
  border-color: #ee7904 !important;
}

.btn .caret {
  margin-left: 5px;
}

.form-group {
  position: relative;
}

.grid-cell .checkbox {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.height-auto {
  height: auto !important;
}

.mail-body-container {
  float: left;
  height: auto !important;
  padding: 30px 15px;
  margin-bottom: 15px;
}

#PaymentForm #InvoiceList .table > thead >tr > th,
#PaymentForm #InvoiceList .table > tbody >tr > th, 
#PaymentForm #InvoiceList .table > tfoot >tr > th,
#PaymentForm #InvoiceList .table > thead >tr > td,
#PaymentForm #InvoiceList .table > tbody >tr > td,
#PaymentForm #InvoiceList .table > tfoot >tr > td {
  padding: 12px 8px;
  border-color: #ccc;
  vertical-align: middle;
}

#PaymentForm #InvoiceList .table .form-group {
  margin: 0;
}

.empty-label {
  display:block!important;
  height:20px;
}

.comma-seperated-span-container span:after {
  content: ',';
}

.comma-seperated-span-container span:last-child:after {
  content: '';
}

.margin-0 {
  margin: 0 !important;
}

.cursor-pointer {
  cursor: pointer;
}

.row.class-lesson-hours-row {
  margin-top: 35px;
}

.widget.widget-graph .row.class-lesson-hours-row .widget-canvas-container {
  height: 200px !important;
}

.class-lesson-hours {
  display: none;
}

.class-lesson-hour {
  font-size: 16px;
  margin-top: 20px;
}

.class-lesson-hour:first-child {
  margin-top: 30px;
}

.row.row-margin-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.widget.widget-graph.class-lesson-hours-widget {
  margin-bottom: 25px;
}

.margin-bottom-25 {
  margin-bottom: 25px !important;
}

.modal-dialog.modal-loading {
  /*max-width: 500px!important;
  color: #2B394A;*/
  min-width: 180px;
  width: 180px;
  max-width: 180px;
  min-height: 180px;
  height: 180px;
  max-height: 180px;
  background:url(/images/loading-ba-logo.png) center center no-repeat;
  text-align: center;
}

.modal-dialog.modal-loading .modal-body {
  padding: 0;
  width: 180px;
  height: 180px;
}

.modal-loading-icon {
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin: 25px 0;
  font-size: 50px;
  text-align: center;
}

.hexdots-container {
  float: left;
  width: 180px;
  height: 180px;
  background:url(/images/loading-ba-logo.png) center center no-repeat;
  padding: 75px 0 0 1px;
}

.sms-char-count {
  float: right;
}

#table-numbers .checkbox,
#table-mails .checkbox {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

#table-numbers .checkbox label,
#table-mails .checkbox label {
  min-height: 13px !important;
  height: 13px !important;
  max-height: 13px !important;
}

.panel-expand-button {
  float: right;
  width: 25px;
  height: 25px;
  padding: 0;
  margin: -3px -5px 0 0;
  text-align: center;

}
.panel-expand-button .fa {
  margin: 0 !important;
}
.panel-expand-button .icon-up,
.panel-expand-button.expanded .icon-down {
  display: none;
}
.panel-expand-button.expanded .icon-up {
  display: inline-block;
}

.profile-pic {
  float: left;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 100%;
  overflow: hidden;
  margin-top: -8px;
  /*margin-left: -15px;*/
  margin-right: 10px;
}

.profile-pic img {
  float: left;
  /*width: 100%;*/
  width: 130%;
  margin-left: -5px;
  height: auto;
}

.tab-panel-custom {
  border-bottom: 0 !important;
  padding-left: 30px !important;
}

.sms-body {
  max-width: 100%;
  height: 100px !important;
}

.margin-top-0 {
  margin-top: 0;
}

.grid-mvc.transposed {
  position: relative;
}
.grid-mvc.transposed .grid-wrap {
  overflow-y: auto;
}
.grid-mvc.transposed .grid-wrap .grid-table th:first-child {
  position: absolute;
  left: 0;
  border-right: 1px solid #ddd;
}
.grid-mvc.transposed .table-striped>tbody>tr:nth-of-type(even) {
  background: #ffffff;
}
.grid-mvc.transposed th {
  background: inherit;
  z-index:1;
}
.grid-mvc.transposed th .grid-filter {
  display: none;
}

.profile-button {
  padding-left: 0 !important;
}

.notification-button {
  position: relative;
  float: left;
  padding: 15px;
  margin: 0 5px;
  font-size: 16px;
}
.notification-button .label {
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 100%;
  font-size: 12px;
  line-height: 15px;
}

.notifications .dropdown-menu {
  left: 0;
  right: auto;
}

.table * {
    vertical-align: middle !important;
}
.table .btn {
    padding: 3px 10px;
}

.modal {
    overflow: auto;
    padding-bottom: 30px !important;
}

.activity-circle {
  padding: 10px 4px 0 4px;
}

.text-purple {
  color: #703589 !important;
}

.text-brown {
  color: #5D4037 !important;
}

.text-yellow {
  color: #FFC107 !important;
}

.text-primary-dark {
  color: #303F9F !important;
}

.widget.widget-purple {
  color: #fff;
  background-color: #703589;
  border-color: #531f69;
}
.widget.widget-brown {
  color: #fff;
  background-color: #5D4037;
  border-color: #442920;
}
.widget.widget-primary-dark {
  color: #fff;
  background-color: #303F9F;
  border-color: #142072;
}
.widget.widget-gray {
  color: #fff;
  background-color: #808080;
  border-color: #656565;
}

.fa-circle-lg {
  font-size: 20px;
}