﻿.table_detalle tbody tr td input {
    margin-bottom: 0px !important;
}

.iva-warning {
        box-shadow: 2px 2px 5px rgba(237, 156, 40, 1)!important;
        border: 1px solid rgba(237, 156, 40, 1)!important;
    }
.error-box {
    margin-top: 100px;
    color: rgba(0,0,0,0.2);
    text-shadow: 1px 1px 1px rgba(255,255,255,0.6),0 0 1px rgba(0,0,0,0.3);
    text-align: center;
    font-weight: 600;
    font: 400 12px 'Open Sans',HelveticaNeue,Helvetica,Arial;
    color: #707070;
}
.error-box .message-small {
        font-size: 25px;
    }

    .error-box .message-big {
        font-size: 120px;
    }

div#spinner {
    display: none;
    width:60px;
    height: 60px;
    position: fixed;
    top: 50%;
    left: 50%;
    background:url(/Content/images/spinner.gif) no-repeat center;
    text-align:center;
    padding:10px;
    font:normal 16px Tahoma, Geneva, sans-serif;
    margin-left: -50px;
    margin-top: -50px;
    z-index:2;
    overflow: auto;
}

.table_detalle tbody tr td input {
    margin-bottom: 0px !important;
}

.table_productos tr td {
    border-top: none !important;
    padding: 4px !important;
}

.table {
    font-size:12px !important;
}

.table_productos {
    font-size:14px !important;
}

.validation-summary-valid {
    display: none;
}

.validation-summary-errors {
    display: none;     
}

.validation-summary-errors ul li {   
    list-style-type: none !important;
}

.icon-red {
    color:red;
}

.icon-green {
    color:green;
}

.icon-yellow {
    color:yellowgreen;
}

.webgrid-row-center {
    text-align: center !important;
}

.webgrid-row-left {
    text-align: left !important;
}

.webgrid-row-right {
    text-align: right !important;
}

.webgrid-row-center-date {    
    border:0px solid #C0C0C0; padding:5px;
    text-align:center;
    font-size: 11px;
    width:165px;
}

.label {
    font-size: inherit !important;
    font-weight: normal !important;
}

.popover {    
    max-width: 700px !important;
}

.modal {
    width:900px;
    left:33%;
}

.modal-body {
    height:445px;
    max-height: 445px!important;
}

.dataTables_filter label {
    width: auto;
}

#dropZone {
        background: gray;
        border: black dashed 3px;
        width: 200px;
        padding: 50px;
        text-align: center;
        color: white;
    }

.file-upload-container {
    background: none repeat scroll 0 0 #F5F5F5;
    margin-left: 10px;
    margin-top: 35px;
    padding: 10px 10px 10px 20px;
}
.table-header {
    background-color: #1C7EBB;
    color: #FFFFFF !important;
}
.table-body {
    background-color: #FAFAFA;
    color: #777777;
}

.nav-tabs > li > a {
    color: #555555;
}

td[title]:hover:after {
    content: attr(title);
    border-radius: 5px; 
    border: 2px solid #1C7EBB;
    background: #F3F3F3;
    color: #767676;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 10px;
    position: absolute;
    overflow: hidden;
}

#add-products-modal-body
{
    padding-left: 15px;
    height: 220px;
}

#add-products-modal-body > div > [class*="span"]
{
    margin-left: 0px;
}

#add-products-modal-body > div > div[class*="span2"] > input
{
    width: 70%;
}

#add-products-modal-body > div > div[class*="span3"] > input,
#add-products-modal-body > div > div[class*="span3"] > select
{
    width: 80%;
}

#add-products-modal-body > div > div[class*="span1"],
#add-products-modal-body > div > div[class*="span2"],
#add-products-modal-body > div > div[class*="span2"] > label,
#add-clients-modal-body > div > div[class*="span1"],
#edit-clients-modal-body > div > div[class*="span1"]
{
    text-align: right;
}

#add-products-modal-body > div > div[class*="span1"]
{
    margin-left: 81px;
}
#add-products-modal-body > div > div[class*="span1"],
#add-products-modal-body > div > div[class*="span2"]
{
    margin-right:5px;
}
