:root {
    --background-color: #FFF;
    --primary-color: #002B4B;
    --seccond-color: #efefef;
    --text-color: #000;
    --subtitle-color: #646464;
}
body {
    background: var(--background-color);
    overflow: hidden;
    margin: 0 auto;
    font-family: Roboto, Arial, sans-serif !important;
}
.container {
    width: 100%;
    height: 100%;
    margin-right: 10px;
}
.header{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background-color: var(--primary-color);
}
.header .logo {
    display: flex;
    justify-content: center;
    align-items: center;
}
.header .logo img{
    width: auto;
    height: 8vw;
    margin-right: 0.5rem
}
.header .logo h4{
    color: #FFF;
    word-wrap: break-word;
    width: 40%;
}
.header h1{
    margin-bottom: 5px;
    padding-bottom: 0;
    font-weight: 900;
    color: #FFF;
    margin-right: 5%;
}
.canIHelp {
    display: grid;
    justify-content: flex-end;
    text-align: right;
    margin-right: 5%;
    margin-bottom: 2%;
    color: var(--subtitle-color) !important;
}
.canIHelp h3{
    margin-bottom: 0 !important;
    color: var(--subtitle-color) !important;
}
.content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 5%;
    overflow-x: auto;
    height: 60%;
}

.content button {
    padding: 1rem 0.70rem;
    background-color: var(--seccond-color);
    color: var(--text-color);
    cursor: pointer;
    transition: all 0.2s;
    font-weight: bold;
    line-height: initial;
    font-size: 0.80rem;
    font-family: Roboto, Arial, sans-serif !important;
    text-align: center;
    border: 0;
    border-radius: 5%;
    word-wrap: break-word;
    width: 10rem;
    height: 8rem;
    margin: 0.5% 2%;
}
.content button i{
    display: block;
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
    color: var(--primary-color);
}
.footer{
    width: 100%;
    text-align: center;
    line-height: 0.60rem;
    font-size: 0.75rem;
    font-family: Roboto !important;
    font-weight: 500;
    margin-top: 1%;
}
.action {
    display: none;
    overflow-x: auto;
}
.action > div {
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.3);
    flex-wrap: wrap;
}
.action .form {
    margin: 20px 0;
    background: rgba(255,255,255,1);
    padding: 3rem 5rem;
    border-radius: 10px;
    display: grid;
    justify-itens: center;
    align-items: center;
    text-align: center;
    max-height: 75vh;
    overflow-x: auto;
}
.action .error {
    padding-top: 0.75rem;
    height: 2rem;
    color: red
}
.action .form input{
    text-align: center;
}
.action .form .close {
    position: relative;
    top: -40px;
    right: -65px;
    font-size: 20px;
    z-index: 99;
    text-align: right;
}
.ico-download {
    cursor: pointer;
}
#app-loading{
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.3);
    flex-wrap: wrap;
    z-index: 1;
}
#app-loading .loading-icon{
    width: 100px;
    height: 100px;
    background-color: rgba(255,255,255,0.6);
    border: 1px solid #DCDCDC;
    border-radius: 50%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    line-height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hide {
    display: none;
}
.linkBtn {
    text-decoration: none;
    color: var(--text-color);
}
.canIHelp .link {
    border: 0;
    font-size: 0.65rem;
    background-color: transparent;
    color: var(--text-color);
}
.canIHelp a.link {
    color: var(--primary-color);
    font-size: 0.8rem;
}
.ui-datepicker-trigger{
    background-color: #fff !important;
    border: 1px solid #bbb;
    border-radius: 7px;
    padding-bottom: 3px;
    margin-bottom: 4px;
}
.area-foto,
.area-video {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-content: center;
    display: none;
 }
 .area-foto .area,
 .area-video .area {
    margin: 0 auto;
    box-shadow: 0 10px 100px #ccc;
    padding: 20px;
    width: 500px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    border-radius: 10px;
 }
 .area-video .area{
    background-color: rgba(255,255,255,0.8);
 }
 .area-foto .area video,
 .area-video .area video {
    width: 100%;
    height: auto;
    background-color: whitesmoke;
    border-radius: 10px;
 }
 
 .area-foto .area button{
    border-radius: 50%;
    margin-top: 20px;
    padding: 20px
 }
 
 .area-foto #closeCamara {
    cursor: pointer;
    margin-bottom: 5px;
 }

 .area-video .div-video{
    position: relative;
 }

 .area-video .div-video #message{
    position: absolute;
    top: 40%;
    color: white;
    size: 16px;
    width: 100%;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
 }

 .area-video .div-video #message .arrow{
    width: 90%;
    font-size: 35px;
    text-shadow: #ccc 1px 1px 5px;
 }

 .area-video .div-video #message .arrow-left{
    text-align: left;
 }
 
 .area-video .div-video #message .arrow-right{
    text-align: right;
 }

 #form_download {
    display: none;
 }

 .ico-text-edit {
    cursor: pointer;
    color: blue;
 }
 .ico-text-remove {
    cursor: pointer;
    color: red;
 }
/*
** Ajustes para responsividade
 */
@media(min-width: 1400px){
    .content button {
        padding: 2rem 2px;
        margin: 0.5% 5%;
        font-size: 0.75rem;
    }
    .content button i{
        font-size: 2.5rem;
    }
}
@media (max-width: 480px) {
    .content {
        height: 62vh;
    }

    .content button {
        padding: 1rem 0.70rem;
        font-size: 0.8rem;
        border-radius: 5%;
        width: 40%;
        height: 15vh;
    }

    .footer{
        line-height: 1rem;
        font-size: 1rem;
        margin-top: 3%;
    }

    .action .form {
        font-size: 1rem;
        margin: 0;
        padding: 5% 3%;
        max-height: 75%;
        overflow-x: auto;
        width: 100%;
    }

    .action .form .close {
        top: 0;
        right: 0;
    }

    h1 {
        font-size: 1.1rem !important;
        margin-left: 5px;
    }

    h2 {
        font-size: 1rem !important;
    }

    h3,h4,h5 {
        font-size: 0.95rem !important;
    }

    p {
        font-size: 0.8rem !important;
    }

    .header .logo h4 {
        width: 70%;
    }

    .form-horizontal .control-label {
        width: 10rem !important;
    }

    .form-horizontal .controls {
        margin-left: 0 !important;
        display: block;
    }

    .area-photo {
        right: 0 !important;
        top: -75px;
    }

    .area-video .area,
    .area-foto .area {
        width: 90vw;
    }

    #form-cadastro-dependentes .table-dep {
        width: 100% !important;
    }
    #form-cadastro-dependentes .table-dep td{
        white-space: nowrap;
    }

    #form-cadastro-dependentes .div-table-dep {
        width: 90vw;
        overflow: auto;
    }

    #form-cadastro-dependentes .span6 {
        width: 100% !important;
    }
}
