@CHARSET "UTF-8";

body {
	/*background: #FFFFFF url(../../mptCommon/images/backgrounds/bgBody.gif) top left repeat-x;*/
}

.invisible {
  display: none;
}

.font-weight-bold {
  font-weight: bold !important;
}


.mpt-body  h1 {
    padding: 15px;
    margin: 0px;
    /*font-size: 13px;*/
    line-height: 1.1;
}

.mpt-body  div.centered {
	display: inline-block;
}

.mpt-top {
  background-color: #d81e05;
  border-color: #b81a04;
  height: 53px;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  /*font: 16px 'Noto Sans', Arial, Helvetica, sans-serif;*/
}

.container.mpt-body  {
  margin-right: auto;
  margin-left: auto;
  background: #FFFFFF;
  min-height: 300px;
  padding-top: 70px;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 70px;
}

/* container principal */
.container {
/*    padding-right: 15px;
    padding-left: 15px;*/
    margin-right: auto;
    margin-left: auto;
}

.form-group-invisible {
  margin-bottom: 0px !important;
  display: none;
}

@media (min-width: 850px) {
  .mpt-body  .container {
    min-width: 800px;
    max-width: 1000px;
    width: auto;
  }
}
@media (min-width: 992px) {
  .mpt-body  .container {
    min-width: 1000px;
    max-width: 1200px;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .mpt-body  .container {
    min-width: 1200px;
    max-width: 1500px;
    width: auto;
  }
}

.mpt-body  .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* overrides */
.checkbox {
    padding-top: 0px !important;
}

/* fields */
.mpt-label {
    font-weight: bold !important;
	padding-left: 1px;
}

.mpt-field {
}

.mpt-field-text {
}

.mpt-field-checkbox {
}

.mpt-field-radio {
}

.mpt-field-textarea {
}

.mpt-field-combo {
    min-width: 140px;
}

.mpt-field-combo-autocomplete {
}

.mpt-field-password {
}

.mpt-field-file {
}

.mpt-field-number {
}

.mpt-field-numberspinner {
}

.mpt-field-alpha {
}

.mpt-field-alphanumber {
}

.mpt-field-date {
   width: 110px!important;
}

.mpt-field-email {
}

.mpt-field-phone {
   width: 137px !important;
}

.mpt-field-button {
}

.mpt-field-postalcode {
    /*display: inline !important;*/
    width: 100px !important;
}

.mpt-field-time {
    /*display: inline !important;*/
    width: 70px !important;
}

/* containers */
.mpt-field-container {
    /*display: inline !important;*/
    min-height: 40px;
    vertical-align: middle;
}

.is-disabled {
    display: none !important;
}

.mpt-field-container-date .input-group-addon {
    width: auto!important;
}

@media (min-width: 1200px) {
    .mpt-field-container-date .input-group-addon {
        float: left;
    }
}

.mw .mpt-field-container-date[readonly='readonly'] .input-group-addon{
    display:none;
}

.mpt-field-container-radio {
    display: inline !important;
}


/* global */

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.mpt-field-checkbox,
.mpt-field-input,
.mpt-field-combo {
  position: relative;
  border-collapse: separate;
}

.mpt-field-checkbox-readonly {
	color: gray;
	cursor: not-allowed;
	pointer-events: none;
}

span.select2-selection.select2-selection--single[role="combobox"] {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #CCC;
}

.input-group {
    position: relative; /* For dropdowns */
    display: table;
    border-collapse: separate; /* prevent input groups from inheriting border styles from table cells when placed within a table */

    /* Undo padding and float of grid classes */
    &[class*="col-"] {
        float: left;
        padding-left: 15px !important;
        padding-right: 0;
    }

    .form-control {
        /* Ensure that the input is always above the *appended* addon button for
           proper border colors. */
        position: relative;
        z-index: 2;

        /* IE9 fubars the placeholder attribute in text inputs and the arrows on
           select elements in input groups. To fix it, we float the input. Details:
           https://github.com/twbs/bootstrap/issues/11561#issuecomment-28936855 */
        float: left;

        width: 100%;
        margin-bottom: 0;
    }
}

.panel-heading {
    font-weight: bold;
    font-size: 1.5em;
}

.panel-heading a:after {
    font-family:'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: grey;
}
.panel-heading a.collapsed:after {
    content: "\e080";
}

.top5 {
    padding-top: 7px;
}

.required .control-label:after {
  content: " *";
  color: red;
}


/* must be in the end of the file */
.display-inline {
    display: inline !important;
}

.display-block {
    display: block !important;
}


/* TABS */
.panel.with-nav-tabs .panel-heading{
    padding: 10px 10px 10px 10px;
}
.panel.with-nav-tabs .nav-tabs{
	border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
	margin-bottom: -1px;
}

/* PANEL DEFAULT */
.with-nav-tabs.panel-default .nav-tabs > li > a {
	color: #555;
    background-color: #fff;
    border-color: #ddd;
}

.with-nav-tabs.panel-default .nav-tabs > li > a,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #555;
}

.with-nav-tabs.panel-default .nav-tabs > .open > a,
.with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
	background-color: #ddd;
	border-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.ui-tabs-active > a,
.with-nav-tabs.panel-default .nav-tabs > li.ui-tabs-active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.ui-tabs-active > a:focus {
	color: #b81a04;
	background-color: #fff;
	border-color: #ddd;
	border-bottom-color: transparent;
	font-weight: bold;
}

.tab-pane {
    background: #FFFFFF;
    padding: 5px;
    min-height: 150px;
    border: 1px solid #ddd;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout-info {
    border-left-color: #1b809e;
}

.textoLegal {
	font-size: 13px;
	color: #5B0B00;
	line-height: 14px;
	margin-bottom: 30px;
}

.loader {
	position: fixed;
	background-color: rgba(255, 255, 255, 0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF,endColorstr=#99FFFFFF);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}

.loader-ctc {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF,endColorstr=#99FFFFFF);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 900;
    display: none;
}


.blocking {
	z-index: 900;
}


.loader .message  {
	color: #333;
	text-transform: uppercase;
	/*border: 1px solid #DDD;
	border-radius: 3px;*/
	padding-top: 40px;
	padding-bottom: 40px;
	position: fixed;
	left: 50%;
	top: 50%;
	text-align: left;
	font-size: 20px;
	padding-left: 100px;
	/*background-color: #FFF;*/
	margin-left: -50px;
	margin-top: -45px;
    /*background-image: url(../../mptCommon/images/others/simuladores/ajax_loader_red_48.gif);*/
	background-image: url(../../mptCommon/images/others/loading.gif);
	background-position: 20px center;
	background-repeat: no-repeat;
}


/*
* Frames no paginas.jsp
*/
fieldset {
    border: 1px solid #e1e1e1;
    margin-bottom: 1.5em;
    padding: .3em .5em .5em .5em !important;
    -webkit-border-bottom-radius: 5px;
    -moz-border-bottom-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.75);
    box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.75);
}

form fieldset.notempty legend {
    font-size: 1.3em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
    color: #e41b13;
}
.comboWidth {
	width: 100% !important;
}

.highlighted-text{
	background: #eae9e9;
	padding: 16px 19px 15px;
}

.spacer-right-10px{
	margin-right: 10px;
	align: left;
}

.ul-margin{
	margin: 0 0 6px 6px !important;
}

.no-hover{
	hover: false !important;
}
.mptMultiselectBtn {
  color: #ffffff;
  background-color: #d81e05;
  border-color: #bf1b04;
  width: 30px;
  height: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.mptMultiselectBtn:hover,
.mptMultiselectBtn:focus,
.mptMultiselectBtn.focus,
.mptMultiselectBtn:active,
.mptMultiselectBtn.active,
.open > .dropdown-toggle.mptMultiselectBtn {
  color: #ffffff;
  background-color: #a61704;
  border-color: #831203;
  width: 30px;
  height: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.table-striped {
	width: 100%!important;
}

.fecha {
	white-space: nowrap;
}

.moneda {
	white-space: nowrap;
}

.mdl-button {
    background: 0 0;
    border: none;
    border-radius: 2px;
    color: #000;
    position: relative;
    height: 36px;
    min-width: 64px;
    padding: 0 16px;
    display: inline-block;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    overflow: hidden;
    will-change: box-shadow,transform;
    -webkit-transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
}

.mdl-dialog__actions > *:first-child {
    margin-right: 0;
}
.mdl-button:hover {
    background-color: rgba(158,158,158,.2);
}

.mdl-dialog__actions > * {
    margin-right: 8px;
    height: 36px;
}



.confirmModal .modal-dialog{
    width: 370px;
}
@media screen and (max-width: 480px) {
 .confirmModal .modal-dialog{
 	width: 95%;
 }
}
.confirmModal .modal-content{
    border-radius: 0px;
}
.confirmModal .modal-header{
    border: 0;
}
.confirmModal .modal-body p{
    text-align: center;
}
.confirmModal .modal-footer{
    border: 0;
}
.confirmModal .modal-footer .btn{
    border-radius: 0;
    padding: 2px 25px 2px 25px;
}
.confirmModal .modal-footer .btn.btn-default{
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}
.confirmModal .modal-footer .btn.btn-default:hover{
    color: #ffffff;
    background-color: #c3c3c3;
    border-color: #c3c3c3;
}
.confirmModal .modal-footer .btn.btn-ok{
    color: #ffffff;
    background-color: #d7230f;
    border-color: #d7230f;
}
.confirmModal .modal-footer .btn.btn-ok:hover{
    color: #ffffff;
    background-color: #a61704;
    border-color: #a61704;
}
.confirmModal .modal-header .close {
    font-size: 14px;
    color: #ffffff;
    background-color: #000000;
    border-radius: 50%;
    padding: 5px 8px;
    opacity: 1;
    -webkit-box-shadow: -4px 2px 6px -2px rgba(34, 34, 34, 0.95);
    -moz-box-shadow: -4px 2px 6px -2px rgba(34, 34, 34, 0.95);
    box-shadow: -4px 2px 6px -2px rgba(34, 34, 34, 0.95);
}

.classLink {
	color: #0645AD; 
	text-decoration: none; 
	cursor: pointer;	
} 