﻿.navbar {
    /*background-color: #fff;*/
    border-color: #e7e7e7;
}

.navbar-top-links > li > a, .sidebar-nav  li > a /*.navbar a.dropdown-toggle */
{
    color:#000;
}

.navbar-top-links ul.dropdown-menu li > a
{
    color:auto;
}


/*.nav > li > a:hover, .nav > li > a:focus {
    background-color: #383435;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #626262;
}*/
.navbar-brand {
    padding: 7px 15px;
}
.navbar-brand img{
    max-height:30px;
    max-width:120px;
}


.sidebar-nav
{
    /*background-color: #9b9b9b;*/
    border-color: #e7e7e7;
}

.sidebar ul li a.active {
    /*background-color: #bfbdbd;*/
}

.login 
{
    background-color: #231f20;
}
.login #logo {
    margin-top: 30px;
    text-align: center;
}
.login-box 
{
     margin-top: 30px;
   background-color: #e7e7e7;
   background-color: rgba(231,231,231,0.75);
    padding:1em 2em 2em 2em;
    border-radius:10px;
}


.avatar {
    border-radius: 15px;
    font-size: 12px;
    height: 30px;
    line-height: 1.42857;
    width: 30px;
}
.dropdown .avatar 
{
    margin: -5px 0 -5px 0;
}


 /*
.sidebar li.menuLevel1,
.sidebar li.menuLevel2,
.sidebar li.menuLevel3 {
    border-bottom: 0!important;
}

.sidebar li.menuLevel1 a {
    padding-left: 37px;
}
.sidebar li.menuLevel2 a {
    padding-left: 52px;
}
.sidebar li.menuLevel3 a {
    padding-left: 67px;
}*/
.sidebar .nav-fourth-level li a {
    padding-left: 67px;
}

/* Bootstrap overrides */

/*fix for inline radio / checks renered by radiobuttonlist / checkboxlist*/
span.radio-inline
{
    margin-left: 0px;
    display:inline-block;
}

span.radio-inline input[type="radio"],
span.checkbox input[type="checkbox"],
span.checkbox-inline input[type="checkbox"]
{
   position: static;
   margin-top: 6px;
   margin-left: 15px;
}

span.radio-inline label,
span.checkbox label,
span.checkbox-inline label
{
   margin-left: 5px;
   font-weight:normal;
}


h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* UB 15/05/2024: For CRM Task 60
h1,
.h1 {
  font-size: 25px;
}*/
h2,
.h2 {
  font-size: 20px;
}
h3,
.h3 {
  font-size: 18px;
}
h4,
.h4 {
  font-size: 16px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}

.page-header {
  padding-bottom: 9px;
  margin: 20px 0 10px;
  border-bottom: 1px solid #eee;
}
.panel-heading h2 
{
margin:5px 0;
}


.fullscreen {
    position:fixed;
    top:5px;
    bottom:5px;
    left:5px;
    right:5px;
    z-index:1000;

}

.pointer {
    cursor:pointer;
}

/*fix for drop downs in ie8*/
.navbar-inner{filter:none;}


.bg-grey {
    background-color:#bfbdbd;
}
.bg-grey-l {
    background-color:#e7e7e7;
}
.bg-grey-vl {
    background-color:#eee;
}

/*Alias for FA Icons*/
/*fa-plus*/
.fa-add:before {
  content: "\f067";
}


.newsImage {
    float:left;
    width:20%;
}
.newsImage img {
    max-width:100%;
    /*max-height:100%;*/
}

.tab-pane {
    border-color: #ddd ;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    border-top:0;
    padding: 10px 15px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
    outline: 0;
}
.nav-tabs > li > a:hover {
    background-color:#ddd;
}


.previewBrowser .modal-dialog {
    width: 990px; /*added 30px for padding*/
}
.previewBrowser .bootstrap-dialog-message {
    height: 700px;
}
.previewMobile .modal-dialog {
    width: 350px; /*added 30px for padding*/
}
.previewMobile .bootstrap-dialog-message {
    height: 480px;
}
.previewTablet .modal-dialog {
    width: 798px; /*added 30px for padding*/
}
.previewTablet .bootstrap-dialog-message {
    height: 1024px;
}
.previewDesktop .modal-dialog {
    width: 1500px; /*added 30px for padding*/
}
.previewDesktop .bootstrap-dialog-message {
    height: 760px;
}
.previewLaptop .modal-dialog {
    width: 1300px; /*added 30px for padding*/
}
.previewLaptop .bootstrap-dialog-message {
    height: 700px;
}


.tree-branch {
    cursor:row-resize;
}

.tree-open {
     cursor:pointer;
}

.switchList {

}
.switchList > label, .switchList > div > label {
    float:left;
    width:200px;
    clear:both;
}

    .switchList .make-switch {
     float:left;
   }

    .switchList .help-block {
     clear:both;
    float:left;
   }


.switchList h2, .switchList h3 {
    clear:both;
}



/*Admin Styles*/

.bg_grey {
	background-color:#B4B3AB;
	color:#FFFFFF;
}
.bg_grey a {
	color:#FFFFFF;
}
.bg_l_grey {
	background-color:#D7D7D2;
}
.bg_xl_grey {
	background-color:#EFEFEA;
}
.bg_white {
	background-color:#FFFFFF;
}
.bg_blue {
	background-color:#8c8e9a; /*#C3D3ED;*/
}
.bg_brown {
	background-color:#8C8567;
	color:#FFFFFF;
}
.bg_green {
	background-color:#CDFFCA;
}
.bg_yellow {
	background-color:#FF9;
}
.bg_orange {
	background-color:#FC9;
}
.bg_purple {
	background-color:#DCB9FF;
}

.bg_l_red {
	background-color:#FFCACA;
}
.bg_d_red {
	background-color:#b00e21;
}

.orderRow{
    background-color:lightgrey;

}


.message {
    color: #b10922;
    font-weight: bold;
}

.table-hover > tbody > tr.bg_green:hover {
	background-color:#CDFFCA;
	background-color:rgba(205,255,202,0.5);
}
.table-hover > tbody > tr.bg_yellow:hover {
	background-color:#FF9;
	background-color:rgba(255,255,153,0.5);
}
.table-hover > tbody > tr.bg_orange:hover {
	background-color:#FC9;
	background-color:rgba(255,204,153,0.5);
}


.overlay 
{
    position:fixed;
    left:0px;
    top:0px;
    text-align:center;
    padding-top:200px;
    width:100%;
    height:100%;
    background-color:#fff;
    /* for IE */
    filter:alpha(opacity=80);
    /* CSS3 standard */
    opacity:0.8;
    z-index:1500;
}

.overlayContent 
{
    width:680px;
    padding:20px;
    border:5px solid #9AA5AF;
    position:fixed;
    top:145px;
    left:50%;
    margin-left:-340px;
    margin-top:0;
    z-index:1501;
    background-color:#fff;
 
}

.dropdown-right .dropdown-menu {
    left: auto;
    right: 0;
}

.detailsPreview {display:none;}



.showPreview {
    cursor:pointer;
}

#wrapper.hideNav nav.navbar {
    display:none;
}

#wrapper.hideNav #page-wrapper {
    margin-left:0;
}

.notesFrame {
    /* width:100%;height:300px; border:0; */
    width:100%;height:100%; border:0;
    resize:both;
    overflow:auto;
}

.accordion
{
    border:1px dashed #f6efe0;
	padding-bottom:10px;
}
.accordion h4 { color: #2d337d; padding: 10px 20px; background-color:#f6efe0; }

.accordion div
{
    border:1px dotted #f6efe0;
	margin-bottom:10px;
}

.fg_l_red {
	color:#FFCACA;
}
.fg_d_red {
	color:#b00e21;
}

.fg_l_blue {
	color:#CACAFF;
}
.fg_d_blue {
	color:#0e21b0;
}

.thead-inverse th {
    color: #fff;
    background-color: #373a3c;
}

.calendar-table > table > tbody > tr > td, .calendar-table > table > thead > tr > th {
    width: 14.28571428571429%;
}
.calendar-table > table > tbody > tr > td {
    height: 90px;
}

.outside {
    color: #ccc;
    background-color: #f6f6f6;
}

.event {
    background-image: linear-gradient(to bottom, #dff0d8 0px, #c8e5bc 100%);
    background-repeat: repeat-x;
    border-bottom: 1px solid #b2dba1;
    border-top: 1px solid #b2dba1;
    border-width: 1px;
    color: #3c763d;
    font-size: 0.75em;
    line-height: 2em;
    margin-bottom: 1px;
    overflow: hidden;
    padding: 0 0.75em;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom-left-radius: 4px;
    border-left: 1px solid #b2dba1;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: 1px solid #b2dba1;
    border-top-right-radius: 4px;
    clear: both;
}

.event a {
    color: #3c763d;
}

.event_complete {
    background-image: linear-gradient(to bottom, #afafaf 0px, #c4c4c4 100%);
    background-repeat: repeat-x;
    border-bottom: 1px solid #b2dba1;
    border-top: 1px solid #b2dba1;
    border-width: 1px;
    color: #3c763d;
    font-size: 0.75em;
    line-height: 2em;
    margin-bottom: 1px;
    overflow: hidden;
    padding: 0 0.75em;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom-left-radius: 4px;
    border-left: 1px solid #b2dba1;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: 1px solid #b2dba1;
    border-top-right-radius: 4px;
    clear: both;
}

.event_complete a {
    color: #3b3b3b;
}

.dayplan {
    background-image: linear-gradient(to bottom, #d9edf7 0px, #b9def0 100%);
    background-repeat: repeat-x;
    border-bottom: 1px solid #9acfea;
    border-top: 1px solid #9acfea;
    border-width: 1px;
    color: #31708f;
    font-size: 0.75em;
    line-height: 2em;
    margin-bottom: 1px;
    overflow: hidden;
    padding: 0 0.75em;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom-left-radius: 4px;
    border-left: 1px solid #9acfea;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: 1px solid #9acfea;
    border-top-right-radius: 4px;
    float: right;
}
.dayplan a {
    color: #31708f;
}

.route {
    background-image: linear-gradient(to bottom, #fcf8e3 0px, #fcf2c0 100%);
    background-repeat: repeat-x;
    border-bottom: 1px solid #f8e1b3;
    border-top: 1px solid #f8e1b3;
    border-width: 1px;
    color: #8a6d3b;
    font-size: 0.75em;
    line-height: 2em;
    margin-bottom: 1px;
    overflow: hidden;
    padding: 0 0.75em;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom-left-radius: 4px;
    border-left: 1px solid #f8e1b3;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: 1px solid #f8e1b3;
    border-top-right-radius: 4px;
    float: right;
    clear: right;
}
.route a {
    color: #8a6d3b;
}
    .table_zebra tr:nth-of-type(odd) {
      background-color:#ccc;
    }