html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /*font-size: 12px;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    background-color: #F2F8FD;
}

/* Menu */
.fontsizemenu{
    font-size:14px;
}
/* Div */
.divcenter {
    text-align: center;
    margin: 5px auto;
    overflow: hidden;
}

.divleft {
    text-align: left;
    overflow: hidden;
    background-image: linear-gradient(#F2F8FD, #EBEBEB);
    background-size: 100%;
}


/* Image */
.imgcenter60 {
    width: 60%;
    height: 60%;
    text-align: center;
    margin: 5px auto;
    overflow: hidden;
}

.imglogo {
    height: 40%;
    width: 40%;
}

.imglogo2X {
    width: 71px;
    height: 37px;
}

.imglogo2 {
    width: 74px;
    height: 37px;
}

/* Buttons */
.btnlightbluewhite {
    background-color: dodgerblue;
    color: white;
    width: 90%;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

/* Tools Bar*/
.toolbarbs {
    width: 100%;
    padding: 2px;
    padding-left: 10px;
    overflow: hidden;
    background-image: linear-gradient(#F2F8FD, #EBEBEB);
    background-size: 100%;
}

.btdiv {
    border: 1px solid;
    border-color: navy;
    align-content: center;
    align-items: center;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: white;
}

.bttoolbs {
    font-size: 12px;
    font-weight: bold;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    width: 90px;
    height: 50px;
    margin: 0px;
    padding: 3px;
    color: navy;
    text-decoration: none;
    text-align: center;
}

/* background */
.background {
    background-image: linear-gradient(#F2F8FD, #EBEBEB);
    background-size: 100%;
}

.table {
    color: navy;
    font-size: 12px;
}

/* Forms */

.form-horizontal {
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0px auto;
    overflow: hidden;
    background-image: linear-gradient(#F2F8FD, #EBEBEB);
}

.formleftgeral {
    width: 100%;
    text-align: left;
    font-size: 12px;
    margin: 0px auto;
    border: 1px solid;
    border-color: black;
    overflow: hidden;
    background-image: linear-gradient(#F2F8FD, #EBEBEB);
    background-size: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.formcentergeral {
    width: 100%;
    text-align: center;
    font-size: 12px;
    margin: 0px auto;
    border: 1px solid;
    border-color: black;
    overflow: hidden;
    background-image: linear-gradient(#F2F8FD, #EBEBEB);
    background-size: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}


/**************************** VERIFICAR *********************************************/
.divider:after,
.divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}

.imginitxt {
    background-image: url("..~/image/client.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 2em;
    padding-right: 2em;
    border-color: red;
    border-style: double;
    href: "@Url.Action("CadClient", "LaunchProcess", new { LaunchProcess = "True"})";
}

.imgsearchcenter {
    display: flex;
    justify-content: center;
    align-items: end;
    position: relative;
}

.imgsearchleft {
    display: flex;
    justify-content: initial;
    align-items: initial;
    position: relative;
}

.formcentergeralbody {
    width: 100%;
    text-align: center;
    margin: 0px auto;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
}

.footer {
    /*position: fixed;*/
    bottom: 0px;
    width: 100%;
    text-align: center;
    line-height: 0px
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
    }

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
    }

        ul#menu li#greeting {
            padding: 10px 20px;
            font-weight: bold;
            text-decoration: none;
            line-height: 2.8em;
            color: #fff;
        }

        ul#menu li a {
            padding: 10px 20px;
            font-weight: bold;
            text-decoration: none;
            line-height: 2.8em;
            background-color: #e8eef4;
            color: #034af3;
            -webkit-border-radius: 4px 4px 0 0;
            -moz-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
        }

            ul#menu li a:hover {
                background-color: #fff;
                text-decoration: none;
            }

            ul#menu li a:active {
                background-color: #a6e2a6;
                text-decoration: none;
            }

        ul#menu li.selected a {
            background-color: #fff;
            color: #000;
        }

.bodygeralConst {
    background-image: url("..~/image/background.jpg");
}

.custom-file-input ~ .custom-file-label::after {
    content: "Arquivo";
}

.namesystem {
    font-size: 26px;
    margin: 5px 0px 5px 30px;
    color: white;
}

.formcenter {
    width: 450px;
    height: 100%;
    text-align: center;
    margin: 0px auto;
    border: solid;
    border-color: black;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    background-image: linear-gradient(#DCDCDC, #C0C0C0);
    background-size: 100%;
}

.divicones {
    background-image: linear-gradient(#DCDCDC, #C0C0C0);
    background-size: 100%;
}

.divcenterbackground {
    margin: 10px auto;
    padding: 10px;
    overflow: hidden;
    background-image: linear-gradient(#F2F8FD, #EBEBEB);
    background-size: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.formcenternotborder {
    width: 80%;
    height: 350px;
    text-align: center;
    margin: 0px auto;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
}

.formcenterdata {
    width: 100%;
    text-align: center;
    margin: 0px auto;
    border: solid;
    border-color: black;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-image: linear-gradient(#F2F8FD, #ebebeb);
}

.centertable {
    width: 100%;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
}


.formcentergeralsemborda {
    height: auto;
    text-align: center;
    margin: 0px auto;
    overflow: hidden;
    /*background-image: linear-gradient(#DCDCDC, #C0C0C0);*/
    background-image: linear-gradient(#F2F8FD, #EBEBEB);
    background-size: 100%;
}

.formcentertopo {
    text-align: center;
    margin: 0px auto;
    overflow: hidden;
    /*background-image: linear-gradient(#DCDCDC, #C0C0C0);*/
    background-image: linear-gradient(#F2F8FD, #EBEBEB);
    background-size: 100%;
}

.formcentertopogeral {
    text-align: center;
    margin: 0px auto;
    overflow: hidden;
    /*background-image: linear-gradient(#DCDCDC, #C0C0C0);*/
    /*background-image: linear-gradient(#F2F8FD, #EBEBEB);*/
    background-size: 100%;
}

.formrighttopogeral {
    text-align: right;
    margin: 0px auto;
    overflow: hidden;
    /*background-image: linear-gradient(#DCDCDC, #C0C0C0);*/
    background-image: linear-gradient(#F2F8FD, #EBEBEB);
    background-size: 100%;
}

.formcentermeio {
    text-align: center;
    margin: 0px auto;
    overflow: hidden;
    /*background-image: linear-gradient(#DCDCDC, #C0C0C0);*/
    background-image: linear-gradient(#F2F8FD, #EBEBEB);
    background-size: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.formcentermeioAlingLeft {
    text-align: left;
    margin: 0px auto;
    overflow: hidden;
    /*background-image: linear-gradient(#DCDCDC, #C0C0C0);*/
    background-image: linear-gradient(#F2F8FD, #EBEBEB);
    background-size: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.formcentermeioconst {
    width: 100%;
    text-align: center;
    margin: 0px auto;
    overflow: hidden;
    margin: 0px 0px 0px 0px;
}



.testborderblue {
    border: solid;
    border-color: blue;
}

.testborderred {
    border: solid;
    border-color: red;
}

.testbordergray {
    border: solid;
    border-color: gray;
}

.bordergray {
    border: solid;
    border-color: gray;
}

.bordergraysingle {
    margin: 0px auto;
    border: solid;
    border-width: 1px;
    border-color: Gray;
}

.todo {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0px auto;
    background-repeat: repeat-x;
    /*    border: solid;
    border-color: blue;*/
}

.geral {
    position: relative;
    width: 1024px;
    margin: 0px auto;
    background-color: white;
    /*border: solid;
    border-color: red;*/
}

.titulo {
    text-align: center;
    font-family: 'Times New Roman';
    font-weight: bold;
    font-size: 18px;
    color: black;
    margin: 0px 0px 0px 0px;
}

.usuarioatual {
    font-size: 14px;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    color: #fefc00;
    text-align: right;
    margin: 0px 20px 0px 20px;
}

.texto {
    text-align: center;
    width: 545px;
    font-family: 'Times New Roman';
    font-size: 14px;
    margin: 2px 2px 2px 2px;
    color: black;
}

.topo {
    position: relative;
    height: 130px;
    /*border: solid;
    border-color: black;*/
}


.meio {
    overflow: auto;
    position: relative;
    min-height: 400px;
    /*border: solid;
    border-color: coral;*/
}

.menu {
    float: left;
    margin: 0px 0px 0px 0px;
    width: 170px;
    height: auto;
    /*border: solid;
    border-color: green;*/
}



.itemMenu {
    width: 150px;
    height: 50px;
    margin: 0px 0px 0px 0px;
    /*    border: solid;
    border-color: yellowgreen;*/
}

.miolo {
    float: left;
    width: 540px;
    background: url('..~/image/fundo2.png');
    background-repeat: repeat-x;
    font-family: 'Times New Roman';
    font-size: 14px;
    color: black;
    min-height: 400px;
}

.direita {
    float: right;
    width: 300px;
    /*border: solid;
    border-color: yellow;*/
}

.rodape {
    width: 1024px;
    margin: 0px auto;
    background-color: white;
    height: 25px;
    font-family: 'verdana';
    font-size: 12px;
    color: #000000;
    /*border: solid;
    border-color: brown;*/
}

.rodapecentro {
    width: 1024px;
    text-align: center;
    font-family: 'Times New Roman';
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    margin: 0px auto;
}

.divicones {
    margin: 0 auto;
    text-align: center;
    display: table;
    overflow: hidden;
    /*border: solid;
    border-color: blue;*/
}

div.icone {
    margin: 2px;
    width: 100px;
    height: 120px;
    float: left;
    text-align: center;
}

    div.icone img {
        display: inline;
        margin: 3px;
        border: 1px solid #ffffff;
    }

    div.icone a:hover img {
        border: 1px solid #000000;
    }

span.legenda {
    text-align: center;
    font-weight: normal;
    width: 100px;
    margin: 2px;
    display: block;
}

.icone a, .icone a:visited {
    display: block;
    text-decoration: none;
    font-size: 12px;
    color: white;
    font-family: Tahoma;
    font-size: 12px;
}

    .icone a:hover {
        text-decoration: underline;
    }

/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

.barra {
    font-size: 1.2em;
    background-color: transparent;
    min-width: 64px;
    margin: 0 0 0 0;
}

textarea {
    min-height: 75px;
}

.labelblue {
    margin: 0 0 0 0;
    color: #000567;
    font-weight: normal;
}

.labelred {
    margin: 0 0 0 0;
    color: #f00000;
    font-weight: normal;
}

.labelnavy {
    color: #000080;
}

.labeldescprinc {
    margin: 0.3em 0 0.3em 0;
    color: #000567;
    font-weight: bold;
}

.labeldesctitle {
    color: #000567;
}

.labeldescdata {
    color: #f00000;
    font-weight: bold;
}

.editor-label {
    margin: 1em 0 0 0;
    color: #000567;
    font-weight: bold;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

    input[type='file'] {
        display: none
    }

.input-wrapper label {
    background-color: #3498db;
    border-radius: 5px;
    color: #fff;
    margin: 0px;
    padding: 6px 20px
}

    .input-wrapper label:hover {
        background-color: #2980b9
    }
