html,
body {
    width: 100%;
    position: absolute;
    top: 0;
}

h1.titulo {
    background-color: #1e88e5;
    border-top: #0c2a47;
    font-family: Helvetica;
    font-size: 1em;
    text-align: center;
    font-weight: bold;
    text-overflow: ellipsis;
    height: 40px;
    line-height: 40px;
    color: white;
    text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0;
    margin-top: 0px;
    margin-bottom: 0px;
}

.mobile body {
    background-color: #e8ebed;
    overflow: hidden;
}

.mobile body {
    background-color: white;
}

.mblHeading,
.mblEdgeToEdgeCategory {
    background-image: url('');
    background-color: #1e88e5;
    border-top: #0c2a47;
}

.Heading {
    text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0;
}

.Heading,
.EdgeToEdgeCategory {
    position: relative;
    margin: 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* z-index: 1; */
    padding: 0;
    height: 42px;
    font-family: Helvetica;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 44px;
    background-color: #1e88e5;
    border-top: #0c2a47;
    border-bottom: 1px solid #2d3642;
    color: white;
}

.EdgeToEdgeCategory {
    font-size: 16px;
    height: 22px;
    border-bottom: 1px solid #979da3;
    line-height: 22px;
    text-align: left;
    padding-left: 10px;
}

.View {
    top: 0px;
    left: 0px;
    width: 100%;
}

.EdgeToEdgeList {
    margin: 0;
    padding: 0;
    background-color: white;
}

.ListItem {
    position: relative;
    overflow: hidden;
    padding: 0 8px;
    height: 43px;
    list-style-type: none;
    line-height: 43px;
    border-bottom: 1px solid #adaaad;
    font-weight: bold;
    color: black;
}

.ToolBarButton {
    border-width: 1px;
    border-style: solid;
    border-color: #2f3740 #405a7e #375073 #3a4755;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.305);
    border-radius: 5px;
    cursor: pointer;
    margin: 6px;
    padding: 0 10px;
    height: 29px;
    line-height: 29px;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    position: absolute;
    background-image: linear-gradient(to bottom, #222222 0%, #8ea4c1 2%, #5877a2 50%, #476999 50%, #4a6c9b 100%);
}

.category {
    position: relative;
    margin: 0;
    padding: 0 10px;
    overflow: hidden;
    font-family: Helvetica;
    font-size: 16px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 22px;
    border-top: 1px solid #a4b0b9;
    border-bottom: 1px solid #979da3;
    background-color: #1e88e5;
    color: white;
    line-height: 22px;
    text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0;
}

#loader {
    background: #fff;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    vertical-align: middle;
    width: 100%;
    z-index: 999;
}

.mblRadioButton,
mblCheckBox {
    font-size: 28px;
}


/** TABLAS CON SCROLL**/

.table {
    width: 100%;
    border-spacing: 0;
    margin: 0;
}

.table tbody,
.table thead {
    display: block;
}

.table thead tr {
    background-color: #1e88e5;
    border-top: #0c2a47;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: bold;
    text-overflow: ellipsis;
    height: 22px;
    color: white;
    text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0;
}

.table thead .header th {
    text-align: center;
    width: 100%;
    text-transform: uppercase;
}

.table thead tr th,
.table-simple thead tr th {
    height: 25px;
    line-height: 20px;
    text-align: center;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    padding-right: 3px !important;
    padding-left: 3px !important;
    text-transform: uppercase;
}

.table tbody {
    height: 350px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
}

.table tbody td,
.table-simple tbody td {
    height: 40px;
    font-size: 12px;
    padding: 3px 3px !important;
    vertical-align: inherit !important;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}

.table tbody .activator:active {
    background: #1e88e5;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #93c6f9), color-stop(100%, #2e6da4));
    background: -webkit-linear-gradient(top, #93c6f9 0%, #2e6da4 100%);
}

.table tbody td:last-child,
.table thead th:last-child {
    border-right: none;
}

.table.no-border td {
    border: none;
    text-align: center;
}


/* TABLA GENERAL*/

.table-simple {
    width: 100%;
}

.table-simple thead tr {
    background-color: #1e88e5;
    border-top: #0c2a47;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: bold;
    text-overflow: ellipsis;
    height: 22px;
    color: white;
    text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0;
}

.table-simple tbody div {
    float: left;
    margin: 5px 10px;
}


/*CHECKBOX EN TABLA*/

.table .checkbox {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    line-height: 28px;
    margin: 3px;
}

.table .checkbox:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    background-color: #337ab7;
    color: #f3f3f3;
    text-align: center;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
    border-radius: 3px;
}

.table input[type=radio]:checked+.checkbox:before {
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 17px;
    font-weight: 600;
}

.table input[type=radio] {
    display: none;
}

.table input[type=checkbox]:checked+.checkbox:before {
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 17px;
    font-weight: 600;
}

.table input[type=checkbox] {
    display: none;
}

.table label {
    font-weight: normal
}

.table_linea th {
    border-right-style: dashed;
    border-right-width: 1px;
}


/* CHECKBOX EN DIV */

.check-type .checkbox {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    line-height: 28px;
    margin: 3px;
}

.check-type .checkbox:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    background-color: #337ab7;
    color: #f3f3f3;
    text-align: center;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
    border-radius: 3px;
}

.check-type input[type=radio]:checked+.checkbox:before {
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 17px;
    font-weight: 600;
}

.check-type input[type=radio] {
    display: none;
}

.check-type input[type=checkbox]:checked+.checkbox:before {
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 17px;
    font-weight: 600;
}

.check-type input[type=checkbox]:disabled+.checkbox:before {
    background-color: #AFAFAF;
}

.check-type .readonly.checkbox:before {
    background-color: #AFAFAF !important;
}

.check-type input[type=checkbox] {
    display: none;
}

.check-type label {
    font-weight: normal
}

.modal-header {
    border-radius: 4px 4px 0 0;
}