/************************** NOTIFICATION BLOCKS *****************************/
.block-notification-acm {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    box-sizing: border-box;
    width: 100%;
    /*clear: both;*/
    padding: 20px;
}
.block-notification-acm.small {
    padding: 6px 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    box-sizing: border-box;
    width: 100%;
    clear: both;
}
.block-notification-acm h6 {
    color: #22425a;
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-top: 14px;
    margin-bottom: 10px;
    cursor: default;
}
.block-notification-acm p {
    color: #35536a;
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 120%;
    margin-bottom: 14px;
}
.block-notification-acm.small p {
    font-size: 14px;
}
.block-notification-acm p b {
	font-weight: 500;
}


/* SUSTITUIR ESTTOS COLORES POR LOS NUEVOS */
.block-notification-acm.blue {
	background-color: #ceebf3;
}
.block-notification-acm.red {
	background-color: #ee836e;
}
.block-notification-acm.grey {
	background-color: #e0e6e9;
}
.block-notification-acm.dark-grey {
	background-color: #CCCCCC;
}
.block-notification-acm.white {
	background-color: #FFFFFF;
}
.block-notification-acm.yellow {
	background-color: #EFAF5A;
}
.icon-alert {
    border: 2px solid #22425a;
    border-radius: 50%;
    box-sizing: content-box;
    height: 70px;
    margin: 0px auto;
    padding: 0;
    position: relative;
    width: 70px;
    display: block;
    text-align: center;
}
.icon-alert::after {
    background-color: #22425a;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 5px;
    margin-left: -2px;
    position: absolute;
    top: 15px;
    width: 5px;
}
.icon-alert::before {
    background-color: #22425a;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    bottom: 15px;
    content: "";
    height: 29px;
    left: 50%;
    margin-left: -1px;
    position: absolute;
    width: 3px;
}
.icon-success {
	border: 2px solid #424242;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
    box-sizing: content-box;
    height: 70px;
    margin: 0px auto;
    padding: 0;
    position: relative;
    width: 70px;
	display: block;
}
.icon-success::after {
	background-color: #424242;
    -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
    display: block;
    height: 4px;
    position: absolute;
    z-index: 2;
	position: absolute;
	content: "";
	left: 14px;
    top: 42px;
    transform: rotate(45deg);
    width: 20px;
}
.icon-success::before {
	background-color: #424242;
   -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
    display: block;
    height: 4px;
    position: absolute;
    z-index: 2;
	right: 8px;
    top: 34px;
    transform: rotate(-45deg);
    width: 38px;
	content: "";
}
.icon-question {
	border: 2px solid #173043;
    border-radius: 50%;
    box-sizing: content-box;
    height: 70px;
    margin: 0px auto;
    padding: 0;
    position: relative;
    width: 70px;
	display: block;
}
.icon-question::after {
	background-color: #173043;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
    content: "";
    height: 5px;
    margin-left: -2px;
    position: absolute;
    top: 52px;
    width: 5px;
}
.icon-question::before {
    -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	background-image: url("/static/img/icon-notification-question.fc92746ae73d.svg");
    background-repeat: no-repeat;
    bottom: 15px;
    content: "";
    height: 50px;
    left: 35%;
    margin-left: 0;
    position: absolute;
    top: 17%;
    width: 40px;
}
/************************ FIN NOTIFICATION BLOCKS ***************************/


/********************************************* HORIZONTAL RULES  **************************************/
.hr-01 {
	height: 1px;
}
/******************************************* FIN HORIZONTAL RULES  ************************************/

/************************************************** COLUMNS  ******************************************/
.left-column {
	max-width: 260px;
}
.right-column {
    border-left: 2px solid #e0e6e9;
    box-sizing: border-box;
    margin-left: 260px;
}
/************************************************ FIN COLUMNS  ****************************************/

/******************************************* MATERIAL LIST ********************************************/
.material-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.material-list > ul > li {
    border-bottom: 1px solid #E0E6E9;
    padding-bottom: 10px;
    padding-top: 10px;
}
.material-list li:first-child {
	padding-top: 0;
}
.material-list li:last-child {
	border-bottom: none;
    padding-bottom: 0;
}
.material-list.with-margin-bottom li:last-child {
	border-bottom: 1px solid #E0E6E9;
    padding-bottom: 10px;
}
.material-list li .title {
    color: #173043;
    cursor: default;
    display: inline-block;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 16px;
    margin: 0;
    text-decoration: none;
    float: left;
}
.material-list li .subtitle {
    background-image: none;
    color: #a0a9ae;
    cursor: default;
    display: inline-block;
    float: none;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: auto;
    letter-spacing: 0.3px;
    padding: 0;
}
.material-list li .ripple-button-acm.pull-right {
	margin-top: -15px;
}
.material-list li .ammount {
    color: #173043;
    cursor: default;
    display: inline-block;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 16px;
    margin: 0;
    text-decoration: none;
    margin-top: -8px;
}
.material-list li .icon,
.status-panel .icon {
	background-color: #d3d3d3;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
    display: inline-block;
    float: left;
    height: 38px;
    margin-right: 10px;
    position: relative;
    width: 38px;
	margin-top: 1px;
}
.material-list li .icon.success,
.status-panel .icon.success {
	background-color: #ceebf3;
}
.material-list li .icon.success:after,
.status-panel .icon.success:after {
    background-image: url("/static/img/redesign_v4/icon-ok-darkblue.8a3a05cc3056.svg");
    background-size: 22px auto;
    content: "";
    display: inline-block;
    height: 22px;
    left: 8px;
    position: absolute;
    top: 8px;
    width: 22px;
}
.material-list li .icon.error {
	background-color: #FFCCBC;
}
.material-list li .icon.error:after {
    background-image: url("/static/img/redesign_v4/icon-error-white.6eaa9a742d85.svg");
    background-size: 22px auto;
    content: "";
    display: inline-block;
    height: 22px;
    left: 8px;
    position: absolute;
    top: 8px;
    width: 22px;
}
/***************************************** FIN MATERIAL LIST ******************************************/

/********************************************** INPUTS FORMS  *****************************************/
.material-date-input-animated,
.material-search-input-animated,
.material-text-input-animated,
.material-uploader-input-animated,
.material-number-input-animated,
.material-email-input-animated {
	background-color: transparent;
    margin-bottom: 0;
}
.material-date-input-animated input,
.material-search-input-animated input,
.material-text-input-animated input,
.material-number-input-animated input,
.material-email-input-animated input {
	height: 30px;
	box-sizing: border-box;
	padding: 6px 14px;
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	width: 100%;
	float: none;
	background-image: none;
}
.material-date-input-animated input.input-acm-error,
.material-search-input-animated input.input-acm-error,
.material-text-input-animated input.input-acm-error,
.material-number-input-animated input.input-acm-error {
    border: 2px solid #ff5723;
}
.material-search-input-animated input {
    padding-right: 40px;
}
.material-date-input-animated input,
.material-search-input-animated input,
.material-text-input-animated input,
.material-uploader-input-animated input,
.material-number-input-animated input,
.material-email-input-animated input {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.3px;
    font-family: "Roboto",sans-serif;
    color: #90999e;
}
.material-uploader-input-animated.label-inline.file-field.input-field {
    height: 30px;
    margin: 0;
}
.material-uploader-input-animated.file-field .file-path-wrapper {
    display: inline-block;
    padding: 0;
}
.material-uploader-input-animated.file-field input.file-path {
    background: transparent;
    border: none;
    box-sizing: border-box;
    color: #a0a9ae;
    cursor: default;
    font-family: "Roboto",sans-serif;
    font-weight: 400;
    position: absolute;
    top: 6px;
}
.material-uploader-input-animated .material-uploader-input-animated-button {
    background-color: #4ea8d1;
    display: inline-block;
    margin-left: 10px;
    padding: 2px 20px;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    margin-top: 6px;
}
.material-uploader-input-animated.input-acm-error .material-uploader-input-animated-button {
  background-color: #ff5723;
}
.material-uploader-input-animated .material-uploader-input-animated-button:hover,
.material-uploader-input-animated .material-uploader-input-animated-button:focus {
    background-color: #6EC8F1;
}
.material-uploader-input-animated input:hover,
.material-uploader-input-animated input:focus {

}
.bg-grey-2.padding-20 .material-date-input-animated.bg-grey-2 input,
.bg-grey-2.padding-20 .material-search-input-animated.bg-grey-2 input,
.bg-grey-2.padding-20 .material-text-input-animated.bg-grey-2 input {
	background-color: #FFFFFF;
}
.material-date-input-animated.bg-grey-2 input,
.material-search-input-animated.bg-grey-2 input,
.material-text-input-animated.bg-grey-2 input,
.material-number-input-animated.bg-grey-2 input,
.material-email-input-animated.bg-grey-2 input {
	background-color: #e0e6e9;
}

.material-text-input-animated.disabled input {
    pointer-events: none;
    opacity: 0.6;
}

.material-date-input-animated.bg-grey-2 input:hover,
.material-date-input-animated.bg-grey-2 input:focus,
.material-search-input-animated.bg-grey-2 input:hover,
.material-search-input-animated.bg-grey-2 input:focus,
.material-text-input-animated.bg-grey-2 input:hover,
.material-text-input-animated.bg-grey-2 input:focus,
.material-number-input-animated.bg-grey-2 input:hover,
.material-number-input-animated.bg-grey-2 input:focus,
.material-email-input-animated.bg-grey-2 input:hover,
.material-email-input-animated.bg-grey-2 input:focus {
	background-color: #D8DEE1;
}
.material-date-input-animated.bg-white-1 input,
.material-search-input-animated.bg-white-1 input,
.material-text-input-animated.bg-white-1 input,
.material-number-input-animated.bg-white-1 input,
.material-email-input-animated.bg-white-1 input {
	background-color: #FFFFFF;
}
.material-text-input-animated:not(.label-inline) label,
.material-date-input-animated:not(.label-inline) label,
.material-search-input-animated:not(.label-inline) label,
.material-uploader-input-animated:not(.label-inline) label,
.material-text-area-animated:not(.label-inline) label,
.material-slider-range-input-animated:not(.label-inline) label,
.material-number-input-animated:not(.label-inline) label,
.material-email-input-animated:not(.label-inline) label,
.material-dropdown-animated-acm:not(.label-inline) label {
  display: inline-block;
  margin-bottom: 2px;
  width: 100%;
}
.material-text-input-animated:not(.label-inline) label:first-letter,
.material-date-input-animated:not(.label-inline) label:first-letter,
.material-search-input-animated:not(.label-inline) label:first-letter,
.material-uploader-input-animated:not(.label-inline) label:first-letter,
.material-text-area-animated:not(.label-inline) label:first-letter,
.material-slider-range-input-animated:not(.label-inline) label:first-letter,
.material-number-input-animated:not(.label-inline) label:first-letter,
.material-email-input-animated:not(.label-inline) label:first-letter,
.material-dropdown-animated-acm:not(.label-inline) label:first-letter {
  text-transform: uppercase;
}
.material-text-input-animated.label-inline label,
.material-date-input-animated.label-inline label,
.material-search-input-animated.label-inline label,
.material-uploader-input-animated.label-inline label,
.material-select-animated-acm.label-inline label ,
.material-email-input-animated.label-inline label,
.material-dropdown-animated-acm.label-inline label {
	float: left;
	margin-right: 10px;
	height: 30px;
	line-height: 30px;
}
.material-text-input-animated.label-inline .label-inliner,
.material-date-input-animated.label-inline .label-inliner,
.material-search-input-animated.label-inline .label-inliner,
.material-uploader-input-animated.label-inline .label-inliner,
.material-select-animated-acm.label-inline .label-inliner,
.material-email-input-animated.label-inline .label-inliner,
.material-dropdown-animated-acm.label-inline .label-inliner,
.material-color-picker.label-inline .label-inliner {
    display: block;
    float: left;
    position: relative;
}

.material-date-input-animated.bg-grey-2 .caret {
    background-image: url("/static/img/redesign_v4/icon-arrow-dropdown-grey.817192745c2d.svg");
}
.material-date-input-animated .caret {
    display: inline-block;
    height: 10px;
    margin-right: 14px;
    width: 10px;
	z-index: 1;
	top: 10px !important;
    font-size: 10px;
    position: absolute;
    right: 0;
}

.material-search-input-animated input[type="text"]::-webkit-input-placeholder,
.material-text-input-animated input[type="text"]::-webkit-input-placeholder,
.material-date-input-animated input[type="text"]::-webkit-input-placeholder {
    color:#90999e;
    opacity: 1;
}
.material-search-input-animated input[type="text"]::-moz-placeholder,
.material-text-input-animated input[type="text"]::-moz-placeholder,
.material-date-input-animated input[type="text"]::-moz-placeholder {
    color:#90999e;
    opacity: 1;
}
.material-search-input-animated input[type="text"]:-moz-placeholder,
.material-text-input-animated input[type="text"]:-moz-placeholder,
.material-date-input-animated input[type="text"]:-moz-placeholder {
    color:#90999e;
    opacity: 1;
}
.material-search-input-animated input[type="text"]::-ms-input-placeholder,
.material-text-input-animated input[type="text"]::-ms-input-placeholder,
.material-date-input-animated input[type="text"]::-ms-input-placeholder {
    color:#90999e;
    opacity: 1;
}
.material-search-input-animated input[type="text"]:focus::-webkit-input-placeholder,
.material-text-input-animated input[type="text"]:focus::-webkit-input-placeholder,
.material-date-input-animated input[type="text"]:focus::-webkit-input-placeholder {
    opacity: 0;
}
.material-search-input-animated input[type="text"]:focus::-moz-placeholder,
.material-text-input-animated input[type="text"]:focus::-moz-placeholder,
.material-date-input-animated input[type="text"]:focus::-moz-placeholder {
    opacity: 0;
}
.material-search-input-animated input[type="text"]:focus:-moz-placeholder,
.material-text-input-animated input[type="text"]:focus:-moz-placeholder,
.material-date-input-animated input[type="text"]:focus:-moz-placeholder {
    opacity: 0;
}
.material-search-input-animated input[type="text"]:focus::-ms-input-placeholder,
.material-text-input-animated input[type="text"]:focus::-ms-input-placeholder,
.material-date-input-animated input[type="text"]:focus::-ms-input-placeholder {
    opacity: 0;
}
/******************************************** FIN INPUTS FORMS  ***************************************/

/******************************************* SEARCH INPUT FORM  ***************************************/
.material-search-input-animated {
    position: relative;
}
.material-search-input-animated.bg-grey-2 .icon-search {
    background-image: url("/static/img/redesign_v4/icon-search-grey.9ae746c3c572.svg");
}
.material-search-input-animated .icon-search {
    display: inline-block;
    height: 20px;
    margin-left: 6px;
    position: absolute;
    right: 6px;
    top: 5px;
    width: 20px;
}
/***************************************** FIN SEARCH INPUT FORM  *************************************/

/******************************************* INPUT RANGE SLIDER  **************************************/
/* Falta revisar en iexplorer*/
.material-slider-range-input-animated.bg-grey-2 {
    background-color: transparent;
}
.material-slider-range-input-animated input[type="range"] + .thumb {
    background-color: #4ea8d1;
}
.material-slider-range-input-animated input[type=range]::-moz-range-track {
    background: #E0E6E9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.material-slider-range-input-animated input[type=range] {
    border: none;
}
.material-slider-range-input-animated input[type=range]::-webkit-slider-runnable-track {
    background: #E0E6E9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.material-slider-range-input-animated input[type=range]:focus::-moz-range-track {
    background: #D8DEE1;
}
.material-slider-range-input-animated input[type=range]:focus::-webkit-slider-runnable-track {
    background: #D8DEE1;
}
.material-slider-range-input-animated input[type=range]::-moz-range-thumb {
    background: #4EA8D1;
}
.material-slider-range-input-animated input[type=range]::-webkit-slider-thumb {
    background: #4EA8D1;
}
.material-slider-range-input-animated.no-material.bg-grey-2 .ui-slider-horizontal {
    background: #E0E6E9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: none;
    height: 3px;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
.material-slider-range-input-animated.no-material .ui-slider-handle {
    background: #4EA8D1;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    -ms-border-radius: 500px;
    -o-border-radius: 500px;
    border-radius: 500px;
    border: none;
    margin-top: -2px;
    cursor: pointer;
}
/***************************************** FIN INPUT RANGE SLIDER  ************************************/

/*************************** MATERIAL FORMS - FORMULARIOS GENERADOS POR DJANGO  ***********************/
.material-form {
  margin: 0;
  list-style: none;
}
.material-form li:last-child {
  margin-bottom: 0;
}
.material-form .infoForm,
.material-form .errorForm,
.material-form .okForm {
  display: none !important;
}
/************************* FIN MATERIAL FORMS - FORMULARIOS GENERADOS POR DJANGO  *********************/

/************************************ ETIQUETAS Y NEW FEATURES - LABELS  ******************************/
.new-feature-label {
  color: #ffffff;
  display: inline-block;
  padding: 2px 6px;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
}
.new-feature-label:hover,
.new-feature-label:focus {
	background-color: #06B2F2;
}
/********************************** FIN ETIQUETAS Y NEW FEATURES - LABELS  ****************************/

/******************************************** MATERIAL TEXTAREA  **************************************/
.material-text-area-animated {
    background-color: transparent;
}
.material-text-area-animated textarea {
	box-sizing: border-box;
	color: #90999e;
	font-size: 14px;
	font-weight: 400;
	font-family: "Roboto",sans-serif;
	letter-spacing: 0.3px;
	width: 100%;
	padding: 10px 14px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	height: 40px;
	line-height: 18px;
	border: none;
	min-height: 80px;
	max-width: 100%;
}
.material-text-area-animated.bg-white-1 textarea {
	background-color: #FFFFFF;
}
.material-text-area-animated.bg-grey-2 {
  background: transparent;
}
.material-text-area-animated.bg-grey-2 textarea {
	background-color: #E0E6E9;
}
/****************************************** FIN MATERIAL TEXTAREA  ************************************/

/******************************************** MATERIAL COLORPICKER ************************************/
.material-color-picker {
  background: #633ae8;
  border-radius: 15px;
  box-shadow: 0 0 3px #aaaaaa inset;
  height: 30px;
  width: 30px;
}
.material-color-picker label {
  color: #173043;
  font-family: "Roboto",sans-serif;
  font-size: 14px !important;
  font-weight: 500;
  height: 30px !important;
  letter-spacing: 0.3px;
  line-height: 30px !important;
  text-decoration: none;
}
/****************************************** FIN MATERIAL COLORPICKER **********************************/

/******************************************** MATERIAL CHECKBOX ***************************************/
#main_list_table li:hover .material-checkbox-acm .filled-in[type="checkbox"]:not(:checked) + label::after {
	border: 2px solid #909090;
}
.label-inline {
    color: #a0a9ae;
    display: inline-block;
    font-weight: 400;
    /*margin-left: 6px;*/
}
.material-checkbox-acm ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.material-checkbox-acm label {
    color: #173043;
    font-family: "Roboto",sans-serif;
    font-size: 14px !important;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 25px !important;
    text-decoration: none;
    height: 25px !important;
}
.material-checkbox-acm label.label-group {
  color: #173043;
  font-family: "Roboto",sans-serif;
  font-size: 14px !important;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 25px !important;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 14px;
}
.material-checkbox-acm label.sublabel {
    color: #a0a9ae;
    display: inline-block;
    font-weight: 400;
    margin-left: 26px;
    margin-bottom: 10px;
    line-height: 120% !important;
    height: !important;
}
.material-checkbox-acm .filled-in[type="checkbox"]:not(:checked) + label::after {
	height: 18px;
	width: 18px;
	border: 2px solid #c0c9ce;
	top: 3px;
}
.material-checkbox-acm .filled-in[type="checkbox"]:checked + label::after {
	height: 18px;
	width: 18px;
	top: 3px;
	background-color: #4EA8D1;
	border: 2px solid #4EA8D1;
}
.material-checkbox-acm [type="checkbox"] + label {
	padding-left: 26px;
}
.material-checkbox-acm .filled-in[type="checkbox"] + label::before, .filled-in[type="checkbox"] + label::after {
	box-sizing: border-box;
}
.material-checkbox-acm .filled-in[type="checkbox"] + label::after {
	box-sizing: border-box;
}
.material-checkbox-acm .filled-in[type="checkbox"]:checked + label::before {
	border-left: 0 none;
    border-style: none solid solid none;
    border-top: 0 none;
    border-width: 0 2px 2px 0;
    box-sizing: border-box;
    content: "";
    display: table;
    height: 12px;
    left: 0;
    position: absolute;
    top: 3px;
    transform: rotate(45deg);
    width: 7px;
}
/****************************************** FIN MATERIAL CHECKBOX *************************************/

/********************************************** MATERIAL RADIO ****************************************/
.material-radio-acm ul {
	margin: 0px;
}
.material-radio-acm label {
    color: #173043;
    font-family: "Roboto",sans-serif;
    font-size: 14px !important;
    font-weight: 500;
    height: 22px !important;
    letter-spacing: 0.3px;
    line-height: 25px !important;
    text-decoration: none;
}
.material-radio-acm label.label-group {
    color: #173043;
    font-family: "Roboto",sans-serif;
    font-size: 14px !important;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 25px !important;
    display: inline-block;
    margin-bottom: 16px;
}
.material-radio-acm label.sublabel {
    color: #a0a9ae;
    display: inline-block;
    font-weight: 400;
    line-height: 120% !important;
    margin-bottom: 10px;
    margin-left: 26px;
}
.material-radio-acm [type="radio"]:not(:checked) + label:after {
    border-radius: 50%;
    border: 2px solid #5a5a5a;
    z-index: -1;
    -webkit-transform: scale(0);
          transform: scale(0);
}
.material-radio-acm [type="radio"]:checked + label:after {
	-webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.material-radio-acm .with-gap[type="radio"]:checked + label:before {
	border: 2px solid #4EA8D1;
}
.material-radio-acm .with-gap[type="radio"]:not(:checked) + label:hover:before { /* Para on hover cuando no está activo el radio*/
}
.material-radio-acm .with-gap[type="radio"]:checked + label:after {
	background-color: #4EA8D1;
    border: 2px solid #4EA8D1;
	-webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.material-radio-acm [type="radio"]:not(:checked) + label:before {
	border: 2px solid #c0c9ce;
}
.material-radio-acm [type="radio"] + label:before,
.material-radio-acm [type="radio"] + label:after {
	margin: 4px 4px 4px 0;
}
.material-radio-acm [type="radio"]:not(:checked) + label,
.material-radio-acm [type="radio"]:checked + label {
	padding-left: 26px;
}
.material-radio-acm ul li:last-child .sublabel {
	margin-bottom: 0;
}
/******************************************** FIN MATERIAL RADIO **************************************/

/********************************************* SWITCH MATERIAL ****************************************/
.material-switch-acm .switch label .lever {
	height: 12px;
	background-color: #e0e6e9;
}
.material-switch-acm .switch label input[type="checkbox"]:checked + .lever {
	background-color: #D8DEE1;
}
.material-switch-acm .switch label input[type="checkbox"]:checked + .lever::after {
	background-color: #4EA8D1;
}
.material-switch-acm .switch label .lever::after {
	height: 20px;
	width: 20px;
	box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.25);
	background-color: #FFFFFF;
	top: -4px;
}
.material-switch-acm input[type=checkbox]:checked:not(:disabled) ~ .lever:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(4, 160, 218, 0.1);
}
.material-switch-acm label.title {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 6px;
}
/******************************************* FIN SWITCH MATERIAL **************************************/

/*************************************************** TABS  ********************************************/
.material-tab-animated .nav.nav-tabs {
	display: inline-block;
    margin: 0;
    width: 100%;
	margin-bottom: 1px;
	height: 50px;
	padding-left: 14px;
	padding-right: 14px;
    box-sizing: border-box;
    position: relative;
}
.material-tab-animated .nav.nav-tabs > li {
    display: inline-block;
	position: relative;
}
.material-tab-animated .nav.nav-tabs > li a {
    display: inline-block;
    padding: 16px 10px;
	margin: 0;
}
.material-tab-animated .nav.nav-tabs > li a.active,
.material-tab-animated .nav.nav-tabs > li a:hover,
.material-tab-animated .nav.nav-tabs > li a:focus {
    color: #173043 !important;
}
.material-tab-animated .nav.nav-tabs > li a.active {
  border-bottom: 2px solid #5BA2F4;
}
.material-tab-animated .border {
    background: #4ea8d1;
    bottom: -1px;
    height: 3px;
    left: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: auto;
}
.material-tab-animated.bg-grey-2 .nav.nav-tabs {
    border-bottom: 1px solid #c0c9ce;
}
/************************************************* FIN TABS  ******************************************/


/********************************************** MATERIAL SELECT ***************************************/
.material-select-animated-acm {
    margin-bottom: 0;
}

.material-select-animated-acm.disabled input {
    pointer-events: none;
    opacity: 0.6;
}

.material-select-animated-acm .select-wrapper input.select-dropdown {
	display: inline-block;
	padding: 6px 30px 6px 14px;
	box-sizing: border-box;
	height: 30px;
	max-height: 30px;
	border: none;
	font-size: 14px;
  letter-spacing: 0.3px;
	font-weight: 400;
	font-family: "Roboto",sans-serif;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	cursor: pointer;
	width: 100%;
	margin: 0;
  line-height: 100%;
}
.material-select-animated-acm.bg-grey-2 .select-wrapper input.select-dropdown {
  background-color: #e0e6e9;
	color: #90999e;
}
.material-select-animated-acm.bg-grey-2 .select-wrapper input.select-dropdown:hover {
	background-color: #D8DEE1;
}
.material-select-animated-acm.bg-white-1 .select-wrapper input.select-dropdown {
  background-color: #FFFFFF;
	color: #90999e;
}
.material-select-animated-acm.bg-white-1 .select-wrapper input.select-dropdown:hover {
	background-color: #FFFFFF;
}

.material-select-animated-acm:not(.label-inline) label {
    display: inline-block;
    margin-bottom: 2px;
    width: 100%;
}
.material-select-animated-acm .select-wrapper {
	display: inline-block;
}
.material-select-animated-acm:not(.label-inline) .select-wrapper {
  width: 100%;
}
.material-select-animated-acm.bg-grey-2,
.material-select-animated-acm.bg-white-1 {
  background-color: transparent;
}

.material-select-animated-acm .caret,
.dropdown-content .caret {
    background-image: url("/static/img/redesign_v4/icon-arrow-dropdown-grey.817192745c2d.svg");
}
.material-select-animated-acm .caret,
.dropdown-content .caret {
    display: inline-block;
    height: 10px;
    margin-right: 14px;
    width: 10px;
		z-index: 1;
		top: 10px !important;
}
.material-select-animated-acm .dropdown-content li {
	min-height: 30px;
}
.material-select-animated-acm .dropdown-content li > span {
	color: #a0a9ae;
	font-family: "Roboto",sans-serif;
	font-size: 14px;
	-webkit-transition: all .2s ease-in-out !important;
	-moz-transition: all .2s ease-in-out !important;
	-o-transition: all .2s ease-in-out !important;
	transition: all .2s ease-in-out !important;
	letter-spacing: 0.3px;
	font-weight: 400;
	padding: 5px 14px;
}
.material-select-animated-acm .dropdown-content li > span:hover,
.material-select-animated-acm .dropdown-content li > span:focus,
.material-select-animated-acm .dropdown-content li.active > span,
.material-select-animated-acm .dropdown-content li.selected > span {
	background: #e0e6e9;
	color: #90999e;
}
.material-select-animated-acm .dropdown-content {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15);
	border-width: 0 1px 1px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
/******************************************** FIN MATERIAL SELECT *************************************/

/********************************************* MATERIAL DROPDOWN **************************************/
.material-dropdown-animated-acm .dropdown-button {
	display: inline-block;
	padding: 6px 14px;
	box-sizing: border-box;
	height: 30px;
	max-height: 30px;
}
.material-dropdown-animated-acm .dotted-menu {
    background-image: url("/static/img/icon-dotted-menu-grey.8513f2f4a35e.svg");
}
.material-dropdown-animated-acm .dotted-menu {
    display: inline-block;
    height: 14px;
    margin-right: 14px;
    width: 14px;
	z-index: 1;
	top: 10px !important;
}
.material-dropdown-animated-acm.bg-grey-2 .icon-arrow-dropdown {
  background-image: url("/static/img/redesign_v4/icon-arrow-dropdown-grey.817192745c2d.svg");
}
.material-dropdown-animated-acm .icon-arrow-dropdown {
  display: inline-block;
  height: 10px;
  margin-left: 6px;
  width: 10px;
}
.material-dropdown-animated-acm .dropdown-content li {
	min-height: 30px;
}
.material-dropdown-animated-acm .dropdown-content li > a,
.material-dropdown-animated-acm .dropdown-content li > input {
	color: #a0a9ae;
	font-family: "Roboto",sans-serif;
	font-size: 14px;
	-webkit-transition: all .2s ease-in-out !important;
	-moz-transition: all .2s ease-in-out !important;
	-o-transition: all .2s ease-in-out !important;
	transition: all .2s ease-in-out !important;
	letter-spacing: 0.3px;
	font-weight: 400;
	padding: 5px 14px;
    background: transparent;
    border: none;
    width: 100%;
    text-align: left;
    line-height: 22px;
}
.material-dropdown-animated-acm .dropdown-content li > a:hover,
.material-dropdown-animated-acm .dropdown-content li > a:focus,
.material-dropdown-animated-acm .dropdown-content li.active > a,
.material-dropdown-animated-acm .dropdown-content li > input:hover,
.material-dropdown-animated-acm .dropdown-content li > input:focus,
.material-dropdown-animated-acm .dropdown-content li.active > input {
	background: #e0e6e9;
	color: #90999e;
}
.material-dropdown-animated-acm .dropdown-content {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15);
	border-width: 0 1px 1px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  min-width: 160px; /* antes 160 */
}
.material-dropdown-animated-acm.bg-grey-2 {
  background-color: transparent;
}
.material-dropdown-animated-acm.bg-grey-2 .dropdown-button {
  background-color: #e0e6e9;
}
.material-dropdown-animated-acm.bg-grey-2 .dropdown-button:hover {
	background-color: #D8DEE1;
}
.material-dropdown-animated-acm.bg-blue-1 {
    background-color: transparent;
}
.material-dropdown-animated-acm.bg-blue-1 .dropdown-button {
    background-color: #4ea8d1;
}
.material-dropdown-animated-acm.bg-blue-1 .dropdown-button:hover {
	background-color: #6EC8F1;
}
/* NIVEL 2 DE DROPDOWN */
.material-dropdown-animated-acm .dropdown-content .dropdown-content {
  bottom: 0 !important;
  position: absolute !important;
  top: 0 !important;

}
.material-dropdown-animated-acm .dropdown-content .dropdown-content:hover,
.material-dropdown-animated-acm .dropdown-content .dropdown-content:hover {
  /* Intentar animacion desde la derecha */
}
.material-dropdown-animated-acm .dropdown-content .dropdown-content:not(.active) {
}
.material-dropdown-animated-acm .dropdown-content .dropdown-content.active {

}
.material-dropdown-animated-acm .dropdown-content .caret {
  margin-right: 0;
  margin-top: 6px;
  transform: rotate(270deg);
}
/******************************************* FIN MATERIAL DROPDOWN ************************************/

/******************************************** MATERIAL PANELS  ****************************************/
.material-panel.bg-white-1 {
	border: 1px solid #e0e6e9;
}
.material-panel .material-panel-title.bordered {
  border-bottom: 1px solid #e0e6e9;
}
/****************************************** FIN MATERIAL PANELS  **************************************/

/*********************************************** DRAG MODULES  ****************************************/
.animated-module {
    padding: 7px;
    cursor: -webkit-grab;
	cursor: -moz-grab;
	-moz-user-select: none;
}
.animated-module.horizontal {
	padding: 7px;
}
.animated-module.horizontal.bg-blue-1 {
    background-color: #71cbf4;
    background-image: -o-linear-gradient(top,transparent, #4ea8d1);
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#4ea8d1));
    background-image: -webkit-linear-gradient(top,transparent, #4ea8d1);
    background-image: -moz-linear-gradient(top,transparent, #4ea8d1);
    background-image: -ms-linear-gradient(top,transparent, #4ea8d1);
    background-image: linear-gradient(to bottom,transparent, #4ea8d1);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71cbf4', endColorstr='#4ea8d1',GradientType=0 );

    -o-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    transition: background-color 0.3s;
	margin-bottom: 4px;
}
.animated-module.horizontal.bg-blue-1:hover,
.animated-module.horizontal.bg-blue-1:focus {
    cursor: -webkit-grab;
	cursor: -moz-grab;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9DDEFA', endColorstr='#9DDEFA',GradientType=0 );
	background-color: #9DDEFA;
}
.animated-module.horizontal.bg-blue-1.ui-draggable-dragging {
    background-color: #71cbf4;
    background-image: -o-linear-gradient(top,transparent, #4ea8d1);
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#4ea8d1));
    background-image: -webkit-linear-gradient(top,transparent, #4ea8d1);
    background-image: -moz-linear-gradient(top,transparent, #4ea8d1);
    background-image: -ms-linear-gradient(top,transparent, #4ea8d1);
    background-image: linear-gradient(to bottom,transparent, #4ea8d1);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71cbf4', endColorstr='#4ea8d1',GradientType=0 );
}
.animated-module.horizontal.ui-draggable-dragging {
    padding: 10px;
	position: absolute;
	z-index: 1001;
	box-sizing: border-box;
	text-align: center;
	min-width: 140px;
	min-width: 180px !important;
	height: 40px !important;
}
.animated-module.horizontal.ui-draggable-dragging > p {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.animated-module .drag-icon {
    background-color: #419bc4;
    border-right: 1px solid #73cdfe;
    display: block;
    float: left;
    height: 18px;
    margin-right: 2px;
    width: 1px;
}
.animated-module p {
    max-width: 130px;
    height: 18px;
    line-height: 120%;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: -webkit-grab;
	cursor: -moz-grab;
    white-space: nowrap;
	-moz-user-select: none;
}
.highlighted {
    background-color: #CEEBF3;
    border: 1px dashed #4ea8d1;
    box-sizing: border-box;
}
.highlighted:hover,
.highlighted:focus {
    background-color: #d5eefb;
}
/********************************************* FIN DRAG MODULES  **************************************/

/************************************************* HISTORIAL  *****************************************/
.historial-list ul {
    list-style: none;
    position: relative;
}
.historial-list li {
    border: 1px solid #e0e6e9;
    margin-bottom: 10px;
    position: relative;
}
.historial-list li:first-child::before {
    display: none;
}
.historial-list li:last-child {
    margin-bottom: 0px;
}
.historial-list li::before {
    background: #e0e6e9;
    content: "";
    height: 8px;
    left: 40px;
    position: absolute;
    top: -10px;
    width: 2px;
}
.historial-list .historial-img {
    float: left;
    margin-right: 10px;
    max-width: 40px;
}
/*********************************************** FIN HISTORIAL  ***************************************/

/******************************* STEPS *****************************/
.steps-acm {
	list-style: none;
	margin-top: 30px;
}
.steps-acm li {
	display: inline;
	float: left;
	margin-right: 16px;
    text-align: center;
    min-width: 78px;
}
.steps-acm li:last-child {
	margin-right: 0px;
}
.steps-acm .step-acm a label {
    color: #90999e;
    font-family: "Roboto",sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}
.steps-acm .step-acm.active-acm a label {
	color: #173043;
}
.steps-acm .step-acm a span {
    font-family: "Roboto",sans-serif;
	cursor: default;
    border: 2px solid #a0a9ae;
    -webkit-border-radius: 250px;
	-moz-border-radius: 250px;
	-ms-border-radius: 250px;
	-o-border-radius: 250px;
	border-radius: 250px;
    box-sizing: border-box;
    color: #a0a9ae;
    display: inline-block;
    font-size: 44px;
    font-weight: 300;
    height: 70px;
    line-height: 0;
    margin: -33px 0 6px;
    padding: 33px 20px 8px;
    -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
    width: 70px;
}
.steps-acm .step-acm.finished-acm a span {
	background: #f98d21;
	color: #E0E6E9;
	cursor: pointer;
    border: none;
    padding: 35px 20px 8px;
}
.steps-acm .step-acm.finished-acm a:hover label {
	color: #FF6F09;
}
.steps-acm .step-acm.finished-acm a:hover span {
	background: #FF6F09;
}
.steps-acm .step-acm.finished-acm a label {
	color: #f98d21;
	 -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	text-shadow: 0 0 1px rgba(250, 141, 33, 0.5);
}
.steps-acm .step-acm.finished-acm a label:hover {
	cursor: pointer;
	color: #FF6F09;
}
.steps-acm .step-acm.active-acm a span {
	background: #173043;
	color: #E0E6E9;
	border: 2px solid #173043;
	cursor: default;
}
.steps-acm .step.active-acm a label {
	color: #353535;
}
/***************************** FIN STEPS ***************************/


/************************** MATERIAL METER *************************/
.material-meter meter {
  border-radius: 50px;
  height: 4px;
  width: 100%;
  background: #E0E6E9;
  /*-webkit-appearance: none;*/
       -moz-appearance: none;
            appearance: none;
}
.material-meter meter::-webkit-meter-bar  {
  border-radius: 50px;
  height: 4px;
  width: 100%;
  background: #E0E6E9;
}
.material-meter meter:-moz-meter-optimum::-moz-meter-bar {
  background:#66bb6a;
  border-radius: 50px;
}
.material-meter meter:-moz-meter-sub-optimum::-moz-meter-bar {
    background: #efaf5a;
    border-radius: 50px;
}
.material-meter meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
    background: #ff7043;
    border-radius: 50px;
}
.material-meter meter::-webkit-meter-optimum-value,
.material-meter meter::-webkit-meter-suboptimum-value,
.material-meter meter::-webkit-meter-even-less-good-value {
  border-radius: 50px;
}
/*.material-meter meter::-webkit-meter-optimum-value {
  background: #66bb6a;
}
.material-meter meter::-webkit-meter-suboptimum-value {
  background: #efaf5a;
}
.material-meter meter::-webkit-meter-even-less-good-value  {
  background: #ff7043;
}*/
/************************ FIN MATERIAL METER ***********************/

/*************** BACKGROUND PLACEHOLDER ANIMATION ******************/
@keyframes placeHolderShimmer{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}
.animated-background {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #E0E6E9 8%, #C0C9CE 18%, #E0E6E9 33%);
  background-size: 800px 104px;
  position: relative;
}
.background-masker {
  background: #fff;
  position: absolute;
}
/************* FIN BACKGROUND PLACEHOLDER ANIMATION ****************/

/************************* MATERIAL TABLE **************************/
.material-table table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.material-table.bg-white-1.bordered {
  border: 1px solid #e0e6e9;
}
.material-table.bg-white-1 table thead {
  border-bottom: 1px solid #e0e6e9;
}
.material-table table td, .material-table table th {
    display: table-cell;
    padding: 10px 10px;
    text-align: left;
    vertical-align: middle;
}
.material-table.hovered table > tbody > tr {
    transition: background-color 0.25s ease 0s;
}
.material-table.hovered table > tbody > tr:hover {
  background-color: #e0e6e9;
}
/*********************** FIN MATERIAL TABLE ************************/

/************************* PAGINATION **************************/
.paginatorNumbersContainer {
  float: right;
}
.paginatorNumber {
  float: left;
  padding: 6px 10px;
  text-align: center;
  font-family: "Roboto",sans-serif;
  color: #a0a9ae;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.paginatorNumber a{
  color: #1792D9;
  text-decoration: none;
}
.paginatorNumber.selected {
  background-color: #e0e6e9;
  color: #173043;
  border-radius: 2px;
  cursor: default;
}
.paginatorNumber.arrow {
  background: #e0e6e9 url("/static/img/editor_icos.e448bab1c29b.png") no-repeat scroll -6px -452px;
  border-radius: 2px;
  transition: all .2s ease-in-out;
  padding: 15px 14px;
}
.paginatorNumber.arrow:hover {
  background: #D8DEE1 url("/static/img/editor_icos.e448bab1c29b.png") no-repeat scroll -6px -452px;
  background-color: #D8DEE1;
}
.paginatorPoints {
  color: #a0a9ae;
  text-decoration: none;
  float: left;
  padding: 6px 10px;
  cursor: default;
}
/*********************** FIN PAGINATION ************************/


/*********************** SHIPPING STATUS PANELS ************************/
.status-panel {
  border: 1px solid #e0e6e9;
}
.status-panel .content.bordered {
  border-top: 1px solid #e0e6e9;
}
.status-panel .incontent {
  width: calc(100% - 168px);
  float: left;
}
.status-panel .ripple-button-acm {
  margin-top: 5px;
}
/*********************** SHIPPING STATUS PANELS ************************/
