﻿@charset "UTF-8";

.tdOpcoes {
    text-align: center;
    padding: 0;
}

    .tdOpcoes img {
        opacity: 0.5;
        margin: 2px;
    }

        .tdOpcoes img:hover {
            cursor: pointer;
            opacity: 1;
            transform: scale(1.1);
        }

table {
    border-radius: 3px;
    background-color: #fff;
    width: 100%;
    float: left;
}

th {
    background-color: #28854c;
    color: rgba(255,255,255,0.8);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    background-image: -webkit-linear-gradient(0deg, #28854c, #5fba57);
    background-image: linear-gradient(0deg, #28854c, #5fba57);
}

input[type=text], input[type=time], input[type=password], input[type=date], input[type=number], select {
    height: 35px!important;
}

.descRadios {
    margin-left: 5px;
}

    .descRadios:hover {
        cursor: pointer;
    }
/*TABS*/
/* Style the tab */

.tab {
    overflow: hidden;
}
    /* Style the buttons inside the tab */
    .tab button {
        background-color: inherit;
        color: #373435;
        background: #dcdcdc;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 8px 16px;
        transition: 0.3s;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
        margin-right: 4px;
    }
        /* Change background color of buttons on hover */
        .tab button:hover {
            color: #4b4b4b;
            background: #fff;
            border-top-right-radius: 3px;
            border-top-left-radius: 3px;
        }
        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #373435;
            color: #ffffff;
            border-top-right-radius: 3px;
            border-top-left-radius: 3px;
        }
/* Style the tab content */
.tabcontent {
    display: none;
    padding: 5px 10px;
    border: 1px solid #373435;
    overflow: auto;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
/*TABS*/


.tdR {
    text-align: right!important;
}

.tdC {
    text-align: center;
}

tr {
    background-color: #fff;
}

    tr:hover {
        background-color: #e9f7ea;
    }

.trSelected {
    background-color: #d8edda!important;
}

    .trSelected:hover {
        background-color: #d8edda;
    }

th {
    padding: 10px 5px;
    text-align: left;
    text-transform: uppercase;
}

td {
    padding: 5px;
}

th.active {
    color: #fff;
}

    th.active .arrow {
        opacity: 1;
    }

.arrow {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    margin-left: 5px;
    opacity: 0.8;
}

    .arrow.asc {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-bottom: 4px solid #fff;
    }

    .arrow.dsc {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #fff;
    }

.btDisabled {
    color: #ababab!important;
    background: #eaeaea!important;
    border: 1px solid #ababab!important;
    cursor: no-drop!important;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.dvItensCadastrados {
    width: 100%;
    float: left;
    padding: 7px;
    margin: 2px 0;
    border: 1px dotted #709ecb;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #565656;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 20px 10px 20px 110px;
    font-size: 17px;
}

    .dvItensCadastrados:hover {
        background-color: #f3f7fb!important;
        border: 1px dotted #3972a9;
    }

    .dvItensCadastrados b {
        color: #000;
    }

    .dvItensCadastrados a {
        color: #ffffff;
        background: #709ecb;
        padding: 2px 10px;
        margin: 2px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .dvItensCadastrados a:hover {
            background: #3972a9;
        }

    .dvItensCadastrados p {
        margin: 12px 0 10px;
    }

    .dvItensCadastrados .desc {
        float: left;
        padding: 0 5px;
        text-align: left;
    }

.cn:hover {
    cursor: pointer;
}

.nav > li > a {
    margin: 8px 0;
}

a {
    color: #4b4b4b!important;
}

.pSubTitulo {
    font-size: 18px;
    text-decoration: underline;
    margin-bottom: 10px;
    font-weight: bold;
}

.dvManutencoes {
    width: 100%;
    float: left;
    padding: 10px;
    border: 1px solid rgb(197, 197, 197);
    background: rgb(238, 238, 238);
    display: none;
    margin-bottom: 20px;
}

.dvAcoes {
    width: 20%;
    float: right;
    text-align: right;
}

    .dvAcoes img {
        cursor: pointer;
        margin: 4px;
    }

.dvCarregarMais {
    background: #fff;
    text-align: center;
    margin: 0;
    padding: 5px;
    color: #29864c;
    cursor: pointer;
}

#bloq {
    display: none;
    height: 100%;
    width: 100%;
    width: 1366px;
    height: 667px;
    opacity: 0.6;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: #000;
}


.bt {
    -webkit-border-radius: 3px;
    color: white;
    height: 35px;
    background: #373435;
    border: none;
}

.btF {
    -webkit-border-radius: 3px;
    color: #373435;
    border: none;
    margin-top: 5px;
    font-size: 25px;
    padding: 0 0 3px 0;
    background: none;
}

    .btF:hover {
        background: #dddddd;
    }

label {
    margin-bottom: 0;
    max-height: 21px;
}

.dvItemCadastros {
    width: 99%;
    float: left;
    /*text-align: center;*/
    padding: 10px;
    margin: 0.5%;
    border: 1px dotted #709ecb;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #fff;
}

    .dvItemCadastros a {
        color: #ffffff;
        background: #709ecb;
        padding: 2px 10px;
        margin: 2px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
    }

    .dvItemCadastros p {
        margin: 12px 0 10px;
    }

.obrig {
    background: #fddddd!important;
    border: 1px solid #e42828!important;
}

.ok {
    display: block;
}

.erro {
    display: inline-block;
    color: #e66363;
    font-weight: normal;
    margin-left: 15px;
    font-size: 13px;
}

.spProgresso1 {
    text-align: center;
    font-size: 11pt !important;
    color: #709ecb;
    font-weight: normal;
    width: 100%;
    float: left;
}

.spProgresso2 {
}

.btInativo {
    color: #b4b6b7!important;
    background: #e4e5e6!important;
    border: 1px solid #b4b6b7!important;
}

.progressbar {
    height: 5px;
    float: left;
    width: 100%;
}

.prog {
    height: 5px;
    background: #709ecb;
    position: relative;
}

#slider {
    position: relative;
    overflow: hidden;
    margin: 0px auto 0 auto;
    border-radius: 4px;
    width: 100%;
}

    #slider ul {
        position: relative;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        #slider ul li {
            position: relative;
            display: none;
            float: left;
            margin: 0;
            padding: 0;
            max-height: 552px;
            /*max-width: 1200px;*/
            width: 100%;
            background: #efeeef;
            /*text-align: center;*/
            line-height: 300px;
            background-size: cover;
            background-position: center;
        }
