﻿.navbar-default {
    border-bottom: solid 3px #05141F;
    background-color: #f7f8f8;
}

.navbar-brand img {
    max-height: 50px;
    padding-bottom: 15px;
}

#navbar ul {
    font-weight: 600;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: 'open sans', sans-serif;
    font-size: 13px !important;
    background: #f7f8f8;
}

.container {
    width: auto;
    padding: 0 15px;
    background: #f7f8f8;
}

    .container .text-muted {
        margin: 0 !important;
        color: #fff !important;
    }


.footer {
    color: #fff;
    position: absolute;
    width: 100%;
    background-color: #05141F;
    padding: 20px;
}

.footer-background {
    background: #05141f !important;
}
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */


/*Others*/
.logoPie {
    display: block;
    position: absolute;
    right: 20px;
    top: 8px;
}

.formEdit {
    background-color: #f7f8f8;
}


.btn:hover {
    background: #ccc;
    text-shadow: none;
    text-decoration-line: underline !important
}

.btn.btn-primary {
    background: #05141F;
    color: #fff;
    text-shadow: none;
    filter: none;
    border-color: #05141F;
    border-radius: 0px;
}

.ms-selectable .btn.btn-primary {
    border-radius: 0 !important;
}

    .ms-selectable .btn.btn-primary:hover:focus {
        border-radius: 0;
    }

.ms-selection .btn.btn-primary {
    border-radius: 0 !important;
}

    .ms-selection .btn.btn-primary:hover:focus {
        border-radius: 0;
    }

.ui-dialog-buttonset .btn {
    border-radius: 0px !important;
}

    .ui-dialog-buttonset .btn:focus {
        border-radius: 0px !important;
    }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: #ffffff;
    background-color: #05141F;
}

.btn.btn-primary:hover {
    background: #05141F;
    opacity: 80%;
    border-radius: 0px;
    text-decoration-line: underline !important;
}

.botoneraMantenimiento .btn-toolbar .btn {
    border-right: solid 1px #FFFFFF;
}

.btn-toolbar .btn-group > .btn + .btn {
    margin-left: 0;
}

.filtrosMantenimiento {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border-bottom: dotted 1px #ccc;
    padding-bottom: 10px;
}

.datosMantenimento tr:last-child {
    border-bottom: dotted 1px #ccc;
}

.HeaderWhite {
    background-color: #f7f8f8;
}

.table thead:first-child tr:first-child th {
    border: 1px dotted #ddd;
    /*background: #f7f8f8;*/
}

.table.dataTable .sorting, .table.dataTable .sorting_desc, .table.dataTable .sorting_asc {
    padding-right: 30px;
    white-space: nowrap;
    background-color: transparent;
}


.table.table-condensed tr th, .table.table-condensed tr td {
    padding: 4px 5px;
}

table.dataTable thead th {
    cursor: pointer;
}

.table tr th {
    vertical-align: middle;
}

.table tr th, .table tr td {
    padding: 10px;
    border-top: 1px dotted #ddd;
}

.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
    background-color: #EEE;
}

.table.table-condensed tr th, .table.table-condensed tr td {
    padding: 4px 5px;
}

.table tr td {
    vertical-align: middle;
}

.table tr th, .table tr td {
    padding: 10px;
    border-top: 1px dotted #ddd;
}

.btn.btn-small {
    padding: 5px 10px;
}

.dataTables_scrollBody {
    overflow: inherit !important;
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    margin: 10px 10px 5px 5px;
}

    .dataTables_wrapper .dataTables_filter input {
        margin-bottom: 0;
    }

.dataTables_wrapper .dataTables_info {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .dataTables_wrapper .dataTables_info span {
        font-weight: 600;
    }

.dataTables_wrapper .dataTables_paginate {
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .dataTables_wrapper .dataTables_paginate > a {
        margin-right: 5px;
        background: #333;
        padding: 3px 8px;
        color: #fff;
        text-decoration: none;
        cursor: pointer;
    }

        .dataTables_wrapper .dataTables_paginate > a.paginate_button_disabled {
            color: #999;
            background-color: #666;
        }

            .dataTables_wrapper .dataTables_paginate > a.paginate_button_disabled:hover {
                background: #666;
                cursor: default;
            }

        .dataTables_wrapper .dataTables_paginate > a:hover {
            background: #05141F;
        }

    .dataTables_wrapper .dataTables_paginate > span > a {
        padding: 3px 8px;
        margin-right: 5px;
        background: #eee;
        color: #333;
        text-decoration: none;
        cursor: pointer;
    }

        .dataTables_wrapper .dataTables_paginate > span > a.paginate_active, .dataTables_wrapper .dataTables_paginate > span > a:hover {
            background: #05141F;
            color: #fff;
        }


.datatablesbottom {
    margin-bottom: 40px;
}


.modal {
    top: 70px;
    right: 20px;
    left: 20px;
    bottom: 70px;
}

/*.modal-body
{
    min-height:295px;
    max-height: 300px;
    overflow: auto;
}*/

.detailCollection {
    border-top: 1px solid silver;
}

.detailDescription {
    font-weight: bold;
}

.emptyDetailDescription {
    font-style: italic;
    color: silver;
}

.modal-footer {
    background-color: #f7f8f8 !important;
}

.form-group {
    max-width: 250px;
}

    .form-group > label {
        margin-right: 30px;
    }

.botoneraMantenimiento {
    margin: 0 0 15px 0;
}

.form-horizontal .form-group {
    margin-right: 15px;
    margin-left: 15px;
}


.select2-container {
    width: 100% !important;
}



td .btn-toolbar {
    float: left;
}


#modalForm_grid {
    overflow-x: auto;
    overflow-y: auto;
}

tbody tr .btn-toolbar .btn-group .dropdown-menu {
    right: 0;
    left: 0;
}


#navbar .navbar-nav > li > a:hover {
    text-decoration: none;
    color: #05141F;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #F7f8f8;
}

.datatablesbottom {
    padding-top: 10px;
}

.uploaddiv {
    border: 2px solid black;
    padding-top: 10px;
}

.breadcrumb {
    margin-top: 0px;
    padding: 4px 4px;
}


/*******************************/


.dropdown-menu {
    background-color: #f7f8f8;
    padding: 0;
}

    .dropdown-menu li {
        padding: 2px 0px;
        border-bottom: 1px solid #eee;
    }

        .dropdown-menu li:hover {
            text-decoration: underline;
        }


        .dropdown-menu li a span:hover {
            text-decoration: underline;
        }

        .dropdown-menu li.active > a, .dropdown-menu li.active > a:hover {
            background-color: #05141F;
        }

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #f7f8f8;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }




.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #f7f8f8;
}

#mainmenu > li.active {
    border-bottom: solid 3px #05141F;
}


.ui-dialog-titlebar {
    color: #f7f8f8;
    background-color: #05141F;
}

.ui-dialog-titlebar-close {
    background-position: -96px -128px;
    background-image: url("/kiaContent/images/ui-icons_777777_256x240.png");
}

.ui-widget-overlay {
    opacity: 0.4;
}

/*******************************/
.ui-dialog-extended .ui-dialog-title {
    float: none
}

.ui-dialog-extended .ui-dialog-titlebar-button {
    float: right;
    margin: 0;
    position: relative;
    right: auto
}

.ui-dialog-maximize {
    opacity: 1
}

.ui-dialog-extended .ui-state-default, .ui-dialog-extended .ui-widget-content .ui-dialog-extended .ui-state-default, .ui-dialog-extended .ui-widget-header .ui-dialog-extended .ui-state-default {
    background: none;
    border: none
}

#dialog-extend-fixed-container {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 9999
}

    #dialog-extend-fixed-container .ui-dialog-extended {
        height: auto !important;
        left: auto !important;
        opacity: 1;
        position: relative !important;
        top: auto !important;
        width: auto !important
    }

        #dialog-extend-fixed-container .ui-dialog-extended.left {
            float: left
        }

        #dialog-extend-fixed-container .ui-dialog-extended.right {
            float: right
        }

        #dialog-extend-fixed-container .ui-dialog-extended .ui-dialog-content, #dialog-extend-fixed-container .ui-dialog-extended .ui-dialog-buttonpane {
            display: none !important
        }


.ui-dialog-titlebar button:nth-child(3) {
    background-position: -32px -80px;
    background-image: url("/kiaContent/images/ui-icons_777777_256x240.png");
}



.ui-dialog-titlebar button:nth-child(4) {
    background-position: -48px -80px;
    background-image: url("/kiaContent/images/ui-icons_777777_256x240.png");
}

.ui-dialog-titlebar button:nth-child(5) {
    background-position: -48px -128px;
    background-image: url("/kiaContent/images/ui-icons_777777_256x240.png");
}

.dataTable tbody tr td .btn-toolbar {
    max-height: 23px;
}

    .dataTable tbody tr td .btn-toolbar .btn-group {
        max-height: 23px;
    }

        .dataTable tbody tr td .btn-toolbar .btn-group button {
            max-height: 23px;
            font-size: 11.9px;
        }

            .dataTable tbody tr td .btn-toolbar .btn-group button i {
                top: 0px;
            }

.ms-container {
    display: inline-flex;
}

.ms-selectable .input-append {
    display: inline-flex;
}


.ms-selectable .input-append {
    display: inline-flex;
}

.ms-selection .input-prepend {
    display: inline-flex;
}

.add-on {
    display: inline-flex;
}

.concepheader {
    color: white;
    background-color: #05141F !important;
}

    .concepheader td {
        color: white;
        background-color: #05141F !important;
    }

#tableconcepts td input {
    max-width: 80px;
}

.paging_full_numbers .current {
    color: #fff !important;
    background-color: #05141F !important;
}

table.dataTable tr.even.row_selected td {
    background-color: #05141F;
    color: white;
}

table.dataTable tr.odd.row_selected td {
    background-color: #05141F;
    color: white;
}

.btn {
    color: #05141F;
    /*border: 1px solid #05141F;*/
}

table.dataTable tr.group td {
    color: white;
    background-color: #999;
}

.accordion {
    margin-bottom: 20px;
}

.accordion-group {
    margin-bottom: 2px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.accordion-heading {
    border-bottom: 0;
}

    .accordion-heading .accordion-toggle {
        display: block;
        padding: 8px 15px;
    }

.accordion-toggle {
    cursor: pointer;
}

.accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid #e5e5e5;
}

.accordion .accordion-group {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .accordion .accordion-group .accordion-heading .accordion-toggle {
        background: #f6f6f6;
    }

.accordion-widget .accordion-group {
    border: 2px solid #eee;
}

    .accordion-widget .accordion-group:hover {
        border-color: #ddd !important;
    }

    .accordion-widget .accordion-group .accordion-heading .accordion-toggle {
        padding: 13px 0 13px 13px;
        font-size: 20px;
        color: #333;
        position: relative;
    }

        .accordion-widget .accordion-group .accordion-heading .accordion-toggle:hover {
            text-decoration: none;
            background: #ddd !important;
        }

    .accordion-widget .accordion-group .accordion-inner {
        border: 0;
    }

.botoneraMantenimiento .btn.btn-primary {
    border-radius: 0 !important;
}

#btncancelf {
    border-radius: 0px;
    border: 1px solid;
}

    #btncancelf .btn:hover {
        border-radius: 0px;
        text-decoration-line: underline !important;
    }

#signin .glyphicon.glyphicon-chevron-right {
    padding: 4px 4px 4px 4px !important;
    border-radius: 25px !important;
    color: #05141F !important;
    background-color: #FFFFFF !important;
    margin-left: 15px;
    margin-right: 3px
}


#signin .btn.btn-primary {
    border-radius: 0px;
    height: 37px;
    padding-left: 20px;
    padding-right: 20px;
}

.btn:focus {
    /*opacity: 80% !important;*/
    outline: none !important;
    text-decoration: none;
}


.cancelBtn .btn-default {
    border-radius: 0px !important;
}

    .cancelBtn .btn-default:hover:focus {
        text-decoration-line: underline !important;
    }


.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    background: #05141F !important;
}

.datepicker table tr td:hover {
    background: #05141F !important;
    color: #ffffff;
    opacity: 80%;
}

.cancelBtn {
    border-radius: 0px;
    border: 1px solid #05141F;
}

    .cancelBtn:hover {
        opacity: 80%;
        border: 1px solid #05141F;
    }


.ui-widget-content {
    border: 1px solid #dddddd;
    background: #f7f8f8;
    color: #05141F;
}

#resetuser {
    background: #f7f8f8;
}

.form-control:focus {
    border-color: #ccc;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px #ccc, 0 0 8px #ccc;
    box-shadow: inset 0 1px 1px #ccc, 0 0 8px #ccc;
}

.form-control {
    background-color: #f7f8f8 !important;
}

.select2-container .select2-choice {
    display: block;
    height: 28px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;
    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #f7f8f8;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f7f8f8), color-stop(0, #f7f8f8));
    background-image: -webkit-linear-gradient(center bottom, #f7f8f8 0%, #f7f8f8 50%);
    background-image: -moz-linear-gradient(center bottom, #f7f8f8 0%, #f7f8f8 50%);
    background-image: -o-linear-gradient(bottom, #f7f8f8 0%, #f7f8f8 50%);
    background-image: -ms-linear-gradient(top, #f7f8f8 0%, #f7f8f8 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f7f8f8', endColorstr = '#f7f8f8', GradientType = 0);
    background-image: linear-gradient(top, #f7f8f8 0%, #f7f8f8 50%);
}

.navbar-default .navbar-nav > li > a, .breadcrumb > .active {
    color: #05141f;
    font-weight: bold;
}

.select2-drop {
    background: #f7f8f8;
}

.select2-results {
    padding: 4px 4px 4px 0px;
    margin: 0;
    background: #f7f8f8;
    border: 1px solid #c7cacd;
}

    /*.select2-results li {
        height: 28px;
    }*/

    .select2-results li:hover {
        border: 1px solid #c7cacd;
        background: #eee;
    }


.select2-search input {
    background: #f7f8f8 url(/kiacontent/images/select2.png) no-repeat 100% -22px;
}


.dropdown-menu {
    background-color: #f7f8f8;
    padding: 0;
}

    .dropdown-menu li {
        padding: 2px 0px;
        border-bottom: 1px solid #eee;
    }

        .dropdown-menu li:hover {
            text-decoration: underline;
        }


        .dropdown-menu li a span:hover {
            text-decoration: underline;
        }


input, input:active, input:focus {
    background: #f7f8f8;
    border: 1px solid #ccc !important;
    /*padding: 4px;*/
    border-radius: 0px !important;
}


.daterangepicker .calendar-table {
    border: 1px solid #f7f8f8;
    padding: 4px;
    border-radius: 4px;
    background: #f7f8f8;
}

.ranges li {
    font-size: 13px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    color: #05141F;
    padding: 3px 12px !important;
    margin-bottom: 8px;
    cursor: pointer;
}

.ms-container .ms-selectable, .ms-container .ms-selection {
    background: #f7f8f8;
}

    .ms-container .ms-selectable li.ms-elem-selectable, .ms-container .ms-selection li.ms-elem-selection {
        border-bottom: 1px #eee solid;
        padding: 4px 10px;
        color: #555;
        font-size: 14px;
    }

        .ms-container .ms-selectable li.ms-elem-selectable:hover, .ms-container .ms-selection li.ms-elem-selection:hover {
            border: 1px solid #c7cacd;
            background: #eee;
        }


.ms-container .ms-list.ms-focus {
    border-color: #eee;
    -webkit-box-shadow: inset 0 1px 1px #eee, 0 0 3px #344048;
    -moz-box-shadow: inset 0 1px 1px #eee, 0 0 3px #344048;
    box-shadow: inset 0 1px 1px #eee, 0 0 3px #344048;
    outline: 0;
    outline: thin dotted \9;
}

.panel-body {
    background: #f7f8f8;
}

input, button, select, textarea {
    background: #f7f8f8;
}

textarea {
    border-color: #ddd !important;
}

.panel-primary {
    border-color: #9ba1a5;
}

.imagenPrincipal {
    background-color: #05141F;
    text-align: center;
}

.navbar {
    margin-bottom: 0px !important;
}

.container-login {
    padding: 0 !important;
}

.toogleViewEdit {
    border: 1px solid;
}

.headerCopy .ui-dialog-titlebar {
    background: url('../images/header_copy_bg.png') repeat;
    color: black;
    font-weight: bold;
    font-size: large;
}
