.dataTables_wrapper .row {
    margin-left: 0;
    margin-right: 0;
}

.row.incomplete {}

.quote.edit .form-group.select .chosen-container.chosen-container-single,
.quote.edit .form-group.select .chosen-container.chosen-container-multi,
.issue.edit .form-group.select .chosen-container.chosen-container-single,
.issue.edit .form-group.select .chosen-container.chosen-container-multi {
    width: 100% !important;
}

body.dragging,
body.dragging * {
    cursor: move !important;
}

[for^='tagtype'] {
    font-size: 11px;
    padding: 3px;
    border: 2px solid #888888;
    border-radius: 10px;
}

.dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
}

ul.sortable,
ol.sortable {
    padding: 0;
    list-style-type: none;
}

.sortable li.placeholder {
    position: relative;
    /** More li styles **/
}

.statusCheck {
	background-color: grey;
	border: 3px;
	color: white;
	
	text-align: center;
	display: inline-block;
	font-size: 14px;
	margin: 4px 2px;
	cursor: pointer;
}

.sortable li.placeholder:before {
    position: absolute;
    /** Define arrowhead **/
}

.box .overlay>.fa-check-circle-o,
.overlay-wrapper .overlay>.fa-check-circle-o {
    margin-left: -30px;
    margin-top: -30px;
    color: #0c0;
    font-size: 60px;
}

.quoting .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f0f0f0;
}

.quoting .table-striped>tfoot>tr>td {
    border-top: solid #bbb 1px;
}

.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a {
    padding: 8px;
}

.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a>h3 {
    font-size: 14px;
    padding: 0;
    margin: 0 0 20px 0;
    color: #666666;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu,
.navbar-nav>.messages-menu>.dropdown-menu>li .menu,
.navbar-nav>.tasks-menu>.dropdown-menu>li .menu {
    max-height: 100%;
    height: 100%;
}


/*.slimScrollDiv { overflow: visible !important; }
.slimScrollDiv > ul.menu { overflow: visible !important; }

*/

.popover {
    max-width: 90px;
}

.taskdone {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.slimScrollDiv>ul.menu>li {
    position: relative;
}

.taskname {
    color: #666666;
    margin-top: 5px;
}

.taskcontact {
    color: #3c8dbc;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}

.tasks-menu .popover.left {
    margin-left: -35px;
}

.taskwrapper.bg-red {
    color: #fff;
    opacity: 0.8;
    background-color: #ff3333;
}

.taskwrapper.bg-red .taskcontact,
.taskwrapper.bg-red .contact a,
.taskwrapper.bg-green .taskcontact,
.taskwrapper.bg-green .contact a {
    color: #ccd9ef;
}

.taskwrapper.bg-red .taskname,
.taskwrapper.bg-red .taskdone,
.taskwrapper.bg-green .taskname,
.taskwrapper.bg-green .taskdone {
    color: #ffffff;
}

.taskwrapper.bg-red .taskdone,
.taskwrapper.bg-yellow .taskdone {
    font-weight: bold;
    font-size: 12px;
}

.taskwrapper.bg-yellow {
    background-color: #f3ac78 !important
}

.notifications-menu .menu>li>a>h3 {
    font-size: 110%;
    display: inline;
}

.dashboard-tasks li {
    position: relative;
    border-bottom: solid #bbb 1px;
    margin-bottom: 3px;
}

.dashboard-tasks .taskwrapper {
    padding-left: 5px;
}

.dashboard-tasks .taskwrapper h3 {
    margin-right: 80px;
    margin-top: 0;
    margin-bottom: 0;
    min-height: 50px;
}

.alert h4 {
    margin-bottom: 0;
}

.box-header>.box-tools.pull-left {
    left: 10px;
}

.quoteitem>.box-header {
    padding-left: 40px;
}

.quoteitem.box.box-solid>.box-header>.box-tools .draganchor {
    border: solid white 1px;
}

.weeklyimage img {
    width: 100%;
}

.reports th {
    text-align: center;
}

.reports td {
    text-align: right;
}

.reports .borderright {
    border-right: solid #555 1px;
}

.reports .borderleft {
    border-left: solid #555 1px;
}

.reports .bordertop {
    border-top: solid #555 1px !important;
}

.reports .borderbottom {
    border-bottom: solid #555 1px;
}

.reports .borderrightgrey {
    border-right: solid #ccc 1px;
}

.reports .bordertopgrey {
    border-top: solid #ccc 1px;
}

.reports tr:nth-child(even) td,
.reports .row:nth-child(even) {
    background: #fcebcf;
}

.reports tr:nth-child(odd) td,
.reports .row:nth-child(odd) {
    background: #e6faff;
}

.reports tr:nth-child(even):hover td,
.reports .row:hover:nth-child(even) {
    background: #fae1b7;
}

.reports tr:nth-child(odd):hover td,
.reports .row:hover:nth-child(odd) {
    background: #ccf5ff;
}

td span.text-red a {
    color: #dd4b39 !important;
}

.rating-xs {
    font-size: 1.1em;
}

.dataTables_filter .form-group {
    margin-right: 15px;
}

.dataTables_filter .form-group input,
.dataTables_filter .form-group select,
.dataTables_filter .form-group button,
.form-filter .form-group input,
.form-filter .form-group select,
.form-filter .form-group button {
    margin-left: 5px;
}

.form-filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
}

.form-filter .submit {
    display: inline-block;
    margin-left: 10px;
}

.nav-tabs-custom ul.nav-tabs li.error a {
    color: #ff0000;
}

.mailing-discount {
    width: 80%;
    display: inline-block;
    text-align: right;
}

.typeahead,
.tt-query,
.tt-hint {
    width: 396px;
    height: 30px;
    padding: 8px 12px;
    font-size: 24px;
    line-height: 30px;
    border: 2px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    outline: none;
}

.typeahead {
    background-color: #fff;
}

.typeahead>li {
    background-color: #fff;
    border-right: solid #d0d0d0 1px;
    border-left: solid #d0d0d0 1px;
}

.typeahead>li:first-child {
    background-color: #fff;
    border-top: solid #d0d0d0 1px;
}

.typeahead>li:last-child {
    background-color: #fff;
    border-bottom: solid #d0d0d0 1px;
}

.typeahead:focus {
    border: 2px solid #0097cf;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999;
    display: none !important;
}

.tt-menu {
    width: 422px;
    margin: 12px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
    text-align: left !important;
}

.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion p {
    margin: 0;
}

.index-taglist {
    max-width: 225px;
}

.dataTables_wrapper table.dataTable.contacts tbody td:first-child {
    padding: 0 !important;
}

.checkboxtext {
    transform: scale(3.5);
    /* Checkbox text */
    font-size: 110%;
    display: inline;
}


/* Responsive reportes */

.reports {
    font-size: 13px;
}


/* --------------- Responsive Fixes --------------- */


/* small device */

@media (max-width: 991px) {
    .device-big {
        display: none;
    }
    .device-small {
        display: block;
    }
}

@media (max-width: 767px) {
    .row-report>div {
        font-size: 10px;
        padding-left: 0;
        padding-right: 0;
    }
    .reports>.row>.col-md-12 {
        padding-right: 0;
        padding-left: 0;
    }
    .reports>.row>.col-md-12 .box .box-body {
        padding-right: 0;
        padding-left: 0;
    }
    .reports>.row>.col-md-12 .box .box-body>.col-xs-12 {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 1690px) {
    .reports {
        font-size: 10px;
    }
}


/* big device */

@media only screen and (min-width: 991px) {
    .device-big,
    .tab-content>.tab-pane.device-big {
        display: block;
    }
    .device-small {
        display: none;
    }
    .device-big,
    .tab-content>.tab-pane.device-big {
        display: block;
    }
}

.tab-content>.tab-pane.device-all {
    display: block;
}


/* --------------- / Responsive Fixes --------------- */


/* Estilo de las celdas de los reportes */

.row-report>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 50px;
    overflow: none;
    padding-left: 5px;
    padding-right: 5px;
}

@media (max-width: 1165px) {
    .content-wrapper,
    .right-side,
    .main-footer {
        margin-left: 0;
    }
}

@media (max-width: 1165px) {
    .main-sidebar,
    .left-side {
        -webkit-transform: translate(-230px, 0);
        -ms-transform: translate(-230px, 0);
        -o-transform: translate(-230px, 0);
        transform: translate(-230px, 0);
    }
}

@media (max-width: 1165px) {
    .main-sidebar,
    .left-side {
        padding-top: 100px;
    }
}


/* modal de los reportes */

#fsModal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

#fsModal .modal-dialog {
    position: fixed;
    margin: 2% 5%;
    width: 90%;
    height: 90%;
    padding: 0;
}

#fsModal .modal-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px solid #3c7dcf;
    border-radius: 0;
    box-shadow: none;
}

#fsModal .modal-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 50px;
    padding: 10px;
    background: #6598d9;
    border: 0;
}

#fsModal .modal-title {
    font-weight: 300;
    font-size: 2em;
    color: #fff;
    line-height: 30px;
}

#fsModal .modal-body {
    position: absolute;
    top: 50px;
    bottom: 60px;
    width: 100%;
    font-weight: 300;
    overflow: auto;
}

#fsModal .modal-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 60px;
    padding: 10px;
    background: #f1f3f5;
}

#fsModal .btn {
    height: 40px;
    border-radius: 0;
    // focus
    &:focus,
    &:active,
    &:active:focus {
        box-shadow: none;
        outline: none;
    }
}

#fsModal .btn-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -100px;
    width: 200px;
}

#fsModal .btn-primary,
#fsModal .btn-primary:hover,
#fsModal .btn-primary:focus,
#fsModal .btn-primary:active {
    font-weight: 300;
    font-size: 1.6rem;
    color: #fff;
    color: lighten(#484b5b, 20%);
    color: #fff;
    text-align: center;
    background: #60cc69;
    border: 1px solid #36a940;
    border-bottom: 3px solid #36a940;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    // active
    &:active {
        border-bottom: 1px solid #36a940;
    }
}

#fsModal .btn-default,
#fsModal .btn-default:hover,
#fsModal .btn-default:focus,
#fsModal .btn-default:active {
    font-weight: 300;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    background: darken(#dcdfe4, 10%);
    border: 1px solid darken(#dcdfe4, 20%);
    border-bottom: 3px solid darken(#dcdfe4, 20%);
    // active
    &:active {
        border-bottom: 1px solid darken(#dcdfe4, 20%);
    }
}

#fsModal .btn-secondary,
#fsModal .btn-secondary:hover,
#fsModal .btn-secondary:focus,
#fsModal .btn-secondary:active {
    color: #cc7272;
    background: transparent;
    border: 0;
}

.progress {
	background-color: #0FAEFA;
	-webkit-box-shadow: none;
	box-shadow: none;
  }


 .zocalo {background:lightblue}