﻿.bs-pagination {
    padding: 0 !important;
}

    .bs-pagination td {
        padding: 0 10px 0 10px !important;
        text-align: right;
    }

.fontLink {
    color: #333333;
    font-weight: bold;
}

    .fontLink:hover {
        color: #333333;
        font-style: italic;
    }
/*span.glyphicon-link {
    font-size: 1.8em;
}*/

.popup_alert {
    left: 40%;
    display: block;
    z-index: 999999999;
    width: 30%;
    height: 100px;
    box-shadow: rgba(0, 0, 0, 0.62) -1px 6px 23px;
    border: none;
    overflow: hidden;
    background: rgba(66, 127, 237, 1);
    color: white;
    position: fixed;
    border-radius: 3px;
    padding: 10px;
    font-size: 12px;
    font-weight: bolder;
    /* text-shadow: 0px 0px 5px black; */
    bottom: -110px;
    border-color: silver;
}


DIV.box-pop {
    border: #95aab9 1px solid;
    background-color: #ECF1F5;
    display: block;
    position: relative;
    margin: -6px 6px 6px -6px;
    padding: 4px;
    z-index: 10000;
}

.modaltop {
    position: fixed;
    width: 60%;
    height: 60%;
    z-index: 9999999999999;
    top: 10%;
    left: 20%;
}

.modalMobile {
    position: fixed;
    width: 100%;
    height: 60%;
    z-index: 9999999999999;
    top: 10%;
    left: 0%;
}

.folha {
    page-break-after: always;
    page-break-inside: avoid;
}

.modalFull {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999999999;
    top: 0;
    left: 0;
}

.cabecalhofixo {
    position: fixed;
    width: 1110px;
    display: inline-table;
    z-index: 99999;
    margin-bottom: 30px;
    margin-left: 40px;
}

.cabecalhof {
    display: none;
}


.th {
    position: relative;
    background-color: black;
}

.mousehover:hover {
    cursor: all-scroll;
}

.nohover {
    text-decoration: none;
    font-weight: bold !important;
    font-style: normal !important;
    cursor: pointer;
}

.MyGridSmall {
    font-size: 11px;
}

/* Accordion complemento */
.accordion-group {
    margin-bottom: 2px !important;
    border: 1px solid #e5e5e5 !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    background-color: #2D6CA2;
}

.accordion-inner {
    padding: 9px 15px !important;
    border-top: 1px solid #e5e5e5 !important;
    background-color: #fff;
}

.accordion-heading .accordion-toggle {
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    display: block !important;
    padding: 8px 15px !important;
}

    .accordion-heading .accordion-toggle:hover {
        font-style: italic;
        font-weight: normal;
    }
/* Fim Accordion complemento */

/* Cores de icones bootstrap */
.red, .red a {
    color: #f00;
}

.gray, .gray a {
    color: #333333;
}
/* Fim  Cores de icones bootstrap */

/* Personalizar as Tabs do Ajax Tollkit*/
.MyTabStyle .ajax__tab_header {
    font-family: sans-serif, "Helvetica Neue", Arial, Sans-Serif;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    display: block;
}

    .MyTabStyle .ajax__tab_header .ajax__tab_outer {
        border-radius: 4px 4px 0 0;
        min-width: 200px;
        text-align: center;
        color: #222;
        margin-right: 5px;
    }

        .MyTabStyle .ajax__tab_header .ajax__tab_outer:hover {
            border: 1px solid #ccc;
            border-bottom: none;
            color: #222;
        }

    .MyTabStyle .ajax__tab_header .ajax__tab_inner,
    .MyTabStyle .ajax__tab_header .ajax__tab_tab {
        border-color: #666;
        color: #333333;
        padding: 3px 10px 2px 0px;
    }

.MyTabStyle .ajax__tab_hover .ajax__tab_outer {
    /*background-color: #9c3;*/
    color: #333333;
    background-color: #eee;
}

.MyTabStyle .ajax__tab_hover .ajax__tab_inner {
    color: #333333;
}

.MyTabStyle .ajax__tab_active .ajax__tab_outer {
    border-bottom-color: #ffffff;
    background-color: #eeeeee;
    color: #333333;
}

.MyTabStyle .ajax__tab_active .ajax__tab_inner {
    color: #000;
    border-color: #333;
}

.MyTabStyle .ajax__tab_body {
    min-height: 200px;
    font-family: Verdana, Tahoma, Helvetica;
    /*font-size: 10pt;
    background-color: #fff;
    border-top-width: 0;*/
    border: solid 1px #d7d7d7;
    border-radius: 0 0 8px 8px;
    padding: 10px;
    /*border-top-color: #ffffff;
    border: none;*/
}
/* fim do Tab*/

textarea {
    resize: none;
}

.modalBackground {
    background-color: rgba(0, 0, 0, 0.60);
    top: 0px !important;
    left: 0px !important;
    /*position: absolute !important; ///Manter dentro do frame
    z-index: 1 !important;*/
}

.highlight {
    padding: 9px 14px;
    margin-bottom: 14px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
}

/* Master Page */
.AlertStyles {
    background-color: #000;
    color: #FFF;
    position: fixed; /*visibility: hidden; */
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    opacity: 0.55;
    -moz-opacity: 0.55;
    filter: alpha(opacity=55);
}

.SolidAlertStyles {
    position: absolute;
    height: 350px;
    width: 500px;
    margin: 200px 300px;
    background-color: White;
    color: Black;
    /*background-image: url('../../Img/Menu/fundoBranco.jpg');*/
}


.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    _width: 160px;
    padding: 4px 4px 4px 4px;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
}

.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}


.Notification{
    right: 200px;
    bottom:200px;
    position: absolute;
    width: 300px;
    height: 200px;
    background-color: red;
}


.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}

/* File Upload Format */
.file-upload {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    font-family: Arial;
    border: 1px solid #124d77;
    background: #007dc1;
    color: #fff;
    border-radius: 6px;
    -moz-border-radius: 6px;
    cursor: pointer;
    text-shadow: #000 1px 1px 2px;
    -webkit-border-radius: 6px;
}

    .file-upload:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
        background: -moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
        background-color: #0061a7;
    }
