.table-bordered > tbody > tr > td.conVerticalAlignMiddle{
    vertical-align: middle;
}
.capaPass{
    display: none;
}
.logo{
    height: 35px;
}
.logo img{
    height: 100px;
    margin-top: -31px;
}
.logo-container .logo img{
    height: 35px;
    margin-top: 0px;
}

.footerFIX {
    border-radius: 0;
    bottom: 0;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 9998;
}
.footerFIX .col-sm-12 {
    text-align: right;
}
.sidebar-left {
    z-index: 9999;
}


.conFondo{
    background-image: url(../images/fondo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #FBFBFB;
    background-size: 100%;
    position: relative;
}
.conFondo:after{
    content: " ";
    /*background-color: rgba(0,0,0,0.5); */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.conFondo .body-sign{
    position: relative;
    z-index: 999;
}
.smsKruske a{
    color: white;
}
.select2-container--bootstrap{
    width: 100% !important;
}
.select2-container.select2-container--bootstrap.select2-container--open{
        z-index: 99999;
}
.btn-group{
	width: 100%;
}
.btn-group > .multiselect.dropdown-toggle.btn:first-child{
	width: 100%;
	text-align: right;
}
.btn-group > .multiselect.dropdown-toggle.btn:first-child > span{
	float: left;
}
.table-responsive,.table-responsive table{
	width: 100% !important;
}

.note-toolbar .btn-group{
	float: left !important;
	width: auto !important;
}
.note-editor .note-toolbar{
	/*overflow: hidden;*/
	height: 80px;
}

.cantComentarios{
	position: absolute;
	top: 16px;
	right: 10px;
	font-size: 10px !important;
	padding: 2px 3px !important;
}
.cantComentarios2 {
	position: absolute;
	top: 7px;
	left: 15px;
	right: auto;
}



#sortable2, #sortable1{
	position: relative;
	padding: 10px;
	background-color: rgb(236, 237, 240);
	border-radius: 5px;
}

#sortable2 li, #sortable1 li{
	display: block;
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid black;
	clear: both;
	float: none;
	position: relative;
}
#sortable1 li > div{
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	background-color: red;
	cursor: pointer;
}



#sortable2 .ui-sortable-placeholder,#sortable1 .ui-sortable-placeholder  {
	margin: 0px;
	margin-bottom: 10px;
	float:none;
	min-width:100%;
	min-height:10px;
	background:yellow !important;
	visibility: visible !important;

}


#sortable2-bloques, #sortable1-bloques{
	position: relative;
	padding: 10px;
	background-color: rgb(236, 237, 240);
	border-radius: 5px;
}

#sortable2-bloques li, #sortable1-bloques li{
	display: block;
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid black;
	clear: both;
	float: none;
	position: relative;
}
#sortable2-bloques li .nombreBloque, #sortable1-bloques li .nombreB{
	text-align: center;
}

.nombreBloque,.nombreB{
	color: #EE7623;
	font-weight: bold;
	font-size: 16px;
}


#sortable2-bloques .ui-sortable-placeholder,#sortable1-bloques .ui-sortable-placeholder  {
	margin: 0px;
	margin-bottom: 10px;
	float:none;
	min-width:100%;
	min-height:10px;
	background:yellow !important;
	visibility: visible !important;

}

.eliminarBloque{
	font-size: 15px !important;
	text-align: center !important;
	display: block !important;
	cursor: pointer !important;
	border: none !important;
	position: absolute !important;
	top: 10px !important;
	right: 10px !important;
	color: red !important;
	cursor: pointer !important;
	font: normal normal normal 14px/1 FontAwesome;
	text-decoration: none;
	z-index: 99;
	background-color: white;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 100%;
}
.eliminarBloque:before {
	content: "\f1f8";
}

.editarBloque{
	font-size: 15px !important;
	text-align: center !important;
	display: block !important;
	cursor: pointer !important;
	border: none !important;
	position: absolute !important;
	top: 10px !important;
	left: 10px !important;
	color: blue !important;
	cursor: pointer !important;
	font: normal normal normal 14px/1 FontAwesome;
	text-decoration: none;
	z-index: 99;
	background-color: white;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 100%;
}
.editarBloque:before {
	content: "\f044";
}




.capaNCatsAtri .select2-container--bootstrap{
	width: 100%!important;
}
.dropzone .dz-preview.dz-image-preview{
	background-color: transparent;
}
.dz-remove {
	font-size: 15px !important;
	text-align: center !important;
	display: block !important;
	cursor: pointer !important;
	border: none !important;
	position: absolute !important;
	top: 10px !important;
	right: 10px !important;
	color:red !important;
	cursor:pointer !important;
	font: normal normal normal 14px/1 FontAwesome;
	text-decoration: none;
	z-index: 99;
	background-color: white;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 100%;
}
.dz-remove:before {
	content: "\f1f8";
}
.dz-remove i{
	cursor:pointer !important;
}

.editImageDropzone {
	font-size: 15px !important;
	text-align: center !important;
	display: block !important;
	cursor: pointer !important;
	border: none !important;
	position: absolute !important;
	top: 10px !important;
	left: 10px !important;
	color:blue !important;
	cursor:pointer !important;
	font: normal normal normal 14px/1 FontAwesome;
	text-decoration: none;
	z-index: 99;
	background-color: white;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 100%;
}
.editImageDropzone:before {
	content: "\f044";
}
.editImageDropzone i{
	cursor:pointer !important;
}
.dz-filename,.dz-size{
	display: none !important;
}

.note-editor ul{
	list-style: initial;
}
.note-editor ol{
	list-style: decimal;
}



/* Base */
a,
.btn-link {
	color: #ff5300;
}

a:hover,
a:focus, 
.btn-link:hover,
.btn-link:focus {
	color: #ff641a;
}

a:active,
.btn-link:active {
	color: #e64b00;
}
/* Sidebar Left */
.sidebar-left .sidebar-header .sidebar-toggle:hover i {
	color: #ff5300;
}

@media only screen and (min-width: 768px) {
	html.sidebar-left-collapsed.scroll .sidebar-left .nav-main li.nav-active a:hover,
  html.sidebar-left-collapsed.boxed .sidebar-left .nav-main li.nav-active a:hover {
		color: #ff5300;
	}

	html.sidebar-left-collapsed.scroll .sidebar-left .nav-main > li:hover > a span.label,
  html.sidebar-left-collapsed.boxed .sidebar-left .nav-main > li:hover > a span.label {
		background-color: #ff5300;
	}
}
/* Layout Boxed - small than min-width */
@media only screen and (max-width: 1199px) {
	html.boxed .header {
		border-top-color: #ff5300;
	}
}
/* Layout Boxed - larger or equal min width */
@media only screen and (min-width: 1200px) {
	html.boxed .header {
		border-top-color: #ff5300;
	}

	html.boxed .sidebar-right {
		border-top-color: #ff5300;
		min-height: 0;
	}
}
/* Userbox - Open */
.userbox.open .dropdown-menu a:hover {
	background: #ff5300;
}
/* Mailbox */
.mailbox .mailbox-mail-list li.active {
	background: #ff5300;
}

.mailbox .mailbox-mail .mailbox-close-mail {
	color: #ff5300;
}

.mailbox .mailbox-mail .mailbox-close-mail:hover {
	color: #ff641a;
}

.mailbox .mailbox-mail .panel .panel-heading .panel-actions a:hover {
	color: #ff5300;
}
/* Media Gallery */
.media-gallery ul.mg-tags > li a:hover {
	background-color: #ff5300;
}

.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-zoom {
	background-color: #ff5300;
}

.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-toolbar {
	background-color: #ff5300;
}

.media-gallery .mg-files .thumbnail.thumbnail-selected {
	box-shadow: 0 0 8px -1px #ff5300;
}
/* Sign Screens - Wrappers */
.body-sign .panel-sign .panel-title-sign .title {
	background-color: #ff5300;
}

.body-sign .panel-sign .panel-body {
	border-top-color: #ff5300;
}
/* Lock Screen */
.body-locked .current-user .user-image {
	border-color: #ff5300;
}
/* Blockquote */
blockquote.primary {
	border-color: #ff5300;
}
/* Nav Pills */
.nav-pills-primary > li a:hover,
.nav-pills-primary > li a:focus {
	color: #ff5300;
	background-color: #ffffff;
}

.nav-pills-primary > li.active > a,
.nav-pills-primary > li.active > a:hover,
.nav-pills-primary > li.active > a:active,
.nav-pills-primary > li.active > a:focus {
	background-color: #ff5300;
}
/* Dropdown Menu */
.dropdown-menu  > .active  > a,
.dropdown-menu  > .active  > a:hover,
.dropdown-menu  > .active  > a:focus {
	background-color: #ff5300;
}

.open > .dropdown-toggle.btn-primary {
	background: #ff5300;
	border-color: #e64b00;
}

body .btn-primary.dropdown-toggle {
	border-left-color: #ff6f29;
}
/* Buttons */
body .btn-primary {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #ff5300;
	border-color: #ff5300;
}

body .btn-primary:hover {
	border-color: #ff641a !important;
	background-color: #ff641a;
}

body .btn-primary:active,
body .btn-primary:focus {
	border-color: #e64b00 !important;
	background-color: #e64b00;
}

body .btn-primary[disabled] {
	border-color: #ff9866 !important;
	background-color: #ff9866;
}

body .btn-success {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #47a447;
	border-color: #47a447;
}

body .btn-success:hover {
	border-color: #51b451 !important;
	background-color: #51b451;
}

body .btn-success:active,
body .btn-success:focus {
	border-color: #3f923f !important;
	background-color: #3f923f;
}

body .btn-success[disabled] {
	border-color: #86cb86 !important;
	background-color: #86cb86;
}

body .btn-warning {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #ed9c28;
	border-color: #ed9c28;
}

body .btn-warning:hover {
	border-color: #efa740 !important;
	background-color: #efa740;
}

body .btn-warning:active,
body .btn-warning:focus {
	border-color: #e89113 !important;
	background-color: #e89113;
}

body .btn-warning[disabled] {
	border-color: #f5c786 !important;
	background-color: #f5c786;
}

body .btn-danger {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #d2322d;
	border-color: #d2322d;
}

body .btn-danger:hover {
	border-color: #d64742 !important;
	background-color: #d64742;
}

body .btn-danger:active,
body .btn-danger:focus {
	border-color: #bd2d29 !important;
	background-color: #bd2d29;
}

body .btn-danger[disabled] {
	border-color: #e48481 !important;
	background-color: #e48481;
}

body .btn-info {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bc0de;
	border-color: #5bc0de;
}

body .btn-info:hover {
	border-color: #70c8e2 !important;
	background-color: #70c8e2;
}

body .btn-info:active,
body .btn-info:focus {
	border-color: #46b8da !important;
	background-color: #46b8da;
}

body .btn-info[disabled] {
	border-color: #b0e1ef !important;
	background-color: #b0e1ef;
}

body .btn-dark {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #171717;
	border-color: #171717;
}

body .btn-dark:hover {
	border-color: #242424 !important;
	background-color: #242424;
}

body .btn-dark:active,
body .btn-dark:focus {
	border-color: #0a0a0a !important;
	background-color: #0a0a0a;
}

body .btn-dark[disabled] {
	border-color: #4a4a4a !important;
	background-color: #4a4a4a;
}
/* Switch*/
.switch.switch-primary .ios-switch .on-background {
	background: #ff5300;
}
/* Label */
.label-primary {
	background: #ff5300;
}
/* Text Primary */
.text-primary {
	color: #ff5300 !important;
}
/* BG Primary */
.bg-primary {
	background: #ff5300;
}
/* Alternative Font Style */
.alternative-font {
	color: #ff5300;
}
/* Hightlight */
.highlight {
	background-color: #ff5300;
}
/* Drop Caps */
p.drop-caps.colored:first-child:first-letter {
	color: #ff5300;
}

p.drop-caps.colored.secundary:first-child:first-letter {
	background-color: #ff5300;
}
/* Well */
.well.primary {
	background: #ff5300;
	border-color: #cc4200;
}
/* Form */
.form-control:focus {
	border-color: #ff9866;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 83, 0, 0.3);
}

.form-control+input[type="radio"], .form-control+input[type="checkbox"]{
	width: auto !important;
	display: inline-block !important;
}

/* Header */
.header .toggle-sidebar-left {
	background: #ff5300;
}
/* Page Header */
.page-header h2 {
	border-bottom-color: #ff5300;
}

.page-header .sidebar-right-toggle:hover {
	color: #ff5300;
}
/* Navigation */
ul.nav-main > li.nav-active > a {
	box-shadow: 2px 0 0 #ff5300 inset;
}

ul.nav-main > li.nav-active > i {
	color: #ff5300;
}

ul.nav-main li .nav-children li.nav-active > a {
	color: #ff5300;
}

html.sidebar-light:not(.dark) ul.nav-main > li.nav-active > a {
	color: #ff5300;
}
/* Nano Scroller Plugin */
html.no-overflowscrolling .nano > .nano-pane > .nano-slider {
	background: #ff5300;
}
/* Nav Pills */
.nav-pills > .active a,
.nav-pills > .active a:hover,
.nav-pills > .active a:focus {
	background-color: #ff5300;
}
/* Pagination */
.pagination > li a {
	color: #ff5300;
}

.pagination > li a:hover,
.pagination > li a:focus {
	color: #ff641a;
}

.pagination > li.active a,
.pagination > li.active span,
.pagination > li.active a:hover,
.pagination > li.active span:hover,
.pagination > li.active a:focus,
.pagination > li.active span:focus {
	background-color: #ff5300;
	border-color: #ff5300;
}

.pagination > li.active a {
	background-color: #ff5300;
}

html .pagination > li.active a,
html.dark .pagination > li.active a,
html .pagination > li.active span,
html.dark .pagination > li.active span,
html .pagination > li.active a:hover,
html.dark .pagination > li.active a:hover,
html .pagination > li.active span:hover,
html.dark .pagination > li.active span:hover,
html .pagination > li.active a:focus,
html.dark .pagination > li.active a:focus,
html .pagination > li.active span:focus,
html.dark .pagination > li.active span:focus {
	background-color: #ff5300;
	border-color: #ff5300;
}

html .pagination > li.active a,
html.dark .pagination > li.active a {
	background-color: #ff5300;
}
/* Fullcalendar */
.fc .fc-toolbar h2:before {
	color: #ff5300;
}

.fc .fc-toolbar .fc-button.fc-state-active {
	background-color: #ff5300;
}

.fc-event {
	background: #ff5300;
	border-color: #ff5300;
}

.fc-event.fc-event-primary {
	background: #ff5300;
	border-color: #ff5300;
}
/* Maps */
.jqvmap-zoomin,
.jqvmap-zoomout {
	background: #ff5300;
}
/* Timeline */
.timeline .tm-items > li .tm-datetime .tm-datetime-time {
	color: #ff5300;
}

.timeline .tm-items > li .tm-icon {
	border-color: #ff5300;
	color: #ff5300;
}

.timeline.timeline-simple .tm-body .tm-items > li:before {
	background: #ff5300;
	box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #ff5300;
}

html.dark .timeline.timeline-simple .tm-body .tm-items > li:before {
	background: #ff5300;
	box-shadow: 0 0 0 3px #2e353e, 0 0 0 6px #ff5300;
}
/* Princing Table */
.pricing-table h3 span {
	color: #ff5300;
}

.pricing-table .most-popular h3 {
	background-color: #ff5300 !important;
	color: #FFF !important;
}
/* Data Tables Loading */
.dataTables_processing {
	background-color: #ff5300;
}
/* Accordion */
.panel-group .panel-accordion .panel-heading a {
	color: #ff5300;
}
/* Alerts */
.alert-primary {
	background-color: #ff5300;
	border-color: #f04e00;
}

.alert-primary .alert-link {
	color: #993200;
}
/* Nestable */
.dd-handle:hover {
	color: #ff5300 !important;
}

.dd-placeholder {
	background: #ffffff;
	border-color: #ff5300;
}
/* Panels */
.panel-highlight .panel-heading {
	background-color: #ff5300;
	border-color: #ff5300;
}

.panel-highlight .panel-body {
	background-color: #ff5300;
}

html .panel-primary .panel-heading {
	background: #ff5300;
	border-color: #ff5300;
}

.panel-heading.bg-primary {
	background: #ff5300;
}

.panel-body.bg-primary {
	background: #ff5300;
}

.panel-featured-primary {
	border-color: #ff5300;
}

.panel-featured-primary .panel-title {
	color: #ff5300;
}

.panel-heading-icon.bg-primary {
	background: #ff5300;
}

.panel-group .panel-accordion-primary .panel-heading .panel-title a {
	background: #ff5300;
}
/* Progress Bar */
.progress-bar {
	background-color: #ff5300;
}

.progress .progress-bar-primary {
	background-color: #ff5300;
}
/* Toggle */
.toggle label {
	border-left-color: #ff5300;
	color: #ff5300;
}

.toggle.active > label {
	background: #ff5300 !important;
	border-color: #ff5300;
}
/* Treeview */
.jstree-default .jstree-hovered {
	background-color: #ffffff !important;
}

.jstree-default .jstree-clicked {
	background-color: #ff5300 !important;
	color: white;
}

.jstree-default .colored {
	color: #ff5300 !important;
}

.jstree-default .colored .jstree-icon {
	color: #ff5300 !important;
}

.jstree-default .colored-icon .jstree-icon {
	color: #ff5300 !important;
}
/* Widgets */
.sidebar-widget.widget-tasks ul li:before {
	border-color: #ff5300;
}

.widget-twitter-profile {
	background-color: #ff5300;
}

.widget-twitter-profile .profile-quote {
	background-color: #ff6114;
}

.widget-twitter-profile .profile-quote .quote-footer {
	border-top-color: rgba(255, 117, 51, 0.7);
}

.widget-profile-info .profile-info .profile-footer {
	border-top-color: rgba(255, 117, 51, 0.7);
}
/* Thumb Info */
.thumb-info .thumb-info-type {
	background-color: #ff5300;
}
/* Social Icons */
.social-icons-list a {
	background: #ff5300;
}
/* Notifications */
.notifications .notification-menu .notification-title {
	background: #ff5300;
}

.notifications .notification-menu .notification-title .label-default {
	background-color: #cc4200;
}

.notifications .notification-menu:before,
.notifications .notification-icon:before {
	border-bottom-color: #ff5300;
}

.ui-pnotify .notification-primary {
	background: rgba(255, 83, 0, 0.95);
}

.ui-pnotify.stack-bar-top .notification-primary,
.ui-pnotify.stack-bar-bottom .notification-primary {
	background: #ff5300;
}

.ui-pnotify.notification-primary .notification,
.ui-pnotify.notification-primary .notification-primary {
	background: rgba(255, 83, 0, 0.95);
}

.ui-pnotify.notification-primary.stack-bar-top .notification,
.ui-pnotify.notification-primary.stack-bar-bottom .notification,
.ui-pnotify.notification-primary.stack-bar-top .notification-primary,
.ui-pnotify.notification-primary.stack-bar-bottom .notification-primary {
	background: #ff5300;
}
/* Modal */
.modal-block-primary .fa {
	color: #ff5300;
}

.modal-block-primary.modal-header-color .panel-heading {
	background-color: #ff5300;
}

.modal-block-primary.modal-full-color .panel {
	background-color: #ff6f29;
}

.modal-block-primary.modal-full-color .panel-heading {
	background-color: #ff5300;
}

.modal-block-primary.modal-full-color .panel-footer {
	background-color: #ff6f29;
}
/* Modal Icon */
.modal-block-primary .modal-icon .fa {
	color: #ff5300;
}


/* Tabs */
html body .tabs-primary .nav-tabs li a,
html.dark body .tabs-primary .nav-tabs li a,
html body .tabs-primary .nav-tabs.nav-justified li a,
html.dark body .tabs-primary .nav-tabs.nav-justified li a,
html body .tabs-primary .nav-tabs li a:hover,
html.dark body .tabs-primary .nav-tabs li a:hover,
html body .tabs-primary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li a:hover {
	color: #ff5300;
}

html body .tabs-primary .nav-tabs li a:hover,
html.dark body .tabs-primary .nav-tabs li a:hover,
html body .tabs-primary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li a:hover {
	border-top-color: #ff5300;
}

html body .tabs-primary .nav-tabs li.active a,
html.dark body .tabs-primary .nav-tabs li.active a,
html body .tabs-primary .nav-tabs.nav-justified li.active a,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active a,
html body .tabs-primary .nav-tabs li.active a:hover,
html.dark body .tabs-primary .nav-tabs li.active a:hover,
html body .tabs-primary .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active a:hover,
html body .tabs-primary .nav-tabs li.active a:focus,
html.dark body .tabs-primary .nav-tabs li.active a:focus,
html body .tabs-primary .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active a:focus {
	border-top-color: #ff5300;
	color: #ff5300;
}

html body .tabs-primary.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li a:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover {
	border-bottom-color: #ff5300;
}

html body .tabs-primary.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-primary.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-primary.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
	border-top-color: #FFF;
	border-bottom-color: #ff5300;
}

html body .tabs-primary.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li a:hover {
	border-left-color: #ff5300;
}

html body .tabs-primary.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a,
html body .tabs-primary.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-primary.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a:focus {
	border-left-color: #ff5300;
}

html body .tabs-primary.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li a:hover {
	border-right-color: #ff5300;
}

html body .tabs-primary.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a,
html body .tabs-primary.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-primary.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a:focus {
	border-right-color: #ff5300;
}
/* Simple List */
ul.simple-bullet-list li:before {
	border-color: #ff5300;
}
/* Simple Card List */
.simple-card-list li.primary {
	background: #ff5300;
}
/* Search Results */
.search-content .search-toolbar .nav-pills li.active a {
	color: #ff5300;
	border-bottom-color: #ff5300;
}

.search-results-list .result-thumb .fa {
	background: #ff5300;
}
/* Scrollable */
.scrollable.colored-slider .scrollable-slider {
	background: #ff5300;
}

html.dark .search-content .search-toolbar .nav-pills li.active a,
html.dark .search-content .search-toolbar .nav-pills li.active a:hover,
html.dark .search-content .search-toolbar .nav-pills li.active a:focus {
	color: #ff5300;
	border-bottom-color: #ff5300;
}
/* Time Picker */
.bootstrap-timepicker-widget table td a:hover {
	background-color: #ff5300;
}
/* Loading Progress */
#nprogress .bar {
	background: #ff5300;
}

#nprogress .peg {
	box-shadow: 0 0 10px 1px #ff5300, 0 0 5px #ff5300;
}
/* Zoom */
.img-thumbnail .zoom {
	background: #ff5300;
}
/* Owl Carousel */
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #e04900;
}

.owl-theme .owl-nav [class*="owl-"] {
	background: #ff5300;
}

.owl-theme .owl-nav [class*="owl-"]:focus,
.owl-theme .owl-nav [class*="owl-"]:hover {
	background-color: #ff681f;
}
/* Chartist */
.ct-chart .tooltip {
	background: #ff5300;
}

.ct-chart .tooltip:after {
	border-top-color: #ff5300;
}

.ct-chart .ct-series.ct-series-a .ct-bar,
.ct-chart .ct-series.ct-series-a .ct-line,
.ct-chart .ct-series.ct-series-a .ct-point,
.ct-chart .ct-series.ct-series-a .ct-slice.ct-donut {
	stroke: #ff5300;
}

.ct-chart .ct-series.ct-series-a .ct-area,
.ct-chart .ct-series.ct-series-a .ct-slice:not(.ct-donut) {
	fill: #ff5300;
}

.ct-chart .ct-series.ct-series-b .ct-bar,
.ct-chart .ct-series.ct-series-b .ct-line,
.ct-chart .ct-series.ct-series-b .ct-point,
.ct-chart .ct-series.ct-series-b .ct-slice.ct-donut {
	stroke: #b33a00;
}

.ct-chart .ct-series.ct-series-b .ct-area,
.ct-chart .ct-series.ct-series-b .ct-slice:not(.ct-donut) {
	fill: #b33a00;
}

.ct-chart .ct-series.ct-series-i .ct-bar,
.ct-chart .ct-series.ct-series-i .ct-line,
.ct-chart .ct-series.ct-series-i .ct-point,
.ct-chart .ct-series.ct-series-i .ct-slice.ct-donut {
	stroke: #b33a00;
}

.ct-chart .ct-series.ct-series-i .ct-area,
.ct-chart .ct-series.ct-series-i .ct-slice:not(.ct-donut) {
	fill: #b33a00;
}

.ct-chart .ct-series.ct-series-j .ct-bar,
.ct-chart .ct-series.ct-series-j .ct-line,
.ct-chart .ct-series.ct-series-j .ct-point,
.ct-chart .ct-series.ct-series-j .ct-slice.ct-donut {
	stroke: #ff874d;
}

.ct-chart .ct-series.ct-series-j .ct-area,
.ct-chart .ct-series.ct-series-j .ct-slice:not(.ct-donut) {
	fill: #ff874d;
}

.ct-chart .ct-series.ct-series-n .ct-bar,
.ct-chart .ct-series.ct-series-n .ct-line,
.ct-chart .ct-series.ct-series-n .ct-point,
.ct-chart .ct-series.ct-series-n .ct-slice.ct-donut {
	stroke: #4d1900;
}

.ct-chart .ct-series.ct-series-n .ct-area,
.ct-chart .ct-series.ct-series-n .ct-slice:not(.ct-donut) {
	fill: #4d1900;
}

.ct-chart .ct-series.ct-series-o .ct-bar,
.ct-chart .ct-series.ct-series-o .ct-line,
.ct-chart .ct-series.ct-series-o .ct-point,
.ct-chart .ct-series.ct-series-o .ct-slice.ct-donut {
	stroke: #ffcbb3;
}

.ct-chart .ct-series.ct-series-o .ct-area,
.ct-chart .ct-series.ct-series-o .ct-slice:not(.ct-donut) {
	fill: #ffcbb3;
}
/* Checkboxes */
html.dark .checkbox-primary label:before,
.checkbox-primary label:before {
	background: #ff5300;
	border-color: #e64b00;
}

html.dark .checkbox-text-primary input[type="checkbox"]:checked + label:after,
.checkbox-text-primary input[type="checkbox"]:checked + label:after {
	color: #ff5300;
}
/* Radios */
html.dark .radio-primary input[type="radio"]:checked + label:after,
.radio-primary input[type="radio"]:checked + label:after {
	background: #ff5300;
	-webkit-box-shadow: 0px 0px 1px #ff5300;
	box-shadow: 0px 0px 1px #ff5300;
}
/* Switch */
.switch.switch-primary .ios-switch .on-background {
	background: #ff5300;
}
/* Progress Bar */
.progress-bar {
	background-color: #ff5300;
}

.progress .progress-bar-primary {
	background-color: #ff5300;
}
/* Slider */
.slider-primary .ui-slider-range,
.slider-primary .ui-slider-handle {
	background: #ff5300;
}

.slider-gradient.slider-primary .ui-slider-range,
.slider-gradient.slider-primary .ui-slider-handle {
	background-image: -webkit-linear-gradient(left, #ff7533 0, #ff5300 50%, #cc4200 100%);
	background-image: linear-gradient(left, #ff7533 0, #ff5300 50%, #cc4200 100%);
}

.slider-gradient.ui-slider-vertical.slider-primary .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-primary .ui-slider-handle {
	background-image: -webkit-linear-gradient(to right, #ff7533 0, #ff5300 50%, #cc4200 100%);
	background-image: linear-gradient(to right, #ff7533 0, #ff5300 50%, #cc4200 100%);
}
/* DatePicker */
.datepicker table {
	width: 100%;
}

.datepicker table thead tr th.prev:hover,
.datepicker table thead tr th.next:hover {
	background: #ff5300;
}

.datepicker table thead tr:first-child th:hover {
	background: #ff5300;
}

.datepicker table tr td span:hover {
	background: #ff5300;
}

.datepicker table tr td.day:hover {
	background: #ff5300;
}

.datepicker table tfoot tr th:hover {
	background: #ff5300;
}
/* DatePicker: Dark */
html.dark .datepicker.datepicker-primary table thead tr th.prev:hover,
.datepicker.datepicker-dark table thead tr th.prev:hover,
html.dark .datepicker.datepicker-primary table thead tr th.next:hover,
.datepicker.datepicker-dark table thead tr th.next:hover {
	background: #ff5300;
}

html.dark .datepicker.datepicker-primary table tbody tr td.day:hover,
.datepicker.datepicker-dark table tbody tr td.day:hover {
	background: #ff5300;
}

html.dark .datepicker.datepicker-primary table tbody tr td.day.active,
.datepicker.datepicker-dark table tbody tr td.day.active {
	background: #ff5300;
}
/* DatePicker: Primary */
.datepicker.datepicker-primary table thead tr:first-child {
	background-color: #ff5300;
}

.datepicker.datepicker-primary table thead tr:first-child th:hover {
	background-color: #cc4200;
}

.datepicker.datepicker-primary table thead tr:last-child {
	background-color: #ff641a;
}

.datepicker.datepicker-primary table thead tr:last-child th:hover {
	background-color: #ff5300;
}

.datepicker.datepicker-primary table tbody tr td.day:hover {
	background: #ff5300;
}

.datepicker.datepicker-primary table tbody tr td.day.active {
	background: #ff5300;
}
/* Select 2 */
.select2-container-multi .select2-choices .select2-search-choice {
	background: #ff5300;
}
/* Wizard */
.wizard-steps > li.active .badge {
	background-color: #ff5300;
}

.wizard-steps > li.active a,
.wizard-steps > li.active a:hover,
.wizard-steps > li.active a:focus {
	border-top-color: #ff5300;
}

.wizard-tabs ul > li.active .badge {
	background-color: #ff5300;
}

html .wizard-progress .steps-progress .progress-indicator,
html.dark .wizard-progress .steps-progress .progress-indicator {
	background: #ff5300;
}

html .wizard-progress .wizard-steps li.completed a span,
html.dark .wizard-progress .wizard-steps li.completed a span {
	border-color: #ff5300;
	background: #ff5300;
}

html .wizard-progress .wizard-steps li.active a span,
html.dark .wizard-progress .wizard-steps li.active a span {
	color: #ff5300;
	border-color: #ff5300;
}
/* Tables */

.table > thead > tr > td.primary,
.table > tbody > tr > td.primary,
.table > tfoot > tr > td.primary,
.table > thead > tr > th.primary,
.table > tbody > tr > th.primary,
.table > tfoot > tr > th.primary,
.table > thead > tr.primary > td,
.table > tbody > tr.primary > td,
.table > tfoot > tr.primary > td,
.table > thead > tr.primary > th,
.table > tbody > tr.primary > th,
.table > tfoot > tr.primary > th {
	background-color: #ff5300;
}
/* Data Tables Loading */
.dataTables_processing {
	background-color: #ff5300;
}
/* Liquid Meter */
.liquid-meter-wrapper .liquid-meter-selector a.active {
	color: #ff5300;
}
/* Checkboxes */
html.dark .checkbox-primary label:before,
.checkbox-primary label:before {
	background: #ff5300;
	border-color: #e64b00;
}

html.dark .checkbox-text-primary input[type="checkbox"]:checked + label:after,
.checkbox-text-primary input[type="checkbox"]:checked + label:after {
	color: #ff5300;
}
/* Radios */
html.dark .radio-primary input[type="radio"]:checked + label:after,
.radio-primary input[type="radio"]:checked + label:after {
	background: #ff5300;
	-webkit-box-shadow: 0px 0px 1px #ff5300;
	box-shadow: 0px 0px 1px #ff5300;
}
/* Switch */
.switch.switch-primary .ios-switch .on-background {
	background: #ff5300;
}
/* Progress Bar */
.progress-bar {
	background-color: #ff5300;
}

.progress .progress-bar-primary {
	background-color: #ff5300;
}
/* Slider */
.slider-primary .ui-slider-range,
.slider-primary .ui-slider-handle {
	background: #ff5300;
}

.slider-gradient.slider-primary .ui-slider-range,
.slider-gradient.slider-primary .ui-slider-handle {
	background-image: -webkit-linear-gradient(left, #ff7533 0, #ff5300 50%, #cc4200 100%);
	background-image: linear-gradient(left, #ff7533 0, #ff5300 50%, #cc4200 100%);
}

.slider-gradient.ui-slider-vertical.slider-primary .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-primary .ui-slider-handle {
	background-image: -webkit-linear-gradient(to right, #ff7533 0, #ff5300 50%, #cc4200 100%);
	background-image: linear-gradient(to right, #ff7533 0, #ff5300 50%, #cc4200 100%);
}
/* DatePicker */
.datepicker table {
	width: 100%;
}

.datepicker table thead tr th.prev:hover,
.datepicker table thead tr th.next:hover {
	background: #ff5300;
}

.datepicker table thead tr:first-child th:hover {
	background: #ff5300;
}

.datepicker table tr td span:hover {
	background: #ff5300;
}

.datepicker table tr td.day:hover {
	background: #ff5300;
}

.datepicker table tfoot tr th:hover {
	background: #ff5300;
}
/* DatePicker: Dark */
html.dark .datepicker.datepicker-primary table thead tr th.prev:hover,
.datepicker.datepicker-dark table thead tr th.prev:hover,
html.dark .datepicker.datepicker-primary table thead tr th.next:hover,
.datepicker.datepicker-dark table thead tr th.next:hover {
	background: #ff5300;
}

html.dark .datepicker.datepicker-primary table tbody tr td.day:hover,
.datepicker.datepicker-dark table tbody tr td.day:hover {
	background: #ff5300;
}

html.dark .datepicker.datepicker-primary table tbody tr td.day.active,
.datepicker.datepicker-dark table tbody tr td.day.active {
	background: #ff5300;
}
/* DatePicker: Primary */
.datepicker.datepicker-primary table thead tr:first-child {
	background-color: #ff5300;
}

.datepicker.datepicker-primary table thead tr:first-child th:hover {
	background-color: #cc4200;
}

.datepicker.datepicker-primary table thead tr:last-child {
	background-color: #ff641a;
}

.datepicker.datepicker-primary table thead tr:last-child th:hover {
	background-color: #ff5300;
}

.datepicker.datepicker-primary table tbody tr td.day:hover {
	background: #ff5300;
}

.datepicker.datepicker-primary table tbody tr td.day.active {
	background: #ff5300;
}
/* Select 2 */
.select2-container-multi .select2-choices .select2-search-choice {
	background: #ff5300;
}
/* Wizard */
.wizard-steps > li.active .badge {
	background-color: #ff5300;
}

.wizard-steps > li.active a,
.wizard-steps > li.active a:hover,
.wizard-steps > li.active a:focus {
	border-top-color: #ff5300;
}

.wizard-tabs ul > li.active .badge {
	background-color: #ff5300;
}

html .wizard-progress .steps-progress .progress-indicator,
html.dark .wizard-progress .steps-progress .progress-indicator {
	background: #ff5300;
}

html .wizard-progress .wizard-steps li.completed a span,
html.dark .wizard-progress .wizard-steps li.completed a span {
	border-color: #ff5300;
	background: #ff5300;
}

html .wizard-progress .wizard-steps li.active a span,
html.dark .wizard-progress .wizard-steps li.active a span {
	color: #ff5300;
	border-color: #ff5300;
}
/* Tables */
.table > thead > tr > td.primary,
.table > tbody > tr > td.primary,
.table > tfoot > tr > td.primary,
.table > thead > tr > th.primary,
.table > tbody > tr > th.primary,
.table > tfoot > tr > th.primary,
.table > thead > tr.primary > td,
.table > tbody > tr.primary > td,
.table > tfoot > tr.primary > td,
.table > thead > tr.primary > th,
.table > tbody > tr.primary > th,
.table > tfoot > tr.primary > th {
	background-color: #ff5300;
}
/* Data Tables Loading */
.dataTables_processing {
	background-color: #ff5300;
}
/* Liquid Meter */
.liquid-meter-wrapper .liquid-meter-selector a.active {
	color: #ff5300;
}

.header .logo-container > a{
    margin: 0;
    margin-left: 15px;
}
.header .logo-container > a img{
    height: 55px;
    margin-top: 0;
}
.page-header .breadcrumbs {
    padding-right: 20px;
}
.panel-body .bg-default {
    background: #ebebeb;
    color: #777;
}

.conSummer2 .note-toolbar{
    height: 0 !important;
    padding: 0 !important;
    border-bottom: 0px !important;
    overflow: visible;
    z-index: 99;
}
.conSummer2 .note-font{
    position: absolute!important;
    top: 0!important;
    right: 0!important;
    margin-top: -1px!important;
    margin-right: -1px!important;
}
.conSummer2 .note-font button{
    padding: 8px 10px!important;
    width: 40px!important;
}
.conSummer2 .note-editable{
    padding: 6px 10px!important;
}
.conSummer2 .note-editor{
    margin-bottom: 0;
}
.ui-state-highlight{
    height: 52px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.fileupload-exists .uneditable-input{
}
.fileupload .btn{
    margin-left: -1px;
}
.ui-pnotify{
    z-index: 999999 !important;
}
.dropzone.dz-started .dz-message{
    display: block !important;
	margin: 0;
	margin-bottom: 10px;
}
.dropzone .dz-preview .dz-progress{
    display: none;
}
.dropzone .dz-preview .dz-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.dropzone.dz-clickable{
	padding: 10px;
    text-align: center;
}
.dropzone .dz-preview{
    margin: 5px;
}
.dropzone .dz-preview .dz-image.activeis0{
	background-color: red;
}
.dropzone .dz-preview .dz-image.activeis0:after{
	content: "X";
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	z-index: 99;
	width: 100%;
	height: 20px;
	color: red;
	font-size: 50px;
	line-height: 50px;
	margin-top: -25px;
}
.dropzone .dz-preview .dz-image.activeis0 img{
	opacity: 0.5;
}
#losDiasEditables li a.btn-xs{
    float: right;
    margin-left: 10px;
}
#losDiasEditables li{
    font-size: 20px;
    list-style: none;
    border-bottom: 1px solid #CCC;
    overflow: hidden;
    padding: 10px 0;
}
#losDiasEditables ul{
    padding-left: 0;
}
#losDiasEditables .panel-body{
    padding-top: 0;
}
.fc-ltr .fc-basic-view .fc-day-number{
    cursor: pointer;
    font-weight: bold;
}
.fc-ltr .fc-basic-view .fc-day-number:hover{
   background-color: #CCC;
}
.loaderFull .loading-overlay{
    z-index: 999;
}
.dataTables_wrapper {
    position: relative;
}
.ColVis.TableTools{
    float: right;
    margin-bottom: 15px;
}
.ColVis_collection .ColVis_Button.btn.append{
    border-radius: 0px;
    text-align: left;
    display: block; 
    margin: 5px auto;
    width: 150px !important;
}
.ColVis_collection{
    background-color: #CCC;
    width: 160px !important;
}
.ColVis_collection .separator{
    display: none;
}
.ColVis_collection .ColVis_Button{
    display: block; 
    margin: 5px auto;
    width: 150px !important;
}
.ColVis_collection{
    padding: 0 10px;
}
.ColVis_catcher{
    position: absolute;
}
.fc-day-grid-event .fc-content .fc-title{
    font-weight: bold;
}
.modal-special .mfp-close{
    background-color: white;
    opacity: 1;
    border-radius: 100%;
    width: 31px;
    height: 31px;
    line-height: 9px;
    padding: 0;
    top: 13px;
    right: 10px;
}
.select2-results__options{
    padding-left: 10px;
}
.select2-container--bootstrap .select2-results__group{
    text-transform: uppercase;
}

.inner-spacer .row .input-daterange
{
    padding-left: 15px;
    padding-right: 15px;
}


.buscadorPreciosMasivo{

}

    .buscadorPreciosMasivo .elemento{
        display: inline-block;
        margin-bottom: 0;
        font-weight: normal;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        white-space: nowrap;
        padding: 8px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: -webkit-linear-gradient(#fff, #fff 60%, #f5f5f5);
        background-image: -o-linear-gradient(#fff, #fff 60%, #f5f5f5);
        background-image: linear-gradient(#fff, #fff 60%, #f5f5f5);
        background-repeat: no-repeat;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff5f5f5', GradientType=0);
        filter: none;
        border-bottom: 1px solid #e6e6e6;
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px;
        text-shadow: 0 1px 0 rgba(0,0,0,0.1);
        color: #555555;
        background-color: #ffffff;
        border-color: rgba(0,0,0,0.1);
    }

	.buscadorPreciosMasivo #bloqueTours .elemento{
		margin-bottom: 5px;
	}

    .buscadorPreciosMasivo .elemento.sel{
        color: #ffffff;
        background-color: #ff5300;
        border-color: #ff5300;
        background-image: inherit;
        background-repeat: no-repeat;
        filter: none;
        border-bottom: 1px solid #ff5300;
    }
    .buscadorPreciosMasivo input[type="submit"]{
        display: inline-block;
        margin-bottom: 0;
        font-weight: normal;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        white-space: nowrap;
        padding: 8px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: -webkit-linear-gradient(#fff, #fff 60%, #f5f5f5);
        background-image: -o-linear-gradient(#fff, #fff 60%, #f5f5f5);
        background-image: linear-gradient(#fff, #fff 60%, #f5f5f5);
        background-repeat: no-repeat;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff5f5f5', GradientType=0);
        filter: none;
        border-bottom: 1px solid #e6e6e6;
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px;
        text-shadow: 0 1px 0 rgba(0,0,0,0.1);
        color: #555555;
        background-color: #ffffff;
        border-color: rgba(0,0,0,0.1);
        background-image: -webkit-linear-gradient(#e12b31, #c71c22 60%, #b5191f);
        background-image: -o-linear-gradient(#e12b31, #c71c22 60%, #b5191f);
        background-image: linear-gradient(#e12b31, #c71c22 60%, #b5191f);
        background-repeat: no-repeat;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe12b31', endColorstr='#ffb5191f', GradientType=0);
        filter: none;
        border-bottom: 1px solid #9a161a;
        color: #ffffff;
        background-color: #c71c22;
        border-color: #c71c22;
    }

.ui-state-highlight{
	height: auto !important;
	margin-bottom: 0px !important;
}

.buscadorPreciosMasivo input[type="submit"].btn_modificar_masivo{
	/*margin-left: 10px;*/
	background-image: -webkit-linear-gradient(#ff6707, #dd5600 60%, #c94e00);
	background-image: -o-linear-gradient(#ff6707, #dd5600 60%, #c94e00);
	background-image: linear-gradient(#ff6707, #dd5600 60%, #c94e00);
	background-repeat: no-repeat;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff6707', endColorstr='#ffc94e00', GradientType=0);
	filter: none;
	border-bottom: 1px solid #aa4200;
	color: #ffffff;
	background-color: #dd5600;
	border-color: #dd5600;
}

.codPhone{
	display: inline-block;
	position: absolute;
	right: -28px;
	top: 2px;
}