﻿@charset "UTF-8";

/* 									*	
 *		SID GLOBAL STRUCTURE		*
 *  									*/


/*  Tags  */

* {outline: none;}
html {
	overflow-y: scroll;
	overflow-x: auto;
	height: 100%; /* Needed for Sticky Footer */
}
body {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	background-position:top center;
	background-repeat:repeat-x;
	height: 100%; /* Needed for Sticky Footer */
}
a, a:visited {text-decoration: none;}
a:hover {text-decoration: underline;}
a img {outline: none; border: none;}
p {margin: 0;}
h1, h1 a, h1 a:visited, h1 a:hover, h1 a:active {
    font-size: 22px;
    margin: 30px 0;
    text-transform: uppercase;
    text-decoration: none;
    text-align: left;
}
h2, h2 a, h2 a:visited, h2 a:hover, h2 a:active {
    font-size: 22px;
    margin: 2px 0;
    text-transform: uppercase;
	font-weight: bold;
}
h3, h3 a, h3 a:visited, h3 a:hover, h3 a:active {
	font-size: 18px;
	text-transform: uppercase;
	text-align: inherit;
	margin: 3px 0;
}
h4 {
	font-size: 10px;
	margin: 5px 4px;
    text-transform:uppercase;
}
input, textarea, select {
	outline:none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding: 7px;
}
.input[type=text], select{
	padding: 6px;
}
/* default_button */

.default_button {         
	border:1px solid #a8a8a8;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 200;
    padding: 2px 3px 2px 3px;
    text-decoration: none!important; 
    margin-right: 1px;
    background-color: #eeeeee;
}
.default_button:hover {
  border-color:#888;
}
.tr-header-yellow th, .tr-header-yellow td, table.tr_striped .tr-header-yellow th, table.tr_striped .tr-header-yellow td {
    background: yellow !important;
}
.tr-header-orange th, .tr-header-orange td, table.tr_striped .tr-header-orange th, table.tr_striped .tr-header-orange td { 
    background: orange !important;
}
.tr-header-green th, .tr-header-green td, table.tr_striped .tr-header-green th, table.tr_striped .tr-header-green td {
    background: lightgreen !important;
}
/*  General Table Settings  */

table {
    border: none;
    width: 100%;
    border:0px;
}

table.tr_striped tr:nth-child(even) {background:#fff!important}
table.tr_striped tr:nth-child(odd) {background:#F0F5F9!important}
table.tr_striped td {
	background-color: transparent !important;
}

#filtrosHeader {
    background-color: #F0F5F9 !important; /* Fondo blanco */
    color: #000000;            /* Texto en negro */
}

#filtrosHeaderTr {
    background-color: #F0F5F9 !important; /* Fondo blanco */
    color: #000000;            /* Texto en negro */
}
    
td {
    											/* Table Cells */
	vertical-align:top;
	border:none;
}
hr {											/* Horizontal Lines */
	height: 1px;
	border-left: none;
	border-bottom: none;
	border-right: none;
	background:none;
	margin: 2px 0 5px;
}


/*  Header  */

#header {
	width: 90%;
	min-width: 900px;
	height: 145px;
	margin: 0 auto;
	position:relative;
	clear:both;
}
#logo {											/* Casino Logo (Left) */
	display: block;
	float: left;
	background-image: url(/global/images/logo.png);
	background-repeat: no-repeat;
}
#sid {											/* SID Logo (Center) */
	display:block;
	position:relative;
	background-repeat: no-repeat;
	background-image: url(../../local/images/Logo.gif);
}
#sid img {visibility: hidden;}					/* Hides Print Version of SID Logo */
#ccast {										/* CCAST Logo in Header */
	position: relative;
	width: 200px;
	height: 75px;
	float: right;
	/*background-image: url(/global/images/Azamara.png);*/
	top: 14px;
	background-color:#FFF;
	color: #050f40;
	text-align: center;
}
#ccast p {
	margin: 5px 0 10px 0;	
	text-transform: uppercase;
	font-size:10px;
}
#ccast a {
	color: #050f40;
	padding: 0 10px;
}
#ccast a:visited {
	color: #050f40;
}
#ccast img {
}				/* Hides Print Version of CCAST Logo */

.fancybox-is-open .fancybox-stage {
    top: 50% !important;
    transform: translateY(-50%) !important;
    height: 90% !important;

}
.fancybox-iframe {
    vertical-align: middle;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}
.fancybox-slide--iframe {
    padding: 0 !important;
}
.fancybox-slide {
    height: 100% !important;
}
.fancybox-content {
    height: 100% !important;
}
.fancybox-slide--iframe .fancybox-content {
    margin-bottom: 0 !important;
}
/*  Nav Bar  */

#nav_bar {										/* Navigation Row Container */
	height: 45px;
	width: 100%;
	margin: 0 auto;
	position:fixed;
	z-index: 50;
    background-color: #FEFEFE;
    border-color:red;
    border-bottom-width:10px;
    top: 0px;
    left: 0px;
}
#nav {											/* QuickMenu Container */
	position:relative;
	float:left;
	height: 50px;
	width: 100%;
	margin: 0;
	z-index: 55;
}
#nav_search {									/* Nav Row Search Container */
	position:relative;
	float: right;
	right: 0;
	width:300px;
	height: 46px;
	padding-top: 7px;
}
#search_field {									/* Nav Row Search Field Div */
	width: 171px;
	height: 32px;
	position: relative;
	float: left;
	background-image:url(/local/images/search-bg.gif)
}
.nav_searchField {								/* Nav Row Search Field Input */
	width: 171px;
	border: none;
	background: none;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	padding: 7px 0 9px 10px;
}
#nav_searchButton {								/* Nav Row Search Button */
	width: 36px;
	height: 32px;
	float:left;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
	text-indent:-999px;
	overflow: hidden;
	background-image:url(/local/images/search-button.gif);
	background-position: 0 0;
	cursor:pointer;
	border:none;
}
#nav_searchButton:hover {						/* Nav Row Search Button Feedback */
	background-position: 0 -32px;
}
#nav_searchButton:active {
	background-position: 0 -64px;
}
.qmmc a.help {									/* Nav Row Help */
	background-image:url(/global/images/info_active-black.png);
    background-repeat:no-repeat;
    background-size:30px;
    background-position:center;
    background-position-y:8px;
	display:block;
	width:35px;
	overflow:hidden;
	text-indent:-9999px;
}
.qmmc a.help:hover {	
	background-image:url(/global/images/info_hover.png);
    background-position:center;
    background-position-y:5px;
}

/*  Content  */

#wrapper { /* Sticky Footer - Pushes Footer To   */
    min-height: 100%; /* Bottom of Short Pages              */
    /*height: auto !important;
	height: 100%;
	margin: auto;
    max-width:100%;
    */
    box-sizing: border-box;
}
#content {										/* Content Area Container */
	width: auto;
	z-index: 1; /* Should prevent IE z-index issues with menu */
    /* float:left; */
    /*margin-left:10px;*/
    top: 0px;
	margin-top:70px;
	position: relative;
    padding:0 25px 25px 25px;
}


/*  Footer  */


#push {											/* Neeeded for Sticky Footer */
	height:90px;
	display: none;
}
#footer {										/* Full-Width Footer */
	width:100%;
	position:relative;
	margin: 0;
	background-image: url(/local/images/footer-bg.gif);
	background-position: top center;
	background-repeat: repeat-x;
	height: 65px;
    float:left;
    margin-top: 30px;
}
#footer_inside {								/* Footer Content Container */
	position: relative;
	padding: 16px 0 0;
	width: 90%;
	min-width: 900px;
	margin: 0 auto;
}


/*  Search Page  */

.searchField_lg {								/* Large Search Field Settings */
	font-family:Helvetica,Arial;
	font-size:22px;
	height:41px;
	margin:0;
	padding:5px 0 0px 10px;
	width:300px;
	float:left;
	position:relative;
}
.searchButton_lg {								/* Large Search Button */
	width: 56px;
	height: 48px;
	float:left;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
	text-indent:-999px;
	overflow: hidden;
	background-image:url(/local/images/lg-search-button.gif);
	background-position: 0 0;
	cursor:pointer;
	border:none;
}
.searchButton_lg:hover {						/* Large Search Button Feedback */
	background-position: 0 -48px;
}
.searchButton_lg:active {
	background-position: 0 -97px;
}


/*  Login Page  */
.login-page{background: #DDA924;}
.login-wrapper{max-width:600px;margin:0 auto;clear:both; padding-top: 100px;}
.login-box{ background: #fff; border-radius: 15px; padding: 40px;display:block;postion:relative; }
.login-logo img{max-width: 250px; padding-bottom: 30px;}
#btnLogon{ padding: 15px 30px; border-radius: 5px; background:#DDA924; color: #fff; font-size: 16px; font-weight: bold; cursor: pointer; min-width: 235px;
    border: 0; }
#btnLogon:hover{ background:#9C7718;}

.loginField {									/* Username/Password Field Settings */
	padding: 8px 6px;
	font-size: 24px;
}

.tr_striped{
	position: unset !important;
	transform: none !important;
}
.tr_striped th{
	padding: 10px;
	vertical-align: text-top;
}

.tr_striped td{
	padding: 10px !important;
}

table.box.admin-box, table.box3.position-box {
    position: unset;
    transform: none;
    width: 31%;
	margin: 30px auto;
}

table.box.admin-box td{
	padding: 8px !important;
}

/*  Parent Tables  */

table.fluid {									/* Full-Width, Small Text Size */
	border-collapse: separate;
	margin-bottom: 20px;
}
table.fluid td {
	padding: 8px;
	font-size: 12px;
	overflow: hidden;
}
table.fixed {									/* Fixed-Width, Larger Text Size */
	border-collapse: separate;
	margin: 0 auto 20px;
	border-radius: 10px !important;
	overflow: hidden;
}
th {
    padding: 3px 3px;
	border: none !important;
}

table.fixed td {
	padding: 8px;
	font-size: 13px;
	overflow: hidden;
}
table.fixed3 {									/* Fixed-Width, Larger Text Size */
	border-collapse: separate;
	padding: 1px;
	margin: 0 auto 5px;
	width: 250px; /* Sometimes overridden inline */
}
table.fixed3 td {
	padding: 0 1px;
	font-size: 11px;
	overflow: hidden;
}
table.inside_reduce td {						/* Class that can be applied to <table to reduce text size */
	padding: 0px !important;
	font-size: 11px !important;
}
table.enlarge td {								/* Class that can be applied to <table> to enlarge text size */
	font-size: 13px;
}
table.info {									/* Slightly Wider For Information Pages */	
	border-collapse: separate;
	width: 750px;
}
table.info td {
	padding: 3px;
	font-size: 13px;
	height: 12px;
	overflow: hidden;
}
table.th {
	vertical-align:text-top;
    padding: 15px;
}
table.box3 th {
	vertical-align:text-top;
}
.box {			
   								/* Box (600px Wide) Tables (Mostly used for Add/Edit Forms) */
	border-collapse: separate;
	padding: 0 0 6px;
	width:auto;
	display: table;
	font-size: 12px;
	margin-top: 20px;
}
.info {			
   								/* Box (750px Wide) Tables (Mostly used for info detail display) */
	border-collapse: separate;
	padding: 0 0 6px;
	display: table;
	margin-top: 20px;
}

.box h2 {
	text-align: left;
	margin-left: 5px;
}
.box td {
	padding: 5px;
	font-size: 13px;
	height: 12px;
	overflow: hidden;
}
.box3 {											/* Box3 (400px Wide) Tables (Mostly used for Add/Edit Forms) */
	border-collapse: separate;
	padding: 0;
	width: 350px;
	margin: 5px 0 10px;
	display: table;
	font-size: 14px;
	border: 2px solid #000;
}
.box3 h2 {
	text-align: left;
	margin-left: 5px;
}
.box3 td {
	padding: 8px;
	font-size: 13px;
	height: 12px;
	overflow: hidden;
}
.box6 {											/* box6 (750px Wide) Tables (Mostly used for Add/Edit Forms) */
	border-collapse: separate;
	padding: 2px;
	width: 750px;
	margin: 5px 0 10px;
	display: table;
	font-size: 14px;
	border: 2px solid #000;
}
.box6 h2 {
	text-align: left;
	margin-left: 5px;
}
.box6 td {
	padding: 1px 4px;
	font-size: 13px;
	height: 12px;
	overflow: hidden;
}

table.fluid, table.fixed, table.fixed3, table.info, table.matrix, table.box3, table.box {
	border: none !important;
	border-radius: 10px;
}
input.btnsubmit[type=submit] {
    background: #DDA924;
    padding: 10px 15px;
	margin: 0 5px;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
	cursor: pointer;
	transition: 0.3s all ease;
	border: none;
}
input.btnsubmit[type=submit]:hover {
    background: #0f4f47;
}
input[type=checkbox]{
    width: 20px;
    height: 20px;
}
/*  Child Tables  */

table.matrix {									/* Matrix Tables */
	width: 600px;
	margin: 15px auto 15px;
}
table.matrix .header td {						/* Matrix Header Row (Don't use <th> - apply to <tr>) */
	font-weight: normal;
	padding: 3px 0;
}
table.matrix tr.subhead td {					/* Matrix Subhead Row (apply to <tr>) */
	font-size: 11px;
	padding: 3px;
}
table.matrix td {
	padding: 5px;
	font-size: 14px
}
.help_box {										/* Help Boxes */
	margin: 2px 0 8px;
}
.help_box h2 {
	text-align: left;
	margin-left: 5px;
}
.help_box td {
	padding: 3px !important;
}


/*  Miscellaneous Table Settings  */
tr.align_middle td {							/* Aligns Text Middle instead of default Top */
		vertical-align:middle !important;
}
.no_padding td {								/* Apply to <table> to remove top/bottom padding */ 
	padding-top: 0;
	padding-bottom: 0;
}


/*  Table  Headings  */

th h2, th h2 a {								/* Formats H2 Tags when used in <th> */
	font-weight: bold;
	margin: 7px 10px;
	font-weight: bold;
	font-size: 22px; 
}
th h3, th h3 a {								/* Formats H3 Tags when used in <th> */
	font-size: 18px; 
	margin: 5px 4px;
}
th h4 {											/* Formats H4 Tags when used in <th> */
	font-size: 12px;
}
th.stickyheader {
position: sticky;
top: 45px;
}

/* error translate */
.Incentertable, .page-box,.page-info-box,.user-box {
    position: unset !important;
    transform: none !important;
	margin: auto;
}

/* page-information  */
.page-info-box{
	margin: 30px auto !important;
	width: 50%;
}

.page-info-box h2{
	text-align: center !important;
}
/*  Column Titles  */

tr.column_titles h4 {								/* Small Column Titles (use H4 Tags) */
	margin: 3px 0 0;
}
tr.line td {									/* Small Column Titles Underline Cell */
	height: 3px !important;
	padding-top: 0 !important;
	padding-bottom: 1px !important;
}
tr.line hr {									/* Small Column Titles Underline */
	height: 1px;
	display:block;
	border:none;
	margin: 2px 0 0 0;
}


/*  Total Rows  */

tr.total td,
tr.total:hover td {
	padding: 7px 5px 5px !important;
	font-size: 14px !important;
	font-weight: bold;
}
tr.total td p {
	font-weight: bold;
	margin: 0;
}


/*  H-Tag spans  */

h1 span {										/* Reduces size of Text within H-Tag <span> */
	font-size: 16px;
	padding-bottom:3px;
}
h2 span {
	font-size: 12px;
}
h3 span {
	font-size: 10px;
}


/*  Tabs  */

.tabs {											/* Filter Tabs Container */
	height: 36px;
	width:100%;
	display:block;
	position:relative;
	text-transform:uppercase;
	margin: 0 auto;
}
.tab_active {									/* Active Filter Tab */
	position: relative;
	display: block;
	float:left;
	border-bottom: none;
	padding: 1px 15px 0;
	height: 30px;
	margin:5px 3px -1px 0;
}
.tab_active p {
	font-size: 14px;
	margin: 6px 0 0 0;
	font-weight: bold;
}
.tab_inactive {									/* Inactive Filter Tab (link) */
	float:left;
	position:relative;
	display:block;
	border-bottom: none;
	padding: 1px 12px 0;
	height: 27px;
	margin:8px 3px -1px 0;
}
.tab_inactive a {
	display: block;
	padding: 7px 0 4px;
	font-size: 11px;
	font-weight: normal;
}


/*  Date Select Row  */

tr.date_select {								/* For Table Date Select Forms (apply to <tr>) */
	padding: 4px 0 5px;
	text-align: left;
}
tr.date_select th {								/* Date Select Rows should use <th>, not <td> */
	padding: 15px;
	border-top: none;
}
tr.date_select p {								/* Date Select Text/Input Fields should be contained in <p> */
	text-transform: uppercase;
	font-size: 11px;
	margin: 0px 2px 0 8px;
}
.date_select #dteFromDate,
.date_select #dteToDate {						/* Formats Date Input Fields (IDs used in jQuery datepicker) */
	font-family: Helvetica, Arial, sans-serif;
	border: 1px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding: 5px 8px 3px 8px;
	margin:0 2px;
	width: 75px;
}
.date_select .date_check {						/* Adds margin for Checkbox */
	margin-left: 8px;
}
.date_select #btnGo {							/* Adds margin for Submit Button */
	margin-left: 5px;
}


/*  Dashboard Pages  */

table.dash_section {
	margin: 3px 0 5px;
	padding-bottom: 5px;
}
table.dash_section th {
	text-align: left;
	padding: 4px 3px;
}
table.dash_section h3 {
	font-size:13px;
	margin: 0;
	padding: 0px 0 0px 3px;
	text-align:left;
	text-transform:uppercase;
}
table.dash_section th h3 a {
	font-size:13px;
	background-image: url(/local/images/h2-hover.gif);
	display: block;
	background-position: right top;
	background-repeat:no-repeat;
	height: 17px;
	margin:0;
	padding-top:2px;
}
table.dash_section th h3 a:hover {
	font-size:13px;
	background-position: right -19px;
	margin: 0;
}

/*-- Icons --*/

.refresh {										/* Table Data Refresh Button */
	background-image:url(/local/images/refresh.gif);
	height: 32px;
	width: 101px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	border:0;
	cursor: pointer;
}
.download {										/* Excel Download links (Class applied to <a>)*/
	display:block;
	height: 20px;
	width: 20px;
	border: none;
	text-indent:-9999px;
	overflow:hidden;
	background-image:url(/global/images/download.png);
	background-position:top center;
	background-repeat: no-repeat;
	margin: 0 0 5px 10px;
	float:right;
    cursor:pointer;
}
.generate-pdf {										/* pdf Download links (Class applied to <a>)*/
	display:block;
	height: 20px;
	width: 20px;
	border: none;
	text-indent:-9999px;
	overflow:hidden;
	background-image:url(/global/images/Genrate.png);
	background-position:top center;
	background-repeat: no-repeat;
	margin: 0 0 5px 10px;
	float:right;
    cursor:pointer;
}
.regenerate-pdf {										/* pdf Download links (Class applied to <a>)*/
	display:block;
	height: 20px;
	width: 20px;
	border: none;
	text-indent:-9999px;
	overflow:hidden;
	background-image:url(/global/images/Regenrate.png);
	background-position:top center;
	background-repeat: no-repeat;
	margin: 0 0 5px 10px;
	float:right;
    cursor:pointer;
}
.excel {										/* Excel Download links (Class applied to <a>)*/
	display:block;
	height: 30px;
	width: 30px;
	border: none;
	text-indent:-9999px;
	overflow:hidden;
	background-image:url(/local/images/excel.png);
	background-position:top center;
	background-repeat: no-repeat;
	margin: 0 0 5px 10px;
	float:right;
    cursor:pointer;
}
.excel:hover {
	background-position:bottom center;
}
th .excel {										/* Adds Padding around icon when used in <th> */
	margin: 2px;
}
h2 a.print {									/* Print Icons (currently only being used on H2 Tags */
	background-image:url(global/images/printer-lg.png);
	background-repeat: no-repeat;
	padding: 4px 0 0 30px;
	margin:0 auto;
	height:22px;
	display: block;
	text-align: left;
}
h2 a.print:hover {
	background-position: 0 -28px;
}



/*  Information Icons  */

.row_info {										/* Info icon with no text, alone in <td> */
	display: block;
	height: 13px; /* NOTE: May affect row height */
	width: 15px;
	border: none;
	background-image:url(/global/images/info.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0 auto;
	text-indent:-9999px;
	overflow:hidden;
}
.row_search {										/* search icon with no text, alone in <td> */
	display: block;
	height: 13px; /* NOTE: May affect row height */
	width: 15px;
	border: none;
	background-image:url(/global/images/SearchIcon.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0 auto;
	text-indent:-9999px;
	overflow:hidden;
}
.row_sms {										/* Info icon with no text, alone in <td> */
	display: block;
	height: 26px; /* NOTE: May affect row height */
	width: 26px;
	border: none;
	background-image:url(/global/images/sms.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0 auto;
	text-indent:-9999px;
	overflow:hidden;
}
.tr_hover:hover .row_info,						/* Highlight on row hover & image hover */
.row_info:hover {									
	background-position: bottom center !important;
}
.add_info {										/* Info icon with no text, alone in <td> */
	display: block;
	height: 13px; /* NOTE: May affect row height */
	width: 14px;
	border: none;
	background-image:url(/global/images/addthis.png);
	background-position: top right;
	background-repeat: no-repeat;
	margin: 0 auto;
	text-indent:-9999px;
	overflow:hidden;
}
.add_info:hover {	
	background-position: top right !important;
}
.edit_info {										/* Info icon with no text, alone in <td> */
	display: block;
	height: 13px; /* NOTE: May affect row height */
	width: 14px;
	border: none;
	background-image:url(/global/images/editthis.gif);
	background-position: top right;
	background-repeat: no-repeat;
	margin: 0 auto;
	text-indent:-9999px;
	overflow:hidden;
}
.edit_info:hover {	
	background-position: top right !important;
}
.info_link {									/* Apply to <a> when text should be visible */
	display: block;
	height: 12px;
	border: none;
	background-image: url(/global/images/info.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 1px 0 1px 17px;
}
.info_link:hover {	
	background-position: 0 -18px !important;
}


/*  Alerts/Highlights  */

.Highlight {
	background-color: #FFFF99;
	color: #000000;
}
.alertTag {
	background-color: #F00;
}
.AlertTagYellow {
	background-image: url(/global/images/alert-bg.png);
	background-repeat: no-repeat;
	background-position: 1px 1px;
}
.tr_hover:hover td.AlertTagYellow, td.AlertTagYellow:hover {	/* Yellow cell background on row hover */
	background-color: #ff0 !important;
}
.AlertTagRedIcon {
	background-image: url(/global/images/alert-bg.png);
	background-repeat: no-repeat;
	background-position: 1px 1px;
}
.AlertTagRed {
	background-color: #F00 !important;
}
.AlertTagRedWithText {
	background-color: #F00 !important;
	color: #FFF !important;
	font-size: 18px !important;
	font-weight: bold;
}
.AlertTagAmber {
	background-color: #FC0 !important;
}
.AlertTagGreen {
	background-color: #0F0 !important;
}
.AlertTagGrey {
	background-color: #CCC !important;
}
.AlertTagBlack {
	background-color: #333 !important;
	color: #FFF;
}


/*  My Account Page  */
table.account {
	width: 400px;
	padding: 0 30px;
}
table.account td {
	padding: 8px;
	font-size: 14px;
}


/* Help Icons */
h1 a.help {									/* H1 Help */
	background-image:url(/global/images/help-lg.png);
	padding: 4px 0 0 0;
}
h1 a.help:hover {	
	background-position: 0 -29px;
}
.selectClass {
   font-size: 10px;
}


.defaultBtn     	 
 {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
	display: inline-block;
	margin: 5px;
	text-decoration:none; 
	/* margin-bottom: 0; */
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	padding: 2px 6px;
	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;
 }
.loading-image {
    display: none;
    background-color: #333;
    opacity: 0.8;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 500;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
}
.box-filters {
    border-collapse: collapse !important;
}
    .box-filters tr th {
        /*border:none !important;*/
        border-right: 2px solid #000;
        padding-right: 10px;
        padding-left: 10px;
        border-left: none;
        border-top: none;
        border-bottom: none;
    }
        .box-filters tr th:last-child {
            border-right: none;
        }
        .box-filters select {
    width: 100%;
    min-width:200px;
}


.align-right-exlude{ float:right;}
.align-right-exlude input {
    margin:0;
}

div#content\ container {
    margin: 70px 5%;
}
div#content\ fancycontainer {
    margin: -20px 5%;
}
nav {
    background-color: #FEFEFE;
    padding: 0 5%;
}
#qm0 a,#qm1 a {
  
    border: none !important;
	margin: 0 !important;
}
.qm0nohover{
	padding-left: 0 !important;
}
a.qmparent {
    padding: 15px 10px 5px !important;
}




.btn-success {
    padding: .375rem .75rem;
    border: 1px solid #D9A638;
    background-color: #D9A638;
    color: #fff;
    /*margin: 2px 0;*/
}

    .btn-success:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34;
        cursor: pointer;
    }

.btn-xs {
    padding: 4px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}