@charset "UTF-8";

img, object, embed, video {max-width: 100%;}
.ie6 img {width:100%;}

a, a:hover,
input[type="button"], input[type="submit"],
input[type="button"]:hover, input[type="submit"]:hover {
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	-kthtml-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.float_r {float:right !important;}
.float_l {float:left !important;}

.pos_rel {position:relative;}
.pos_abs {position:absolute;}
header {background-color: #FFFFFF; height: 70px;}

/* Navigation */

/* Buttons */


/* Forms */
input[type="text"], input[type="password"],
input[type="button"], input[type="submit"], .btn, .btn2, button,
textarea {
    line-height: 45px;
	height: 45px;
    width: 96%;
    background: rgba(255, 255, 255, 0.6);
	border:none;
    padding: 0 2%;
    color: #313131 !important;
    outline: none;
    font-size: 15px !important;
    margin-bottom: 15px !important;
	text-transform:uppercase;
}
input[type="button"], input[type="submit"], .btn, .btn2, button {
    width: 100%;
    background: #73629c;
    padding: 0;
    border: 1px solid #73629c;
    color: #FFFFFF !important;
    outline: none;
    text-align: center;
    opacity: 1.0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
input[type="button"]:hover, input[type="submit"]:hover, .btn:hover, button:hover {
    opacity: 0.8;
}
.btn {
	padding:10px 30px;
	line-height: 45px;
	height: 45px;
	text-decoration:none;
}
.btn.hg, .btn2.hg { text-transform:uppercase; font-weight:bold; background-color:#66e4f0 !important; border:0;}
.btn.face { background-color:#4d6fa6 !important; border:0;}

textarea {min-height: 140px; padding: 15px 2%; line-height: 1;}

input[type="text"]:focus, input[type="password"]:focus,
textarea:focus {
    -moz-box-shadow:    inset 0 0 4px #999999;
    -webkit-box-shadow: inset 0 0 4px #999999;
    box-shadow:         inset 0 0 4px #999999;
 
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #717171; }
input:-moz-placeholder, textarea:-moz-placeholder { color: #717171; }
input::-moz-placeholder, textarea::-moz-placeholder { color: #717171; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #717171; }

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { color: #e6e8ea; }
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder { color:#e6e8ea; }
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder { color:#e6e8ea; }
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder { color:#e6e8ea; }

/* Checkbox, Radio */
.checkbox,
.radio {
    position: relative;
    -webkit-transition: color 0.25s linear;
    transition: color 0.25s linear;
    font-size: 15px;
    color: #93979d; /******* Label text color *******/
    line-height: 1.5;
    padding: 5px 0 0 28px;
    margin:0 20px 12px 0;
}
.checkbox input, .radio input {outline: none !important;display: none;}
.checkbox .icons,
.radio .icons {
    color: #93979d; /******* Glyph icon color *******/
    width: 28px;
    height: 28px;
    font-size: 28px;
    line-height: 28px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    cursor: pointer;
    -webkit-transition: color 0.25s linear;
    transition: color 0.25s linear;
}
.checkbox .icons .first-icon,
.radio .icons .first-icon,
.checkbox .icons .second-icon,
.radio .icons .second-icon {
    display: inline-table;
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
    margin: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}
.checkbox .icons .second-icon,
.radio .icons .second-icon {
    opacity: 0;
    filter: alpha(opacity=0);
}
.checkbox:hover,
.radio:hover {
    -webkit-transition: color 0.25s linear;
    transition: color 0.25s linear;
}
.checkbox:hover .first-icon,
.radio:hover .first-icon {
    opacity: 0;
    filter: alpha(opacity=0);
}
.checkbox:hover .second-icon,
.radio:hover .second-icon {
    opacity: 1;
    filter: alpha(opacity=100);
}
.checkbox.checked,
.radio.checked {
    color: #73629c; /******* Checked label color *******/
}
.checkbox.checked .first-icon,
.radio.checked .first-icon {
    opacity: 0;
    filter: alpha(opacity=0);
}
.checkbox.checked .second-icon,
.radio.checked .second-icon {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #73629c; /******* Checked glyph color *******/
    -webkit-transition: color 0.25s linear;
    transition: color 0.25s linear;
}
.checkbox.disabled,
.radio.disabled {
    cursor: default;
    color: #e6e8ea; /******* Disabled text color *******/
}
.checkbox.disabled .icons,
.radio.disabled .icons {
    color: #e6e8ea; /******* Disabled glyph color *******/
}
.checkbox.disabled .first-icon,
.radio.disabled .first-icon {
    opacity: 1;
    filter: alpha(opacity=100);
}
.checkbox.disabled .second-icon,
.radio.disabled .second-icon {
    opacity: 0;
    filter: alpha(opacity=0);
}
.checkbox.disabled.checked .icons,
.radio.disabled.checked .icons {
    color: #e6e8ea; /******* Disabled glyph color *******/
}
.checkbox.disabled.checked .first-icon,
.radio.disabled.checked .first-icon {
    opacity: 0;
    filter: alpha(opacity=0);
}
.checkbox.disabled.checked .second-icon,
.radio.disabled.checked .second-icon {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #e6e8ea; /******* Disabled glyph color *******/
}
.radio + .radio,
.checkbox + .checkbox {
    margin-top: 10px;
}

/* Select */
.sbHolder {
	background-color: #73629c;
	border: solid 1px #73629c;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 45px;
	position: relative;
	width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    outline: 0 !important;
    margin-bottom: 15px !important;
}
.sbHolder:focus .sbSelector {
}
.sbSelector {
	display: block;
	height: 45px;
	left: 0;
	line-height: 45px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 100%;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
	color: #EBB52D;
	outline: none;
	text-decoration: none;
}
.sbToggle:before {
	/*background: url(../img/select-icons.png) 0 -116px no-repeat;*/
    content: "\f0d7";
    font-family: 'gw-icomoon-awesome';
    font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 45px;
	display: block;
	height: 45px;
	outline: none !important;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
    color: #FFFFFF;
}
.sbToggle:hover {
	/* background: url(../img/select-icons.png) 0 -167px no-repeat; */
}
.sbToggleOpen:before {
	/* background: url(../img/select-icons.png) 0 -16px no-repeat; */
    content: "\f0d8" !important;
}
.sbToggleOpen:hover {
	/* background: url(../img/select-icons.png) 0 -66px no-repeat; */
}
.sbHolderDisabled {
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder {
	
}
.sbHolderDisabled .sbToggle {
	
}
.sbOptions {
	background-color: #f6f6f6;
	border: solid 1px #73629c;
	list-style: none;
	left: -1px;
	margin: -1px 0 0 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 100%;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li {
	padding: 0 7px;
}
.sbOptions a {
	border-bottom: dotted 1px #e6e8ea;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited {
	color: #ddd;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #EBB52D;
}
.sbOptions li.last a {
	border-bottom: none;
}
.sbOptions .sbDisabled {
	border-bottom: dotted 1px #e6e8ea;
	color: #888888;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup {
	border-bottom: dotted 1px #e6e8ea;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub {
	padding-left: 17px;
}

/* Colors */
.color_1 {color: #FFFFFF !important;}
.color_2 {color: #FFFFFF}
.color_3 {color: #FFFFFF}
.color_4 {color: #FFFFFF}
.color_5 {color: #FFFFFF}
.color_6 {color: #FFFFFF}

.color_bg_1 {background-color: #FFFFFF}
.color_bg_2 {background-color: #FFFFFF}
.color_bg_3 {background-color: #FFFFFF}
.color_bg_4 {background-color: #FFFFFF}
.color_bg_5 {background-color: #FFFFFF}
.color_bg_6 {background-color: #FFFFFF}

.color_bg_1_inv {border: 1px solid #FFFFFF;}
.color_bg_2_inv {border: 1px solid #FFFFFF;}
.color_bg_3_inv {border: 1px solid #FFFFFF;}
.color_bg_4_inv {border: 1px solid #FFFFFF;}
.color_bg_5_inv {border: 1px solid #FFFFFF;}
.color_bg_6_inv {border: 1px solid #FFFFFF;}

/* Sizers */
.w10, .w20, .w25, .w30, .w33, .w40, .w50, .w60, .w66, .w70, .w75, .w80, .w90, .w100 {height: auto; display: block; float: left;}
    .w10 {width: 10%;} .w20 {width: 20%;} .w25 {width: 25%;} .w30 {width: 30% !important;} .w33 {width: 33.333%;} .w40 {width: 40%;} .w50 {width: 50%;} 
    .w60 {width: 60%;} .w66 {width: 66.666%;} .w70 {width: 70%;} .w75 {width: 75%;} .w80 {width: 80%;} .w90 {width: 90%;} .w100 {width: 100%;}

/* Paddings, Margins */
.m_r_1 {margin-right: 1%;}
.m_r_2 {margin-right: 2.5%;}
.m_r_5 {margin-right: 5%;}
.m_r_10 {margin-right: 10%;}
.m_r_25 {margin-right: 35%;}
.m_r_33 {margin-right: 33.333%;}
.m_r_50 {margin-right: 50%;}
.m_r_66 {margin-right: 66.666%;}
.m_r_75 {margin-right: 75%;}

.m_l_1 {margin-left: 1%;}
.m_l_2 {margin-left: 2.5%;}
.m_l_5 {margin-left: 5%;}
.m_l_10 {margin-left: 10%;}
.m_l_25 {margin-left: 35%;}
.m_l_33 {margin-left: 33.333%;}
.m_l_50 {margin-left: 50%;}
.m_l_66 {margin-left: 66.666%;}
.m_l_75 {margin-left: 75%;}

.no_padding {padding:0;}
	.no_padding_t {padding-top:0;}
	.no_padding_r {padding-right:0;}
	.no_padding_b {padding-bottom:0;}
	.no_padding_l {padding-left:0;}

.no_margin {margin:0;}
	.no_margin_t {margin-top:0;}
	.no_margin_r {margin-right:0;}
	.no_margin_b {margin-bottom:0;}
	.no_margin_l {margin-left:0;}

/* Cleaners */
.cleaner {height:0px; width:100%; clear:both;}
.cleaner_h05 {height:5px; width:100%; clear:both;}
.cleaner_h10 {height:10px; width:100%; clear:both;}
.cleaner_h15 {height:15px; width:100%; clear:both;}
.cleaner_h20 {height:20px; width:100%; clear:both;}
.cleaner_h30 {height:30px; width:100%; clear:both;}
.cleaner_h40 {height:40px; width:100%; clear:both;}
.cleaner_h50 {height:50px; width:100%; clear:both;}
.cleaner_h60 {height:60px; width:100%; clear:both;}

/* Standard elements */
header, section, footer {
    width: 100%;
    height: auto;
    display: block;
}

/* Tables */
/* Responsive Tables v5.0.4 (http://gergeo.se/RWD-Table-Patterns) */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width:100%;
}
td,
th {
  padding: 10px;
  text-align:left;
}
.checkbox-row:hover,.no-touch .dropdown-menu>.checkbox-row:active{text-decoration:none;color:#262626;background-color:#f5f5f5}.btn-toolbar{margin-bottom:20px}.lt-ie8 .btn-toolbar{display:none}.table-responsive{border-radius:3px;border:1px solid #ddd;margin-bottom:20px}.table-responsive>.table{margin-bottom:0}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}.table-responsive[data-pattern="priority-columns"]{position:relative;width:100%;margin-bottom:20px;overflow-y:hidden;overflow-x:auto;-ms-overflow-style:-ms-autohiding-scrollbar;border-radius:3px;border:1px solid #ddd;-webkit-overflow-scrolling:touch}.table-responsive[data-pattern="priority-columns"]>.table{margin-bottom:0}.table-responsive[data-pattern="priority-columns"]>.table>thead>tr>th,.table-responsive[data-pattern="priority-columns"]>.table>tbody>tr>th,.table-responsive[data-pattern="priority-columns"]>.table>tfoot>tr>th,.table-responsive[data-pattern="priority-columns"]>.table>thead>tr>td,.table-responsive[data-pattern="priority-columns"]>.table>tbody>tr>td,.table-responsive[data-pattern="priority-columns"]>.table>tfoot>tr>td{white-space:nowrap}.table-responsive[data-pattern="priority-columns"]>.table-bordered{border:0}.table-responsive[data-pattern="priority-columns"]>.table-bordered>thead>tr>th:first-child,.table-responsive[data-pattern="priority-columns"]>.table-bordered>tbody>tr>th:first-child,.table-responsive[data-pattern="priority-columns"]>.table-bordered>tfoot>tr>th:first-child,.table-responsive[data-pattern="priority-columns"]>.table-bordered>thead>tr>td:first-child,.table-responsive[data-pattern="priority-columns"]>.table-bordered>tbody>tr>td:first-child,.table-responsive[data-pattern="priority-columns"]>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive[data-pattern="priority-columns"]>.table-bordered>thead>tr>th:last-child,.table-responsive[data-pattern="priority-columns"]>.table-bordered>tbody>tr>th:last-child,.table-responsive[data-pattern="priority-columns"]>.table-bordered>tfoot>tr>th:last-child,.table-responsive[data-pattern="priority-columns"]>.table-bordered>thead>tr>td:last-child,.table-responsive[data-pattern="priority-columns"]>.table-bordered>tbody>tr>td:last-child,.table-responsive[data-pattern="priority-columns"]>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive[data-pattern="priority-columns"]>.table-bordered>tbody>tr:last-child>th,.table-responsive[data-pattern="priority-columns"]>.table-bordered>tfoot>tr:last-child>th,.table-responsive[data-pattern="priority-columns"]>.table-bordered>tbody>tr:last-child>td,.table-responsive[data-pattern="priority-columns"]>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}.mq.js .table-responsive[data-pattern="priority-columns"] th[data-priority],.mq.js.lt-ie10 .sticky-table-header th[data-priority],.mq.js .table-responsive[data-pattern="priority-columns"] td[data-priority],.mq.js.lt-ie10 .sticky-table-header td[data-priority]{display:none}.lt-ie9.mq.js .table-responsive[data-pattern="priority-columns"] th[data-priority="1"],.lt-ie9.mq.js.lt-ie10 .sticky-table-header th[data-priority="1"],.lt-ie9.mq.js .table-responsive[data-pattern="priority-columns"] td[data-priority="1"],.lt-ie9.mq.js.lt-ie10 .sticky-table-header td[data-priority="1"]{display:inline}.mq.js .table-responsive[data-pattern="priority-columns"] th[data-priority="1"],.mq.js.lt-ie10 .sticky-table-header th[data-priority="1"],.mq.js .table-responsive[data-pattern="priority-columns"] td[data-priority="1"],.mq.js.lt-ie10 .sticky-table-header td[data-priority="1"]{display:table-cell}@media screen and (min-width:480px){.lt-ie9.mq.js .table-responsive[data-pattern="priority-columns"] th[data-priority="2"],.lt-ie9.mq.js.lt-ie10 .sticky-table-header th[data-priority="2"],.lt-ie9.mq.js .table-responsive[data-pattern="priority-columns"] td[data-priority="2"],.lt-ie9.mq.js.lt-ie10 .sticky-table-header td[data-priority="2"]{display:inline}.mq.js .table-responsive[data-pattern="priority-columns"] th[data-priority="2"],.mq.js.lt-ie10 .sticky-table-header th[data-priority="2"],.mq.js .table-responsive[data-pattern="priority-columns"] td[data-priority="2"],.mq.js.lt-ie10 .sticky-table-header td[data-priority="2"]{display:table-cell}}@media screen and (min-width:640px){.lt-ie9.mq.js .table-responsive[data-pattern="priority-columns"] th[data-priority="3"],.lt-ie9.mq.js.lt-ie10 .sticky-table-header th[data-priority="3"],.lt-ie9.mq.js .table-responsive[data-pattern="priority-columns"] td[data-priority="3"],.lt-ie9.mq.js.lt-ie10 .sticky-table-header td[data-priority="3"]{display:inline}.mq.js .table-responsive[data-pattern="priority-columns"] th[data-priority="3"],.mq.js.lt-ie10 .sticky-table-header th[data-priority="3"],.mq.js .table-responsive[data-pattern="priority-columns"] td[data-priority="3"],.mq.js.lt-ie10 .sticky-table-header td[data-priority="3"]{display:table-cell}}@media screen and (min-width:800px){.lt-ie9.mq.js .table-responsive[data-pattern="priority-columns"] th[data-priority="4"],.lt-ie9.mq.js.lt-ie10 .sticky-table-header th[data-priority="4"],.lt-ie9.mq.js .table-responsive[data-pattern="priority-columns"] td[data-priority="4"],.lt-ie9.mq.js.lt-ie10 .sticky-table-header td[data-priority="4"]{display:inline}.mq.js .table-responsive[data-pattern="priority-columns"] th[data-priority="4"],.mq.js.lt-ie10 .sticky-table-header th[data-priority="4"],.mq.js .table-responsive[data-pattern="priority-columns"] td[data-priority="4"],.mq.js.lt-ie10 .sticky-table-header td[data-priority="4"]{display:table-cell}}@media screen and (min-width:960px){.lt-ie9.mq.js .table-responsive[data-pattern="priority-columns"] th[data-priority="5"],.lt-ie9.mq.js.lt-ie10 .sticky-table-header th[data-priority="5"],.lt-ie9.mq.js .table-responsive[data-pattern="priority-columns"] td[data-priority="5"],.lt-ie9.mq.js.lt-ie10 .sticky-table-header td[data-priority="5"]{display:inline}.mq.js .table-responsive[data-pattern="priority-columns"] th[data-priority="5"],.mq.js.lt-ie10 .sticky-table-header th[data-priority="5"],.mq.js .table-responsive[data-pattern="priority-columns"] td[data-priority="5"],.mq.js.lt-ie10 .sticky-table-header td[data-priority="5"]{display:table-cell}}@media screen and (min-width:1120px){.lt-ie9.mq.js .table-responsive[data-pattern="priority-columns"] th[data-priority="6"],.lt-ie9.mq.js.lt-ie10 .sticky-table-header th[data-priority="6"],.lt-ie9.mq.js .table-responsive[data-pattern="priority-columns"] td[data-priority="6"],.lt-ie9.mq.js.lt-ie10 .sticky-table-header td[data-priority="6"]{display:inline}.mq.js .table-responsive[data-pattern="priority-columns"] th[data-priority="6"],.mq.js.lt-ie10 .sticky-table-header th[data-priority="6"],.mq.js .table-responsive[data-pattern="priority-columns"] td[data-priority="6"],.mq.js.lt-ie10 .sticky-table-header td[data-priority="6"]{display:table-cell}}table.table-small-font{font-size:12px;-webkit-text-size-adjust:none;line-height:1.5em}table.focus-on tbody tr:hover{cursor:pointer}table.focus-on tbody tr.unfocused th,table.focus-on tbody tr.unfocused td{color:#999;color:rgba(0,0,0,0.4)}table.focus-on tbody tr.focused th,table.focus-on tbody tr.focused td{background-color:#5bc0de;color:#000}table th.col-hide,table td.col-hide{display:none}table th.col-show,table td.col-show{display:inline}.lt-ie9 table th.col-show,.lt-ie9 table td.col-show{display:table-cell}.lt-ie9 table.display-all th,.lt-ie9 table.display-all td{display:inline !important}table.display-all th,table.display-all td{display:table-cell !important}.sticky-table-header{background-color:#fff;border:none;border-radius:0;border-top:1px solid #ddd;border-bottom:1px solid #ddd;position:absolute;top:0;visibility:hidden;z-index:990;overflow:hidden;min-width:100%}.sticky-table-header.fixed-solution{min-width:0;position:fixed}.lt-ie10 .sticky-table-header.fixed-solution{border-left:1px solid #ddd;border-right:1px solid #ddd;box-sizing:content-box;border-bottom:none}.sticky-table-header.border-radius-fix{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.sticky-table-header>.table{margin-bottom:0}.sticky-table-header>.table>thead>tr>th,.sticky-table-header>.table>tbody>tr>th,.sticky-table-header>.table>tfoot>tr>th,.sticky-table-header>.table>thead>tr>td,.sticky-table-header>.table>tbody>tr>td,.sticky-table-header>.table>tfoot>tr>td{white-space:nowrap}.sticky-table-header>.table-bordered{border:0}.sticky-table-header>.table-bordered>thead>tr>th:first-child,.sticky-table-header>.table-bordered>tbody>tr>th:first-child,.sticky-table-header>.table-bordered>tfoot>tr>th:first-child,.sticky-table-header>.table-bordered>thead>tr>td:first-child,.sticky-table-header>.table-bordered>tbody>tr>td:first-child,.sticky-table-header>.table-bordered>tfoot>tr>td:first-child{border-left:0}.sticky-table-header>.table-bordered>thead>tr>th:last-child,.sticky-table-header>.table-bordered>tbody>tr>th:last-child,.sticky-table-header>.table-bordered>tfoot>tr>th:last-child,.sticky-table-header>.table-bordered>thead>tr>td:last-child,.sticky-table-header>.table-bordered>tbody>tr>td:last-child,.sticky-table-header>.table-bordered>tfoot>tr>td:last-child{border-right:0}.sticky-table-header>.table-bordered>tbody>tr:last-child>th,.sticky-table-header>.table-bordered>tfoot>tr:last-child>th,.sticky-table-header>.table-bordered>tbody>tr:last-child>td,.sticky-table-header>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}
ul.dropdown-menu2 {margin:0; padding:0; border:1px solid #ddd; height:auto; display:block; float:left; width:100%; margin-bottom:10px;} ul.dropdown-menu2 li { float:left; display:block; padding:10px 20px;}
.btn-default, .btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{background-color:#f7f5ed}.btn-primary{color:#ffea00;background-color:#000;border-color:#000}

.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{color:#ffea00;background-color:#222;border-color:#222}

.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{background-image:none}.btn-outline{color:#000;background-color:transparent;border-color:#000}

.btn-outline:hover,.btn-outline:focus,.btn-outline:active{color:#ffea00;background-color:#000;border-color:#000}

table.table-striped>tbody>tr:nth-child(odd)>td,table.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f7f5ed}table.table-bordered tr:nth-child(odd) td{background-color:#f7f5ed}

table.focus-on tbody tr.focused th,table.focus-on tbody tr.focused td{background-color:#ffea00;color:#000}
.no-touch .dropdown-menu>.checkbox-row:hover,.no-touch .dropdown-menu>.checkbox-row:active{text-decoration:none;color:#262626;background-color:#f7f5ed}