/* 
    Document   : custom
    Created on : 24/06/2013, 12:00:26
    Author     : eprimost
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

div#mws-container{
    margin-left: 0px;
}

div#mws-footer {
    left: 14px;
    right: 14px;
}

.refresh_table_button{
    cursor: pointer;
    float: left; 
}

.ui-datepicker {
    z-index: 1003 !important;
}

.ui-autocomplete{
    background-color: #FFFFFF;
    border: 1px solid #B6B6B6;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    color: #4F4F4F;
    padding: 2px;
}

.ui-autocomplete.ui-menu .ui-menu-item a.ui-state-hover, .ui-autocomplete.ui-menu .ui-menu-item a.ui-state-active {
    background: none repeat scroll 0 0 #5F83B9;
    border-color: #466086;
    border-radius: 4px;
    color: #FFFFFF;
    font-weight: normal;
    margin: -1px;
    text-shadow: 0 1px 1px #234386;
}

.laoding_table_div{
    background-color: #000;
    opacity: 0.5;
    position: absolute;
    left: 3px;
}

.chzn-container{
/*    margin-top: 4px;
    float: left;*/
}

.chzn-container-single .chzn-single{
    height: 28px;
    line-height: 27px;
}

.mws-form-list.inline .chzn-container{
    margin-top: 0;
    clear: both;
    float: left;
}

.mws-datepicker{
    margin-left: 18px;
}

.disable-select {
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
}

.ui-dialog .ui-dialog-content{
    overflow: visible;
}

.ui-dialog .ui-dialog-titlebar{
    background-color: #6195d6;
}

.mws-wizard ul li:last-child{
    padding-right: 6px;
}

.dialog_export_options{
    padding: 20px;
}

.mws-panel .mws-panel-header span.mws-i-24{
    float: left;
    width: auto;
}

.mws-panel .mws-panel-header .ctn_export{
    float: right;
}

.mws-panel .mws-panel-header .ctn_export .export_icon{
    margin: -3px 8px;
}

.mws-panel .mws-panel-header .ctn_export .export_icon:last-child{
    margin: -3px 0 -3px 8px;
}

.mws-panel .mws-panel-header .mws-button, .filtros_botones .mws-button{
    float: right;
    margin: -2px 5px;
    padding: 2px 21px;
}

.mws-panel .mws-panel-header, .ui-widget-header{
    box-sizing : content-box; 
}

.mws-button.right, .mws-panel .mws-panel-header .mws-button.right, .filtros_botones .mws-button.right{
    float: right;
}

.mws-button.left, .mws-panel .mws-panel-header .mws-button.left, .filtros_botones .mws-button.left{
    float: left;
}

div.jGrowl div{
    -moz-border-radius: 	0px;
    -webkit-border-radius:	0px;    
    font-size: 15px;
}

div.jGrowl div.jGrowl-notification div.jGrowl-header{
    font-size: 15px;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
    background-image: none;
    color: #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 1px rgba(0, 0, 0, 0.15);
    font-family: 'PTSansRegular',Arial,Helvetica,sans-serif;
    outline: medium none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

div.jGrowl div.fail {
    background-color: #BC4343;
    background-image: linear-gradient(#CA4E4E, #BC4343);
    border: 1px solid #762929;
    color: #FFF;
}

div.jGrowl div.success {
    background-color: #96C742;
    background-image: linear-gradient(#ADDF58, #96C742);
    border: 1px solid #507E0C;
}

div#mws-navigation ul li a, div#mws-navigation ul li span{
    padding: 11px 0 11px 40px;
}

div#mws-logo-container #mws-logo-wrap {
    height: 58px;
    text-align: center;
    vertical-align: middle;
    width: 650px;
    display: block;
}

div#mws-logo-container #mws-logo-wrap .logo-main{
    color: white;
    float: left;
    font-size: 38px;
    width: auto;
}

div#mws-logo-container #mws-logo-wrap .logo-detail{
    color: #C5D52B;
    float: left;
    font-size: 23px;
    margin-left: 2px;
    margin-top: 17px;
    text-transform: uppercase;
    vertical-align: baseline;
    width: auto;
}

.mws-table tbody td{
    padding: 2px 6px;
}

table.mws-table tbody tr td.ctn_acciones input[type=button], table.mws-table tbody tr td input[type=button].button_action_table{
    background-color: transparent;
    background-position: center center;
    border: medium none;
    border-radius: 0 0 0 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    margin: 0;
    padding: 8px 12px;
    width: 17px;
}

table.mws-table tbody tr td.ctn_acciones input[type="button"].disabled{
    opacity: 0.3;
}

.mws-table tbody td, .mws-table tfoot td{
    padding: 2px 6px;
}

table.mws-table tfoot tr td.info_footer_table div{
    width: 100%;
    float: left;
}

table.mws-table tfoot tr td.info_footer_table div.mostrando_registros{
    width: 28%;
}

table.mws-table tfoot tr td.info_footer_table div.registros_por_pagina{
    float: right;
    width: 28%;
    text-align: right;
}

table.mws-table tfoot tr td.info_footer_table div.ctn_paginador{
    float: left;
    width: 44%;
    text-align: center;
}

table.mws-table tfoot tr td.info_footer_table div.paginador span{
    margin: 0 4px;
    text-decoration: none;
    -webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;
    display: inline-block;
    padding: 0 6px;
    padding-bottom: 2px;
}

table.mws-table tfoot tr td.info_footer_table div.registros_por_pagina input{
    width: 40px;
    text-align: right;
}

table.mws-table tfoot tr {
    background: url("../theme/images/core/mws-table-header.png") repeat-x scroll left bottom #F5F5F5;
}

table.mws-table tfoot tr td.info_total{
    background-color: #9ECF4A;
    color: #FFFFFF;
}

table.mws-table tfoot tr td.info_total.green, table.mws-table tfoot tr td.info_total_ingresos.green, table.mws-table tfoot tr td.info_total_ops.green {
    background-color: #C5D52B;
    color: #FFFFFF;
}

table.mws-table tfoot tr td.info_total.red, table.mws-table tfoot tr td.info_total_egresos.red{
    background-color: #ED573E;
    color: #FFFFFF;
}

.mws-table tbody tr.odd:hover td, .mws-table tbody tr.even:hover td{
    /*background-color: #919191;*/
    background-color: #478ABF;
    color: #FFF;
}

.mws-table tbody tr.row_higlight{
    background-color: #E09393;
    color: #FFF;
}

.mws-table tbody tr.odd.row_selected:hover td, .mws-table tbody tr.even.row_selected:hover td, .mws-table tbody tr.row_selected{
    background-color: #C5D52B;
    color: inherit;
}


table.mws-table.sortable thead tr.headers th, table.mws-table tbody tr{
    cursor: pointer;
}

table.mws-table.sortable thead tr.headers th{
    background-position: 12px center;
    background-repeat: no-repeat;
    padding-left: 30px;
}

table.mws-table.sortable thead tr.headers th.no_orden{
    padding: 2px;
}


table.mws-table.sortable thead tr.headers th{
    background-image: url("../theme/images/core/sort.png");
    background-position: 3px center;
    padding: 2px 6px 2px 16px;
}

table.mws-table.sortable thead tr.headers th.no_orden{
    background: none !important;
}

table.mws-table.sortable thead tr.headers th.orden_asc{
    background-image: url("../theme/images/core/sort_desc.png");
}

table.mws-table.sortable thead tr.headers th.orden_desc{
    background-image: url("../theme/images/core/sort_asc.png");
}

table.mws-table thead tr.filtro th{
    padding: 3px;
}

table.mws-table thead tr.filtro th select{
    font-family: 'PTSansRegular',Arial,Helvetica,sans-serif;
}

table.mws-table thead tr.filtro th input,table.mws-table thead tr.filtro th select{
    border: 0px;
    width: 100%;
}

table.mws-table tr td.center,table.mws-table tr th.center{
    text-align: center;
}

table.mws-table tr td.right, table.mws-table tr th.right{
    text-align: right;
}

table.mws-table tfoot{
    border-top: 1px solid #BEBEBE;
}

.monto:before{
    content: "$ ";
}

table.mws-table tbody tr td, table.mws-table thead tr th{
    vertical-align: middle;
}

.ctn_page_header h1, .ctn_page_header h2 {
    margin-bottom: 4px;
    margin-top: 4px;
}

.ctn_buttons_headers.mws-panel-body, .ctn_page_header.mws-panel-body{
    border: 1px solid #BCBCBC;
    height: auto;
}

.ctn_buttons_headers.mws-panel-body{
    height: 66px;
}

.ctn_buttons_headers.mws-panel-body .mws-panel-content, .ctn_page_header.mws-panel-body .mws-panel-content{
    padding: 10px;
}

.ctn_page_header.mws-panel-body .mws-panel-content{
    padding: 0 7px;
}

.mws-wizard ul li{
    cursor: pointer;
}

.mws-wizard ul li a, .mws-wizard ul li span{
    padding: 0 2px;
}

.mws-wizard ul li.current, .mws-wizard ul li.current:hover {
    background-color: #CC0000;
    font-weight: bold;
}

.mws-wizard ul li.selected, .mws-wizard ul li.selected:hover {
    background-color: #478AC0;
}

.mws-wizard ul li.selected a, .mws-wizard ul li.selected:hover a{
    color: #555555;
}

.mws-report-container .mws-report{
    height: 50px;
    width: auto !important; 
}

.mws-report-container .mws-report .mws-report-content{
    padding: 2px 5px;
}

.mws-report-container .mws-report .mws-report-content .mws-report-value{
    font-size: 18px;
}

.mws-wizard ul li:first-child, .mws-wizard ul li:first-child:hover{
    background-position: left -50px;
    padding-left: 25px;
}

.mws-wizard ul li.current:first-child{
    background-position: left -50px;
}

.tipsy{
    font-size: 13px;
}

.evento_op{
    font-size: 1.03em !important;
    text-align: center;
    font-weight: bold;
}

.evento_op span.descripcion{
    font-weight: normal;
}

.fc-agenda-divider {
    display: none !important;
}

.mws-form .mws-form-row.large label{
    width: 200px;
}

.mws-form .mws-form-row.large .mws-form-item{
    margin-left: 216px;
}

.ui-state-highlight {
    border: 1px solid #5F83B9 !important;
}


.custom-icons{
    background-color: rgba(0, 0, 0, 0);
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 18px;
    padding: 3px;
    vertical-align: middle;
    width: 18px;
}

.custom-icons:hover{
    background-color: #FFF;
}

.custom-icons.edit{
    background-image: url("../images/custom-icons/edit.png");
}

.custom-icons.dollar{
    background-image: url("../images/custom-icons/dollar2.png");
}
.custom-icons.calendar{
    background-image: url("../images/custom-icons/calendar.png");
}
.custom-icons.checkmark{
    background-image: url("../images/custom-icons/checkmark.png");
}
.custom-icons.multiply{
    background-image: url("../images/custom-icons/multiply.png");
}
.custom-icons.pause{
    background-image: url("../images/custom-icons/pause.png");
}
.custom-icons.play{
    background-image: url("../images/custom-icons/play.png");
}
.custom-icons.copy{
    background-image: url("../images/custom-icons/copy.png");
}
.custom-icons.print{
    background-image: url("../images/custom-icons/print.png");
}
.custom-icons.mailinglists-32{
    background-image: url("../images/custom-icons/mailinglists-32.png");
}
.custom-icons.layer{
    background-image: url("../images/custom-icons/layer.png");
}
.custom-icons.folder_up{
    background-image: url("../images/custom-icons/folder_up.png");
}
.custom-icons.folder_down{
    background-image: url("../images/custom-icons/folder_down.png");
}

.custom-icons.plus{
    background-image: url("../images/custom-icons/plus.png");
}
.custom-icons.menos{
    background-image: url("../images/custom-icons/menos.png");
}