.bg-logo{
    position: fixed; 
    z-index: -100; 
    width: 90%; 
    opacity: 0.1;
    margin-left: 25px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.modal-backdrop {
    visibility: hidden;
}

.breadcrumb{
    background-color: inherit;
    padding-left: 0;
    margin-bottom: 0px;
}

.scrollStyle
{
    overflow-x:auto;
    overflow-y:auto;
    overflow-style: move;
}

.max-height-300{
    max-height: 300px;
}
.max-height-400{
    max-height: 400px;
}
.max-height-500{
    max-height: 500px;
}
.max-height-600{
    max-height: 600px;
}

.main-header {
    margin-bottom: 40px;
}

.btn_search {
    padding: 9px 12px;
}

.btn_table  {
    margin: 5px;
    position: relative;
    width: 120px;

}

.btn-toolbar_table{
    text-align: right;
}​

.main-header h1{
    color: #174e66;
    color: #e2001a;
    border-right-color: #2c98c6;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    border-right: 1px solid #ccc;
    margin: 0;
    padding-right: 10px;
    margin-right: 10px;
    margin-top: 5px;
    font-family: "latolight";
    font-size: 30px;
}

.main-header em{
    color: #217294;
}


/*Extras bootstrap*/
.input-group-addon.input-group-addon-white,
.input-group input ~ .input-group-addon{
    background-color: white;
    border-left: none;
    cursor: default;
}
/*Para iconos en los input*/
.left-inner-addon {
    position: relative;
}
.left-inner-addon input {
    padding-left: 30px;    
}
.left-inner-addon i {
    position: absolute;
    padding: 10px 12px;
    pointer-events: none;
}

.right-inner-addon {
    position: relative;
}
.right-inner-addon input {
    padding-right: 30px;    
}
.right-inner-addon i {
    position: absolute;
    right: 0px;
    padding: 10px 12px;
    pointer-events: none;
}

.nopadding {
    padding: 0 !important;
}
.nopadding-right {
    padding-right: 0 !important;
}
.nopadding-left {
    padding-left: 0 !important;
}
.nopadding-bottom {
    padding-bottom: 0 !important;
}
.nopadding-top {
    padding-top: 0 !important;
}
/* Posisionamiento de texto*/
.right-text {
    text-align: right;
}
.center-text {
    text-align: center;
}

/*Separacion vertical de los divs*/
.voffset5{
    margin-top: 5px;
    margin-bottom: 5px;
}
.voffset10{
    margin-top: 10px;
    margin-bottom: 10px;
}
/**********************************/
.cursor_well {
    cursor: pointer;
}.cursor_well:hover {
    color: #555;
}
.cursor_pointer {
    cursor: pointer;
}

.cursor_default {
    cursor: default;
}

.to_uppercase {
    text-transform: uppercase;
}

.editable {
    color: #66512c;
}
.editable_cbo {
    color: #66512c;
}

.navbar-lower{
    top: 10px;
    margin-bottom: 0px;
}

/*Full Screen class*/
div.full-screen{
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 20px;
    width: 100%;
    height: 100%;
    z-index: 1050;
}

div.modal-dialog{
    z-index: 1100;
}

/*Mensaje de informacion*/
.alert{
    position: fixed !important;
    right: 0px;
    left: 0px;
    margin: auto;
    top: 0px;
    width: 60%;
    border-radius: 0px 0px 10px 10px;
    height: 70px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    z-index: 99999;
    opacity: 0.9;
}
@media screen and (max-width: 768px) {
    .alert{
        width: 80%;
    }
}
@media screen and (max-width: 450px) {
    .alert {
        width: 100%;
        border-radius: 0px;
    }
}
/*
 * SELECTING
 * Row selection styles
 */

table.dataTable > tbody > tr.saw_table_selected.odd > td,
table.dataTable > tbody > tr.saw_table_selected.odd > td.sorting_1,
table.dataTable > tbody > tr.saw_table_selected.odd > td.sorting_2,
table.dataTable > tbody > tr.saw_table_selected.odd > td.sorting_3,
table.dataTable > tbody > tr.saw_table_selected.even > td,
table.dataTable > tbody > tr.saw_table_selected.even > td.sorting_1,
table.dataTable > tbody > tr.saw_table_selected.even > td.sorting_2,
table.dataTable > tbody > tr.saw_table_selected.even > td.sorting_3 { 
    background-color: #ccc;
    color: #000;
} 
table.dataTable > tbody > tr.saw_table_selected.odd:hover > td,
table.dataTable > tbody > tr.saw_table_selected.odd:hover > td.sorting_1,
table.dataTable > tbody > tr.saw_table_selected.odd:hover > td.sorting_2,
table.dataTable > tbody > tr.saw_table_selected.odd:hover > td.sorting_3, 
table.dataTable > tbody > tr.saw_table_selected.even:hover > td,
table.dataTable > tbody > tr.saw_table_selected.even:hover > td.sorting_1,
table.dataTable > tbody > tr.saw_table_selected.even:hover > td.sorting_2,
table.dataTable > tbody > tr.saw_table_selected.even:hover > td.sorting_3 {
    background-color: #ddd;
    color: #000;
}

@media screen and (max-width: 768px) {
    .dataTables_length {
        visibility: hidden;
        display: none;
    }
    .dataTables_filter {
        visibility: hidden;
        display: none;
    }
    .DTTT_container {
        visibility: hidden;
        display: none;
    }
    .dataTables_info {
        visibility: hidden;
        display: none;
    }
}

@media print{

    .dont-print
    {
        overflow:hidden;
    }

}

/*Extras bootstrap*/
.panel_header_primary {
    border-bottom: 1px solid #428BCA;
}

table.saw_focus_table{
    border-width: 2px;
}

.action{
    min-width: 70px;
    width: 70px;
    text-align: center;
}

.action-x2{
    min-width: 85px;
    width: 85px;
    text-align: center;
}

.action-x3{
    min-width: 100px;
    width: 100px;
    text-align: center;
}

.form-group {
    margin-bottom: 5px;
}

.center-vertical-porcentual {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.list-popup-mesagge li{
    padding-bottom: 10px;
}
.list-popup-mesagge li:last-child{
    padding-bottom: 0px;
}

.link_mega {
    color: red;
}

.link_mega:hover {
    color: white;
}

textarea.form-control.textarea-sm{
    height: 80px; max-height: 150px; max-width: 100%;
}

// ************ POST - IN ****************//
/* latin */
.quote-container {
    margin-top: 50px;
    position: relative;
}

.note {
    color: #333;
    position: relative;
    width: 300px;
    margin: 20px auto 30px auto;
    padding: 20px;
    font-family: Indie Flower;
    font-size: 30px;
    box-shadow: 10px 10px 2px rgba(0,0,0,0.3);

}
.note.media {
    width: 400px;
    text-align: center;
}

.note.extra {
    width: 100%;
    text-align: center;
}

.note .author {
    display: block;
    margin: 40px 0 0 0;
    text-align: right;
}

.yellow {
    background: #f7f792;
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
}

.pin {
    background-color: #aaa;
    display: block;
    height: 32px;
    width: 2px;
    position: absolute;
    left: 50%;
    top: -16px;
    z-index: 1;
}

.pin:after {
    background-color: #A31;
    background-image: radial-gradient(25% 25%, circle, hsla(0,0%,100%,.3), hsla(0,0%,0%,.3));
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.1),
        inset 3px 3px 3px hsla(0,0%,100%,.2),
        inset -3px -3px 3px hsla(0,0%,0%,.2),
        23px 20px 3px hsla(0,0%,0%,.15);
    content: '';
    height: 12px;
    left: -5px;
    position: absolute;
    top: -10px;
    width: 12px;
}

.pin:before {
    background-color: hsla(0,0%,0%,0.1);
    box-shadow: 0 0 .25em hsla(0,0%,0%,.1);
    content: '';

    height: 24px;
    width: 2px;
    left: 0;
    position: absolute;
    top: 8px;

    transform: rotate(57.5deg);
    -moz-transform: rotate(57.5deg);
    -webkit-transform: rotate(57.5deg);
    -o-transform: rotate(57.5deg);
    -ms-transform: rotate(57.5deg);

    transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
}

// ************ END >> POST - IN ****************//