\\\/*
Theme Name: Metal Child
Description: Child Theme for Metal Wordpress Theme
Author: Zozothemes
Version: 1.0.1
Template: metal
Tags: two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options
Text Domain: zozothemes
*/

div h1,
div h2,
div h3,
div h4,
div h5,
div h6{
	letter-spacing:0;
}
#wpadminbar{
	display:none;
}
html.js{
	    margin-top: 0px !important;
}
div.header-section .header-main-section .navbar-header .navbar-brand {
    width: 104px;
    height: 127px;
    display: block;
    line-height: 1;
    background: #fff;
    padding: 15px;
    display: inline-block;
    -webkit-box-shadow: 0px 8px 26px #e0dede;
    -moz-box-shadow: 0px 8px 26px #e0dede;
    -ms-box-shadow: 0px 8px 26px #e0dede;
    -o-box-shadow: 0px 8px 26px #e0dede;
    box-shadow: 0px 8px 26px #e0dede;
    display: inline-block;
    overflow: hidden;
}

div.zozo-logo .navbar-brand img {
    width: initial;
    height: inherit;
    float: left;
}

div.zozo-logo a.navbar-brand:before {
    line-height: normal;
    height: initial;
}

div#zozo-logo {
    position: absolute;
    top: 0;
    left: 30px;
	z-index:9;
}

div#header-main .container {
    position: relative;
}

div.header-section .header-main-section .main-bar-item {
    line-height: normal;
    height: initial;
}

ul#main-menu {
    width: 100%;
}

ul.nav.navbar-nav.navbar-right.zozo-main-bar {
    width: 100%;
    text-align: center;
}

.zozo-header-main-bar > ul.navbar-nav>li {
    width: 100%;
}

ul#main-menu > li:last-child {
    /*position: absolute;
    top: 0;
    right: 0;*/
}

div.header-section .header-main-section {
    background: rgba(255,255,255,.65);
    -webkit-box-shadow: 0px 0px 45px 18px #e4dddd;
    -moz-box-shadow: 0px 0px 45px 18px #e4dddd;
    -ms-box-shadow: 0px 0px 45px 18px #e4dddd;
    -o-box-shadow: 0px 0px 45px 18px #e4dddd;
    box-shadow: 0px 0px 45px 18px #e4dddd;
}

ul.zozo-main-nav.navbar-nav .dropdown-menu {
    border: none !important;
}

div.header-section .header-main-section .zozo-main-nav > li a {
    letter-spacing: 0;
	    text-transform: capitalize;
}
div#footer-widgets-container {
    padding: 25px 0;
}

div#footer-copyright-container {
    padding: 10px 0;
}

div#footer-copyright-container a, div#footer-copyright-container p {
    color: #fff;
    text-transform: none;
    font-size: 12px;
}

div#footer-copyright-container a:hover {
    text-decoration: underline;
}

div#footer-widgets-2 .textwidget {
    font-size: 16px;
}
div.header-section .header-main-section .zozo-main-nav > li:not(:last-child) {
    /*padding: 0 20px;*/
}
ul.dropdown-menu li:before{
	border:none;
}
.container {
    width: initial;
    max-width: 960px;
}

div#search h1 {
    font-weight: 300;
    font-size: 30px;
	    text-align: center;
}

form.form-search {
    width: 100%;
    max-width: 570px;
    margin: 2px auto 20px;
    -webkit-box-shadow: 0px 8px 26px #e0dede;
    -moz-box-shadow: 0px 8px 26px #e0dede;
    -ms-box-shadow: 0px 8px 26px #e0dede;
    -o-box-shadow: 0px 8px 26px #e0dede;
    box-shadow: -15px 11px 46px 1px #e0dede;
}

form.form-search input[type='text'] {
    border: none;
    float: left;
    line-height: 44px;
    padding: 0 30px;
	width: -webkit-calc(100% - 125px);
    width: -moz-calc(100% - 125px);
    width: -ms-calc(100% - 125px);
    width: -o-calc(100% - 125px);
}

form.form-search input[type='submit'] {
        background: #f57c93;
    color: #fff;
    border: none;
    line-height: 36px;
    width: 125px;
    font-size: 16px;
    border-radius: 0px;
	padding:0;
}
.search-tips {
    text-align: center;
}
input:focus {
    outline: none;
}

.search-tips a b {
    border: 1px solid #000;
    width: 27px;
    height: 27px;
    display: inline-block;
    border-radius: 100%;
    margin-right: 10px;
}

.search-tips a {
    color: #000;
    font-size: 16px;
}

.banner-bottom {
    background: #221c52;
    color: #fff;
    text-align: center;
    padding: 29px 0;
	    position: relative;
    z-index: 9;
}
.page-template-template-percentages div#chart_div {
    margin-top: -50px;
    position: relative;
    z-index: 0;
}
.banner-bottom p {
    margin: 0;
    font-size: 18px;
    font-weight: 300;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    line-height: 100vh;
    text-align: center;
	z-index:-1;
	opacity:0;
}
.popup.open{
	z-index:999;
	opacity:1;
}
.popup-inner {
    line-height: normal;
    max-width: 610px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #000;
    padding: 20px;
    text-align: left;
    position: relative;
	    z-index: 9;
}

a.close-popup {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    border-radius: 100%;
    font-family: monospace;
    font-size: 17px;
    background: #12b6b4;
    color: #ffffff;
	font-family: arial;
}
a.close-popup:hover{
	color:#fff;
}
.content-inner h4 {
    font-size: 16px;
    color: #000;
    margin-bottom: 35px;
}

.content-inner p {
    color: #444444;
}

.content-inner ol li,
.entry-content ol li {
    font-weight: 600;
    color: #f00;
}

.content-inner ol li span,
.entry-content ol li span {
    color: #444444;
    padding-left: 5px;
}

.content-inner ol {
    padding-left: 13px;
}
.wsoverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(255,255,255,.7);
    cursor: crosshair;
}
.wsbreadcrumb {
    padding-top: 20px;
    padding-bottom: 40px;
	    position: relative;
    z-index: 1;
}

.wsbreadcrumb a {
    color: #aaa8a8;
}
.circle-4-inner {
    position: relative;
    display: inline-block;
}

.circle-4-inner span {
    position: absolute;
    top: 25px;
    left: 21px;
	    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
	-webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}

/*************** Green *****************/
.circle-4-inner.green1 span {
    -ms-transform: rotate(46deg);
    -webkit-transform: rotate(46deg);
    transform: rotate(46deg);
}
.circle-4-inner.green2 span {
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}
.circle-4-inner.green3 span {
    -ms-transform: rotate(73deg);
    -webkit-transform: rotate(73deg);
    transform: rotate(73deg);
}
.circle-4-inner.green3-5 span {
    -ms-transform: rotate(78deg);
    -webkit-transform: rotate(78deg);
    transform: rotate(78deg);
}
.circle-4-inner.green4 span {
    -ms-transform: rotate(96deg);
    -webkit-transform: rotate(96deg);
    transform: rotate(96deg);
}
.circle-4-inner.green5 span {
    -ms-transform: rotate(109deg);
    -webkit-transform: rotate(109deg);
    transform: rotate(109deg);
}

/*************** End Green *****************/


/*************** Yellow *****************/
.circle-4-inner.yellow1 span {
    -ms-transform: rotate(112deg);
    -webkit-transform: rotate(112deg);
    transform: rotate(112deg);
}
.circle-4-inner.yellow2 span {
    -ms-transform: rotate(128deg);
    -webkit-transform: rotate(126deg);
    transform: rotate(126deg);
}
.circle-4-inner.yellow3 span {
    -ms-transform: rotate(145deg);
    -webkit-transform: rotate(145deg);
    transform: rotate(145deg);
}
.circle-4-inner.yellow4 span {
    -ms-transform: rotate(162deg);
    -webkit-transform: rotate(162deg);
    transform: rotate(162deg);
}
.circle-4-inner.yellow5 span {
    -ms-transform: rotate(179deg);
    -webkit-transform: rotate(179deg);
    transform: rotate(179deg);
}

/*************** End Yellow *****************/


/*************** Orange *****************/
.circle-4-inner.orange1 span {
    -ms-transform: rotate(182deg);
    -webkit-transform: rotate(182deg);
    transform: rotate(182deg);
}
.circle-4-inner.orange2 span {
    -ms-transform: rotate(197deg);
    -webkit-transform: rotate(197deg);
    transform: rotate(197deg);
}
.circle-4-inner.orange3 span {
    -ms-transform: rotate(214deg);
    -webkit-transform: rotate(214deg);
    transform: rotate(214deg);
}
.circle-4-inner.orange4 span {
    -ms-transform: rotate(229deg);
    -webkit-transform: rotate(229deg);
    transform: rotate(229deg);
}
.circle-4-inner.orange5 span {
    -ms-transform: rotate(249deg);
    -webkit-transform: rotate(249deg);
    transform: rotate(249deg);
}

/*************** End Orange *****************/

/*************** Orange *****************/
.circle-4-inner.orange1 span {
    -ms-transform: rotate(182deg);
    -webkit-transform: rotate(182deg);
    transform: rotate(182deg);
}
.circle-4-inner.orange2 span {
    -ms-transform: rotate(197deg);
    -webkit-transform: rotate(197deg);
    transform: rotate(197deg);
}
.circle-4-inner.orange3 span {
    -ms-transform: rotate(214deg);
    -webkit-transform: rotate(214deg);
    transform: rotate(214deg);
}
.circle-4-inner.orange4 span {
    -ms-transform: rotate(229deg);
    -webkit-transform: rotate(229deg);
    transform: rotate(229deg);
}
.circle-4-inner.orange5 span {
    -ms-transform: rotate(249deg);
    -webkit-transform: rotate(249deg);
    transform: rotate(249deg);
}

/*************** End Orange *****************/

/*************** Red *****************/
.circle-4-inner.red1 span {
    -ms-transform: rotate(252deg);
    -webkit-transform: rotate(252deg);
    transform: rotate(252deg);
}
.circle-4-inner.red2 span {
    -ms-transform: rotate(268deg);
    -webkit-transform: rotate(268deg);
    transform: rotate(268deg);
}
.circle-4-inner.red3 span {
    -ms-transform: rotate(284deg);
    -webkit-transform: rotate(284deg);
    transform: rotate(284deg);
}
.circle-4-inner.red4 span {
    -ms-transform: rotate(300deg);
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg);
}
.circle-4-inner.red5 span {
    -ms-transform: rotate(316deg);
    -webkit-transform: rotate(316deg);
    transform: rotate(316deg);
}

/*************** End Red *****************/



.dashboard-chart {
    display: inline-block;
}

.circle-4-inner {
   
}

.circle-4-container {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
}

.circle-khac {
    display: inline-block;
    width: 100%;
    margin-top: -150px;
    max-width: 700px;
}

.circle-2 {
    float: left;
}

.circle-3 {
    float: right;
}

.dashboard-chart h3 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0px;
	    line-height: 1.3;
}

.circle-4 {
    margin-top: -170px;
}

.footer-widgets a {
    color: #fff;
}

#footer .footer-widgets .widget a:hover,
#footer .footer-widgets .widget a:focus,
#footer .footer-widgets .widget a:active{
    color: #D9D31F;
}

div#wscontent {
    padding-bottom: 50px;
	background-color: #FFFFFF; 
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(rgba(34, 28, 82, 0.35)));
    background-image: -webkit-linear-gradient(top, #FFFFFF, rgba(34, 28, 82, 0.35));
    background-image: -moz-linear-gradient(top, #FFFFFF, rgba(34, 28, 82, 0.35));
    background-image: -ms-linear-gradient(top, #FFFFFF, rgba(34, 28, 82, 0.35));
    background-image: -o-linear-gradient(top, #FFFFFF, rgba(34, 28, 82, 0.35));
    background-image: linear-gradient(to bottom, #FFFFFF, rgba(34, 28, 82, 0.35));
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FFFFFF, endColorstr=#B2B0C3);
}
.button-2 > div > div {
    float: left;
    padding: 30px 40px;
    text-align: center;
    width: 100%;
}

.button-2 h3 {
    color: #fff;
    font-weight: 300;
    font-size: 24px;
}

.button-2 a {
    font-size: 16px;
    color: #d9d41f;
    font-weight: bold;
    position: relative;
    display: inline-block;
}

.button-2 .button1 {
    background: #221c52;
    text-align: right;
}

.button2 {
    background: #d9d31f;
}

.button-2 {
    text-align: center;
}

.button-2 > div {
    display: inline-block;
	    width: 100%;
}

.button-2 .button2 h3 {
    color: #221c52;
}

.button-2 .button2 a {
    color: #221c52;
}

.button-2 a span {
    display: block;
    position: relative;
    padding: 10px 0;
    margin-top: -12px;
    display: inline-block;
    line-height: 1;
}

.button1 a span:after {
    content: "\f104";
    position: absolute;
    bottom: -11px;
    left: -18px;
    font-family: FontAwesome;
    line-height: 1;
    font-weight: normal;
    font-size: 24px;
   }

.button1 a span:before {
    content: "";
    background: #d9d41f;
    height: 2px;
    position: absolute;
    bottom: 0;
    right: 0;
	
	width: -webkit-calc(100% + 15px);
    width: -moz-calc(100% + 15px);
    width: -ms-calc(100% + 15px);
    width: -o-calc(100% + 15px);
}

.button2 a span:after {
    content: "\f105";
    position: absolute;
    bottom: -11px;
    right: -18px;
    font-family: FontAwesome;
    line-height: 1;
    font-weight: normal;
    font-size: 24px;
   }

.button2 a span:before {
    content: "";
    background: #221c52;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: -webkit-calc(100% + 15px);
    width: -moz-calc(100% + 15px);
    width: -ms-calc(100% + 15px);
    width: -o-calc(100% + 15px);
}
.button1 a:hover{
	    color: #d9d41f;
}


#table .tit h2 {
	text-align:center;
	font-family: 'Source Sans Pro', sans-serif;
	Font-weight:300;
	font-size:30px;
	margin: 35px 0px 15px 0px;
	
	
}
#table{
	width:100%;
	margin:auto;
	    position: relative;
    z-index: 1;
}
#table .table1{
	border-collapse: collapse;
	width:100%;
	border:0.2px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	
	/*-webkit-box-shadow: 0px 8px 26px #e0dede;
    -moz-box-shadow: 0px 8px 26px #e0dede;
    -ms-box-shadow: 0px 8px 26px #e0dede;
    -o-box-shadow: 0px 8px 26px #e0dede;
    box-shadow: -15px 11px 46px 1px #e0dede;*/
	
}

#table .table1 th{
	height:53px;
	border:1px solid #ebe9e9;
	background-color:#12b6b4;
	font-weight:600;
	color:#f1f1f1;
	vertical-align: middle;
    text-align: center;
	padding:10px;
	font-size: 16px;
}
#table .table1 td{
	border:1px solid #ebe9e9;
	padding:5px;
	padding-left:12px;
	    font-size: 14px;
	
}
#table .table1 .Send_Request {
	width:129px;
	height:48px;
	background:#f57c93;
	float:right;
	border:none;
	color: #fff;
    font-weight: 400;
}
#table .table1 .last_tr1{

	background:#eef0f0;
}
#table .table1 .last_td1{
	padding:0px;
	border:none;
}
#table .table1 .check_box{
	padding-left:52px;
	padding-right:52px;
	    text-align: center;
	
}



#table .table2{
	
	border-collapse: collapse;
	width:100%;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:300;
	margin-bottom:20px;
	/*-webkit-box-shadow: 0px 8px 26px #e0dede;
    -moz-box-shadow: 0px 8px 26px #e0dede;
    -ms-box-shadow: 0px 8px 26px #e0dede;
    -o-box-shadow: 0px 8px 26px #e0dede;
    box-shadow: -15px 11px 46px 1px #e0dede;*/
}

#table .table2 th{
	height:53px;
	border:1px solid #ebe9e9;
	background-color:#201c52;
	font-weight:600;
	color:#f1f1f1;
	border-bottom:none;
	border-top:none;
	    vertical-align: middle;
    text-align: center;
	
}
#table .table2 td{
	border:1px solid #ebe9e9;
	border-bottom:none;
	border-top:none;
	padding:5px;
	padding-left:12px;
	    font-size: 14px;
}
#table label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  font-size: 13px;
}
#table label:before {
  content: "";
  display: inline-block;
 
  width: 16px;
  height: 16px;
 
  left: 0;
  bottom: 1px;
  background-color: #fff;
  border-radius:2px;
  border-color:#010101;
  border: 1px solid #b4b4b4; 
}
#table input[type=checkbox] {
  display: none;
}
#table .checkbox label:before {
  border-radius: 3px;
}
#table input[type=checkbox]:checked + label:before {
  content: "\2713" !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
  font-size: 15px;
  color: #010101;
  text-align: center;
    line-height: 15px;
}

table tr td span {
    color: #f57c93;
    font-weight: 400;
}
#table table tr:hover td {
    background: #eee;
}

#piechart *{
	max-width:100% !important;
}
#piechart > div{
	    position: relative;
    text-align: center;
}
#piechart > div > div {
	max-width:100%;
    display: inline-block;
}
svg {
	max-width:100%;
}

.dashboard-chart h3 a.apopup {
    width: 27px;
    height: 27px;
    display: inline-block;
    border-radius: 100%;
    font-size: 18px;
    background: url(images/i-icon.png)no-repeat;
	position: absolute;
    right: -40px;
    top: 3px;
}
.dashboard-chart h3 span {
    display: inline-block;
    position: relative;
}
#table table tfoot tr td {
    background: #eee;
}
#table table tfoot tr td {
    background: #eee;
}

div#phantrang_sp a, div#phantrang_sp span {
    color: #aaa8a8;
    font-weight: 600;
    padding: 0 10px;
}

div#phantrang_sp .wstrang {}

div#phantrang_sp {
    color: #aaa8a8;
}

div#phantrang_sp span {
    color: #444444;
}

div#phantrang_sp a:hover {
    color: #444;
}

div#phantrang_sp .wstrang:last-child {
    margin-left: 30px;
}

div#phantrang_sp .wstrang:first-child {
    margin-right: 30px;
}
div#phantrang_sp span.cham3 {
    color: #aaa8a8;
}
.text-under:focus,
.text-under{
	    color: #444444;
	text-decoration:underline;
	font-size: 14px;
	font-weight: 400;
}


.text-under:hover{
	text-decoration:underline;
}

#table .table2.table-monthly-percent td.active,
#table .table2.table-balance td.active {
    background: #caf57b;
}
.table-form .supplyingmember.member {
    background: #D8E4BC;
}
.table-monthly-percent a,
.table-balance a{
	    display: block;
}
.home-1 {
    width: 550px;
    margin: 0 auto;
    max-width: 100%;
}

.reviews-actions {
    background: #221c52;
    padding: 5px 60px 30px;
	margin-bottom:20px;
}

.reviews-actions h3 {
        font-size: 24px;
    font-weight: 300;
    margin: 10px 0 0;
    line-height: 1.3;
    color: #fff;
    text-align: center;
}

.reviews-actions h3 span {
    display: inline-block;
    position: relative;
}

.reviews-actions h3 a {
    width: 27px;
    height: 27px;
    display: inline-block;
    border-radius: 100%;
    font-size: 18px;
    background: url(images/i-icon1.png)no-repeat;
    position: absolute;
    right: -40px;
    top: 3px;
}
.reviews-actions select {
        -webkit-box-shadow: 0px 8px 26px #e0dede;
    -moz-box-shadow: 0px 8px 26px #e0dede;
    -ms-box-shadow: 0px 8px 26px #e0dede;
    -o-box-shadow: 0px 8px 26px #e0dede;
    box-shadow: 0px 10px 31px #848080;
    border-radius: 0;
    border: none;
    color: #aaa8a8;
    font-size: 14px;
   /* background: #fff url(images/arrow-select.jpg)no-repeat right top;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: contain;
}

select:focus, select:active {
    border: none;
    outline: none;
}

div.page-title-section {
    margin-top: 80px;
    border-bottom: none;
}
.wschar-end {
    text-align: center;
}
.wschar-end .circle-4 {
    margin: 0;
}
#table .ws_search_page tr.active td{
	    background: #caf57b;
}
.reviews-actions p {
    text-align: center;
    color: #fff;
    font-size: 16px;
}
a.showmetter {
    display: block;
    text-align: center;
    background-color: #f57c93;
    padding: 3px;
    color: #ffffff;
    font-weight: 600;
}
div table th, div table td{
	vertical-align: middle;
}
.wsprint a{
	    background: #f57c93 url(images/btn-print.png)no-repeat right 25px center;
    color: #fff;
    display: inline-block;
    padding: 10px 63px 10px 30px;
    font-size: 16px;
}

.wsprint {
    text-align: right;
}

.wsprint a:focus,
.wsprint a:hover {
	color: #fff;
}
p.wscalculate abbr {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}

p.wscalculate span {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
a[href="http://www.dev-spark.com/btc/register/"],
a[data-tab="privacy"],
a[data-tab="delete"]{
	display:none !important;
}

.wsoverlay-click-a-select {
	content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
	    z-index: -99;
}
.wsoverlay-click-a-select[open] {
	z-index:0;
}

.home-1,
.circle-4-container {
	position:relative;
	z-index:9;
}


ul#ul-ra {
    padding: 20px;
    margin: 0;
    list-style: none;
    overflow: hidden;
    -webkit-box-shadow: 0px 10px 31px #848080;
    -moz-box-shadow: 0px 10px 31px #848080;
    -ms-box-shadow: 0px 10px 31px #848080;
    -o-box-shadow: 0px 10px 31px #848080;
    box-shadow: 0px 10px 31px #848080;
    background: #fff;
}

ul#ul-ra li {
    width: 50%;
    float: left;
	    margin-bottom: 10px;
}

ul#ul-ra input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	z-index: -1;
}

ul#ul-ra input[type="checkbox"]+span {
	cursor: pointer;	
}
ul#ul-ra input[type="checkbox"]+span:before {
	content: '';
	display: inline-block;
	padding: 2px 0 0 3px;
	margin-right: 0.5em;
	border: 2px solid #cbcbcb;
	width: 23px;
	height: 23px;
	border-radius: 100%;
	vertical-align: middle;
	    position: absolute;
    left: 0;
    top: 0;
}
ul#ul-ra input[type="checkbox"]:checked+span:after {
	content: '';
	width: 7px;
	height: 7px;
	background: #f57c93;
	border-radius: 100%;
	display: block;
	position: absolute;
	top: 8px;
	left: 8px;
}
ul#ul-ra input[type="checkbox"]:checked+span:before {
	content: '';
	border: 3px solid #f57c93;
}


ul#ul-ra li span {
    color: #aaa8a8;
    font-size: 14px;
    font-weight: normal;
}
ul#ul-ra li  label {
    padding-left: 35px;
    position: relative;
}
ul#ul-ra li.submit {
    width: 100%;
    margin-bottom: 0;
    text-align: center;
}

ul#ul-ra li.submit input {
    font-size: 16px;
    background: #f57c93;
    color: #fff;
    border: none;
    line-height: normal;
    border-radius: 0;
    padding: 9px 31px;
    height: initial;
    line-height: 1;
}

div table{
	    background: #fff;
}
body.page-template-template-dollar-exposure .wsbreadcrumb .zozo-breadcrumbs >span:nth-child(3), 
body.page-template-template-dollar-exposure .wsbreadcrumb .zozo-breadcrumbs >span:nth-child(4) {
   /* display: none;*/
}
p.wscalculate i {
    width: 250px;
    height: 1px;
    background: #000;
    display: block;
    max-width: 100%;
    margin: 8px 0;
}
p.box-ra-mail {
    text-align: center;
}

p.box-ra-mail input {
    margin: 0;
    margin-left: 20px;
    vertical-align: middle;
}
ul#ul-ra-mail li{
    list-style:none;
    display: inline-block;
    padding: 0 10px;
}
ul#ul-ra-mail li label {
    padding-left: 30px;
    position: relative;
    margin-bottom: 0;
    padding-top: 2px;
    padding-bottom: 5px;
    color: blueviolet;
}
ul#ul-ra-mail input[type="radio"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
ul#ul-ra-mail li span {
    color: #aaa8a8;
    font-size: 14px;
    font-weight: normal;
}
ul#ul-ra-mail input[type="radio"]+span {
    cursor: pointer;
}
ul#ul-ra-mail input[type="radio"]+span:before {
    content: '';
    display: inline-block;
    padding: 2px 0 0 3px;
    margin-right: 0.5em;
    border: 2px solid #aaa8a8;
    width: 23px;
    height: 23px;
    border-radius: 100%;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0;
}
ul#ul-ra-mail input[type="radio"]:checked+span:after {
    content: '';
    width: 7px;
    height: 7px;
    background: #f57c93;
    border-radius: 100%;
    display: block;
    position: absolute;
    top: 8px;
    left: 8px;
}

ul#ul-ra-mail {
    overflow: hidden;
    margin: 0;
    padding: 0;
    text-align: center;
}
ul#ul-ra-mail input[type="radio"]:checked+span:before {
    content: '';
    border: 3px solid #f57c93;
}
.ra-mail.loading:after {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: #fff;
    opacity: .4;
}
.search-tips{
	display:none;
}

.table-balance tbody tr{
	height:30px;
}

table.table-balance.loading tbody:after {
    content: "";
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 53px;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7) url(images/spinner.gif)no-repeat center center;
}

table.table-balance {
        position: relative;
    overflow: hidden;
}

.aclick-poppup-inner span {
    /* display: block; */
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    line-height: 17px;
}

.aclick-poppup-inner {
    /* text-align: center; */
}

.aclick-poppup-inner img {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.button2 {
     display: none; 
}


.um-page-password-reset.um-page-loggedout .message { margin:20px 0px 0px 0px;  }
.message .error { color: #721c24; background-color: #f8d7da; border-color: #f5c6cb; padding: .75rem 1.25rem; border-radius: 5px; }










@media(max-width: 767px){
	.popup-inner {
	    max-height: 90%;
		overflow-y: scroll;
		max-width: 90%;
	}
	
	
	
	
	
}


@media(max-width: 660px){
	.circle-khac {
		margin-top: 0;
	}
	.circle-4 {
		margin-top: 0;
	}
	.circle-2,
	.circle-3 {
		float: none;
		display: inline-block;
		clear: both;
		margin:0 50px;
	}
	
	
	
	
	
	
}


@media(max-width: 480px){
	.circle-2,
	.circle-3 {
		float: none;
		display: inline-block;
		clear: both;
		margin:0 30px;
	}
	.button-2 > div > div {
		padding: 30px 15px;
	}
	ul#ul-ra li.no-content{
		display:none;
	}
	ul#ul-ra li {
		width: 100%;
	}
	
	
	
	
}
@media(max-width: 380px){
	.button-2 > div > div {
		padding: 30px 30px;
		width: 100%;
	}
	form.form-search input[type='submit'],
	form.form-search input[type='text'] {
		width: 100%;
	}
	
	
	
	
	
}
@media(max-width: 320px){
	.reviews-actions {
		padding: 15px 30px;
	}
	.reviews-actions h3 a {
		right: -25px;
	}
	
	
	
}









@media print {
	input[type="text"]{
		border-right:0 !important;
	}
	input{
		border:1px solid #000 !important;
		border-radius:0 !important;
	}
	a[href]::after {
		content: " (" attr(href) ")"
	}
	 @page { margin: 0; }
	body { margin: 1.6cm; }
	#content a:link:after, #content a:visited:after {    
	  content: " ("attr(href) ") ";    
	}
	body a:link:after, body a:visited:after {    
	  content: "";
	}
	body{
		-webkit-print-color-adjust: exact !important; 
	}
	table tr td,
	table tr th {
		border:1px solid #ccc !important;
	}
	.last_tr1,
	#main-wrapper,
	.banner-bottom,
	.wsbreadcrumb,
	.wsprint{
		display:none !important;
	}
	div#footer-widgets-container {
		padding: 25px 0 !important;
	}
	.fullwidth .container {
		max-width: 960px !important;
	}
	.row {
		margin-right: -15px !important;
		margin-left: -15px !important;
	}
	.col-sm-4 {
		width: 33.33333333% !important;
	}
	.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
		float: left !important;
	}
	.footer-widgets .widget {
		margin-bottom: 10px !important;
		border: none !important;
	}
	.footer-widgets .widget, .footer-widgets .widget p .footer-widgets .widget .zozo-count-number h3 {
		color: #7f7f7f !important;
	}
	.footer-widgets .widget div, .footer-widgets .widget p {
		font-family: Source Sans Pro !important;
		font-size: 14px !important;
		font-weight: 300 !important;
		color: #ffffff !important;
		line-height: 18px !important;
	}
	#footer.footer-section {
		background-color: #12b6b4 !important;
	}
	div#footer-copyright-container {
		padding: 10px 0 !important;
	}
	#footer .footer-copyright-section {
		background-color: #12b6b4 !important;
	}
	.text-center {
		text-align: center !important;
	}
	p:last-child {
		margin-bottom: 0 !important;
	}
	div#footer-copyright-container a, 
	div#footer-copyright-container p {
		color: #fff !important;
		text-transform: none !important;
		font-size: 12px !important;
	}
	
}

body.page-template-template-dollar-exposure {}
body.page-template-template-dollar-exposure .date-wrapper { position:relative;  }
body.page-template-template-dollar-exposure .date-wrapper .current-datetime { position:absolute; top: 50%; right: 0px; transform: translateY(-50%); -webkit-transform: translateY(-50%);  }
@media only screen and (max-width:767px) {
    body.page-template-template-dollar-exposure .date-wrapper .current-datetime {     transform: none; -webkit-transform: none;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 0px 0px 0px 0px;
    position: relative;
    top: -15px;  }
}
