body {
	height: 100%;
	background: #eee;
}

.icon-block {
    padding: 0 15px;
}

.icon-block .material-icons {
	font-size: inherit;
}

.brand-logo {
    padding-left: 20px !important;
	padding-top: 10px !important;
}











/* FONTS */
@font-face {
    font-family: 'robotothin';
    src: url('../font/roboto_thin/Roboto-Thin-webfont.eot');
    src: url('../font/roboto_thin/Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/roboto_thin/Roboto-Thin-webfont.woff') format('woff'),
         url('../font/roboto_thin/Roboto-Thin-webfont.ttf') format('truetype'),
         url('../font/roboto_thin/Roboto-Thin-webfont.svg#robotothin') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotolight';
    src: url('../font/roboto_light/Roboto-Light-webfont.eot');
    src: url('../font/roboto_light/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/roboto_light/Roboto-Light-webfont.woff') format('woff'),
         url('../font/roboto_light/Roboto-Light-webfont.ttf') format('truetype'),
         url('../font/roboto_light/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotoregular';
    src: url('../font/roboto_regular/Roboto-Regular-webfont.eot');
    src: url('../font/roboto_regular/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/roboto_regular/Roboto-Regular-webfont.woff') format('woff'),
         url('../font/roboto_regular/Roboto-Regular-webfont.ttf') format('truetype'),
         url('../font/roboto_regular/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'robotomedium';
    src: url('../font/roboto_medium/Roboto-Medium-webfont.eot');
    src: url('../font/roboto_medium/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/roboto_medium/Roboto-Medium-webfont.woff') format('woff'),
         url('../font/roboto_medium/Roboto-Medium-webfont.ttf') format('truetype'),
         url('../font/roboto_medium/Roboto-Medium-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'icons';
    src: url('../font/material-design-icons/Material-Design-Icons.eot');
    src: url('../font/material-design-icons/Material-Design-Icons.eot?#iefix') format('embedded-opentype'),
         url('../font/material-design-icons/Material-Design-Icons.woff') format('woff'),
         url('../font/material-design-icons/Material-Design-Icons.ttf') format('truetype'),
         url('../font/material-design-icons/Material-Design-Icons.svg#icons') format('svg');
    font-weight: normal;
    font-style: normal;

}















/* LEFT MENU*/
#leftMenu {
    position: absolute;
	background: #fff;
	height: 100% !important;
    top: 65px;
    bottom: 0 !important;
	padding: 0 !important;
}

#leftMenu .title {
    position: relative;
    padding-top: 50px !important;
    border-bottom: none;
}

#leftMenu ul#noAccordion {
    margin-top: 25px;
}

#leftMenu ul#noAccordion li a {
    display: block;
    padding: 10px;
    color:#01579b;
    font-family: 'robotolight';
}

#leftMenu ul#noAccordion.allBlue li a {
    display: block;
    padding: 10px;
    color: #fff;
    border-bottom: 1px solid #6ca9da;
    background:#4181b4;
    font-family: 'robotolight';
}

#leftMenu ul#noAccordion li a:hover {
    background: #4181b4;
    color: #fff;
}

#leftMenu ul#noAccordion.allBlue li a:hover {
    background: #01579b;
    color: #fff;
}

#leftMenu ul#noAccordion li.active a {
	background:#01579b;
	color: #fff;
}


/*
#leftMenu ul#noAccordion li:after {
    position: absolute;
	content:">";
	right: 10px;
	display: inline-block;
    font-family: 'robotomedium';
}
*/


#leftMenu .collapsible {
    border: none !important;
    box-shadow: none !important;
}

#accordionMenu.collapsible li {
    padding:0 !important;
}

#accordionMenu .collapsible-header {
    background: #233e60;
    color: #fff;
    border-bottom: 1px solid #fff !important;
}

#accordionMenu .collapsible-body {
    background: #fff;
    border-bottom: none !important;
    margin-bottom: 30px;
}

#accordionMenu ul.collapsible-subitems {
    margin-top: 0 !important;
}

#accordionMenu ul.collapsible-subitems li {
    color: #01579b;
    border-bottom: 1px solid #e5e5e5;
}

#accordionMenu ul.collapsible-subitems li a {
    padding: 10px !important;
    display: block;
}

#accordionMenu ul.collapsible-subitems li a:hover {
    background: #01579b;
    color: #fff;
}

#accordionMenu ul.collapsible-subitems li a:after {
    content:">";
    float: right;
    font-family: 'robotomedium';
}

#accordionMenu ul.collapsible-subitems li.active {
    background: #01579b !important;
}

#accordionMenu ul.collapsible-subitems li.active a {
    color: #fff !important;
}















/* RIGHT CONTENT */
#rightContent {
    margin-left: 25%;
    margin-top: 10px;
}

.select-wrapper .select-dropdown {
    color: #fff;
    border-bottom: none !important;
    text-indent: 20px;
}

.select-wrapper span.caret {
    color: #fff;
    right: 10px;
}

.dropdown-content.select-dropdown {
    background: #01579b !important;
}

.dropdown-content li.selected > span {
    color: #01579b !important;
}

.dropdown-content li > span {
    color: #fff !important;
}

.dropdown-content li.selected {
    background: #fff !important;
    color: #01579b !important;
}

.dropdown-content li:hover {
    background: #004174 !important;
}

.dropdown-content li:hover > span {
    color: #fff !important;
}












/* STANDARD */
.title {
    font-family: 'robotolight';
    font-size: 21px;
    color: #7cb342;
    border-bottom: 1px solid #7cb342;
}

.tableTitle {
    color: #fff;
    text-align: center;
    padding: 8px !important;
    font-family: 'robotolight';
    font-size: 21px;
}

.tableInfo {
    padding: 20px 0;
}

.tableInfo > .col h1 {
    margin: 0;
    font-family: 'robotomedium';
    font-size: 26px;
}


.tableInfo > .col h2 {
    margin: 0;
    font-family: 'robotolight';
    font-size: 12px;
}

.tableInfo > .col {
    color: #757575;
    text-align: center;
    border-right: 1px solid #c7c7c7;
}

.tableInfo > .col:last-child {
    border-right: none;
}

.greenInfo {
    color: #5f863c !important;
}

.redInfo {
    color: #863939 !important;
}


.blueInfo {
    color: #366490 !important;
}

.step {
    background: #366490 !important;
    border-radius: 50%;
    width: 30px !important;
    height: 30px !important;
    color: #fff !important;
    text-align: center;
    font-family: 'robotomedium';
    padding-top: 4px !important;
    font-size: 16px !important;
}











/* MODAL */
.modal-header {
    padding: 15px;
    background: #01579b;
    color: #fff;
    font-family: 'robotolight';
    font-size: 16px;
}

.modal-content {
    padding-bottom: 0 !important;
}











/* HELPERS */
.overmax {
	z-index: 9999 !important;
}

.noPadding {
    padding: 0 !important;
}

.paddingTop20 {
    padding-top: 20px !important;
}

.paddingBottom20 {
    padding-bottom: 20px !important;
}


.marginTop20 {
    margin-top: 20px !important;
}

.marginTop10 {
    margin-top: 10px !important;
}

.marginTop30 {
    margin-top: 30px !important;
}

.marginBottom0 {
    margin-bottom: 0 !important;
}

.marginBottom10 {
    margin-bottom: 10px !important;
}

.marginBottom50 {
    margin-bottom: 50px !important;
}

.marginLeft20 {
    margin-left: 20px !important;
}

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

.marginRight20 {
    margin-right: 20px !important;
}

.noBorder {
    border:none !important;
}

.bottomBorder {
    border-bottom: 1px solid;
}







/* BUTTON */
.btn-small {
    font-size: 12px;
    font-family: 'robotolight';
    padding: 3px 10px;
    height: 25px !important;
    line-height: 20px;
}


.btn-white-outline {
    border: 1px solid rgba(255,255,255,0.5);
    color: rgba(255,255,255,0.5);
    background: transparent;
}

.btn-white-outline:hover, .btn-white-outline:focus  {
    border-color:rgba(255,255,255,1);
    color:rgba(255,255,255,1);
    background: transparent;
    background-color: transparent;
}

.logout {
    background: #c62828;
}


/* CLASE FORMULARIOS */

.form-header {
    font-size: 16px;
    color: #666;
}

.form-item {
    list-style: none;
    border:none;
    margin-bottom: 10px;
}

.form-item label{
    line-height: 100% !important;
}

.form-item .range{
    border:none;
}

.form-item-textarea{
    border: none;
    background: #fff;
    height: 100px;
}

.form-radio-label {
   display: inline-block;
   margin-right: 0%;
}
.form-radio-input {
   display: inline-block;
   margin-left: 5px;
}

/* NG DIALOG */

.ng-dialog-container {
    padding:0px !important;
    overflow:hidden;
}

.ng-dialog-container .modal-content {
    margin: 24px;
}

.ng-dialog-container .modal-footer {
    margin-right: 24px;
    margin-left: 24px;
    margin-bottom: 10px;
}

.ngdialog-content {
    padding:0px !important;
    overflow:hidden;
}

.ngdialog.ngdialog-theme-default .ngdialog-content {
    font-family: inherit;
    font-size: inherit;
}

.activeTab {
    background: #014F8C;
}

a.activeTab {
    color: #fff !important;
}

/* Varios */
a i.material-icons {
    cursor: pointer;
    cursor: hand;
}

.collapsible-header label {
    color: #fff;
}

.collapsible-header input[type="checkbox"].filled-in:not(:checked) + label:after{
    border: 2px solid #a5a5a5;
}

select.white-font{
    color:#fff !important;
}

.collapsible-header i {
    margin-right: 0px !important;
}

a.btn.big{
    border: none !important ;
    line-height: 36px !important ;
    padding: 0 1.5rem !important ;
}

a.btn-small {
    border: none !important ;
    line-height: 20px !important ;
    padding: 3px 10px !important ;
}

.pointer {
    cursor: pointer;
    cursor: hand;
}

.table td, .table th{
     font-size: 12px;
     padding: 4px;
}

.table td{
    padding: 8px;
}

.table th input{
    height: 18px !important;
    margin-top: -12px !important;
}

.pagination li.active {
    background-color: #4caf50;
}

.center{
    margin: 0 auto;
}