.row.header{
	background-color: #364760 !important;
	color: #FFF !important;
}

.tab-pane .row:nth-of-type(odd), .panel-body .row:nth-of-type(odd){
    background: #e8eef2;
}

.tab-pane .row.white:nth-of-type(odd), .panel-body .row.white:nth-of-type(odd){
    background: #ffffff;
}

.row.requisito:nth-of-type(odd){
    background: #e8eef2;
}

.row.requisito div strong{
    line-height: 40px;
}


.tab-pane .row div, .panel-body .row div{
	min-height: 30px;
	line-height: 30px;
	height: auto;

}

div.user{
	color: #82b440;
}

.dev-page.dev-page-login .dev-page-login-block__logo{
	background-size: contain;
}

.dev-page .dev-page-header .dph-logo a {
	background-size: contain;
}

.show-grid {
    margin: 15px 0;
}

.btn-order{
	background-color: transparent;
	border: none;

}

ul.pagination li > button{
	line-height: 23px;
    font-size: 12px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    font-weight: 400;
    border-color: #e7ebf1;
    background: #fafafa;
    margin-right: 5px;
    color: #555555;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #337ab7;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
	border-color: #e7ebf1;
    background: #fafafa;
    margin-right: 5px;
    color: #555555;
}


ul.pagination li.active > button, ul.pagination li:hover > button{
	background: #364760;
    border-color: #364760;
	color: #fff;
}

.control-label.text-success {
  color: #82b440;
}

.control-label.text-danger {
  color: #e74e40;
}

.margin-0{ margin: 0px;}

.margin-t-5{ margin-top: 5px; }

.mr-50{
    margin-right: 50px;
}
.ml-50{
    margin-left: 50px;
}