﻿html {
    font-family: 'Roboto', sans-serif;
    /*font-family: 'Montserrat', sans-serif;*/
    font-weight: 100 !important;
    user-select: none;
}

html, body {
    height: 100%;
}

body {
    margin: 0;
    font-weight: 100 !important;
    background-color: #FFFFFF;
    color: #000000;
    width: 100% !important;
    padding-right:0px !important;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 25px;
    margin-right: auto;
    display: table; 

}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Roboto";
    font-weight: 300;
}

/*********************** FROM LAYOUT - MASTER PAGE *******************************/
#divLeft {
    float: left;
    width: 80%;
    height: 100%;
}

#divRight {
    float: right !important;
    width: 20%;
}

#divRightMenu {
    float: right !important;
    width: 300px;
}

#divSearch input {
    font-size: 13px;
    font-weight: 100;
    /*margin: 2px;*/
    border: none; /*1px solid rgba(0,0,0,0.2);*/
    border-radius: 12px;
    background-color: #7088B7; /**#002060*/
    color: #FFFFFF;
    display: inline-block;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
}

    #divSearch input:focus {
        border: 1px none;
    }

#spanConfiguration {
    color: white;
    background-color: #002060;
    border: none;
    text-align: right;
    display: inline-block;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-style: italic !important;
    font-size: 13px;
    color: #DDE1E8;
}

::-moz-placeholder { /* Firefox 19+ */
    font-style: italic !important;
    font-size: 13px;
    color: #DDE1E8;
}

:-ms-input-placeholder { /* IE 10+ */
    font-style: italic !important;
    font-size: 13px;
    color: #DDE1E8;
}

:-moz-placeholder { /* Firefox 18- */
    font-style: italic !important;
    font-size: 13px;
    color: #DDE1E8;
}


/** FOOTER DE LA PÁGINA ***/
.footer-page {
    /* position: relative; */
    /* margin-top: -5px; */
    padding-top: 5px;
    /* padding-bottom: 30px; */
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    clear: both;
    bottom: 0;
    left: 0;
    height: 30px;
    width: 100%;
    text-align: center;
}


.table-detail {
    width: 80%;
    align-content: center;
}

th {
    font-weight: normal;
}

.table-main {
    padding: 5px;
}

    .table-main > thead > tr > th {
        padding: 6px;
        font-size: 15px;
        font-weight: 400;
        font-family: 'Roboto', sans-serif;
        background-color: #002060;
        color: #ffffff;
    }

    .table-main > tbody > tr > th {
        padding: 6px;
        font-size: 14px;
        font-weight: normal;
        font-family: 'Roboto', sans-serif;
        background-color: #002060;
        color: #ffffff;
    }

    .table-main > tbody > tr > td {
        padding: 5px;
    }

.thSubtitle {
    border-right-style: dotted;
    border-right-width: 2px;
    border-right-color: #3A77F2;
    font-size: 12px;
    vertical-align: middle;
    width: 100%;
    /*margin-top: 20px;*/
    background-color: #002060; /* hover: #00143C*/
    border-radius: 0px;
    /*overflow: hidden;*/
    color: #FFFFFF;
    justify-content: center;
    vertical-align: middle;
}

.thSubtitleMain {
    font-size: 16px;
    width: 100%;
    background-color: #002060;
    border-radius: 0px;
    color: #FFFFFF;
    vertical-align: middle;
    margin: 0px;
}

.tdSubtitle {
    font-weight: 500;
    font-family: 'Roboto';
    font-size: 14px;
}

/*.tdLink {
    text-decoration: underline;
    cursor: pointer;
    color: midnightblue;
    font-weight: bold;
    font-family: Roboto;
    font-size: 13px;
}*/

.btn-viewall {
    font-size: 12px;
    color: #ffffff;
    background-color: #112E69;
    border: 0;
    border-color: #112E69;
    padding: 3px 9px;
    font-family: Roboto;
    font-weight: normal;
    font-size: 13px;
    border-radius: 4px;
}

    .btn-viewall:hover {
        color: #ffffff;
        background-color: #001846; /**#286090*/
        border-color: #001846;
        text-decoration: none;
    }

    .btn-viewall:active {
        color: #ffffff;
    }

    .btn-viewall:focus {
        color: #ffffff;
    }

    .btn-viewall:not(:active) {
        color: #ffffff;
    }

    .btn-viewall.disabled:hover, .btn-viewall[disabled]:hover, fieldset[disabled]:hover {
        background-color: #112E69;
        border-color: #112E69;
    }

.badge.badge-main {
    padding: 0;
    width: 25px;
    font-size: 12px;
    font-family: Roboto;
    font-weight: normal;
    border-radius: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #39558D;
    border:solid 1px  #002060 ;
    color: #FFFFFF;
}

    .badge.badge-main:hover {
        background-color: #002060;
        cursor: pointer;
        width: 30px;
        border-radius: 17px;
        font-size: 14px;
    }
