﻿.clear {
    clear: both;
}

.form-horizontal.group-noborder .form-group {
    margin: 0;
    padding: 0px 10px;
}

.obg {
    color: red;
}

.radio label {
    padding-right: 20px;
}

.divisor {
    height: 1px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
}

/** DATE PICKER **/
.ui-datepicker {
    background: #fff;
}

.ui-datepicker {
    z-index: 999788989 !important;
    display: none;
    border: 1px solid #afb5b8;
}

.ui-datepicker-header {
    position: relative;
    text-align: center;
    padding: 5px;
    color: #fff;
    background: #286090;
    text-transform: capitalize;
}

.ui-datepicker-calendar td.ui-datepicker-today a {
    color: #fff;
    background: #286090;
    text-shadow: none;
}

.ui-datepicker-calendar {
    border-collapse: collapse;
    border: 0;
    background: #fff;
}

    .ui-datepicker-calendar thead th span {
        font-weight: normal;
        font-size: 10px !important;
    }

    .ui-datepicker-calendar thead th {
        font-weight: normal;
        color: #fff;
        border: none !important;
    }

    .ui-datepicker-calendar thead th {
        border-bottom: 0;
        background: #eee;
        color: #333;
        border-bottom: 1px solid #ddd;
    }

        .ui-datepicker-calendar thead th span {
            font-weight: normal;
        }

    .ui-datepicker-calendar td {
        border-left: 1px solid #ddd;
        border-top: 1px solid #ddd;
        text-align: right;
    }

    .ui-datepicker-calendar td {
        padding: 1px;
        background: #fff;
        font-size: 11px;
    }

        .ui-datepicker-calendar td a {
            display: block;
            padding: 2px 8px;
            color: #666;
            text-shadow: 1px 1px rgba(255,255,255,0.3);
        }

            .ui-datepicker-calendar td a:hover {
                background: #eee;
                text-decoration: none;
                color: #333;
            }

        .ui-datepicker-calendar td:first-child {
            border-left: 0;
        }

        .ui-datepicker-calendar td:last-child {
            border-right: 0;
        }

    .ui-datepicker-calendar tr:first-child td {
        border-top: 0;
    }

    .ui-datepicker-calendar thead td:first-child {
        border-left-color: #333;
    }

.ui-datepicker-prev, .ui-datepicker-next {
    display: inline-block;
    width: 14px;
    height: 14px;
}

    .ui-datepicker-prev span, .ui-datepicker-next span {
        display: none;
    }

.ui-datepicker-prev {
    cursor: pointer;
    position: absolute;
    top: 8px;
    left: 5px;
    background: url(../images/calarrow.png) no-repeat 3px -39px;
}

.ui-datepicker-next {
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 5px;
    background: url(../images/calarrow.png) no-repeat 3px 1px;
}

.ui-datepicker-inline {
    padding: 0;
    background: #fff;
    border: 0 !important;
}

    .ui-datepicker-inline .ui-datepicker-calendar {
        width: 100%;
        border: 0;
    }

        .ui-datepicker-inline .ui-datepicker-calendar td {
            border-top: 1px solid #ddd;
            text-align: right;
        }

    .ui-datepicker-inline .ui-datepicker-header {
        position: relative;
        text-align: center;
        padding: 5px;
        background: #333;
        color: #fff;
        font-weight: bold;
    }

    .ui-datepicker-inline .ui-datepicker-calendar thead th {
        font-weight: normal;
        font-size: 10px;
        text-transform: uppercase;
        color: #666;
        font-weight: bold;
        border-bottom: 1px solid #ccc;
    }

.center {
    text-align: center !important;
}

.right {
    text-align: right !important;
}

.left {
    text-align: left !important;
}

.list-group > a.selecionado {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}

.topo{    
    background-color:#fff !important;
    border-color: #e7e7e7;    
}

.sidebar
{
    margin-top:0px !important;
}

.col-lg-2-4{
    width:20%;
}

.MargemInferior5
{
    margin-bottom:5px;
}

.inProgress
{
    background-color:#333333;
    filter:alpha(opacity=70);
    opacity:0.4;
    z-index: 18004;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.inProgress2
{
    padding:10px 25px;
    color:black;
    text-align:center;
    z-index: 18005;
    background:white;
    position: fixed;
    top:45%;
    left:50%;
    font-size:14px;
    border:1px solid #9a9a9a;
}