/*!
 * Start Bootstrap - SB Admin Bootstrap Admin Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

body {
    margin-top: 100px;
    background-color: #fff;
}

.navbar {
    z-index: 10;
}

@media(min-width:765px) {
    body {
        margin-top: 50px;
    }
}

#wrapper {
    padding-left: 0;
}

#page-wrapper {
    width: 100%;
    padding: 0;
    background-color: #fff;
}

.huge {
    font-size: 50px;
    line-height: normal;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 195px;
    }

    #page-wrapper {
        padding: 0px;
    }
}

/* Top Navigation */


.top-nav {
    padding: 0 15px;
}

    .top-nav > li {
        display: inline-block;
        float: left;
    }

        .top-nav > li > a {
            padding-top: 15px;
            padding-bottom: 15px;
            line-height: 20px;
            color: #999;
        }

            .top-nav > li > a:hover,
            .top-nav > li > a:focus,
            .top-nav > .open > a,
            .top-nav > .open > a:hover,
            .top-nav > .open > a:focus {
                color: #fff;
                background-color: #d4d4d4;
            }

    .top-nav > .open > .dropdown-menu {
        float: left;
        position: absolute;
        margin-top: 0;
        border: 1px solid rgba(0,0,0,.15);
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        background-color: #fff;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }

        .top-nav > .open > .dropdown-menu > li > a {
            white-space: normal;
        }

ul.message-dropdown {
    padding: 0;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

li.message-preview {
    width: 275px;
    border-bottom: 1px solid rgba(0,0,0,.15);
}

    li.message-preview > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

li.message-footer {
    margin: 5px 0;
}

ul.alert-dropdown {
    width: 200px;
}

/* Side Navigation */

@media(min-width:768px) {
    .side-nav {
        position: fixed;
        top: 51px;
        left: 225px;
        width: 185px;
        height: 100%;
        margin-left: -225px;
        border: none;
        border-radius: 0;
        overflow-y: auto;
        background-color: #F7F7F7;
    }

        .side-nav > li > a {
            width: 225px;
            border-bottom: 1px solid #fff;
        }

        .side-nav li a:hover,
        .side-nav li a:focus {
            outline: none;
            background-color: #961c60 !important;
        }
}

.side-nav > li > ul {
    padding: 0;
}

    .side-nav > li > ul > li > a {
        display: block;
        padding: 10px 15px 10px 24px;
        background: #E5E5E5;
        font-size: 13px;
        text-decoration: none;
        color: #999;
    }

        .side-nav > li > ul > li > a:hover {
            color: #fff;
        }

/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/* Custom Colored Panels */

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

    .panel-green .panel-heading {
        border-color: #5cb85c;
        color: #fff;
        background-color: #5cb85c;
    }

    .panel-green a {
        color: #5cb85c;
    }

        .panel-green a:hover {
            color: #3d8b3d;
        }

.panel-red {
    border-color: #d9534f;
}

    .panel-red .panel-heading {
        border-color: #d9534f;
        color: #fff;
        background-color: #d9534f;
    }

    .panel-red a {
        color: #d9534f;
    }

        .panel-red a:hover {
            color: #b52b27;
        }

.panel-yellow {
    border-color: #f0ad4e;
}

    .panel-yellow .panel-heading {
        border-color: #f0ad4e;
        color: #fff;
        background-color: #f0ad4e;
    }

    .panel-yellow a {
        color: #f0ad4e;
    }

        .panel-yellow a:hover {
            color: #df8a13;
        }

/*******************/
a {
    color: #602646;
}

.remember-me {
    display: inline-flex;
    line-height: 0;
}

.login-message h1 {
    margin: 0 0 20px 13px;
}

#loginModal {
    background: url('../../Images/bckg_login_1.png') no-repeat center center fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

input:-webkit-autofill {
    background-color: red !important;
    color: red !important;
}

.display-label {
    background: #f6f6f6;
    text-align: left;
    border: none !important;
}

.display-field {
    text-align: left;
}

.edit-form {
    max-width: 550px;
}

    .edit-form .form-control {
        max-width: 550px;
    }

    .edit-form .form-group {
        margin-bottom: 3px !important;
        max-width: 550px;
        padding: 0;
    }

.Step2 .form-control {
    max-width: 100px;
}

.add-number .input-group-addon {
    width: 20px !important;
}

#listNumber {
    background-color: #f2f2f2;
    padding: 10px 5px 10px 11px;
    margin-top: 5px;
    max-width: 300px;
    border-radius: 5px;
}

._removeNumber {
    text-align: right;
    display: block;
    position: relative;
    top: -20px;
}

#listNumber .glyphicon {
    display: block;
    margin: 2px 5px 0 0;
}

#listNumber a {
    color: #cc2080 !important;
}

.LogOut {
    padding: 3px 20px;
}

.ui-icon {
    position: absolute !important;
    top: -2px !important;
    left: -2px !important;
    z-index: 1000;
}

.navbar-inverse {
    background-color: #eee;
    border-color: #d4d4d4;
}

.navbar-header {
}

.navbar-brand {
    background: url('../../Images/sps_logo_lg.png');
    background-repeat: no-repeat;
    background-position: 10px;
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    width: 120px;
}

.navbar-inverse .navbar-toggle {
    border: none !important;
}

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #999;
    }

    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: #d4d4d4;
    }


.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

/**********************************/
#PV_MessageFilter {
    display: table;
    background: #f9f9f9;
    padding: 12px;
    width: 100%;
    font-size: 12px;
    margin-top: 15px;
}

    #PV_MessageFilter .form-control {
        font-size: 11px;
        height: 25px;
        padding: 1px 7px;
    }

    #PV_MessageFilter .form-group {
        margin-bottom: 5px;
    }

    #PV_MessageFilter .col-sm-2 {
        padding: 4px;
    }

    #PV_MessageFilter .col-sm-1 {
        padding-right: 0px;
        padding-left: 3px;
    }

.btn_filter {
    display: table;
    float: right;
    margin: 22px 0px 0 2px;
}


/************* datepicker *****************/
.ui-datepicker-next, .ui-datepicker-prev {
    display: none;
}

.ui-widget-header {
    border: none !important;
    background: none !important;
    color: rgb(204, 32, 128) !important /*{fcHeader}*/;
}



.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    border-radius: 3px !important;
    Border: 1px solid #bebebe !important;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 !important;
}

.ui-datepicker .ui-button-icon-only .ui-icon {
    margin-left: 7px !important;
    margin-top: 6px !important;
}

.ui-datepicker {
    font-size: 12px !important;
}

#ui-datepicker-div {
    z-index: 101 !important;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.4)!important;
    -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.4)!important;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.4)!important;
}

/********************************************/



@media (min-width: 768px) {

    .col-sm-1 {
        width: 13.9%;
    }
}



/********SW Generales***********/
body {
    font-family: Helvetica, Arial, sans-serif;
    color: #969696;
}

h1 {
    font-size: 25px;
    color: rgb(204, 32, 128) !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Fjalla One';
    color: #676767;
}

/*********** Table Tools****************/
div.DTTT_container {
    width: 100%;
}

.table-responsive {
    /*overflow-x: hidden !important;*/
    margin-bottom: 60px !important;
}

.dataTables_wrapper .dataTables_filter input {
    border: none;
    background: #f9f9f9;
    border-radius: 3px;
    height: 30px;
}

.dataTables_length select {
    border: none;
    background: #f9f9f9;
    border-radius: 3px;
    height: 30px;
}


.mensaje_archivo a, #tableMessageFileHistory .glyphicon {
    color: rgb(204, 32, 128) !important;
}

.mensaje_archivo p {
    font-size: 12px;
}

.dataTables_wrapper .dataTables_processing {
    background: #f6f6f6;
    color: rgb(204, 32, 128);
    padding: 5px;
}

table.dataTable.no-footer {
    border-bottom: none;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #f2f2f2;
    border: none;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #778c40;
    font-size: 12px;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
        color: #778c40 !important;
        font-size: 12px;
    }


button.DTTT_button, div.DTTT_button, a.DTTT_button {
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    background: #eeeeee !important;
}

    button.DTTT_button:hover, div.DTTT_button:hover, a.DTTT_button:hover {
        background: #d4d4d4 !important;
    }

/******************/

#gridNews .table > tbody > tr > td {
    border: 1px solid #d4d4d4;
}

#gridNews h1 {
    font-size: 16px;
    margin: 0;
}

.ui-widget {
    font-family: Arial,sans-serif !important;
}

#gridNews ul {
    padding: 0 0 10px 10px;
}

#gridNews li {
    background: #f7f7f7;
    margin: 0 0 10px 0;
}
/***************/

#loginModal .btn-default {
    background: #b91c74;
    border: none;
    color: #fff;
}

    #loginModal .btn-default:hover {
        background: rgb(204, 32, 128);
    }

.datos_SW {
    font-size: 11px;
    text-align: center;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

/*******TOOLTIP****/

a.tooltips {
    position: relative;
    display: inline;
}

    a.tooltips span {
        position: absolute;
        color: #FFFFFF;
        width: 230px;
        height: 80px;
        padding: 10px 8px 0 8px;
        background: #a01964;
        text-align: center;
        visibility: hidden;
        border-radius: 4px;
    }

        a.tooltips span:after {
            content: '';
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -8px;
            width: 0;
            height: 0;
            border-top: 8px solid #a01964;
            border-right: 8px solid transparent;
            border-left: 8px solid transparent;
        }

a:hover.tooltips span {
    visibility: visible;
    opacity: 0.8;
    bottom: 30px;
    left: 50%;
    margin-left: -76px;
    z-index: 999;
}

/*****************************/
.container-fluid {
    padding-left: 5px;
}


th.table_options {
    width: 54px !important;
}

td.table_options_td {
    text-align: center;
}

.page-header {
    margin: 21px 0 20px;
}

table {
    font-size: 12px;
    width: 99% !important;
    border-bottom: 1px solid #eee !important;
    border-top: 1px solid #eee !important;
}

thead {
    font-family: 'Fjalla One';
    font-weight: normal !important;
}

    thead th {
        font-weight: normal !important;
    }

    thead label {
        font-weight: normal !important;
    }


/****banderitas y estados grilla*******/

.flag_Uruguay {
    background: url('../../Images/flag_uruguay.png') no-repeat;
    background-size: 14px;
    background-position: 7px 9px;
    padding: 9px 0 0 25px !important;
}

.flag_Bolivia {
    background: url('../../Images/flag_bolivia.png') no-repeat;
    background-size: 14px;
    background-position: 7px 9px;
    padding: 9px 0 0 25px !important;
}

.flag_Peru {
    background: url('../../Images/flag_peru.png') no-repeat;
    background-size: 14px;
    background-position: 7px 9px;
    padding: 9px 0 0 25px !important;
}

.flag_Honduras {
    background: url('../../Images/flag_honduras.png') no-repeat;
    background-size: 14px;
    background-position: 7px 9px;
    padding: 9px 0 0 25px !important;
}

.flag_Paraguay {
    background: url('../../Images/flag_paraguay.png') no-repeat;
    background-size: 14px;
    background-position: 7px 9px;
    padding: 9px 0 0 25px !important;
}

.res_espera {
    color: #ed9711;
    font-weight: bold;
}

.res_rechazado {
    color: #A02828;
    font-weight: bold;
}

.res_entregado {
    color: #81A622;
    font-weight: bold;
}

/************UNICODE****************/

span#smsCount, span.unicode {
    font-size: 14px;
    font-family: 'Fjalla One';
    color: rgb(204, 32, 128);
}

span#smsTotalCount {
    font-size: 14px;
    font-family: 'Fjalla One';
    color: #5bca69;
}

span.unicode {
    font-size: 12PX;
}
/********************************/


.field-validation-error {
    color: #d82424 !important;
    /*border: 1px solid #d82424 !important;*/
    width: 100%;
    display: table;
    border-radius: 4px;
    padding: 4px;
    text-align: right;
    font-size: 10px;
    font-weight: bold;
    margin-top: 3px;
    background: #f9F9F9 url('../../Images/error_atention.png') no-repeat;
    background-position: 9px 5px;
    background-size: 11px 11px;
}
/******************/
.tooltip {
    display: inline;
    position: relative;
}

    .tooltip:hover:after {
        bottom: 26px;
        content: attr(title); /* este es el texto que será mostrado */
        left: 20%;
        position: absolute;
        z-index: 98;
        /* el formato gráfico */
        background: rgba(255,255,255, 0.2); /* el color de fondo */
        border-radius: 5px;
        color: #FFF; /* el color del texto */
        font-family: Georgia;
        font-size: 12px;
        padding: 5px 15px;
        text-align: center;
        text-shadow: 1px 1px 1px #000;
        width: 150px;
    }

    .tooltip:hover:before {
        bottom: 20px;
        content: "";
        left: 50%;
        position: absolute;
        z-index: 99;
        /* el triángulo inferior */
        border: solid;
        border-color: rgba(255,255,255, 0.2) transparent;
        border-width: 6px 6px 0 6px;
    }
/****************************/


div#PV_MessageIndex .page-header label {
    font-weight: normal;
    color: rgb(204, 32, 128) !important;
}



.Message_Report label {
    font-weight: normal;
    color: rgb(204, 32, 128) !important;
}
/*********************/
.info_formato_1, .info_formato_2 {
    background: #f9F9F9;
    padding: 1px 7px 1px 35px;
    border-radius: 5px;
    margin-top: 24px;
    margin-bottom: 10px;
}

    .info_formato_1 h1 {
        font-size: 14px;
        margin-top: 5px;
    }

    .info_formato_1 p {
        font-size: 12px;
        line-height: 13px;
    }

        .info_formato_1 p span {
            color: rgb(204, 32, 128) !important;
            font-weight: bold;
            font-size: 15px;
            line-height: 12px;
        }
    /***/
    .info_formato_2 h1 {
        font-size: 14px;
        margin-top: 5px;
        color: #5bca69 !important;
    }

    .info_formato_2 p {
        font-size: 12px;
        line-height: 13px;
    }

        .info_formato_2 p span {
            color: #5bca69;
            font-weight: bold;
            font-size: 15px;
            line-height: 12px;
        }

.submit_volver {
    margin-bottom: 20px;
    margin-top: 12px;
}


.errorLogin {
    color: #d82424 !important;
    /*border: 1px solid #d82424 !important;*/
    width: 100%;
    display: table;
    border-radius: 4px;
    padding: 4px;
    text-align: right;
    font-size: 10px;
    font-weight: bold;
    margin-top: 3px;
    background: #f9F9F9 url('../../Images/error_atention.png') no-repeat;
    background-position: 9px 5px;
    background-size: 11px 11px;
}



div#divNumber {
    min-width: 275px;
}



.ui-dialog .ui-dialog-titlebar-close span {
    margin: 2px !important;
}

.ui-widget-content {
    border: none !important;
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
    background-color: #5cb85c;
    border-color: none !important;
    color: #fff;
}

.col-lg-3 h5 {
       margin-top: 30px;
       text-align: right;
   }

.col-lg-6 h1 {
   margin-left: -29px;
}
