
body {
    background-image: url(/assets/images/app/office2024.jpg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    min-height: 100vh;
    background-attachment: fixed;
}

body.documents {
    background-image: url(/assets/images/app/documents.jpg);
}

/** navbar customisation */
.navbar{
    min-height: 30px
}

.navbar-top-links li a {
    min-height: 30px;
    padding: 10px 15px;
}

.navbar-brand{
    padding: 10px 15px 10px;
}

.navbar-inverse .navbar-brand{
    color: #eee;
}


.navbar-inverse{
    background: linear-gradient(to bottom, #2C3742 0%, #28303A 100%);
    border-bottom: 1px solid #191E23;
    color:#ddd;
}

.navbar-shortcuts {
    float: right!important;
    padding: 10px 10px 10px 10px;
}
.navbar-shortcuts a {
    color: #eee;
    margin-right: 20px;
}
.navbar-shortcuts a:hover {
    color: #fff;
    text-decoration: none;
}

img.navbar-logo{
    height:30px;
    margin: 5px 10px;
    float:left;
}

.page-header-box  h3, .page-header-box  a{
    margin-top:15px;
    Xborder-bottom: none;
}

.page-header-box{
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
}

/** sidebar arrow */
.pointer {
    position: absolute;
    right: 20px;
    top: 10px;
}
.pointer .arrow,
.pointer .arrow_border {
    border-color: transparent #fff transparent transparent;
    border-width: 11px;
    border-style: solid;
    font-size: 0;
    left: 50%;
    line-height: 0;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 1002;
    left: 0;
    margin-left: 45%;
}
.pointer .arrow_border {
    border-color: transparent #e7e7e7 transparent transparent;
    border-width: 11px;
    margin-left: -1px;
    border-style: solid;
    z-index: 1001;
    top: 0px;
}


.navbar-static-side a{
    color:#33455A;
}

/** sidebar active */
.menu_active > a {
    color: #ffffff;
    background: #33455A;
    /*background: rgba(1, 5, 11, 0.59); */
}
.nav > li.menu_active > a:focus, .nav > li.menu_active > a:hover {
    color: #ffffff;
    background: #33455A;
}

/* hover */
.nav>li>a:hover, .nav>li>a:focus {
	background: rgba(255, 255, 255, 0.4);
}

/** submenu **/
.nav-second-level.active {
	border-left: solid 5px #33455A;
    background: rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(0, 128, 255, 0.4);
}

#page-wrapper{
    min-height: 100vh!important;
    background-color: #ffffff00!important;
}

#loader{
    display: none;
}

#loader-wrapper {
    display: block;
    float: left;
    padding-top: 8px;
}

/** modal customisation */
.modal-header, .modal-footer{
    padding: 5px 20px;
    background: #eee;
}

.modal-header{
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-footer{
     border-bottom-left-radius: 5px;
     border-bottom-right-radius: 5px;
}

@media(min-width:768px) {
    .navbar-static-side {
        z-index: 1;
        position: absolute;
        width: 200px;
        height: 100%;
    }
	
    #page-wrapper {
        margin: 0 0 0 200px;
        min-height: 0;
        border-left: 1px solid #88A2D988;
    }
}

/** tabs customization **/
.tab-content > .active {
  border: 1px solid #ddd;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: none;
}

.tab-pane {
  padding: 10px 15px;
}

/** bring on some colors **/
i.green, a.green, li.green, td.green {
	color: #5cb85c;
}

i.red, a.red, li.red, td.red {
	color: #d9534f;
}

i.red, a.yellow, li.yellow, td.yellow {
	color: #f0ad4e;
}

i.red, a.orange, li.orange, td.orange {
	color: #f0ad4e;
}

i.blue, a.blue, li.blue, td.blue {
	color: #428bca;
}

i.blue, a.grey, li.grey, td.grey {
	color: #555;
}

.bgColor-blue3 {
	background: #ACC2EC;
}
.bgColor-blue2 {
	background: #CEDBF4;
}
.bgColor-blue {
	background: #EAF0FA;
}

.bgColor-green {
	background: #DBF4CD;
}
.bgColor-green2 {
	background: #C2EDAB;
}
.bgColor-green3 {
	background: #A4E381;
}

.bgColor-pink {
	background: #F6D4DF;
}
.bgColor-pink2 {
	background: #F1BFCF;
} 
.bgColor-pink3 {
	background: #E896B1;
} 

.bgColor-yellow {
	background: #FDFCB3;
}   
.bgColor-yellow2 {
	background: #F4CDDB;
} 
.bgColor-yellow3 {
	background: #FBF969;
}


/** payments page **/
.boxShadow {
	-webkit-box-shadow: 2px 10px 15px rgba(0,0,0,.175);
	box-shadow: 2px 10px 15px rgba(0,0,0,.175);
	background-clip: padding-box;
}


/** pimp nav-bar **/
.navbar-default {
	/*background-image: url('https://office.topholiday.sk/assets/images/app/nav-bg.jpg');  */
	background-repeat: repeat-y;
}

#side-menu {	
	background: -webkit-linear-gradient(rgba(255,255,255,1), rgba(255,255,255,0)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(255,255,255,1), rgba(255,255,255,0)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(255,255,255,1), rgba(255,255,255,0)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(255,255,255,1), rgba(255,255,255,0)); /* Standard syntax */
}

.Xsidebar-collapse {

	background: -webkit-linear-gradient(rgba(255,255,255,0), rgba(198,221,224,1)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(255,255,255,0), rgba(198,221,224,1)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(255,255,255,0), rgba(198,221,224,1)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(255,255,255,0), rgba(198,221,224,1)); /* Standard syntax */
	height: 100%;
}

.navbar-default {
    background-color: #ffffff00;
}

#wrapper {
	background-color: #ffffffdd!important;
}

.sidebar-collapse::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(198, 221, 224, 0.7);
    z-index: -100;
    width: 200px;
}


/** fancy effects **/
.blurred {
  -webkit-filter: blur(7px);
  /*-webkit-transition: all 2s;*/
}

/** faded buttons used on schedule page **/
.opaque25 {
	opacity: 0.25;
}

.opaque50 {
	opacity: 0.5;
}

.opaque75 {
	opacity: 0.75;
}

/** spacer between buttons **/
.btn-left-spacer {
	margin-left: 30px;
}

/** semi-transparent button */
.btn-semi {
	opacity: 0.5;	
}

.btn-semi:hover {
	opacity: 0.7;	
}

.btn-semi[disabled] {
	opacity: 0.3;	
}

.dropdown-menu {
    color: #333;
}

.dropdown-menu li.log {
    width: 350px;
    padding: 5px 30px 5px 40px;
    min-height: 0;
    font-size: smaller;
    border-bottom: 1px solid #eee;
    background: white;
    -moz-transition: all 3s ease-in;
    -o-transition: all 3s ease-in;
    -webkit-transition: all 3s ease-in;
    transition: all 3s ease-in;
}

.dropdown-menu li.log.unseen {
    border-bottom: 1px solid #5f5;
    background-color: #dfd;
}

.dropdown-menu li.log.green {
    color: #146f14;
} 

.dropdown-menu li.log i {
    margin-left: -20px;
    margin-right: 5px;
}

.dropdown-menu .log-note {
    color: #888;
}

#dropdown-logs-toggle.unseen {
    color: #0f0;
    background: #0f04;
}

#dropdown-logs-outer {
    opacity: 0.95;
}

/* PNotify */
div.brighttheme-info {
    background-color: #5bc0deee;
}

.login-panel {
    background-color: #ffffff88;
}

.login-panel.panel-default>.panel-heading {
    background-color: #f5f5f588;
}

/* New general stuff */
.table {
    background-color: #ffffff88;
}

h3 .subtitle {
    font-size: 80%;
}