﻿@import url(bootstrap.min.css);

html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    background: #F5F5F5;
}

p {
    font-size: 0.8em;
}


footer {
    background-color: #FFF;
    border-top: #F4F4F4;
    background-repeat: repeat-y;
    background-position: right;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #FFFFFF;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #DFEFFF;
        background-color: transparent;
    }
}

#PageWrapper {
    /*margin-top: 90px;*/
    min-height: 80%;
}

.imagebg {
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    text-shadow: 1px 1px 1px #333;
}

.dark {
    color: #fff;
}

.carousel-inner .item {
}

.carousel-inner .imagebg {
    min-height: 300px;
}

.navbar-brand {
    background-repeat: no-repeat;
    width: 135px;
    height: 53px;
    text-indent: 999px;
    overflow: hidden;
    white-space: nowrap;
    background-size: cover;
    margin-right: 10px;
    margin-top: 4px;
}

.navbar-phidelis {
    background-color: #FFF;
    border-bottom: #F4F4F4;
    background-image: url(../img/bg_NavBarPhidelis.jpg);
    background-repeat: repeat-y;
    background-position: right;
}

.panel-default .panel-heading {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#e6e6e6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#e6e6e6 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#e6e6e6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
}

.message-date{
    clear: both;
    margin-top: 20px;
    font-size: 10px;
}

#PageWrapper .container{
    border-radius: 8px;
    background: #FFF;
    border: 1px solid #F5F5F5;
    margin-bottom: 20px;
}

.datepicker-inline{
	margin: 0 auto!important;
	width: 100%!important;
}

.datepicker-days{
	width: 100%;
}

.datepicker table{
	width: 100%;
}

.page-header {
    margin-top: 5px;
}

.alert-danger {
    color: #FFF;
    background: #ee5f5b; /* Old browsers */
    background: -moz-linear-gradient(top, #ee5f5b 0%, #c43c35 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee5f5b), color-stop(100%,#c43c35)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ee5f5b 0%,#c43c35 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ee5f5b 0%,#c43c35 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ee5f5b 0%,#c43c35 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ee5f5b 0%,#c43c35 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee5f5b', endColorstr='#c43c35',GradientType=0 ); /* IE6-9 */
}

.alert-warning {
    background: #faecbc; /* Old browsers */
    background: -moz-linear-gradient(top, #faecbc 0%, #eedc96 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#faecbc), color-stop(100%,#eedc96)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #faecbc 0%,#eedc96 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #faecbc 0%,#eedc96 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #faecbc 0%,#eedc96 100%); /* IE10+ */
    background: linear-gradient(to bottom, #faecbc 0%,#eedc96 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faecbc', endColorstr='#eedc96',GradientType=0 ); /* IE6-9 */
}

.alert-success {
    color: #FFF;
    background: #62c462; /* Old browsers */
    background: -moz-linear-gradient(top,  #62c462 0%, #57a957 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#62c462), color-stop(100%,#57a957)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #62c462 0%,#57a957 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #62c462 0%,#57a957 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #62c462 0%,#57a957 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #62c462 0%,#57a957 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62c462', endColorstr='#57a957',GradientType=0 ); /* IE6-9 */
}

/* helper classes */

.text-center {
    text-align: center;
}

.hover-group-selected {
    background: #faecbc;
    border-left: 1px solid #408ad0;
}


.text-green {
    font-size:12px;
    color: #24A35A;
}
.text-red {
    color:#ee5f5b;
    font-size:13px;
}
/* Login */
.login-assign {
    background: #f2f2f2;
    clear:both;
    padding:15px 0px;
    color:#999;
    border-radius:0px 0px 6px 6px;
}

.login-screen {
    background:url(../img/bg-login.jpg) center -100px;
    padding-top:100px;
    padding-bottom:700px;
    background-size:cover;
}

.form-login label {
    color:#666;
}

#notificationList{
    min-width: 250px;
}

.notification{
    font-size: 12px;
}

#notificationList>li>a {
display: block;
padding: 0;;
white-space: normal;
}

.notification>a{
    font-size: 12px;
    white-space: normal;
}

.notificationMessage{
    font-size: 12px;
    border: 0;
}

.notification:first-child{
    border-top: 0;
}

.notification:last-child{
    border-bottom: 0;
}

.notificationImage{
    width: 50px;
    height: 50px;
    float: left;
    margin: 0px 5px 5px 0px;
    overflow: hidden;
}

    .notificationImage img {
        width: 50px;
    } 
