body{
	/*max-width: 1550px;
	overflow: hidden;*/
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}


/* LOADING */
/* PANEL DEL CARGANDO / PROCESANDO */
#loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    opacity: 0.7;
    background-color: #fff;
    z-index: 9999;
    text-align: center;
    display: none !important;
}

#loading-image {
    position: absolute;
    top: 35%;
    left: 45%;
    z-index: 100;
    color: rgb(255, 218, 54);
    font-size: 150px;
}

.nav-tabs {
    background: #ffa726!important;
}

.nav-tabs li a{
    color: black!important;
}

.btn-quepagos{
    background-color: #ffda36!important;
    color: black!important;
    font-size: 14px!important;
}

#item_basic, #item_publicity, #item_payment, #item_receipt_publicity, #item_basic_app,
#item_basic2, #item_basic3, #item-notification{
    display: none;
}

#data_table tbody tr td img{
    height: 60px;
    width: auto;
}

.photo .photo-profile{
    text-align: center;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination
> .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover
{
    background: #efbd77!important;
}

h1{
    font-size: 25px;
    font-weight: 400;
}

.item_basic3{

}

.item_basic_content{
    border: 1px solid red;
}

.qtotal{
    text-align: -webkit-right;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

.qtotal div{
    float: right;
    font-weight: 100;
}

.border-class{
    border: 1px solid #d9d9d9;
    padding: 0px 30px;
    margin-bottom: 30px;
}

.title-category-concept, .title-requirements{
    font-size: 15px;
    font-weight: 500;
    margin: 10px 0px 0px 0px;
    text-transform: uppercase;
}

.prices-concept{
    margin: 10px 0px 0px 0px;
}

.prices-concept label{
    color: inherit;
}

.qtotal{
    padding: 0px 40px;
    color: black;
}

.add-element{
    background: #ececed!important;
    color: black!important;
    padding: 10px 15px!important;
    margin: 0px 15px!important;
}

.add-element .material-icons{
    font-weight: bold;
    font-size: 20px;
}

/*
.photo-profile{
	display: table-cell;
    vertical-align: middle;
    position: relative;
    margin: 0 auto;
    
}

.photo-profile img{
	position: absolute;
    top: 25%;
    margin-top: 0px;
}
*/




/*** ESTILOS DE ACORDEON JQUERY -- inicio***/


/*** ESTILOS DE ACORDEON JQUERY ---- Fin***/

.complete{
    display: none;
}

/** CONTENEDOR EDICION DE PUBLCIDAD  -- inicio **/
#contPublicity figure{
    overflow: hidden;
    max-width: 25vh;
}

#contPublicity img, #cont-rpublicity img{
    width: 100%;
    height: auto;
}


/** CONTENEDOR EDICION DE PUBLCIDAD  -- fin **/


#content-requirements{
    margin: 0px 0px 10px 0px;
}

.quotation-by-cliente h6{
    float: right;
}

.quotation-by-cliente a{
    color: #4b5664!important;
}


/** Restablecer contraseña **/
.containter-restablecer{
    background: white;
    border: 1px solid #ff9800;
    padding: 50px 50px;
    margin-top: 50px;
}

.containter-restablecer figure img{
    max-width: 30%;
}

.header-restablecer img{
    margin: 0 auto;
}

.btn-renviar-correo{
    background: #ff9800!important;
}

.containter-restablecer .panel-heading{
    text-align: center;
    text-transform: uppercase;
    font-size: 1.5em;
    color: #8b7c7c;
    border-bottom: 0px
}

.containter-restablecer .control-label{
    font-size: 1.2em!important;
}

/** ESTILO DE NOTIFICACIONES  **/
#red-notification{
    display: none;
}

.navbar .dropdown-menu li a:hover{
    background: #fe9f1b!important;
}

#item-notification{
    font-family: 'Roboto Condensed', sans-serif;
}


.btn-group.open > .dropdown-toggle.btn, .btn-group.open > .dropdown-toggle.btn.btn-default, .btn-group-vertical.open > .dropdown-toggle.btn, .btn-group-vertical.open > .dropdown-toggle.btn.btn-default {
    background-color: #999999!important;
}



.quotations_by_months foreignObject, .client_by_month foreignObject{
    writing-mode: vertical-lr;
}
.quotations_by_months .card [data-background-color] .ct-label {
    font-size: 0.77em;
}

.togglebutton label input[type=checkbox]:checked + .toggle {
    background-color: rgb(253, 155, 21)!important;
}

/***/
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}

.switch input {display:none;}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f44336;
    -webkit-transition: .4s;
    transition: .4s;

}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #4caf50;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.ct-series-a .ct-slice-pie, .ct-series-a .ct-area {
    fill: #ff9800!important;
}

.quotation-realized .ct-series-c .ct-point, .ct-series-c .ct-line, .ct-series-c .ct-bar, .ct-series-c .ct-slice-donut {
    stroke: #66bb6a!important;
}

.form-quotations label{
    color: #757575;
}

.cont-payment_service label, .cont-plantillas label{
    display: block;
}

.cont-payment_service .select2, .cont-plantillas .select2{
    min-width: 100%!important;
}

.cont-payment_service .select2-container--default .select2-selection--single,
.cont-plantillas .select2-container--default .select2-selection--single{
    border-radius: 0px;
}

.cont-description{
    margin: 25px 0px 0px 0px;
}

.cont-customer .select2{
    width: 100%!important;
}

.frm-add-btn{
    margin: 0!important;
}

/***/

.navbar-brand{
    padding: 6px 5px!important;
}

.navbar-brand .portal{
    max-width: 100px;
}


.dashboard-content .card{
    max-height: 300px;
}

.card .card-content{
    padding: 5px 20px!important;
}

.dashboard-content .card .card-footer{
    margin: 0!important;
    padding-top: 0px!important;
    border-top: none !important;
}

.dashboard-content foreignObject,.dashboard-content foreignObject span{
    height: 50px!important;
}

.dashboard-content svg{
    height: 200px!important;
}

.dashboard-content .card-stats .card-header{
    padding: 0px 0px;
}

.perfect-scrollbar-off .sidebar .sidebar-wrapper, .perfect-scrollbar-off .main-panel {
 /*   overflow: hidden!important;*/
}

.following-icons{
    float: right;
}



/**********************************************************************************************/
.btn-login{
    background: #ee514d!important;
    color: white!important;
    margin: 0!important;
}

.btn-register{

}


.register-page .footer a{
    color: #ee514d;
}

.register-page .checkbox a{
    color: #ee514d;
}


.register-page .checkbox input[type=checkbox]:checked + .checkbox-material .check{
    background: #ee514d!important;
}

.register-page ul{
    list-style: none!important;
    padding: 0;
}

.card-package{
    background: #929090;
    padding: 5% 0%;
    margin: 0!important;
    color: white!important;
    font-weight: bold;
    font-size: 2em;
}

.cont-packages .card-content{
    padding: 0!important;
}

.cont-packages .card-header{
    font-size: 2em;
    text-align: center;
    color: #010103;
}

.cont-packages .card-header{
    padding: 0!important;
}

.cont-packages .nav-tabs li a{
    color: white!important;
}

.card-plans h3{
    font-size: 3em!important;
    color: #4e4a4a;
    font-weight: 400;
}

.visa-master{
    max-width: 100px;
    margin: 0 auto;
}

.this-package{
    color: #fba726;
}

/* Quita margen de los modales */
.modal .modal-dialog {
    margin-top: 0 !important;
}