@charset "utf-8";
.form{
    position: relative;
    border: 1px solid #DADADA;
	background: url(../img/table-bg.jpg);
}
.form.login{
    max-width: 416px;
    margin: auto;
    margin-top: 50px;
}
.form.search{
    margin-bottom: 30px;
}
.form .aux{
    height: 32px;
    position: absolute;
    left: 36px;
    border-left: 1px solid #DADADA;
    border-right: 1px solid #FFF;
}
.form .title{
    height: 31px;
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    background-color: #E8E8E8;
    background-image: linear-gradient(#FAFAFA, #E8E8E8);
}
.form .title .ico{
    width: 35px;
    height: 31px;
    float: left;
}
.form.login .title .ico, .form.profile .title .ico{
    background: url(../img/form-login.png) no-repeat center;
}
.form.add .title .ico{
    background: url(../img/form-add.png) no-repeat center;
}
.form.update .title .ico{
    background: url(../img/form-update.png) no-repeat center;
}
.form.del .title .ico, .form.del-group .title .ico{
    background: url(../img/form-del.png) no-repeat center;
}
.form.show .title .ico{
    background: url(../img/form-show.png) no-repeat center;
}
.form.search .title .ico{
    /*background: url(../img/form-search.png) no-repeat center;*/
}
.form.query .title .ico{
    background: url(../img/form-query.png) no-repeat center;
}
.form.search .title .ico a{
    width: 16px;
	height: 18px;
	display: block;
	overflow: hidden;
	margin: auto;
    margin-top: 6px;
    background: url(../img/form-search.png) no-repeat;
}
.form .title .label{
    float: left;
    padding-left: 13px;
	line-height: 31px;
	font-size: 1.7em;
    color: #337BB7;
}
.form.search .title .label a{
    font-size: 1em;
    text-decoration: none;
}
.form .top{
    height: 4px;
	border-top: 1px solid #CDCDCD;
    background-color: #FAFAFA;
}
.form .fields{
    padding: 24px 0;
    border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
.form.search .fields{
	padding: 12px 0;
}
.form .middle{
	border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #FFF;
}
.form .buttons{
    padding: 10px;
	background-color: #FBFBFB;
	text-align: right;
}
.form .bottom{
	display: none;
}
.form .required{
    position: absolute;
    left: 21px;
    bottom: 20px;
    font-family: Tahoma;
	font-size: 1.3em;
	color: #999;
}
.form .field{
    padding: 10px 0;
}
.form.login .field{
    text-align: center;
}
.form.search .field{
    /*width: 49%;*/
    width: 33%;
    display: inline-block;
    padding: 5px 0;
}
.form label{
    width: 40%;
    max-width: 500px;
    float: left;
    padding: 7px 10px 7px 0;
    text-align: right;
    font-family: Tahoma;
	font-size: 1.5em;
	color: #666;
}
.form.search label{
	width: 30%;
}
.form strong{
    max-width: 500px;
    display: inline-block;
    padding: 7px 0;
    font-family: Tahoma;
	font-size: 1.5em;
	font-weight: bold;
    color: #333;
}
.form .text{
	height: 31px;
	display: inline-block;
	line-height: 31px;
	font-size: 1.4em;
	font-style: italic;
	color: #444;
}
.form .loading{
	width: 20px;
	height: 27px;
	background: url(../img/loading.gif) no-repeat left center;
}
.form.search .loading{
	height: 31px;
}
.form strong.pk{
    color: #006600;
}
.form strong a{
    font-size: inherit;
}
.form .field.info p{
	width: 50%;
	display: inline-block;
	font-style: italic;
	color: #444;
}

@media screen and (max-width: 800px){
    .form label{
        width: 30%;
    }
    .form.search .field{
        width: auto;
        display: block;
    }
}
@media screen and (max-width: 480px){
    .form label{
        width: auto;
        display: block;
        float: none;
        padding: 7px 0 7px 10px;
        text-align: left;
    }
    .form strong{
        display: block;
        padding: 7px 0 7px 10px;
    }
    .form .text{
		width: auto;
		margin: 0 10px;
	}
    .form .field.info p{
		width: auto;
		margin: 0 10px;
   	}
}
.form.query .nav{
    padding: 15px 0;
    border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
.form.query .nav .pages{
	float: right;
	margin-right: 10px;
}
.form.query .nav .info{
	float: right;
	margin-right: 15px;
}
.data .row{
    cursor: default;
}
.data .row.header{
    background-color: #1C4971;
    background-image: url(../img/white-bg.jpg), url(../img/white-bg.jpg), url(../img/table-head-bg.jpg);
    background-position: left, right;
    background-repeat: repeat-y, repeat-y, repeat;
}
.data .row.row1{
    background-color: #E2EEF8;
    border-top: 1px solid #F6FAFD;
	border-bottom: 1px solid #CFDBE6;
}
.data .row.row2{
    background-color: #EEF5FB;
    border-top: 1px solid #FAFCFE;
	border-bottom: 1px solid #C4D5E4;
}
.data .row:not(.header):hover{
    background-color: #2087D6;
    background-image: linear-gradient(#4B9EDE, #2087D6);
    border-top: 1px solid #81BBE8;
	border-bottom: 1px solid #CFDBE6;
}
.data .row:not(.header).click{
	background-image: linear-gradient(#E8D973, #EECB64);
    border-top: 1px solid #F8F4D5;
	border-bottom: 1px solid #EBC041;
}
.data .row .col{
    height: 30px;
    float: left;
    line-height: 30px;
    overflow: hidden;
    font-family: Verdana;
	font-size: 1.3em;
	color: #1C4971;
}
.data .row:not(.header):hover .col{
    color: #FFF;
}
.data .row:not(.header).click .col{
    color: #222;
}
.data .row.header .col{
    height: 39px;
    line-height: 39px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	font-size: 1.5em;
	color: #FFF;
}
.data .row .col.header{
    display: none;
    background-color: #1C4971;
    background-image: url(../img/white-bg.jpg), url(../img/white-bg.jpg), url(../img/table-head-bg.jpg);
    background-position: left, right;
    background-repeat: repeat-y, repeat-y, repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	font-size: 1.5em;
	color: #FFF;
}
.data .row.header .col a, .data .row .col.header a{
    font-size: 1em;
	text-decoration: none;
    color: #FFF;
}
.data .row.header .col a:hover, .data .row .col.header a:hover{
	text-decoration: underline;
}
.data .row .col .group-actions{
    padding-left: 10px;
}
.data .row .col .str{
    padding-left: 5px;
    text-align: left;
}
.data .row .col .num{
    padding-right: 5px;
    text-align: right;
}
.data .row .col .date{
    text-align: center;
}
.data .row .col .action{
    text-align: center;
}
.data .row .col .action .over{
    display: none;
}
.data .row .col.action-vertical{
    display: none;
}
.data .row:not(.header):hover .col .action .over{
    display: inline;
}
.data .row:not(.header):hover .col .action .out{
    display: none;
}
@media (max-width: 720px) {
    .data .row.header{
        display: none;
    }
    .data .row .col{
        width: 60% !important;
    }
    .data .row .col.header{
        width: 40% !important;
        display: block;
    }
    .data .row .col .str, .data .row .col .num, .data .row .col .date, .data .row .col .action{
        padding: 0 0 0 10px;
        text-align: left;
    }
    .data .row .col.header .str, .data .row .col.header .num, .data .row .col.header .date, .data .row .col.header .action{
        padding: 0 10px 0 0;
        text-align: right;
    }
    .data .row .col.action{
        display: none;
    }
    .data .row .col.action-vertical{
        height: auto;
        display: block;
    }
    .data .row .col.action-vertical input[type=button]{
    	padding: 4px 20px;
        font-size: inherit;
        margin-right: 10px;
    }
    .data .row .col.action-vertical input[type=button].update{
        background: url(../img/btn-update.png) no-repeat center, #2288D6;
    }
    .data .row .col.action-vertical input[type=button].del{
        background: url(../img/btn-delete.png) no-repeat center, #D14836;
    }
    .data .row .col.action-vertical input[type=button].show{
        background: url(../img/btn-show.png) no-repeat center, #2288D6;
    }
    .data .row .col.action-vertical input[type=button].download{
    	background: url(../img/btn-download.png) no-repeat center, #2288D6;
	}
    .data .row:not(.click).row1:hover{
        background-color: #E2EEF8;
        border-top: 1px solid #F6FAFD;
        border-bottom: 1px solid #CFDBE6;
        background-image: none;
    }
    .data .row:not(.click).row2:hover{
        background-color: #EEF5FB;
        border-top: 1px solid #FAFCFE;
    	border-bottom: 1px solid #C4D5E4;
        background-image: none;
    }
    .data .row:not(.click).row1:hover .col:not(.header), .data .row:not(.click).row2:hover .col:not(.header){
        color: #1C4971;
    }
}
.data.vertical .row.header{
    display: none;
}
.data.vertical .row .col{
    width: 60% !important;
}
.data.vertical .row .col.header{
    width: 40% !important;
    display: block;
}
.data.vertical .row .col .str, .data.vertical .row .col .num, .data.vertical .row .col .date, .data.vertical .row .col .action{
    padding: 0 0 0 10px;
    text-align: left;
}
.data.vertical .row .col.header .str, .data.vertical .row .col.header .num, .data.vertical .row .col.header .date, .data.vertical .row .col.header .action{
    padding: 0 10px 0 0;
    text-align: right;
}
.data.vertical .row .col.action{
    display: none;
}
.data.vertical .row .col.action-vertical{
    height: auto;
    display: block;
}
.data.vertical .row .col.action-vertical input[type=button]{
	padding: 4px 20px;
    font-size: inherit;
    margin-right: 10px;
}
.data.vertical .row .col.action-vertical input[type=button].update{
    background: url(../img/btn-update.png) no-repeat center, #2288D6;
}
.data.vertical .row .col.action-vertical input[type=button].del{
    background: url(../img/btn-delete.png) no-repeat center, #D14836;
}
.data.vertical .row .col.action-vertical input[type=button].show{
    background: url(../img/btn-show.png) no-repeat center, #2288D6;
}
.data.vertical .row .col.action-vertical input[type=button].download{
    background: url(../img/btn-download.png) no-repeat center, #2288D6;
}
.data.vertical .row:not(.click).row1:hover{
    background-color: #E2EEF8;
    border-top: 1px solid #F6FAFD;
    border-bottom: 1px solid #CFDBE6;
    background-image: none;
}
.data.vertical .row:not(.click).row2:hover{
    background-color: #EEF5FB;
    border-top: 1px solid #FAFCFE;
	border-bottom: 1px solid #C4D5E4;
    background-image: none;
}
.data.vertical .row:not(.click).row1:hover .col:not(.header), .data.vertical .row:not(.click).row2:hover .col:not(.header){
    color: #1C4971;
}
.form.query .buttons .group-actions{
    padding-top: 8px;
    float: left;
    font-family: Tahoma;
	font-size: 1.3em;
	color: #666;
}
.form.query .buttons .group-actions input[type=checkbox]{
    margin-right: 10px;
}
.form .detail{
    max-width: 1044px;
    margin: auto;
    margin-bottom: 50px;
}
.form .detail .title{
    height: 34px;
    padding-left:30px;
    border: 1px solid #438EC7;
    border-radius: 3px;
    background-color: #4B9EDE;
    background-image: linear-gradient(#4B9EDE, #2087D6);
    line-height: 34px;
    font-family: Tahoma;
    font-size: 1.5em;
    color: #FFF;
}
.form .detail .content{
    border-left: 1px solid #C6C6C6;
    border-right: 1px solid #C6C6C6;
    border-bottom: 1px solid #C6C6C6;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #FFF;
}
.form .detail .fields, .fields.photo{
    padding: 10px 0;
    border-left: none;
	border-right: none;
}
.form .detail .buttons, .buttons.photo{
    padding: 5px;
	background-color: transparent;
	text-align: center;
}
.form .detail .list, .list.photo{
    padding: 12px;
}
.fields.photo .field{
    text-align: center;
}
ul.photo{
    max-width: 760px;
    margin: auto;
}
ul.photo li{
    width: 190px;
    float: left;
    padding: 20px 0;
}
ul.photo li:hover{
    background-color: #EEE;
}
ul.photo li .thumb{
    text-align: center;
}
ul.photo li .thumb img{
    border: 1px solid #C8C8C8;
}
ul.photo li .main{
    line-height: 35px;
    float: left;
    padding-left: 20px;
}
ul.photo li .main span{
    padding-left: 5px;
    text-transform: capitalize;
    font-family: Verdana;
    font-size: 1.3em;
    color: #858585;
}
ul.photo li .actions{
    height: 35px;
    float: right;
    padding-right: 20px;
}
ul.photo li .actions a.del{
    width: 9px;
    height: 12px;
    float: right;
    display: block;
    margin-top: 12px;
    margin-left: 9px;
    background: url(../img/photo-delete.png);
}
ul.photo li .actions a.crop{
    width: 13px;
    height: 12px;
    float: left;
    display: block;
    margin-top: 12px;
    background: url(../img/photo-crop.png);
}
ul.photo li .caption{
    clear: both;
    text-align: center;
}
@media screen and (max-width: 1024px){
    .form .detail{
        max-width: none;
        margin: 0 10px 50px 10px;
    }
}
@media screen and (max-width: 720px){
    ul.photo{
        max-width: 380px;
    }
}
@media screen and (max-width: 480px){
    ul.photo{
        max-width: 190px;
    }
}
.message{
    width: 70%;
    max-width: 515px;
    margin: auto;
    padding: 10px 30px;
    border-radius: 2px;
    font-family: Tahoma;
    font-size: 1.5em;
}
.message.error{
    background: url(../img/alert-error.png) no-repeat 8px 15px #FAE9E7;
    border: 1px solid #DC7263;
    color: #DC7365;
}
.message.error li{
}
.message.success{
    background: url(../img/alert-ok.png) no-repeat 8px 15px #EEF4E8;
    border: 1px solid #7CAE50;
    color: #7BA74D;
}
.message.warning{
    background: url(../img/alert-warning.png) no-repeat 8px 15px #FCF9E2;
    border: 1px solid #CEB41A;
    color: #CEB41A;
}
.nav-info{
	margin-top: 7px;
	font-family: Tahoma;
	font-size: 1.3em;
	color: #666;
}
.nav-text, a.nav-link{
	width: 28px;
	height: 27px;
	position: relative;
	display: inline-block;
	border-radius: 2px;
	border: 1px solid #CFCFCF;
	line-height: 27px;
	text-align: center;
	font-family: Tahoma;
	font-size: 1.3em;
	color: #BABABA;
    background-color: #FCFCFC;
    background-image: linear-gradient(#FFF, #FCFCFC);
	box-shadow: 0 1px 2px #DDD;
}
a.nav-link{
	border: 1px solid #BABABA;
	color: #666;
	text-decoration: none;
}
a.nav-link:hover{
	border-top: 1px solid #438EC7;
	border-left: 1px solid #3090D9;
	border-right: 1px solid #3090D9;
	border-bottom: 1px solid #3A96DB;
    background-color: #2188D6;
    background-image: linear-gradient(#4B9EDE, #2188D6);
	color: #FFF;
}
a.calendar{
    width: 12px;
	height: 12px;
	display: inline-block;
    margin-left: 5px;
	background: url(../img/calendar.png);
}
input[type=text], input[type=password], select, textarea, input[type=file]{
	width: 48%;
	max-width: 600px;
	padding: 6px;
	border: 1px solid #C6C6C6;
	border-radius: 2px;
	font-family: Tahoma;
    font-size: 1.5em;
    color: #333;
}
select{
    width: 50%;
    max-width: 612px;
}
textarea{
	height: 150px;
	resize: none;
}
textarea.tinyMCE{
    height: 300px;
}
input[type=text].date{
    max-width: 100px;
}
select option{
	padding: 0 0.4em;
}
.combobox{
	height: 30px;
	display: inline-block;
}
input[type=text].num{
	width: 100px;
	text-align: right
}
input[type=text].date{

}
input[type=text].small{
	width: 80px;
	max-width: none;
	padding: 2px;
	font-size: 13px;
}
select.small{
	width: 170px;
	max-width: none;
	padding: 2px;
	font-size: 13px;
}
select.small option{
	padding: 0 2px;
}
input[type=text].disabled, input[type=password].disabled, select.disabled, textarea.disabled, input[type=file].disabled{
	background-color: #D6D6D6;
	border: 1px solid #999;
}
@media screen and (max-width: 800px){
    input[type=text], input[type=password], textarea{
        width: 58%;
    }
    select{
        width: 60%;
    }
}
@media screen and (max-width: 480px){
    input[type=text], input[type=password], select, textarea, textarea.tinyMCE{
        width: 80%;
        margin-left: 10px;
    }
    select{
        width: 90%;
    }
}
.login input[type=text], .login input[type=password]{
    width: 75%;
	max-width: none;
    padding-left: 28px;
}
.profile input[type=text], .profile input[type=password]{
    padding-left: 28px;
}
.login input[type=text], .profile input[type=text]{
    background: url(../img/input-user.png) no-repeat 8px center #FFF;
}
.login input[type=password], .profile input[type=password]{
    background: url(../img/input-pass.png) no-repeat 8px center #FFF;
}
input[type=submit], input[type=button]{
	position: relative;
	padding: 0.5em 2.5em 0.5em 0.5em;
    border-radius: 2px;
	cursor: pointer;
	font-family: Tahoma;
    font-size: 1.4em;
	color: #FFF;
    background-color: #2288D6;
    background-image: url(../img/btn-accept.png);
    background-repeat: no-repeat;
    background-position: 90%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
input[type=submit]:hover, input[type=button]:hover{
    background-color: #4A9DDE;
}
input[type=button].cancel{
    background-color: #898979;
    background-image: url(../img/btn-cancel.png);
}
input[type=button].cancel:hover{
	background-color: #ADADA1;
}
input[type=submit].back, input[type=button].back{
    background-image: url(../img/btn-back.png);
}
input[type=button].success{
    background-image: url(../img/btn-success.png);
}
input[type=submit].search, input[type=button].search{
    background-image: url(../img/btn-search.png);
}
input[type=button].add{
    background-color: #6FA73E;
    background-image: url(../img/btn-add.png);
}
input[type=button].add:hover{
	background-color: #88B955;
}
input[type=button].query{
    background-image: url(../img/btn-query.png);
}
input[type=submit].login{
    padding: 0.5em 1em;
    background-color: #6FA73E;
    background-image: none;
}
input[type=submit].login:hover{
	background-color: #88B955;
}
input[type=button].del{
    background-color: #D14836;
    background-image: url(../img/btn-delete.png);
}
input[type=button].del:hover{
    background-color: #E16153;
}
input[type=submit].small, input[type=button].small{
	padding: 0.3em 1.0em;
    border-radius: 2px;
	cursor: pointer;
	font-family: Tahoma;
    font-size: 1.3em;
	color: #FFF;
    background-image: none;
}
input[type=submit].disabled, input[type=button].disabled{
	background-color: #898979;
	cursor: default;
	color: #CCC;
}
input[type=submit].disabled:hover, input[type=button].disabled:hover{
    background-color: #898979;
    cursor: default;
    color: #CCC;
}
.form.query .buttons input[type=button]{
    float: right;
    padding: 0.4em 2.5em 0.4em 0.5em;
	border-radius: 1px;
    margin-left: 5px;
}
.form .detail .buttons input[type=button]{
    padding: 0.4em 2.5em 0.4em 0.5em;
    border-radius: 1px;
}
.box input[type=submit], .box input[type=button], .box input[type=submit]:hover, .box input[type=button]:hover{
    padding: 0.5em 1em;
    background-position: center center;
}
.box input[type=submit].search{
    padding: 0.5em 2em;
}
.box input[type=text]{
    width: 156px;
    margin: 0;
}
ul.photo li .caption input[type=text]{
	width: 148px;
	max-width: none;
}
.ui-widget-content a{
    font-size: inherit;
}
.ui-datepicker .ui-datepicker-title select{
	padding: inherit;
}

#formula .formula_left{
    width: 40%;
    float: left;
    text-align: left;
}
#formula .formula_right{
    width: 58%;
    float: right;
    text-align: left;
}
#formula ul{
    margin: 5px 0;
    padding: 3px 0 0 3px;
    list-style-type: none;
    background-color: #FFF;
    border: 1px solid #999;
}
#formula ul#icons{
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
}
#formula ul#icons li {
	margin: 0 0 0 5px;
	padding: 3px 5px;
}
#formula ul#columns{
    height: 420px;
    overflow-y: scroll;
}
#formula ul#operators{
    width: 100%;
    float: left;
}
#formula ul#result{
    width: 100%;
    min-height: 24px;
    float: left;
    border: 1px solid #000;
}
#formula li{
    height: 24px;
    border: 1px solid #DDD;
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 0 3px;
    line-height: 24px;
    background-color: #FFF;
    text-align: left;
}
#formula ul#columns li{
	overflow: hidden;
}
#formula li:hover{
    background-color: #305E9D;
    color: #FFF;
}
#formula ul#icons li:hover {
	background-color: #DDD;
}
#formula #operators li{
    float: left;
}
#formula ul li.operators{
    width: 24px;
    padding: 0;
    text-align: center;
}
#formula #result li{
    float: left;
}
#formula #result .placeholder{
    width: 20px;
    height: 24px;
    border: 1px dotted #DDD;
}
#formula .input_text{
    width: 90px;
}
#formula #trash{
    height: 48px;
    margin-top: 10px;
    background-color: #EFEFEF;
    border: 1px dotted #333;
    line-height: 48px;
    text-align: center;
    color: #999;
}
#contFormula{
    display: inline-block;
    margin-top: 5px;
    padding: 10px;
    border: 1px solid #666;
    background-color: #FFF;
    font-size: 13px;
}
#contFormula span{
    padding: 4px 2px;
}

.form .detail.prodxsuc{
	width: 90%;
	max-width: none;
}
.prodxsuc .asignados{
	width: 40%;
    float: left;
}
.prodxsuc .add_button{
	width: 20%;
    float: left;
    padding-top: 102px;
    text-align: center;
}
.prodxsuc .productos{
    width: 40%;
    float: right;
    padding-top: 66px;
}
.prodxsuc .add_button .small{
    width: 100px;
}
.prodxsuc h2{
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    font-size: 15px;
    font-weight: bold;
}
.prodxsuc label{
	width: auto;
}
span.tree_producto a{
    color: #305E9D !important;
}
span.tree_producto2 a{
    color: #305E9D !important;
    font-weight: normal !important;
}
span.tree_sucursal a{
    color: #BE221F !important;
}
span.tree_sucursal2 a{
    color: #BE221F !important;
    font-weight: normal !important;
}
.selected{
	margin-bottom: 2px;
	font-size: 14px;
}
.selected strong{
	width: 100px;
	height: 30px;
	display: inline-block;
	background-color: #305E9D;
	line-height: 30px;
	text-align: right;
	color: #FFF;
	padding: 0 5px;
}
.selected span{
	height: 30px;
	display: inline-block;
	padding: 0 5px;
	line-height: 30px;
	font-weight: bold;
	color: #333;
}
.list .foto{
	position: relative;
	float: left;
	margin: 15px;
	box-shadow: 0 0 2px rgba(0,0,0,0.7);
}
.list .foto img{
	float: left;
}
.list .foto .btn_foto_del, .list .foto .btn_foto_download{
	width: 20px;
	height: 20px;
	position: absolute;
	top: 3px;
	right: 3px;
	background: url(../img/btn-delete.png) no-repeat center, #D14836;
	box-shadow: 0 0 2px rgba(255,255,255,0.7);
}
.list .foto .btn_foto_download{
	right: 26px;
	background: url(../img/btn-download.png) no-repeat center, #2288D6;
}
.listado{
    margin-top: 30px;
    background-color: #FFF;
    border: 1px solid #999;
}
.listado h2{
    margin: 15px;
    padding: 0;
}
.listado .cadena{
    margin: 30px 0 10px 0;
    padding-left: 10px;
    background-color: #305E9D;
    line-height: 34px;
    font-size: 20px;
    color: #FFF;
}
.listado .cadena span{
    font-weight: bold;
}
.listado .sucursal{
    margin: 0;
    padding-left: 20px;
    background-color: #BE221F;
    line-height: 28px;
    font-size: 16px;
    color: #FFF;
}
.listado .sucursal span{
    font-weight: bold;
}
.listado .row-head{
	width: 100%;
	border-bottom: 2px solid #DDD;
}
.listado .row{
	width: 100%;
	border-bottom: 1px solid #DDD;
}
.listado .col{
	float: left;
	line-height: 25px;
	font-size: 12px;
}
.listado .col span{
	display: block;
	padding-left: 20px;
}
.listado .col.codigo{
	width: 25%;
}
.listado .col.producto{
	width: 50%;
}
.listado .row-head .col{
	font-weight: bold;
}
.listado#instantaneas{
	overflow-x: scroll;
}
table.planilla{
	font-size: 12px;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}
table.planilla th, table.planilla td{
	padding: 5px 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
table.planilla th.producto, table.planilla td.producto{
}
table.planilla th{
	background-color: #CCC;
}
table.planilla tr.tr-1 td{
	background-color: #FFF;
}
table.planilla tr.tr-2 td{
	background-color: #EFEFEF;
}
table.planilla tr.tr-no td{
	padding: 40px 0;
	text-align: center;
	font-weight: bold;
}
.buttonsCont{
	padding-top: 30px;
	text-align: right;
}
ul.checkbox{
	display: inline-block;
}
ul.checkbox li{
	float: left;
	margin-right: 10px;
	padding: 10px;
}
ul.checkbox li input[type=checkbox]{
	float: left;
}
ul.checkbox li span{
	padding-left: 5px;
	font-size: 13px;
	font-style: italic;
	color: #444;
}
.novedades{
	font-size: 15px;
}
.novedad{
	border-bottom: 1px solid #DEDEDE;
	line-height: 30px;
}
.novedades.show h3{
	margin: 30px 0;
	font-size: 17px;
	color: #333;
}
.novedades .fecha{
	width: 10%;
	float: left;
	font-weight: bold;
	color: #BE221F;
}
.novedades.show .fecha{
	width: auto;
	float: none;
}
.novedades .titulo{
	width: 70%;
	float: left;
	color: #333;
}
.novedades .descripcion{
	margin-top: 20px;
	font-size: 12px;
}
.novedades .leer, .novedades .archivo, .novedades .volver{
	width: 10%;
	float: right;
	text-align: center;
}
.novedades.show .archivo, .novedades.show .volver{
	width: auto;
	text-align: right;
}
.novedades.show .volver{
	margin: 20px 0;
}
.novedades .leer a, .novedades .archivo a, .novedades .volver a{
	font-size: inherit;
	font-weight: bold;
	color: #305E9D;
}
.novedades .nav{
	max-width: 470px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 1024px) {
	.novedades .fecha{
		width: 20%;
	}
	.novedades .titulo{
		width: 80%;
	}
	.novedades .leer, .novedades .archivo{
		width: 20%;
		margin: 5px 0;
	}
}
@media (max-width: 550px) {
	.novedades .fecha{
		width: 35%;
	}
	.novedades .titulo{
		width: 65%;
	}
	.novedades .leer, .novedades .archivo{
		width: 40%;
	}
}
.form.query .icon{
    width: 17px;
    height: 29px;
    float: left;
    overflow: hidden;
    margin: 0 10px;
    background-repeat: no-repeat;
    background-position: center center;
}
