/* Commons */
select:required:invalid {
  color: #999;
}
option[value=""][disabled] {
  display: none;
}
option {
  color: black;
}
.grey-text {
    color: #999;
}

/* Block */
.block {
    padding-bottom: 40px;
}
.block.top {
    padding-top: 40px;
}
.block.sm {
    padding-bottom: 20px;
}
.block.top.sm {
    padding-top: 20px;
}
.block.lg {
    padding-bottom: 60px;
}
.block.top.lg {
    padding-top: 60px;
}
.block.xs {
    padding-bottom: 10px;
}
.block.top.xs {
    padding-top: 10px;
}

/* Header Navbar */
.navbar {
    padding-left: 50px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar.toggled {
    padding-left: 200px;
}
.navbar .user {
    width: 200px;
}
.navbar .user .user-img, 
.navbar .user .user-name, 
.navbar .user .chevron {
    height: 50px;
    float: left;
    padding: 10px;
    margin: 0;
    width: auto;
}
.navbar .user .chevron i {
    line-height: 30px;
    color: #00BCD4;
}
.navbar .toggle-btn {
    margin: 5px;
    cursor: pointer;
}
.navbar .notify .notify-bell {
    font-size: 15px;
    padding: 15px !important;
    cursor: pointer;
    margin-right: 10px;
}
.navbar .notify .notify-bell .badge {
    position: absolute;
    top: 5px;
    right: -5px;
    padding: 3px;
}

/* Navbar Default */
.navbar-default {
    background: #FFF;
    box-shadow: 1px 0 3px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, .15);
    -moz-box-shadow: 1px 0 3px rgba(0, 0, 0, .15);
    -o-box-shadow: 1px 0 3px rgba(0, 0, 0, .15);
    border: none;
    border-radius: 0;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: transparent;
}
.navbar-default .nav>li>a {
    padding: 0;
}
.navbar-default .user ul.dropdown-menu {
    right: 10px;
}

.navbar-default ul.dropdown-menu {
    top: 100%;
    min-width: 160px;
    -moz-animation: fadeIn .2s ease-in;
    -webkit-animation: fadeIn .2s ease-in;
    animation: fadeIn .2s ease-in;
}
.navbar-default ul.dropdown-menu.lg {
    min-width: 250px;
}
.navbar-default ul.dropdown-menu:before {
    position: absolute;
    top: -8.5px;
    left: 5px;
    display: inline-block;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #DFDFDF;
    border-left: 8px solid transparent;
    content: '';
}
.navbar-default .notify ul.dropdown-menu:before {
    right: 5px;
    left: auto;
}
.navbar-default .dropdown-menu > li > a {
    font-size: 13px;
    padding: 8px 15px;
}
@media(max-width:768px) {
    .navbar {
        padding-left: 0px;
    }
}
@media (max-width: 320px) {
    .navbar .toggle-btn {
        font-size: 15px;
        padding: 5px;
        width: 40px;
        height: 40px;
        padding: 10px;
    }
}

/* Footer */
footer {
    position: relative;
    bottom: 0;
}

/* Wrapper Page & Sidebar Content */
#wrapper {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-left: 50px;
    min-width: 340px;
}
#wrapper #sidebar-wrapper {
    width: 50px;
}
#wrapper #page-wrapper {
    padding-top: 100px;
    min-width: 320px;
    overflow: hidden;
}
#wrapper.toggled {
    padding-left: 200px;
}
#wrapper.toggled #sidebar-wrapper {
    width: 200px;
}
#sidebar-wrapper {
    z-index: 2000;
    position: fixed;
    left: 200px;
    width: 0;
    height: 100%;
    margin-left: -200px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 20px;
}
@media(max-width:768px) {
    #wrapper {
        padding-left: 0;
    }
    #wrapper #sidebar-wrapper {
        width: 0;
    }
}

/* Sidebar */
.sidebar-nav {
    position: absolute;
    top: 0;
    width: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar-nav li {
    text-indent: 0px;
    line-height: 40px;
}
.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #C8C8C8;
    font-size: 15px;
}
.sidebar-nav li:hover a {
    text-decoration: none;
    color: #8BC34A;
    background-color: #353f4f;
}
.sidebar-nav li.hoverli:hover a span {       
    text-decoration: none;
    color: #fff;
    background-color: #8BC34A;    
    font-family: inherit;
    font-size: 14px;    
    line-height: 50px;
    width: 160px;
    position: fixed;
    z-index: 3000;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sidebar-nav li.hoverli:hover a span:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-right-color:#8BC34A;
    border-width: 6px;
    margin-top: -6px;
}
.sidebar-nav li a i {
    color: #C8C8C8;
    width: 20px;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    margin: 15px;
}
.sidebar-nav li a:hover i {
    color: #8BC34A;
}
.sidebar-nav li a:active, .sidebar-nav li a:focus {
    text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
    background: #F44336;
    color: #fff;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.sidebar-nav > .sidebar-brand a {
    color: #fff;
    font-size: 20px;
}
.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

/* Login */
.log-input input.user {
    background: url(../img/user.png)no-repeat 8px 10px #fff;
}
.log-input input.lock {
    background: url(../img/lock.png)no-repeat 8px 10px #fff;
}

.log-input .log-input-left,
.log-input input[type="text"],
.log-input input[type="password"],
.sign-in-form input[type="submit"] {
    width: 100%;
}
.signin {
    background: transparent;
}
.signin:after .signin:after {

   /*HDY TAPO LINEA DEL MENÚ 
    background: url(../img/6.png) no-repeat center center;*/
    background-size: 100%;
    width: 120%;
    left: -10%;
    position: relative;
    height: 80px;
}

/* Form Styles */
.input-group .input-group-addon i {
    width: 20px;
}
.form-group .alert {
    font-size: 13px;
    color: #f34235;
    margin: 0;
    padding: 10px 15px;
}

/* Dashboard */
.main-content {
    margin-left: auto;
}
.grafico {
    width: 480px;
    height: 300px;
}
#pie .item {
    width: 280px;
    height: 320px;
    margin-left: 100px;
}
#bar .item {
    width: 450px;
    height: 300px;
}
#radar .item {
    width: 455px;
    height: 280px;
}
.stats {
    padding: 10px;
}
.grow {
    position: inherit;
}

/* Forms */
.form-left {
    margin-left: 263px;
}
.form-horizontal > textarea#descripcion {
    height: 82px;
}
.clear.left {
    margin-left: 0px;
}
.panel-footer > button.btn-default {
    margin-left: 15px;
}

/* Carga de Tickets */
.form-horizontal .control-label.left {
    text-align: left;
}
@media (max-width: 992px) {
    .form-horizontal .control-label {
        text-align: left;
    }
}

/* Form Carga Tickets */
.form-horizontal .form-control {
    border: 1px solid #e0e0e0;
    color: #616161;
    box-shadow: none;
    outline: none;
}
.form-horizontal input.form-control:focus, .form-horizontal textarea.form-control:focus {
    border: 1px solid #03a9f4;
    background: #fff;
}

/* Products */
#product .product-logo {
    margin-right: 25px;
    max-height: 100px;
}

/* Notifications */
.ui-notification {
    padding: 5px;
    font-size: 12px;
    text-align: center;
}
.ui-notification .message {
    line-height: 12px;
}
.ui-notification.success {
    color: #fff;
    background: #8bc34a;
}
.ui-notification.error {
    color: #fff;
    background: #F44336;
}
.ui-notification.warning {
    color: #fff;
    background: #f3bf48;
}


/* Collection */
ul.collection {
    padding: 15px;
}
ul.collection li {
    margin-bottom: 5px; 
    padding: 15px;
}
ul.collection li.unread.read {
    background-color: transparent;

}
ul.collection li.unread {
    background-color: #fdfde7;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

/* HDY: Estilo de la tabla smart-table para visualizar iconos en el sort */
.st-sort-default:before {
	content: '\25B1'
}

.st-sort-ascent:before {
	content: '\25B2'
}

.st-sort-descent:before {
	content: '\25BC'
}
/* Fin estilo de la tabla para smart-table*/


/* HDY: Estilo para las calificaciones de las estrellas */
.rating {
	color: lightgrey;
	margin: 0;
	padding: 0;
	font-size: 30px;
}

ul.rating {
	display: inline-block;
}

.rating li {
	list-style-type: none;
	display: inline-block;
	padding: 1px;
	text-align: center;
	font-weight: bold;
	/* CSS-TRICKS: con esta propiedad de css al pasar el cursor se transforma en una manito
	/*cursor: pointer; */
	cursor: default;
}

.rating li {
	list-style-type: none;
	display: inline-block;
	padding: 1px;
	text-align: center;
	font-weight: bold;
 	cursor: default; 
}

.rating .filled {
	color: #f44336;
	font-size: 30px;
}

/* CSS PARA HACER MOUSE HOVER SOBRE LAS ESTRELLAS DE LAS CALIFACACIÓN */
	.star-rating-feedback:hover li {
		cursor: pointer;
		color: #f44336; 
	}

	.star-rating-feedback:hover li:hover~li {
    	/*CSS-TRICKS: con esta propiedad de css al pasar el cursor por las estrellas se transforma en una mano */
		cursor: pointer;
		color: lightgrey;
		cursor: pointer;
    }
/*Fin estilo para las calificaciones de las estrellas */


/* CSS PARA TICKET Y PROYECTOS */

 .pre-text-area-modal{
	font-family: Menlo,Monaco,Consolas;
	display: block; 
	font-size: 11px;
	/*CSS-TRICKS el max-width hace responsive el text-area*/
    max-width: 100%;
	line-height: 1.42857143;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
    border-radius: 4px; cursor: default;
 }
	
.label-poder-cliente{
	 margin-bottom: 2px;
	 color: red;	
}

.modal-margin-top{
    margin-top: 10px;
}

.modal-margin-top-boton{
	margin-top: 20px;
} 
 
.tabla-etapas-modal{
	font-weight: normal;
}

.th-cursor{
	cursor: pointer;
}



/* FIN CSS PARA TICKET Y PROYECTOS */

/* JPG: CSS PARA ABONOS */

.centrar {
	font-weight: normal;
	vertical-align: middle !important;
	text-align: center;
}

.verde {
	color: green !important;
}

.rojo{
	color:#f44336 !important;
}
/*FIN CSS PARA ABONOS*/