//label


.form-static .control-label {
    margin-bottom: 10px!important;
}

.control-label {
    word-wrap: break-word;
    border-bottom: 1px solid grey;
    margin: 0 0 10px 0!important;
	text-align:center!important;
}

//Modals

.modal-header .close {
    margin-top: 1px!important;
	color:red!important;
}
.form-horizontal .control-label {background: #f7f7f7}
.form-horizontal .control-label::hover {background: #d9d3d3}

.close{
	font-size:26px!important;
	color:red!important;
}

.modal.in .modal-dialog 
{
	    width: 80%;

}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
	background-image: linear-gradient(white, #eeeeee 50%, #e4e4e4)!important;
}

.close {
	color : red!important;
}

//Tipo de Fuente
h1
{
	color:red!important;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed!important;
    right: 0;
    left: 0;
}

.sidebar {
    position: fixed;
    width: 247px;
    float: left;
    height: calc(100% - 51px);
    top: 116px!important;
    left: -240px;
    bottom: 0;
    z-index: 5;
    background: whitesmoke;
    border-right: 1px solid #dddddd;
    transition: left 0.3s ease-out;
    overflow-y: auto;
}

/*
.pgui-pagination{
	display: none;
}
*/

// Inocos
.icon-view
{
	color:#3FAFE5;
}
.icon-edit
{
	color:#E28B05;
}
.icon-remove
{
	color:#FF4900;
}
.icon-file-pdf
{
	color:#A19590;
}
.icon-detail-plus
{
	color:#055CA5  ;
}
.icon-detail-minus
{
	color:#2D95EC  ;
}

.col-md-12 {
    width: 100%;
	
}

.page-header {
    margin-top: 116px!important;
}