@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);

body {
    background-color: #ecf0f5;
    font-family: "Lato",Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: 500;
}
.main-header .logo {
    background-color: #007196 !important;
	position: fixed;
}
.main-header .navbar {
    background-color: #007196 !important;

}

.skin-blue .main-sidebar{
    #background: #2e2b3c !important;
}

.skin-blue .sidebar-menu>li.header {
    color: #4b646f;
    #background: #38354a;
}

.skin-blue .sidebar-menu>li>a {
    border-left: 5px solid transparent;
    padding: 2px;
}

.skin-blue .sidebar-menu>li>a:hover, .skin-blue .sidebar-menu>li.active>a {
    color: #fff;
    border-left: 5px solid #007196;
    #background-color: #007196 !important;
}

.skin-blue .sidebar-menu>li>a>.fa {
    font-size: 13px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    margin-right: 7px;
    color: #FFFFFF;
    text-align: center;
    #background: #38354a;
}

.content-header {
    font-size: 15px;
	font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #000;
    font-weight: 400;
    #padding-bottom: 10px;
    #border-bottom: 1px solid #d2d2d2;
    margin-bottom: 0px;
    #margin-top: 45px;
    #background: #ffffff !important;
    #padding-left: 15px;
    #box-shadow: 0 1px 1px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
}
.content-header>h1 {
	font-weight: 300;
}

@media (max-width: 767px){
.fixed .content-wrapper, .fixed .right-side {
    padding-top: 50px;
	}
}

.modal-header {
    background-color: #007196 !important;
    color: #ffffff;
    border-bottom: 0;
    min-height: 20px;
    padding: 15px;
	font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 300;
}

.modal-header >h4{
	font-weight: 500;
}

.info-box i {
    font-size: 2.4em;
    display: block;
    float: left;
    margin-right: 15px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background-clip: padding-box;
    color: #fff;
}
.info-box {
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 1px 1px 2px 0 #CCCCCC;
    margin-bottom: 16px;
    border-radius: 3px;
    background-clip: padding-box;
}
.info-box .info-box-text {
    display: block;
    font-size: 20px;
    font-weight: 300;
    text-align: right;
}
.info-box .info-box-number {
    font-size: 2.1em;
    font-weight: 600;
    margin-top: -5px;
    display: block;
    text-align: right;
}

.info-box2 i {
    font-size: 1.6em;
    display: block;
    float: right;
    margin-top: 5px;
    margin-right: 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%; 
    background-clip: padding-box;
    color: #B0B0B0;
}
.info-box2 {
    padding: 5px;
    background: #FFFFFF;
    box-shadow: 1px 1px 2px 0 #CCCCCC;
    margin-bottom: 2px;
    border-radius: 3px;
    background-clip: padding-box;
	min-height: 50px;
}
.info-box2 .info-box2-titulo {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
	margin-left: 5px;
}
.info-box2 .info-box2-nombre {
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
	margin-left: 50px;
	margin-top: 9px;
}
.info-box2 .info-box2-prioridad {
    font-size: 12px;
    font-weight: bold;
    margin-top: -5px;
    display: block;
    text-align: left;
	margin-left: 5px;
}
.info-box2 .info-box2-fecha {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
	margin-right: 10px;
	float: right;
}
.info-box2 .info-box2-privacidad {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
	margin-right: 10px;
	float: right;
}
.pull-center{
	text-align: center;
}
.iconos-contactos {
    font-size: 1.95em;
    display: block;
    line-height: 30px;
}

.btn-title {
    margin-left:5px;
    margin-right:5px;
}

.nav-avatar {
    width: 100%;
    max-width: 45px;
    height:45px !important;
}

.perfil-avatar {
    height: 100px !important;

}
.divisor {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    color: #fff;
    }
.badge {
    font-size:11px;
}
.info-box .info-box-text{
    
    font-size: 15px;
    font-weight: 300;
}
.info-box .info-box-number
{
    font-size: 1.9em;
    font-weight: 600;
}

.cotizacion input{
	height: 26px;
	padding: 4px 10px 4px 10px;
    font-size: 12px;
}

.cotizacion select{
	height: 26px;
	padding: 4px 5px 4px 5px;
    font-size: 12px;
}

.cotizacion table>tbody>tr>td{
	#vertical-align: middle;
	padding: 2px;
}

.lbl{
	background: none;
    font-size: 10px;
	letter-spacing: 1px;
	border-radius: .25em;
    -webkit-border-radius: 3px;
    max-width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
	padding: .1em .6em .1em;
	text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

.lbl-green{
	color: #43ac6e;
    border: 1px solid #43ac6e;
}

.lbl-yellow{
	color: #f39c12;
    border: 1px solid #f39c12;
}

.lbl-blue-light{
	color: #00c0ef;
    border: 1px solid #00c0ef;
}

.lbl-gray{
	color: #666;
    border: 1px solid #666;
}

.lbl-blue{
	color: #0073b7;
    border: 1px solid #0073b7;
}

.lbl-red{
	color: #dd4b39;
    border: 1px solid #dd4b39;
}

.lbl-black{
	color: #111111;
    border: 1px solid #111111;
}

.navbar-default {
    background-color: #ffffff !important;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background-color: #ffffff;
}

.navbar-hover > li:hover {
    background-color: #f8f8f8 !important;
}

.navbar-default .navbar-nav > li > a {
    color: #000;
}

.cortar{
	overflow: hidden;
    text-overflow: ellipsis;
}

.box {
    border-top: 0px;
	}
.login-page, .register-page {
    height: auto;
}

@media screen and (max-width:640px) {
  
.cotizacion input{
	height: 26px;
	padding: 4px 1px 4px 1px;
    font-size: 12px;
}

}