﻿

/* INICIO header */

#header {
    background-color: #da262c;
    background-image: url('images/textureAlpha14.png');
    background-repeat: repeat;
    min-height: 130px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}


/*INICIO Identidad Claro*/

#claroIdentity {
    float: left;
    width: 90px;
    height: 90px;
    margin-top: 20px;
    margin-left: 34px;
    background-image: url(images/sprites.png); /*60,40*/
    background-position: -60px -40px;
    background-repeat: no-repeat;
}

#header h1 {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

#header h1 a {
    width: 100%;
    height: 100%;
    display: block;
}

#header h1 a span {
    display: none;
}


/*FINAL Identidad Claro*/


/*INICIO titulo*/

#header h2 {
    width: auto;
    float: left;
    margin: 0px;
    padding-top: 44px;
    margin-left: 34px;
}

#header h2 span {
    color: #FFF;
    font-size: 36px;
    font-family: 'DIN Medium';
}


/*FINAL titulo*/


/*INICIO UserData*/

#userData {
    float: right;
    margin: 1em;
    text-align: right;
    font-size: 0.9em;
    color: #fff;
}

#userData form {
    display: inline;
}

#userData button {
    background-color: transparent;
    border: 1px solid #fff;
}

#userData button#safeExitBTN:after {
    content: "\e910";
    display: inline-block;
    font-family: 'claroIcons';
    font-size: 24px;
    line-height: 0.5em;
    vertical-align: middle;
}

#userData button#toggleUserData {
    display: none;
}

#userData button#toggleUserData:after {
    content: "\e912";
    display: inline-block;
    font-family: 'claroIcons';
    font-size: 32px;
    line-height: 0.5em;
    vertical-align: middle;
}

#userData button#toggleUserData span {
    display: inline-block;
    overflow: hidden;
    width: 0px;
    height: 0px;
}

#userData ul {
    opacity: 1;
    display: block;
    list-style: none;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#userData ul li {
    margin: 5px 5px 5px 0px;
}

#userData ul li span:after {
    display: inline-block;
    font-family: 'claroIcons';
    font-size: 22px;
    line-height: 0.5em;
    vertical-align: middle;
    margin-left: 5px;
}

#userData ul li #userDataPoliedro:after {
    content: "\e901";
}

#userData ul li #userDataCodDistribuidor:after {
    content: "\e905";
}

#userData ul li #userDatafechaHora:after {
    content: "\e916";
}
/*select2*/

.select2-container--default .select2-selection--single {
    background-image: url('images/sprites.png'); /*150,190*/
    background-position: -150px -190px;
    background-repeat: repeat-x;
    border-width: 2px !important;
}
/*Select2*/

/*FINAL UserData */

#printFechaHora,
#printClientData {
    display: none;
}

#printFechaHora:before,
#printClientData:before {
    display: inline-block;
    font-family: 'claroIcons';
    font-size: 7mm;
    vertical-align: middle;
}

#printFechaHora:before {
    content: "\e916";
}

#printClientData:before {
    content: "\e912";
}


/* FINAL header */

@media (min-width: 992px) {

    #mainContent {
        background-color: #FFF;
        padding-bottom: 70px;
        min-height: 920px;
    }
}

/* INICIO FOOTER */

#footer {
    background-color: #E6E6E6;
    text-align: center;
}

    #footer p {
        padding: 0.5em;
        margin: 0px;
        font-size: 0.9em;
        color: #808080;
    }


/* FINAL FOOTER */

#Rut {
    width: 20%;
}
/*opciones datatable*/

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: rgba(216, 83, 79, 1);
    border-color:darkred;

}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: rgba(51, 51, 51, 1);
}

.pagination > li > a, .pagination > li > span {
    color: rgba(51, 51, 51, 1);
}

table.dataTable thead {
    background-color: #da262c;
    background-image: url('images/textureAlpha14.png');
    background-repeat: repeat;
    color: rgba(255, 255, 255, 1);
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
