﻿.icones {
    width: 33%;
    height: 33%;
}

.PanelModal {
    z-index: 2;
    left: 0%;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

input[type="text"] {
    border-radius: 5px;
}


.progressArea {
    position: fixed;
    _position: absolute;
    _top: expression( ( ( ignoreMe = document.documentElement.scrollTop ) ) + 'px' );
    _height: expression( ( document.documentElement.clientHeight ) + 'px' );
    left: 0px;
    width: 100%;
    top: 0px;
    height: 100%;
    background-color: #FFFFFF;
    opacity: 0.50;
    -moz-opacity: 0.50;
    filter: alpha(opacity=50);
    z-index: 90000;
}

.imgProgressArea {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    margin-top: -50px;
    background-image: url(../Images/progress.gif);
    background-repeat: no-repeat;
    background-position: top;
}

.fildsetHeight {
min-height:290px;

}

@media (min-width: 768px) {
    .omb_row-sm-offset-3 div:first-child[class*="col-"] {
        margin-left: 25%;
    }
}

.omb_login .omb_authTitle {
    text-align: center;
    line-height: 300%;
}

.omb_login .omb_socialButtons a {
    color: white;
   
}

    .omb_login .omb_socialButtons a:hover {
        color: white;
        opacity: 1;
    }

.omb_login .omb_socialButtons .omb_btn-facebook {
    background: #3b5998;
}

.omb_login .omb_socialButtons .omb_btn-twitter {
    background: #00aced;
}

.omb_login .omb_socialButtons .omb_btn-google {
    background: #c32f10;
}


.omb_login .omb_loginOr {
    position: relative;
    font-size: 1.5em;
    color: #aaa;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

    .omb_login .omb_loginOr .omb_hrOr {
        background-color: #cdcdcd;
        height: 1px;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .omb_login .omb_loginOr .omb_spanOr {
        display: block;
        position: absolute;
        left: 50%;
        top: -0.6em;
        margin-left: -1.5em;
        background-color: white;
        width: 3em;
        text-align: center;
    }

.omb_login .omb_loginForm .input-group.i {
    width: 2em;
}

.omb_login .omb_loginForm .help-block {
    color: red;
}


@media (min-width: 768px) {
    .omb_login .omb_forgotPwd {
        text-align: right;
        margin-top: 10px;
    }
}

.esquerda {
    text-align: left;
}

.direira {
    text-align: right;
}
.Modal {
    position: absolute;
    top:50px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    height:auto;
    width:auto;
}

.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #dd4814;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #3080ef;
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            color: #3080ef;
            background-color: #eeeeee;
            border-color: #dddddd;
        }

.fieldset {
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px;
    margin-top: 1%;
}

.legend {
    font-size: 11px;
    font-weight: bold;
}



/* AutoComplete flyout*/
.autocomplete_list, .autocomplete_list1 {
    /*margin: 0px !important;
    padding: 0px;
    color: red;
    border-width: 1px;
    border-style: solid;
    text-align: left;
    list-style-type: none;
    overflow: auto;
    font-family: Tahoma;
    font-size: 12px;*/
    cursor: pointer;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
      float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.autocomplete_list1 {
    width: 100% !important;
}

/* AutoComplete highlighted item */
.autocomplete_highlighted_listitem {
    /*background-color: #14293E;
    font-weight: bold;
    color: #FFFFFF;*/
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7;
}

/* AutoComplete item */
.autocomplete_listitem {
    background-color: #DADAD9;
}

.testeModal {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    height:auto;


}

.custom {
    font-size: 8px;
    font-family: Arial;
}

.imageMaxHeight {
    max-height:400px;
    max-width:400px;
}

.Grid td {
    background-color: #A1DCF2;
    color: black;
    font-size: 10pt;
    line-height: 200%
}

.Grid th {
    background-color: #3AC0F2;
    color: White;
    font-size: 10pt;
    line-height: 200%
}

.ChildGrid td {
    background-color: #eee !important;
    color: black;
    font-size: 10pt;
    line-height: 200%
}

.ChildGrid th {
    background-color: #6C6C6C !important;
    color: White;
    font-size: 10pt;
    line-height: 200%
}



.autocomplete-items-list1 {
    width: 500px !important;
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 300px;
    overflow-y: auto !important;
    overflow-x: auto !important;
    /*	background-color: #f8f9fa;*/
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 2px 0 rgba(0,0,0,0.12);
    /*		position: relative;	  */
    /*transform: scaleY(0.8);*/
    opacity: 5;
    /*transition: all 0.2s;*/
}

    .autocomplete-items-list1::-webkit-scrollbar {
        width: 4px;
        height: 4px
    }

    .autocomplete-items-list1::-webkit-scrollbar-button:end:increment, .autocomplete-items-list1::-webkit-scrollbar-button:start:decrement {
        display: block;
        height: 0;
        background-color: transparent
    }

    .autocomplete-items-list1::-webkit-scrollbar-track-piece {
        background-color: transparent;
        border-radius: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px
    }

    .autocomplete-items-list1::-webkit-scrollbar-thumb:vertical {
        height: 50px;
        background-color: #999;
        border-radius: 4px
    }

.autocomplete-item1 {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    color: rgba(0,0,0,0.87);
    padding: 6.5px 16px;
    font-size: 1rem;
    font-weight: 400;
    background-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}