﻿.divContent {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    width: 95%;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.5);
}

.divContent-abas {
    -webkit-box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.5);
}

.divTitles {
    width: 100%;
    background-color: #3A95D5;
    color: #fff;
    height: 30px;
    vertical-align: middle;
}

.divView {
}

.divImageUser {
    border: 1px solid silver;
    margin-left: 5px;
    border-radius: 5px;
    height: 160px;
    width: 150px;
    padding: 8px;
    text-align: right;
    background-size: contain;
    background-color: #fff;
    background-repeat: no-repeat;
}

.ImageUser:hover {
    box-shadow: 0px 0px 10px #ff6a00;
}

.btnDefault {
    cursor: pointer !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    color: #161616 !important;
    text-decoration: none !important;
    padding: 6px 16px !important;
    background: -moz-linear-gradient( top, #f5f5f5 0%, #ffffff) !important;
    background: -webkit-gradient( linear, left top, left bottom, from(#f5f5f5), to(#ffffff)) !important;
    -moz-border-radius: 25px !important;
    -webkit-border-radius: 25px !important;
    border-radius: 25px !important;
    border: 1px solid #c7c5c7 !important;
    -moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 5px rgba(173,178,186,0.6) !important;
    -webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 5px rgba(173,178,186,0.6) !important;
    box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 5px rgba(173,178,186,0.6) !important;
    text-shadow: 0px -1px 3px rgba(255,255,255,0.8), 0px 1px 0px rgba(255,255,255,0.3) !important;
    margin-left: 5px;
    margin-right: 5px;
}

.btnAlert:hover {
    color: #ff1111 !important;
}

.dvxHeader {
    white-space: nowrap;
    background: #0085c2;
    overflow: hidden;
    font-weight: bold;
    text-align: left;
    font-size: 12px;
    color: #fff !important;
}

    .dvxHeader th {
        padding: 5px !important;
    }

.dvxRow td {
    padding: 2px !important;
    padding-left: 5px !important;
}

.dvxHeader A {
    cursor: pointer;
    color: #fff !important;
    text-decoration: none;
}

.hiddeId {
    color: #b0acac;
}

.title1 {
    font-weight: bold;
    font-size: 18px;
    color: #999999;
}

.title2 {
    font-weight: bold;
    font-size: 16px;
    color: #999999;
}

.title2b {
    position: relative;
    top: 24%;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    margin-left: 10px;
}

.title3 {
    font-weight: bold;
    font-size: 14px;
    color: #999999;
}

.content-row {
    width: 100%;
}

.content-rows-small {
    width: 90%;
}

.nowrap * {
    white-space: nowrap;
}

.row {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

    .row .row-left {
        text-align: right;
        width: 25%;
        padding-right: 15px;
        font-weight: bolder;
    }

    .row .row-right {
        text-align: left;
        width: 75%;
    }

    .row .row-sub {
    }

        .row .row-sub td {
            padding-right: 10px;
            white-space: nowrap;
        }
