﻿
.tabelaSilk {
    border: 5px outset #0092ab;
    font-family: "Segoe UI Semibold";
    background-color: #F4FAFD;
    color: #015780;
    position: relative;
}

.borderSilk2 {
}

    .borderSilk2.left {
    }

        .borderSilk2.left:hover {
            border: 1px solid #0092ab;
        }

.borderSilk {
    font-family: "Segoe UI Semibold";
    font-size: 11pt;
    background-color: #f7f7f7;
}

    .borderSilk:hover {
        border: 1px solid #0092ab;
    }

    .borderSilk.center {
        text-align: center;
    }

        .borderSilk.center:hover {
            border: 1px solid #0092ab;
        }

.btnSilk {
    border: solid 1px #1ea2ee;
    border-bottom: solid 3px #005a8e;
    color: #ffffff;
    background-color: #0092AB;
    background-image: linear-gradient(#00ACCA, #0092AB);
    font-family: Segoe UI Semibold;
    border-radius: 4px;
    min-width: 50px;
    min-height: 28px;
}

    .btnSilk:hover {
        border: solid 1px #c4c4c4;
        border-bottom: solid 3px #737373;
        color: #5f5f5f;
        background-color: #e3e3e3;
        background-image: linear-gradient(white, #e3e3e3);
        box-shadow: none;
    }

    .btnSilk:active {
        position: relative;
        top: 1px;
    }

    .btnSilk.medium {
        font-size: 17px;
    }





    .btnAGClinica {
    border: solid 1px #1ea2ee;
    border-bottom: solid 3px #005a8e;
    color: #ffffff;
    background-color: #467CFB;
    background-image: linear-gradient(#729BFC, #467CFB);
    font-family: Segoe UI Semibold;
    border-radius: 4px;
    min-width: 50px;
    min-height: 28px;
}

    .btnAGClinica:hover {
        border: solid 1px #c4c4c4;
        border-bottom: solid 3px #737373;
        color: #5f5f5f;
        background-color: #e3e3e3;
        background-image: linear-gradient(white, #e3e3e3);
        box-shadow: none;
    }

    .btnAGClinica:active {
        position: relative;
        top: 1px;
    }

    .btnAGClinica.medium {
        font-size: 17px;
    }




.btnValencias {
    border: solid 1px #c4c4c4;
    border-bottom: solid 2px #007726;
    color: #ffffff;
    background-color: #00AE38;
    background-image: linear-gradient(#00C440, #008E2F);
    font-family: Segoe UI Semibold;
    border-radius: 4px;
    min-width: 76px;
    min-height: 28px;
}

    .btnValencias:hover {
        border: solid 1px #c4c4c4;
        border-bottom: solid 3px #737373;
        color: #5f5f5f;
        background-color: #e3e3e3;
        background-image: linear-gradient(white, #e3e3e3);
        box-shadow: none;
    }

    .btnValencias:active {
        position: relative;
        top: 1px;
    }

    .btnValencias.medium {
        font-size: 17px;
    }



.btnRealizada {
    width: 95px;
    border-radius: 4px;
    padding: 5px 10px;
    border: solid 1px #1ea2ee;
    color: #ffffff;
    background-color: #0092AB;
    background-image: linear-gradient(#00acca, #0092ab);
}

    .btnRealizada:hover {
        border: solid 1px #c4c4c4;
        color: #5f5f5f;
        background-color: #e3e3e3;
        background-image: linear-gradient(white, #e3e3e3);
    }

.btnCorrecto {
    width: 95px;
    border-radius: 4px;
    padding: 5px 10px;
    border: solid 1px #89CA39;
    color: #344D15;
    background-color: #acd973;
    background-image: linear-gradient(#C7E6A2, #acd973);
}

    .btnCorrecto:hover {
        border: solid 1px #c4c4c4;
        color: #5f5f5f;
        background-color: #e3e3e3;
        background-image: linear-gradient(white, #e3e3e3);
    }

.lblApoioTecnicoSilk {
    height: 35px;
    font-size: 20px;
    font-family: "Segoe UI Semibold";
    color: #015780;
    text-align: center;
}

.labelTituloPaginasSilk {
    font-size: 18pt;
}

.labelUserLogadoSillk {
    font-size: 12pt;
    font-style: italic;
    color: #015780;
}

.labelsTituloSilk {
    font-size: small;
    font-family: "Segoe UI Semibold";
    color: #015780;
    margin-top: 0px;
}

.txtCentrado {
    text-align: center;
}

.lblCentradoFundoColoridoSilk {
    font-family: "Segoe UI Semibold";
    background-color: #0092AB;
    color: white;
    text-align: center;
}

    .lblCentradoFundoColoridoSilk.medium {
        font-size: 17px;
    }

.btnMensagens {
    -moz-box-shadow: inset 0px 1px 0px 0px #f7c5c0;
    -webkit-box-shadow: inset 0px 1px 0px 0px #f7c5c0;
    box-shadow: inset 0px 1px 0px 0px #f7c5c0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fc8d83), color-stop(1, #e4685d));
    background: -moz-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
    background: -webkit-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
    background: -o-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
    background: -ms-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
    background: linear-gradient(to bottom, #fc8d83 5%, #e4685d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8d83', endColorstr='#e4685d',GradientType=0);
    background-color: #fc8d83;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #d83526;
    border-bottom: solid 3px #D01E0F;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Segoe UI Semibold;
    font-size: medium;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #b23e35;
}

    .btnMensagens:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e4685d), color-stop(1, #fc8d83));
        background: -moz-linear-gradient(top, #e4685d 5%, #fc8d83 100%);
        background: -webkit-linear-gradient(top, #e4685d 5%, #fc8d83 100%);
        background: -o-linear-gradient(top, #e4685d 5%, #fc8d83 100%);
        background: -ms-linear-gradient(top, #e4685d 5%, #fc8d83 100%);
        background: linear-gradient(to bottom, #e4685d 5%, #fc8d83 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4685d', endColorstr='#fc8d83',GradientType=0);
        background-color: #e4685d;
    }

    .btnMensagens:active {
        position: relative;
        top: 1px;
    }

.rbCheckBox .rbIcon,
.rbCheckBox .rbText {
    display: inline-block !important;
    vertical-align: middle !important;
}

.rbCheckBox .rbIcon {
    margin-right: -15px !important;
}

.rbCheckBox .rbText {
    margin-left: 0px !important;
}