﻿.datepicker {    
    z-index: 100000 !important;
}

.blockOverlay{
    opacity:0.3 !important;
}

.site-menu > .site-menu-item.active > a {
    color: #fff;
    background: #ff5900 !important;
}


.app-work .panel-info {
    float: right;
    padding: 11px 0;
    margin: 0;
}

.app-work .panel-info li {
        list-style: none;
        display: inline-block;
        margin-right: 50px;
        text-align: center;
}

    .app-work .panel-info li .num {
        font-size: 24px;
        line-height: 1.2em;
    }


.dashboard .page-header {
    //background-image: url(../../../Content/assets/images/);
    -webkit-background-size: cover;
    background-size: cover;
}

.orange {
    background:#ff8300 !important;
    border:1px solid #fff;
}

    .orange:hover {
        background: #ff5400 !important;
        border: 1px solid #ff8300;
    }



.page-login2:before {
    background-image: url(../../assets/examples/images/lockscreen.jpg) !important;
}

.page-title{
    font-size:16px !important;
}
.breadcrumb {
    font-size: 12px !important;
}
.site-menu-title {
    font-size: 12px !important;
}

.form-control {
    font-size: 14px;
    height: 40px !important;
}

.table td {
    vertical-align:unset !important;
}

.small-btn{
    font-size:8px;
    padding:3px;
    margin-right:3px;
}

table th {
    text-align: center;
    font-size: 14px;
    font-weight:800 !important;
}
tbody td{
    text-align:center;
    font-size:14px;
    color:#000;
}

.text-left{
    text-align:left !important;
}


#div-mate img{
    width:50% !important;
    height:50% !important;
}


.site-footer-legal, .site-footer-right {
    font-size: 10px;
}

.parsley-error {
    border-color:#FF0000;
}