body, h2, h3 {
    color: #0f2f65;
}
.image-bck {
    background-image: url('Pics/login-bck-photo.jpg');
    background-size: cover;
    background-position: top left;  
}


/*** header ***/
.header-logo {
    height: 35px;
    width: auto;
}
.top-navigation .navbar-brand {
    padding: 12px 30px 12px 15px;
    height: auto;
}
.top-navigation .nav > li > a {
    padding: 22px 20px 17px 20px;
    color: #0f2c66;
    text-transform: uppercase;
    font-size: 12px;
}


/*** login page ***/
.login-bck-image {
    position: relative;
    height: 100%;
}
.login-image {
    height: 100%;
    width: calc(100% - 768px);
}
.login-panel {
    background: #fff;
    position: fixed;
    right: 0;
    float: right;
    height: 100%;
    width: 768px;
    max-width: 100%;
    padding: 150px 50px;
    padding: 150px 300px 0 50px ;
    margin: 0;
    z-index: 1;
    overflow-y: auto;
    overflow-x: hidden;
}
.login-panel h3 {
    margin-bottom: 30px;
}
.login-logo {
    margin-bottom: 18px;
}



/*** general ***/

.page-holder {
	padding: 40px;
}
.page-heading {
    background-color: #0f2f65;
    background-color: rgba(255, 255, 255, 0.22);
    padding: 15px;
}
.page-heading h2 {
    margin: 0;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}
.page-heading .breadcrumb {
    background-color: transparent;
    color: #fff;
}

.shadow {
  -moz-box-shadow:    3px 3px 5px 6px #fff !important;
  -webkit-box-shadow: 3px 3px 5px 6px #fff !important;
  box-shadow:         3px 3px 5px 6px #fff !important;
}


/* basic positioning */
.legend {
    text-align: left;
    vertical-align: middle;
    list-style: square;
    display: inline-block;
}

    .legend li {
        display: inline-block;
    }

    .legend span {
        border: 1px solid #ccc;
        float: left;
        width: 24px;
        height: 12px;
        margin: 3px 6px 3px 3px;
    }

/* your colors */
.legend .plannedCP {
    background-color: #337ab7;
}

.legend .plannedSA {
    background-color: #19aa8d;
}

.legend .modified {
    background-color: #d58512;
}

.legend .done {
    background-color: #0f2f65;
}

.legend .canceled {
    background-color: #B45D5C;
}



/*** brand reports ***/
/*a.single-report {
	display: block;
	background: #fff;
    border: 1px solid #e7eaec;
    border-radius: 2px;
    padding: 20px;
    margin-bottom: 15px;
    position: relative;
    height: 110px;
    border-radius: 0;
}
a.single-report h3 {
	font-weight: 700;
    font-size: 15px;
    width: 70%;
}
.report-brand-logo {
	width: 90px;
	height: auto;
	position: absolute;
	bottom: 20px;
    right: 20px;
    
}
a.single-report:hover {
	opacity: 0.9;
}
.report-filter {
	background-color: #0f2f65;
    background-color: rgba(255, 255, 255, 0.22);
    padding: 0px 40px !important;
    margin-top: 1px;
}
.report-filter .form-group {
    margin-bottom: 20px;
    margin-top: 15px;
}
.report-filter label {
	font-weight: 500;
	color: #fff;
}*/



/*** responsive ***/
@media (max-width: 768px) {
    /* login */
    .login-panel {
        padding: 100px 50px;
    }
    .login-logo {
        margin-bottom: 50px;
    }

    /* brand reports */
    /*.page-holder {
        padding: 15px;
        padding-bottom: 55px;

    }
    .report-filter .form-group {
        margin-bottom: 10px;
        margin-top: 5px;
    }*/
}
@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}

