/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/

#user-form .form-group i{
    margin-left: 25px;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-default {
    background-color: #777;
}
.label-success {
    background-color: #5cb85c;
}
.label-danger {
    background-color: #d9534f;
}
.grid-view td a {
    color: #000000;
}
.mt-action-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50%!important;
    margin-left: 5px;
    margin-right: 5px;
}
.status_1 {color:#e7505a!important;} /* pending */
.status_2 {color:#c49f47!important;} /* progreso */
.status_3 {color:#26C281!important;} /* finish */
.status_4 {color:#BFBFBF!important;} /* cancelada */


#progress {
    padding: 0;
    list-style-type: none;
    font-family: arial;
    font-size: 13px;
    clear: both;
    line-height: 1em;
    margin: 0 -1px;
    text-align: center;
	padding-left:15px;
}

#progress li {
    float: left;
    padding: 10px 30px 9px 40px;
    background: #eaedf4;
    color: rgb(84, 105, 141);
    position: relative;
    border-top: 1px solid #e2e5ed;
    border-bottom: 1px solid #e2e5ed;
    width: 24%;
    margin: 0 3px;
}

#progress li:before {
    content: '';
    border-left: 16px solid #fff;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    position: absolute;
    top: 0;
    left: 0;

}


#progress li:after {
    content: '';
    border-left: 16px solid #eaedf4;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 20;
}

#progress li.active {
    background: #0070d2;
	color:#fff;
}

#progress li.active:after {
    border-left-color: #0070d2;
}

#progress .first-element:before {
	border-left:0px !important;
}

#progress .first-element {
    -webkit-border-top-left-radius: 16px !important;
    -webkit-border-bottom-left-radius: 16px !important;
    -moz-border-radius-topleft: 16px !important;
    -moz-border-radius-bottomleft: 16px !important;
    border-top-left-radius: 16px !important;
    border-bottom-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
}


#progress .complete>span:nth-child(2) {
	display:none;
}
#progress .complete:hover>span:nth-child(1) {
	display:none;
}
#progress .complete:hover>span:nth-child(2) {
	display:block;
}

#progress .normal>span:nth-child(1) {
	display:none;
}

#progress .active>span:nth-child(1) {
	display:none;
}

#progress .complete {
    background-color: rgb(75, 202, 129);
    border-color: rgb(75, 202, 129);
	color:#fff;
}
#progress li.complete:after {border-left-color: rgb(75, 202, 129);}
#progress .last-element:after {display:none !important;}

#progress .last-element:before {border-right:0px !important;}

#progress .last-element {
	-webkit-border-top-right-radius: 16px !important;
	-webkit-border-bottom-right-radius: 16px !important;
	-moz-border-radius-topright: 16px !important;
	-moz-border-radius-bottomright: 16px !important;
	border-top-right-radius: 16px !important;
	border-bottom-right-radius: 16px !important;
}

#progress li.active:hover {background: #005fb2;color:#fff;}
#progress li.active:hover:after {border-left-color: #005fb2;}

#progress li.complete:hover {background-color:rgb(4, 132, 75);}
#progress li.complete:hover:after {border-left-color:rgb(4, 132, 75);}

#progress li.normal:hover{background-color:rgb(224, 229, 238);}
#progress li.normal:hover:after{border-left-color:rgb(224, 229, 238);}

#progress li [class^="fa-"]:not(.fa-stack), [class^="glyphicon-"], [class^="icon-"], [class*=" fa-"]:not(.fa-stack), [class*=" glyphicon-"], [class*=" icon-"] {line-height:13px;}

#progress .primer-element {
    -webkit-border-top-left-radius: 16px !important;
    -webkit-border-bottom-left-radius: 16px !important;
    -moz-border-radius-topleft: 16px !important;
    -moz-border-radius-bottomleft: 16px !important;
    border-top-left-radius: 16px !important;
    border-bottom-left-radius: 16px !important;
}

#progress .primer-element:before {
    border-left: 0px !important;
}

#progress .first-element:after {content:none;}

.nextprev  {background: #eaedf4;border:1px solid rgb(224, 229, 238);}
.nextprev:hover {background:rgb(224, 229, 238);}

.mt-action-desc {margin-top:5px;}

.task_important-empty {
    color: #cecece;
}
.task_important {
    color: #FF9900;
}