﻿@media (max-width: 1025px) {
    #page-wrapper {
        color: #676a6c;
        overflow: hidden;
        min-height: 100%;
        margin: 60px 0 0 130px;
        -moz-transition: margin ease .50s;
        -o-transition: margin ease .50s;
        -webkit-transition: margin ease .50s;
        -moz-transition-property: width;
        -o-transition-property: width;
        -webkit-transition-property: width;
        transition-property: width;
        transition: margin ease .50s;
        padding: 15px;
    }

    #leftMenu {
        color: #eee;
        position: fixed;
        height: 100%;
        overflow: hidden;
        left: 0;
        margin: 0;
        width: 130px;
        display: block;
        -moz-transition: margin ease .50s;
        margi ease .50s;
        marg ease .50s;
        -o-transition: margin ease .50s;
        mar ease .50s;
        -webkit-transition: margin ease .50s;
        transition: margin ease .50s;
    }

    #leftMenu.hide-sidebar {
        margin: 0 0 0 -130px;
        -moz-transition: margin ease .50s;
        -o-transition: margin ease .50s;
        -webkit-transition: margin ease .50s;
        transition: margin ease .50s;
    }

    #topmenu {
        margin: 0 0 0 130px;
        z-index: 1000;
        background: url('../patterns/shattered.png');
    }
    

    ul.nav .nav-header span img {
        width: 80px;
        margin-bottom: 10px;
        margin-right: 40px;
    }


    .vertical-date {
        background: transparent;
        position: relative;
        margin-left: 60px;
        border-radius: 0.25em;
        padding: 1em;
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    #page-wrapper {
        color: #676a6c;
        overflow: hidden;
        min-height: 100%;
        margin: 60px 0 0 30px;
        -moz-transition: margin ease .50s;
        -o-transition: margin ease .50s;
        -webkit-transition: margin ease .50s;
        -moz-transition-property: width;
        -o-transition-property: width;
        -webkit-transition-property: width;
        transition-property: width;
        transition: margin ease .50s;
        padding: 15px;
    }

    #leftMenu {
        color: #eee;
        position: fixed;
        height: 100%;
        overflow: hidden;
        left: 0;
        margin: 0;
        width: 30px;
        display: block;
        -moz-transition: margin ease .50s;
        margi ease .50s;
        marg ease .50s;
        -o-transition: margin ease .50s;
        mar ease .50s;
        -webkit-transition: margin ease .50s;
        transition: margin ease .50s;
    }

    #leftMenu.hide-sidebar {
        margin: 0 0 0 -30px;
        -moz-transition: margin ease .50s;
        -o-transition: margin ease .50s;
        -webkit-transition: margin ease .50s;
        transition: margin ease .50s;
    }

    #topmenu {
        margin: 0 0 0 30px;
        z-index: 1000;
        background: url('../patterns/shattered.png');
    }

    .nav > li > a {
        color: #a7b1c2;
        font-weight: 600;
        padding: 14px 10px 14px 10px;
    }

    #buttonEvents {
        margin-bottom: 20px;
    }

    .visible-xs {
        display: inline !important;
    }

    .row {
        margin-left: 0;
    }

    .vertical-date {
        background: transparent;
        position: relative;
        margin-left: 60px;
        border-radius: 0.25em;
        padding: 1em;
        font-size: 10px;
    }

    .no_padding {
        padding: 0;
    }
}

@media (min-width: 1025px) {
    #page-wrapper {
        color: #676a6c;
        overflow: hidden;
        min-height: 100%;
        margin: 60px 0 0 220px;
        -moz-transition: margin ease .50s;
        -o-transition: margin ease .50s;
        -webkit-transition: margin ease .50s;
        -moz-transition-property: width;
        -o-transition-property: width;
        -webkit-transition-property: width;
        transition-property: width;
        transition: margin ease .50s;
        padding: 25px;
    }

    #topmenu {
        margin: 0 0 0 220px;
        z-index: 1000;
    }

    #leftMenu {
        color: #eee;
        position: fixed;
        height: 100%;
        overflow: hidden;
        left: 0;
        margin: 0;
        width: 220px;
        -moz-transition: margin ease .50s;
        margi ease .50s;
        marg ease .50s;
        -o-transition: margin ease .50s;
        mar ease .50s;
        -webkit-transition: margin ease .50s;
        transition: margin ease .50s;
    }

        #leftMenu.hide-sidebar {
            margin: 0 0 0 -220px;
            -moz-transition: margin ease .50s;
            -o-transition: margin ease .50s;
            -webkit-transition: margin ease .50s;
            transition: margin ease .50s;
        }


    .vertical-date {
        background: transparent;
        position: relative;
        margin-left: 60px;
        border-radius: 0.25em;
        padding: 1em;
        font-size: 14px;
    }

    ul.nav .nav-header span img {
        width: 180px;
        margin-bottom: 10px;
        margin-right: 40px;
    }
}

#topmenu.hide-sidebar,
#page-wrapper.hide-sidebar {
    margin-left: 0;
    -moz-transition: margin ease .50s;
    -o-transition: margin ease .50s;
    -webkit-transition: margin ease .50s;
    -webkit-transition-property: width;
    -moz-transition-property: width;
    -o-transition-property: width;
    transition-property: width;
    transition: margin ease .50s;
}

#topmenu .navbar ul.navbar-top-links li a {
    color: #616161;
    height: 60px;
}

.navbar.navbar-static-top {
    height: 60px;
}

.background-topnavbar {
    background: url('../patterns/shattered.png');
    border-color: #004D40;
}

.background-topnavbar a {
    font-weight: bold;
    font-size: medium;
}

.background-topnavbar a:hover,
.background-topnavbar .nav > li a:hover {
    background: #eeeeee !important;
    color: #616161;
}


.saveButton {
    position: relative;
    margin-top: 10px;
}

#Province_chosen.chosen-container-single,
#ProvinceDirection_chosen.chosen-container-single,
#ActReason_chosen.chosen-container-single {
    width: 100%;
}

.bottomMargin {
    margin-bottom: 1%;
}

.totalHeight {
    height: 100%;
}

@media(min-width: 768px) {
    #contact_button {
        margin-bottom: 3%;
    }
}

.font_color_red {
    color: #ed5565;
}

.warning {
    color: #f0ad4e;
}

.correctlabel {
    color: #26A69A;
}

.font_blue_grey{
    color: #546E7A;
}


.label_title {
    float: left;
    color: #26A69A;
    margin-top: 7px;
}

.marginTop {
    margin-top: 7px;
}

.wizard > .content > .body textarea,
.wizard > .content > .body select {
    border: 1px solid #ccc;
}

.headerMargin {
    margin-top: 6px;
}

.linedividerTimeline {
    float: left;
    margin-bottom: 5%;
    height: 2px;
    background-color: #B2DFDB;
}

.linedividerNotEvents {
    float: left;
    height: 2px;
    background-color: #90A4AE;
}

.linedividerControlPanel {
    float: right;
    margin-bottom: 40px;
    height: 2px;
    background-color: #E0F2F1;
}

.top_margin {
    margin-top: 20px;
}

.dark_background {
    background-color: #f5f5f5;
}

@media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-date {
        float: right;
        padding: 0 0 0 1.6em;
    }

    .center-orientation .vertical-date {
        margin-left: 0;
        padding: 0 0 0 0;
    }
}

.margin_top_label {
    margin-top: 10px;
}

.white_content {
    background-color: #FAFAFA;
    margin-top: 50PX;
    margin-bottom: 50px;
    padding: 10px 20px 10px 20px;
    box-shadow: 3px 3px 2px #BDBDBD;
}

.position_label {
    margin-left: 30px;
    margin-top: 30px;
}

.bottom_margin_xs {
    margin-bottom: 20px;
}

.box_panel_c {
    background-color: #ECEFF1;
    padding: 15px;
}

.hover-box:hover {
    border-style: solid;
    border-width: 2px;
    color: #676a6c;
    border-color: #009688;
}

#controlPanel.has-success .form-control{
    border: 1px solid #ccc
}

.not-active {
   pointer-events: none;
   cursor: default;
}

.check_order {
    /*box-shadow: inset 0 0 0 #16987e, 0 5px 0 0 #16987e, 0 10px 5px #999999;*/
    background-color: transparent;
    border: 1px solid #2f4050;
    color: #2f4050;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding-top: 6px;
    margin-left: 8px;
    border-radius: 5px;
    margin-bottom: 20px !important;
    height: 30px;
}

.actual_order {
    /*box-shadow: inset 0 0 0 #16987e, 0 5px 0 0 #16987e, 0 10px 5px #999999;*/
    background-color: transparent;
    border: 2px solid #4DB6AC;
    color: #2f4050;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding-top: 6px;
    margin-left: 8px;
    border-radius: 5px;
    margin-bottom: 20px !important;
    height: 30px;
}



.not_check_order {
    background-color: transparent;
    border: 1px solid #999999;
    color: #999999;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding-top: 6px;
    /*margin-left: 8px;*/
    border-radius: 5px;
    margin-bottom: 20px !important;
    height: 30px;
}

.hidden {
    visibility: hidden;
}

.modalOpacity{
    background-color: gray;
    opacity: 0.5;
}

.inmodal .modal-header .error{
    text-align:left !important;
}

.inmodal .modal-header .modal-title,
.dropzone.dz-clickable .dz-message, 
.dropzone.dz-clickable .dz-message span{
    text-align: center;
}

.dropdown-menu > li{
    list-style-type: none;
}

.fontSize12 {
    font-size: 12px;
}

.fontSize16{
    font-size: 16px;
}

.redBorderInput{
    border-color: #ed5565 !important;
}

.resultText{
    background-color: white;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    width: 100%;
    min-height: 200px;
    padding: 6px 12px;
    display: block;
}

.resultText2{
    padding: 6px 12px;
}

.headLinkStyle{
    cursor: pointer;
}

.pencilButton{
    background-color: white;
    border: none;
}

.trashButton{
   cursor:pointer;
}

.fileButton {
    cursor:pointer;
    
}

#modalServiceProduct .modal-dialog {
    width: 90%;
    outline: none;
}

#modalPayer .modal-dialog {
     width: 90%;
    outline: none;
    overflow-y: initial !important;
     
}

#modalPayer .modal-body {
    height: 700px;
    overflow-y: auto;
}

#modalContact .modal-dialog {
    width: 90%;
    outline: none;
    top: 15%;
}

#modalAccount .modal-dialog {
     width: 50%;
    outline: none;
    top: 50%;
}

#bodyPayer {
    margin-bottom: 110px;
}

.inputText {
    width:95%;
}

#txtProvinceContact {
    width:95%;
}

#btnSearch {
    margin-bottom: 20px;
}

#btnNew {
    margin-bottom: 20px;
}

.wizard>.content>.body .pagination>li
{
    display: inline;
}