﻿@import url('https://fonts.googleapis.com/css?family=Catamaran:300,400,700&display=swap');

:root {
    --main-color-blue--: #0085CA;
    --main-color-white--: #ffffff;
    --main-color-actions--: #00BB7E;
    --main-font--: 'Catamaran', sans-serif;
    --main-font-weight--: 300;
    --main-title-font-weight--: 700;
}

.customCalloutStyle div, .customCalloutStyle td {
    border: solid 1px #428bca;
    background-color: white;
    color: #428bca;
    text-align: left
}

.btn-bootstrap {
    font-size: 14px;
    color: #fff;
    background-color: #5db6ea;
    border: none;
    text-transform: capitalize;
    padding: 5px 14px;
    font-size: 17px;
}

    .btn-bootstrap .fa {
        margin-right: 5px;
        padding: 10px;
        margin-left: 0;
        padding: 0;
        background: none;
    }

    .btn-bootstrap:hover {
        color: #fff;
        background: #212121;
    }

.btn-bootstrap {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.label-required {
    background: url(https://cdn0.iconfinder.com/data/icons/fugue/icon/asterisk-small.png) no-repeat;
    background-position: right top;
}

.divCombo {
    background-color: #ffffff;
}

.divCombo a, active {
    text-decoration: none;
}

.divCombo:hover {
    background-color: #f4f3f3;
    cursor: pointer;
}

.codigoItem {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    color: #666666;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: -o-fit-content;
    width: fit-content;
    font-size: 25px;
    font-weight: 900;
    letter-spacing: .8px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    position: relative;
    font-family: var(--main-font--);
    font-weight: var(--main-font-weight--);
}

    .codigoItem::before {
        content: '';
        width: 50px;
        height: 4px;
        background: var(--main-color-actions--);
        position: absolute;
        bottom: 0;
    }

.descricaoItem {
    margin: 10px 0;
    padding: 10px 0;
    border-bottom: 1px solid #d3d3d3;
    border-top: 1px solid #d3d3d3;    
    line-height: 1.15;
}

.tituloInterno {    
    font-size: 22px;
    font-weight: bold;
}


.detalhes-panel {
    border: .75px solid #ededed;
    background: #f8fbff;
    border-radius: 5px;
    padding: 0 30px 30px 30px;
    margin: 22px 0 0 0;
}

    .detalhes-panel > header {
        font-size: 25px;
        font-weight: 900;
        letter-spacing: .8px;
        font-family: var(--main-font--);
        font-weight: var(--main-font-weight--);
        background: var(--main-color-blue--);
        color: #ffffff;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: -o-fit-content;
        width: fit-content;
        padding: 10px 20px 10px 20px;
        position: relative;
        left: 50%;
        top: 0;
        transform: translateY(-50%) translateX(-50%);
    }

.texto-detalhe {
    font-size: 20px;
    font-weight: 900;
    letter-spacing: .8px;
    font-family: var(--main-font--);
    font-weight: var(--main-font-weight--);
}



.detalhe-linha {
    border-bottom: 1px solid #d3d3d3;
    margin: 5px 0;
    padding: 5px 0;
}

.my-card {
    position: absolute;
    left: 2%;
    width: 180px;
    top: -20px;    
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.texto-voto {
    font-size: 16px;
    font-weight: 900;
    letter-spacing: .8px;
    font-family: var(--main-font--);
    font-weight: var(--main-font-weight--);
}

.modalDialog {
    position: absolute;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);    
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
}

    .modalDialog > div {
        position: relative;
        margin-left: 10%;
        margin-right: 10%;
        padding: 5px 20px 13px 20px;
        border-radius: 10px;
        background: #ffffff;
        height: 720px;
    }

.modalClose {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.modalClose:hover {
    background: #00d9ff;
}

.RadAsyncUpload, .RadAsyncUpload * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.gridmouseoutA {
    background-color: #fafafa;
}

.gridmouseoutB {
    background-color: #ffffff;
}

.gridmouseover {
    background-color: #eaeaea;
}