﻿input, label, textarea, select, button {
    color: #6B809B;
}

select:disabled {
    /*opacity: 0;*/
}

input:disabled, textarea:disabled {
    opacity: 0.7;    
}

    input[type="button"]:disabled {        
        cursor: not-allowed;
        pointer-events: all !important;
    }

.controlheight {
    height: 50px;
}

/* Tooltip */
[data-tip] {
    position: relative;
}

    [data-tip]:before {
        content: '';
        /* hides the tooltip when not hovered */
        display: none;
        content: '';
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #929daf;
        position: absolute;
        top: 30px;
        left: 35px;
        z-index: 8;
        font-size: 0;
        line-height: 0;
        width: 0;
        height: 0;
    }

    [data-tip]:after {
        display: none;
        content: attr(data-tip);
        position: absolute;
        top: 35px;
        left: 0px;
        padding: 5px 8px;
        /*background: #1a1a1a;*/
        background: #929daf;
        color: #fff;
        z-index: 9;
        /*font-size: 0.75em;*/
        height: 18px;
        line-height: 18px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        white-space: nowrap;
        word-wrap: normal;
    }

    [data-tip]:hover:before,
    [data-tip]:hover:after {
        display: block;
    }
/* FIM Tooltip */

/* Dialog */
/* Polyfill for Dialog on FF, Safari etc */
.no-dialog dialog {
    display: none;
}

    .no-dialog dialog[open] {
        display: block;
    }
/* FIM Dialog //////////////////////////////////////////////// */


.lower {
    text-transform: lowercase;
}

.upper {
    text-transform: uppercase;
}

.txt1, .drp1 {
    color: black;
}

.txt1 {
    /*color: #6B809B;
    font-size: 15px;
    padding: 10px 30px;
    border-radius: 5px;
    background-color: white;
    border: 1px solid #6B809B;
    box-sizing: border-box;*/
    width: 100%;
    height: 35px;
    padding: 10px 15px 4px 15px;
    box-sizing: border-box;
}

.drp1 {
    width: 100%;
    height: 35px;
    padding: 10px 15px 4px 10px;
    box-sizing: border-box;
    border-radius: 5px;
}

.txtarea1 {
    padding: 5px;
    resize: none;
    overflow: auto;
    line-height: 1.4;
    border-radius: 5px;
}

/* Password */
.showpassvisible {
    background: url(images/icon-eye1.png) 5px 10px no-repeat;
}

.showpassinvisible {
    background: url(images/icon-eye2.png) 5px 10px no-repeat;
}

/* FIM Password //////////////////////////////////////////////// */


/* Dropdownlist */

.dropdownlist1 {
    /*color: #6B809B;*/
    font-size: 15px;
    padding: 7px 10px;
    border-radius: 5px;
    background-color: white;
    border: 1px solid #6B809B;
}

.dropdownlist-floatlabel select {
    /* color: #6B809B;
    font-size: 15px;
    padding: 10px 10px 3px 10px;
    border-radius: 5px;
    background-color: white;
    border: 1px solid #6B809B;*/
    border: 1px solid #6B809B;
    /*color: #6B809B;*/
}

    .dropdownlist-floatlabel select:required:invalid + label:before {
        content: '*';
    }

    /*.dropdownlist-floatlabel select:required:valid + label:before {
        content: '123';
    }*/

/*.label-float input:required:invalid + label:before {
    content: '*';*/
    /*font-size: 40px;*/
/*}*/

.dropdownlist-float {
    font-size: 13px;
    top: -45px;
    left: 10px;
    /*color: #6B809B;*/
    position: relative;
    background-color: white;
    padding: 0 5px;
    box-sizing: border-box;
}



/* FIM Dropdownlist //////////////////////////////////////////////// */


/* Checkbox */

.chb1 {
    width: 20px;
    height: 20px;
    display: inline;
    vertical-align: middle;
    margin-top: -3px;
}

.chblabel1 {
    margin-left: 5px;
    color: #666;
}

/* Checkbox //////////////////////////////////////////////// */


/* Button */

.btn1 {
    border: 1px solid #6B809B;
    background-color: transparent; /*#f3f3f3*/
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    /*color: #6B809B;*/
    font-size: 14px;
    text-decoration: none;
    background-color: white;
    /*box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: linear-gradient(to bottom, #ededed 5%, lightgray 100%);
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    display: inline-table;
    cursor: pointer;
    color: black;
    font-size: 14px;
    font-weight:bold;
    padding: 5px 5px;
    text-decoration: none;*/
    /*text-shadow: 0px 1px 0px #ffffff;*/
}

    .btn1:hover {
        /*background: linear-gradient(to bottom, lightgray 5%, lightgray 100%);*/
        background-color: #929daf;
        color: white;
    }

.btn2 {
    border: 1px solid #6B809B;
    background-color: #929daf; /*#f3f3f3*/
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    color: white;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s;
    width: 100%;
    height: 100%;
}

    .btn2:hover {
        background-color: white;
        color: #6B809B;
    }

/* FIM Button //////////////////////////////////////////////// */


/* Switch */

.switch {
    font-size: 1rem;
    position: relative;
}

    .switch input {
        position: absolute;
        height: 1px;
        width: 1px;
        background: none;
        border: 0;
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        overflow: hidden;
        padding: 0;
    }

        .switch input + label {
            position: relative;
            min-width: calc(calc(2.375rem * .8) * 2);
            border-radius: calc(2.375rem * .8);
            height: calc(2.375rem * .8);
            line-height: calc(2.375rem * .8);
            display: inline-block;
            cursor: pointer;
            outline: none;
            user-select: none;
            vertical-align: middle;
            text-indent: calc(calc(calc(2.375rem * .8) * 2) + .5rem);
        }

            .switch input + label::before,
            .switch input + label::after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: calc(calc(2.375rem * .8) * 2);
                bottom: 0;
                display: block;
            }

            .switch input + label::before {
                right: 0;
                border: 1px solid gray;
                background-color: lightgray; /*#dee2e6;*/
                border-radius: calc(2.375rem * .8);
                transition: 0.2s all;
            }

            .switch input + label::after {
                top: 2px;
                left: 2px;
                width: calc(calc(2.375rem * .8) - calc(2px * 2));
                height: calc(calc(2.375rem * .8) - calc(2px * 2));
                border-radius: 50%;
                background-color: white;
                transition: 0.2s all;
            }

        .switch input:checked + label::before {
            background-color: #024B9A; /*#08d;*/
        }

        .switch input:checked + label::after {
            margin-left: calc(2.375rem * .8);
        }

        .switch input:focus + label::before {
            outline: none;
            box-shadow: 0 0 0 0.2rem rgba(0, 136, 221, 0.25);
        }

        .switch input:disabled + label {
            color: #868e96;
            cursor: not-allowed;
        }

            .switch input:disabled + label::before {
                background-color: #e9ecef;
            }

    .switch.switch-sm {
        font-size: 0.875rem;
    }

        .switch.switch-sm input + label {
            min-width: calc(calc(1.9375rem * .8) * 2);
            height: calc(1.9375rem * .8);
            line-height: calc(1.9375rem * .8);
            text-indent: calc(calc(calc(1.9375rem * .8) * 2) + .5rem);
        }

            .switch.switch-sm input + label::before {
                width: calc(calc(1.9375rem * .8) * 2);
            }

            .switch.switch-sm input + label::after {
                width: calc(calc(1.9375rem * .8) - calc(2px * 2));
                height: calc(calc(1.9375rem * .8) - calc(2px * 2));
            }

        .switch.switch-sm input:checked + label::after {
            margin-left: calc(1.9375rem * .8);
        }

    .switch.switch-lg {
        font-size: 1.25rem;
    }

        .switch.switch-lg input + label {
            min-width: calc(calc(3rem * .8) * 2);
            height: calc(3rem * .8);
            line-height: calc(3rem * .8);
            text-indent: calc(calc(calc(3rem * .8) * 2) + .5rem);
        }

            .switch.switch-lg input + label::before {
                width: calc(calc(3rem * .8) * 2);
            }

            .switch.switch-lg input + label::after {
                width: calc(calc(3rem * .8) - calc(2px * 2));
                height: calc(calc(3rem * .8) - calc(2px * 2));
            }

        .switch.switch-lg input:checked + label::after {
            margin-left: calc(3rem * .8);
        }

    .switch + .switch {
        margin-left: 1rem;
    }
/* FIM Switch //////////////////////////////////////////////// */


/* Float Label */

/*.label-float input::placeholder {
    color: #6B809B;
}*/

label-float {
    /*position: relative;
                  padding-top: 13px;*/
    /*position: relative;
                  padding-top: 50px;*/
}

.label-float input {
    border: 1px solid #6B809B;
    /*border-radius: 5px;*/
    outline: none;
    /*min-width: 250px;*/
    /*padding: 15px 15px;*/
    /*font-size: 16px;*/
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-appearance: none;
    /*top: 15px;*/
    /*color: #6B809B;*/
    font-size: 15px;
    border-radius: 5px;
    background-color: white;
    /*box-sizing: border-box;*/
}

    .label-float input:focus {
        /*border: 1px solid green;*/
    }

   /* .label-float input::placeholder {
        color: transparent;
    }*/

.label-float label {
    pointer-events: none;
    position: relative;
    top: -27px;
    left: 10px;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    background-color: white;
    padding: 0 5px;
    box-sizing: border-box;
    font-size: 15px;
}

.label-float input:required:invalid + label {
    /*color: #6B809B;*/    
}

.label-float input:focus:required:invalid {
    /*border: 1px solid red;*/
}

.label-float input:required:invalid + label:before {
    content: '*';
    /*font-size: 40px;*/
}

.label-float input:focus + label,
.label-float input:not(:placeholder-shown) + label {
    font-size: 13px;
    top: -45px;
    /*color: #6B809B;*/
}

/* FIM Float Label //////////////////////////////////////////////// */



/* AutoComplete */

.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 70%;
    left: 0;
    right: 0;
    width: calc(100% - 10px);
    box-sizing: border-box;
}

    .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

        .autocomplete-items div:hover {
            /*when hovering an item:*/
            background-color: #e9e9e9;
        }

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

/* */

/*.btnSize50 {
    width: 160px;
    vertical-align: middle;
    line-height: 50px;
    padding: 0 0 10px 0;
}

.btnSize100 {
    width: 160px;
    vertical-align: middle;
    line-height: 50px;
    padding: 0 0 10px 0;
}
*/


/*.txtSize1 {
    color: #6B809B;
}
.txtSize2 {
    color: #6B809B;
}
.txtSize3 {
    color: #6B809B;
}
.txtSize4 {
    color: #6B809B;
}*/

.btnSize3 {
    width: 80px;
    height: 35px;
}

.trLastBold tr:last-child {
    font-weight:bold;
}


@media screen and (min-width: 300px) {

    #container-operacao-botoes {
        text-align: center;
    }

    .dropSize {
        width: 100%;
        /*padding: 0 0 5px 0;*/
    }

    .txtSize1,
    .txtSize2,
    .txtSize3,
    .txtSize4,
    .txtSize5,
    .txtSize6,
    .txtSize7,
    .txtSize8,
    .txtSize9,
    .txtSize10,
    .txtSize11,
    .txtSize12,
    .txtSize13,
    .txtSize14,
    .txtSize15,
    .txtSize16,
    .txtSize17,
    .txtSize18,
    .txtSize19,
    .txtSize20,
    .txtSize21 {
        width: 100%;
    }

    .btnSize3 {
        padding: 0 0 10px 0;
    }

    .btnSize50 {
        width: calc(50%);
        vertical-align: middle;
        padding: 0 0 10px 0;
    }

    .btnSize100, .btnSize100-2, .btnSize100-3, .btnSize100-4 {
        width: calc(100%);
        vertical-align: middle;
        padding: 0 0 10px 0;
    }
   
    .btnSeparator {
        width: 20px;
        /*height: 1px;*/
        float: left;
    }

    .btnSeparatorBR {
        clear: both;
    }

}


@media screen and (min-width: 600px) {

    #container-operacao-botoes {
        text-align: left;

    }
    .dropSize {
        width: 350px;
        padding: 0 10px 0 0;
    }

    .txtSize1,
    .txtSize2,
    .txtSize3,
    .txtSize4,
    .txtSize5,
    .txtSize6,
    .txtSize7,
    .txtSize8,
    .txtSize9,
    .txtSize10,
    .txtSize11,
    .txtSize12,
    .txtSize13,
    .txtSize14,
    .txtSize15,
    .txtSize16,
    .txtSize17,
    .txtSize18,
    .txtSize19,
    .txtSize20,
    .txtSize21 {
        padding: 0 10px 0 0;
    }

    .txtSize1 {
        width: 350px;
    }

    .txtSize2 {
        width: 150px;        
    }

    .txtSize3 {
        width: 175px;        
    }

    .txtSize4 {
        width: 250px;        
    }

    .txtSize5 {
        width: 800px;        
    }

    .txtSize6 {
        width: 120px;        
    }

    .txtSize7 {
        width: 500px;        
    }

    .txtSize8 {
        width: 280px;        
    }

    .txtSize9 {
        width: 770px;        
    }

    .txtSize10 {
        width: 185px;        
    }

    .txtSize11 {
        width: 400px;        
    }

    .txtSize12 {
        width: 510px;        
    }

    .txtSize13 {
        width: 600px;        
    }

    .txtSize14 {
        width: 610px;        
    }

    .txtSize15 {
        width: 495px;        
    }

    .txtSize16 {
        width: 480px;        
    }

    .txtSize17 {
        width: 640px;
    }

    .txtSize18 {
        width: 60px;
    }

    .txtSize19 {
        width: 355px;
    }

    .txtSize20 {
        width: 170px;
    }

    .txtSize21 {
        width: 1030px;
    }

    .btnSize2 {
        text-align: center;
        width: 160px;
        vertical-align: middle;
        line-height: 35px;        
    }

    .btnSize50 {
        width: 160px;
        height: 30px;
        vertical-align: middle;
        line-height: 40px;
        /*padding: 0 0 10px 0;*/
        margin-bottom: 10px;
        box-sizing: border-box;
    }

    .btnSize100 {
        width: 160px;
        height: 30px;
        vertical-align: middle;
        line-height: 40px;
        /*padding: 0 0 10px 0;*/
        margin-bottom: 10px;
        box-sizing: revert;
    }

    .btnSize100-2 {
        width: 200px;
        height: 30px;
        vertical-align: middle;
        line-height: 40px;
        /*padding: 0 0 10px 0;*/
        margin-bottom: 10px;
    }

    .btnSize100-3 {
        width: 250px;
        height: 30px;
        vertical-align: middle;
        line-height: 40px;
        /*padding: 0 0 10px 0;*/
        margin-bottom: 10px;
    }

    .btnSize100-4 {
        width: 220px;
        height: 30px;
        vertical-align: middle;
        line-height: 40px;
        /*padding: 0 0 10px 0;*/
        margin-bottom: 10px;
    }
   
    .btnSeparator {
        width: 15px;
        height: 1px;
        float: left;
    }

    .btnSeparatorBR {
        clear: both;
    }

}