p.vcenter {
    margin-left: 10%; 
    margin-top: 5%
}
.hidden { display:none; }
.bold { font-weight:bold !important; }
.clear { clear:both; float:none; }
.red { color:#e00 !important; }
.green { color:green; }
.white { color:#fff; }
.link:hover { cursor:pointer; }
.nolink { cursor:default !important; }
.required { color:#e00; }

.np { padding:0 !important; }

.form-material .fix-label {
    pointer-events: none;
    position: absolute;
    top: -10px;
    left: 0;
    font-size: 12px;
    font-weight: 400;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.form-material .form-control {
    margin-top:5px;
}

ul.list {
    list-style-type: disc;
    padding-left: 2em;
}

.f-8 { font-size:8px !important; }
.f-12 { font-size:12px !important; }
.f-18 { font-size:18px !important; }

.mg-l-10 { margin-left:10px !important; }

.noshow { display:none !important; }

.btn-rounded {
    width: 35px;
    padding:5px;
    border-radius: 25px;
}

/* Monitorizacion */
.contgrafica { border:1px solid #e85412; padding:10px; }
#selection { margin:10px 0; }
.selection { height:16px; width:auto; display:inline; margin:5px 25px 5px 0; font-size:10px; }
/* #graph { margin:10px 5px 5px 10px; border:1px solid #000; width:100%; } */
   

/* Quitar el fondo amarillo del autocompletado */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    -webkit-text-fill-color: #000;
}

.btn i {
    margin-right: 0px !important;
    padding-top: 2px !important;
}

/* DateTime Picker */
.collapse.in { display:block; }
.collapse, .collapse.hide { display:none; }

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    margin-bottom: 0px;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    margin-bottom: 0;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
    white-space: inherit !important;
}

.preloader3 {
    height:50px !important;
}

/* Bootstrap tags input */
.bootstrap-tagsinput {
    width: 100%;
    border: 1px solid #ccc;
    margin-top:10px;
}

.bootstrap-tagsinput .label {
    font-size:100% !important;
}

.form-material .float-fixed {
    pointer-events: none;
    position: absolute;
    top: -10px;
    left: 0;
    font-size: 12px;
    font-weight: 400;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.tm20 { top:-20px !important; }

/* Google Maps modal */
.pac-container {
    /* put Google geocomplete list on top of Bootstrap modal */
    z-index: 9999;
}
.map_popup #map { width:100%; height: 300px; }

/* Datatables center column */
th.dt-center, td.dt-center { text-align: center; }

th.dt-right, td.dt-right { text-align: right; }

.neworders { display:none; }
 
.advise_graph {
    font-size:18px;
    margin:20px;
    padding:20px;
    font-weight:bold;
}

#details td,
#details th {
  white-space: normal !important;
}

#sign_customer, #sign_operator {
    width:300px;
    height:200px;
}

/* Size modal */
@media (min-width: 992px) {
    #sign_customer, #sign_operator {
        width:600px;
        height:200px;
    }
	.modal-lg {
		max-width: 1000px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
    #sign_customer, #sign_operator {
        width:300px;
        height:200px;
    }
	.modal-lg {
		max-width: 650px;
	}
}

@media (max-width: 475px) {
    #sign_customer, #sign_operator {
        width:300px;
        height:200px;
    }
	.modal-lg {
		max-width: 650px;
	}
}

/* Style for searchable multi-select */
.form-control-2 {
    font-size: 14px;
    border-radius: 2px;
    border: 1px solid #cccccc;
    width:100%;
    margin-bottom:10px;
}

/* fileuploader */
.fileuploader-theme-dragdrop .fileuploader-input {
    display: block;
    padding: 60px 0;
    background: #fff;
    border: 2px dashed #c2cdda;
    border-radius: 14px;
    text-align: center;
}

.fileuploader-theme-dragdrop .fileuploader-input .fileuploader-icon-main {
    display: block;
    font-size: 56px;
	margin: 0 auto;
	margin-bottom: 26px;
}
.fileuploader-theme-dragdrop .fileuploader-input h3 {
    margin: 0;
    margin-bottom: 8px;
    padding: 0;
    background: none;
    border: none;
    font-size: 18px;
    font-weight: bold;
    color: #5B5B7B;
    white-space: normal;
    box-shadow: none;
}
.fileuploader-theme-dragdrop .fileuploader-input p {
    margin: 0;
    padding: 0;
    color: #90a0bc;
    margin-bottom: 12px;
}

/* dragging state */
.fileuploader-theme-dragdrop .fileuploader-input .fileuploader-input-inner > * {
    -webkit-transition: 500ms cubic-bezier(0.17, 0.67, 0, 1.01);
            transition: 500ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.fileuploader-theme-dragdrop .fileuploader-input.fileuploader-dragging .fileuploader-input-inner > * {
	transform: translateY(18px);
	opacity: 0;
}
.fileuploader-theme-dragdrop .fileuploader-input.fileuploader-dragging .fileuploader-icon-main {
    transform: translateY(30px) scale(1.2);
	opacity: 0.6;
}
.fileuploader-theme-dragdrop .fileuploader-input.fileuploader-dragging .fileuploader-input-caption {
    transform: translateY(30px);
	opacity: 0.6;
}

.fileuploader-input .fileuploader-input-caption {
    background-color: #fff;
    border-color: #fff;
    color: #E85412;
    cursor: pointer;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
}

.fileuploader-input .fileuploader-input-button {
    background: #E85412;
    border-color: #E85412;
    color: #fff;
}

/* typehead */
#scrollable-dropdown-menu .tt-menu {
    max-height: 250px;
    overflow-y: auto;
}

.twitter-typeahead {
    display:block !important;
}

.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
}
  
.tt-menu {
    width: 100%;
    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: 16px;
    line-height: 24px;
}
  
.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0764ff;
}
  
.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0764ff;
  
}
  
.tt-suggestion p {
    margin: 0;
}

.tt-highlight {
    font-weight: bold;
}

.mypcoded {
    width: 300px !important;
    position: relative !important;
    top: 0px !important;
    height: 600px !important;
}

.mypcoded .pcoded-item > li > a > .pcoded-micon {
    width: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
}

.table-styling .table-primary, .table-styling.table-primary {
    border: 0px !important;
}

.table-primary, .table-primary > td, .table-primary > th {
    background-color: #5738FF;
}
