/* Utility Class */
.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.capitalize {
    text-transform: capitalize;
}

/* mobile */
.quick-link-button.row {
    margin-left: -30px;
}
.quick-link-button .dummy {
    margin-top: 100%;
}
.quick-link-button div { display: table;margin-bottom: 15px;}
.quick-link-button div a {
    display: block;
    font-size: 11px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 0;
    text-align:center;
    padding-top:calc(50% - 5px);
    white-space: pre-wrap;
    display: table-cell;
    vertical-align: middle;
    /*margin-bottom: 15px;*/
}


/* language */
.input-group.language { width: 88px; margin-right: 10px;}
.input-group.language .language-icon {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 4px;
    left: 3px;
    background: url("img/icon_langauge.png") no-repeat 0 0;
}
.language select {
    border: 1px solid #ddd;
    padding: 5px 10px 5px 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    width: 100%;
    text-overflow: '';
    border-radius: 0 4px 4px 0;
    background: #fff;
    outline: none;
    text-align: center;
    text-align-last: center;
}
.language i {
    position: absolute;
    right: 6px;
    top: 8px;
    width: 10px;
    height: 10px;
    font-size: 9px;
    z-index: -2;
}
.navbar-right {padding: 13px 10px; margin: 0;}
.div-language {position: absolute; right: 0px; margin-top: 12px;}


/*-- dropdown notice --*/
.dropdown.notice .btn-notice-bell {font-size: 19px; margin: 0 10px 0 0px;}
.dropdown.notice ul {margin-top: 8px;}
.dropdown.notice ul:after, .dropdown.notice ul:before {
	bottom: 100%;
	right: 33px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.dropdown.notice ul:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 6px;
	margin-left: -6px;
}
.dropdown.notice ul:before {
	border-color: rgba(204, 204, 204, 0);
	border-bottom-color: #ccc;
	border-width: 7px;
	margin-left: -7px;
}
.dropdown.notice .title {font-weight: bold; text-transform: uppercase; padding: 10px 14px; color: #222;}
.dropdown.notice li {padding: 0px; border-bottom: solid 1px #eee}
.dropdown.notice li:last-child {border-bottom: none;}
.dropdown.notice li > a {padding: 7px 25px 7px 43px; position: relative; width: 280px; color: #666; }
.dropdown.notice li > a i {position: absolute; left: 17px; color: #ccc; font-size: 19px;}
.dropdown.notice li > a p {white-space: initial; margin-bottom: 5px;}
.dropdown.notice li > a p.timestamp {margin-bottom: 0px;}
.dropdown.notice li > a p.timestamp span {font-size: 12px;}
.dropdown.notice li > a p.timestamp span.notification-relative-time {width: 100px; white-space: nowrap; text-align: right;}
.dropdown.notice li .btn-all {display: block; background-color: #ccc; text-align: center;}
.dropdown.notice li .btn-all a {padding: 12px; display: inline-block; font-size: 12px; font-weight: bold; color: #fff; }

/* breadcrumb */
.content-breadcrumb.p-m, .content-breadcrumb.p-md { padding-bottom: 0px !important; }
.content-breadcrumb .panel { margin-bottom: 0px !important; }
.breadcrumb-title {font-weight: 600; font-size: 18px;}
.breadcrumb-desc {font-size: 11px;}

/* for register form */
#registerForm .dateofbirth.form-control { padding: 0; border: none; }
/*#registerForm .dateofbirth .form-control { margin: 0; width: 25%; display: inline-block;}*/
#registerForm .form-group .control-label { color: inherit; font-size: 14px; font-weight: bold; text-align: right; padding-top: 7px;}
#registerForm .help-block { font-size: 12px;}

#userDocumentForm .form-group .control-label { padding-top: 0px;}

/**** form-horizontal ****/
.form-horizontal .form-group .dateofbirth.form-control { padding: 0; border: none; }

/**** form-horizontal-2 ****/
.form-horizontal-2 .form-group .form-control { width: 40%; display: inline-block }
.form-horizontal-2 .form-group .dateofbirth.form-control { padding: 0; border: none; }
.form-horizontal-2 .form-group .dateofbirth .form-control { margin: 0; width: 25%; display: inline-block;}
.form-horizontal-2 .form-group .control-label, 
.form-horizontal-2 .form-group .checkbox label { width: 20%; padding-right: 10px; }
.form-horizontal-2 .form-group .checkbox { padding-left: 20%; }
.form-horizontal-2 .form-group .checkbox label { width: initial;}
.form-horizontal-2 .form-group.has-error .help-block { padding-left: 20%; }

/**** label-style-2 ****/
form.label-style-2 .form-group .control-label,
form.label-style-2 .form-group .checkbox label { color: inherit; font-size: 14px; font-weight: bold; text-align: right; padding-top: 7px;}
form.label-style-2 .form-group h4 { margin-top: 4px; }

/*** label required ***/
.form-group .control-label.required,
.form-group .checkbox label.required { color: inherit; font-size: 14px; font-weight: bold; padding-top: 7px;}
.form-group .control-label.required:after,
.form-group .checkbox label.required:after { content:"*"; color:red; }




/*--------- panel ------*/
.panel.panel-default { padding: 0; border: none; }
.panel.panel-default > .panel-heading { 
    position: relative;
    z-index: 1;
    background: #FFF;
    font-weight: 600; 
    font-size: 18px; 
    border: solid 1px #ddd;    
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    padding: 11px 15px 8px;
    color: #666;
    margin-bottom: -4px;
}
.panel.panel-default > .panel-heading .panel-title {
    display: initial; 
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;    
}
.panel.panel-default > .panel-body { 
    border-radius: 4px;
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px; 
    border: solid 1px #e4e5e7; 
}
.panel.panel-default > .panel-footer {
    background: #fff;
    border: 1px solid #ddd;
    margin-top: -6px;
}

/*** panel spacial ***/ 
.panel.panel-spacial {}
.panel.panel-spacial > .panel-heading {
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-bottom: -6px;
    background: #FFF;
    border: solid 1px #ddd;
    z-index: 1;
    position: relative;
}
.panel.panel-spacial > .panel-body {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: solid 1px #e4e5e7;
}
.panel.panel-spacial > .panel-footer {
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    margin-top: -6px;
    border: solid 1px #ddd;
}

/* panel */   
.panel.panel-default .panel-heading.panel-heading-danger {
    background-color: #e8484e;
    border-color: #e8484e;
}
.panel.panel-default .panel-heading.panel-heading-danger .panel-title {
    color: #fff;
}
#panel-accounts .panel-body, #panel-cards .panel-body, #panel-currency .panel-body {
    height: 300px;
}
#panel-accounts .panel-body .list-content {
    height: 246px;
}
#panel-cards .panel-body .list-content {
    height: 210px;
}

/** set panel-heading to gray color **/
.panel.panel-default .panel-heading:not(.breadcrumb-heading):not(.panel-heading-danger) {
    background-color: #f1f1f1;
    border-color: #ddd;
    color: #222;
}
.panel.panel-default .panel-heading:not(.breadcrumb-heading):not(.panel-heading-danger) .panel-title {
    color: #222;
}
.hpanel.footer-panel .panel-heading {
    background-color: transparent !important;
    border: none !important;
}

@media screen and (max-width: 992px)  {
    #panel-currency .panel-body { height: auto; min-height: 300px; }
}

#panel-currency .panel-body { position: relative; padding-bottom: 35px; }
#panel-currency .panel-body .remark { position: absolute; bottom: 10px; font-size: 11px; line-height: 11px;}
#panel-currency .panel-body .remark .star { font-size: 12px;}



.panel-body .item-list {cursor: pointer; display: block; padding: 5px; margin: 0 0 1px 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.panel-body .item-list:hover , .panel-body .item-list.active { cursor: default;background: #d5dae5; font-weight: 700;}
#panel-cards .panel-body .item-list .card-exp {float: right;  margin-top: 1px;}
.notice-title { 
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 80px;
}
.notice-message {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 300px;
    cursor: pointer;
}
.notice-message.show-all {
    overflow: initial;
    white-space: initial;
    width: auto;
    cursor: default;
}
@media screen and (max-width: 420px) {
    .notice-message {width: 160px;}
}

.intro-info {
    font-size: 14px;
    line-height: 20px;
}
.intro-info i {
    font-size: 18px;
    color: #bbb;
    padding-right: 5px;
}
.intro-balance {
    text-align: right;
}
.intro-info .amount {
    padding: 2px 10px;
    white-space: nowrap;
}
.amount {
    font-size: 20px;
    font-weight: 500;
}
.breadcrumb {
    background: transparent none;
    padding: 0;
    margin-bottom: 0;
    font-size: 11px;
    line-height: 14px;
    font-weight: 600;
    list-style: none;
    border-radius: 4px;
}
.breadcrumb li {
    font-weight: 400;
}
.breadcrumb li:first-child {
    padding-left: 7px;
}
.btn.btn-primary i {
    color: #fff;
    padding-right: 5px;
}
.btn-primary.btn-sm, .btn-group-sm > .btn {
    padding: 4px 10px 3px;
    text-transform: uppercase;
    font-weight: 600;
}

/* panel table */
.panel > table tr:first-child td, .panel > table tr:first-child th {
    border-top: 0 none;
}
.panel > table th, .panel > table th i {
    color: #222;
}
.panel > table th, .panel > table td {
    padding: 7px 15px;
    font-size: 12px;
}
.panel > th i.fa-sort, .page-control i {
    font-size: 14px;
    padding: 0;
}
.page-control a {
    padding: 5px 8px 1px 6px;
}


    
.currency ul {
    padding: 0;
    margin: 0;
}
.currency li {
    display: block;    
    border-bottom: 1px solid #eee;
    padding: 0px 0 2px 0px;
    line-height: 38px;
}

.flag {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-image: url("img/flag.png");
    background-repeat: no-repeat;
    vertical-align: middle;
}
.flag-eur {background-position:0 0;}
.flag-cad {background-position:0 -40px;}
.flag-usd {background-position:0 -80px;}
.flag-aud {background-position:0 -120px;}
.flag-gbp {background-position:0 -160px;}
.flag-chf {background-position:0 -200px;}
.flag-cny {background-position:0 -240px;}
.flag-myr {background-position:0 -280px;}
.flag-sgd {background-position:0 -320px;}
.flag-jpy {background-position:0 -360px;}
.flag-gld {background-position:0 -400px;}
.flag-btc {background-position:0 -440px;}
.flag-xbt {background-position:0 -440px;}
.flag-inr {background-position:0 -480px;}
.flag-miles {background-position:0 -520px;}

.customer-service {
    position: relative;
    padding: 20px 15px 20px 100px;
}
.customer-service-icon {
    position: absolute;
    top: 10px;
    left: 15px;
    width: 75px;
    height: 75px;
    background: url("img/cs.png") no-repeat 0 0;
}

.new-notices {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    font-size: 12px;
    line-height: 14px;
    background: #fff;
    color: #e8484e;
    padding: 4px 7px 2px;
}
.unread {
    color: #e8484e;
    font-weight: 700;
}

/* transaction history */
#panel-transaction .panel-body { position: relative; padding-top: 5px; padding-bottom: 53px; } 
#panel-transaction #moreAccountBtn, #moreEvoucherBtn { position: absolute; right: 13px; bottom: 12px; margin: 0; }

/* notifications */
#panel-notification .panel-body { padding-top: 2px; padding-bottom: 0px;}
#panel-notification .table {margin-bottom: 0px;}

.modal-open {
  padding-right: 0 !important;
  overflow: initial !important;
}


/*** new login ***/
body.login-page { }
body.login-page .login-body { margin-top: 10%; }
body.login-page .login-body .logo-img { margin-bottom: 50px; }
body.login-page .panel.panel-default,
body.login-page .panel.panel-default .panel-heading,
body.login-page .panel.panel-default .panel-heading:not(.breadcrumb-heading):not(.panel-heading-danger),
body.login-page .panel.panel-default .panel-body { background: none; border: none; padding: 0; color: #fff !important;}

body.login-page .panel.panel-default .panel-heading {margin-bottom: 18px;}

body.login-page #loginForm input {height: 36px; background: rgba(255, 255, 255, 0.16); border: none; 
    border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; font-size: 12px; 
    text-align: center; color: #fff;}
body.login-page #loginForm input::-webkit-input-placeholder { color: #fff; }
body.login-page #loginForm input:-moz-placeholder { color: #fff; }
body.login-page #loginForm input::-moz-placeholder { color: #fff; }
body.login-page #loginForm input:-ms-input-placeholder { color: #fff;}


body.login-page #loginForm .control-label {position: absolute; margin: 10px 0 0 20px; visibility: hidden;}
body.login-page #loginForm .control-label:before {visibility: visible; color: #ccc; font: normal normal normal 18px/1 FontAwesome;}
body.login-page #loginForm .control-label.email:before {content: "\f003";}
body.login-page #loginForm .control-label.username:before {content: "\f007";}
body.login-page #loginForm .control-label.mobile:before {content: "\f095";}
body.login-page #loginForm .control-label.password:before {content: "\f023";}
body.login-page #loginForm .forgot-password {text-align: right; margin: -8px 0 4px 0;}
body.login-page #loginForm .forgot-password a {font-size: 12px; color: #fff;}
body.login-page #loginForm .forgot-password i {display: none;}
body.login-page #loginForm #signInBtn { height: 40px;  font-size: 15px; font-weight: 600; text-transform: uppercase; outline: none;
    border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; }
body.login-page .regis-block .panel.panel-default .panel-heading { padding-right: 113px; }
body.login-page .regis-block .register-text { min-height: 121px; padding-right: 113px; color: #ccc; }
body.login-page .regis-block #regisBtn { width: 100%; height: 40px;  border: solid 3px #fff;
    background: none; color: #fff; font-size: 15px; font-weight: 600; text-transform: uppercase;
    border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px;
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
body.login-page .regis-block .lock-icon { position: absolute; top: 0px; right: 0px;}

body.login-page .login-container, body.login-page .panel-heading i {display: none;}

@media (max-width: 992px) {
    body.login-page { background-size: 1200px; }
    body.login-page .login-body { margin-top: 0px; }
    body.login-page .regis-block { margin-top: 40px; }
    body.login-page .regis-block .register-text { min-height: 80px; }
}
/* end new login */


/* card request */
#cardRequestTable {margin-top: -5px; margin-bottom: 0px;} 
#cardRequestTable th, #cardRequestTable td {padding-left: 15px;}

/* currency profile */
.modal-currency-profile .modal-body {max-height: 500px; overflow-y: auto;}
ul.currency-profile-list {list-style: none; padding-left: 0;}
ul.currency-profile-list > li {border-bottom: solid 1px #dbdbdb; padding: 10px; cursor: move;}
/*ul.currency-profile-list > li:hover,*/
ul.currency-profile-list > li.dragged {position:absolute; z-index:2000}
ul.currency-profile-list li span {font-size: 17px; line-height: 45px; font-weight: 600;}
ul.currency-profile-list li ul.children {list-style: none; padding-left: 120px; margin-top: -40px;}
ul.currency-profile-list li ul.children li {padding: 6px; cursor: pointer;}
ul.currency-profile-list li ul.children li:hover,
ul.currency-profile-list li ul.children li.dragged {background: rgba(0, 0, 0, 0.1);}
ul.currency-profile-list li ul.children li::before {content: "\f054"; color: #a1a1a1; font: normal normal normal 12px/1 FontAwesome; margin: 0 7px 0 -16px;}

ul.currency-profile-list > li.placeholder {
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
}
ul.currency-profile-list > li.placeholder {
    position: absolute;
    content: "xxx";
    width: 0;
    height: 0;
    margin-top: -6px;
    border: 6px solid transparent;
    border-left-color: red;
    border-right: none;
}

/* new deposit */
#panel-deposit .tab-content .help-block {font-size: 14px; padding-bottom: 5px;}
.info-block {
    border-radius: 4px;
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px;
    border: solid 1px #e4e5e7;
    border-left: solid 8px;
    position: relative;
}
.info-block:after {
    right: 100%;
    top: 17px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(213, 0, 0, 0);
    border-right-color: initial;
    border-width: 16px;
    margin-top: -16px;
}
.info-block .table > tbody > tr { border-top: dotted 1px #b8b8b8;}
.info-block .table > tbody > tr:first-child {border-top: none;}
.info-block .table > tbody > tr > td { border: none; line-height: 22px;}
.info-block .table > tbody > tr > td.data { font-size: 14px; font-weight: bold; }

#panel-deposit .tab-content .frame-boder {padding: 20px; border: solid 3px; border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px;}

@media screen and (max-width: 767px) {
    .info-block .table-responsive { margin-bottom: 0px; border: none;}
}

button#create-option { margin: 0 5px 0 0; }

.btn.only-icon { padding: 2px 5px; }
.btn.only-icon i { padding: 0px; font-size: 16px;}

#panel-account-summary .panel-body { padding-top: 5px; padding-bottom: 0px; border-width: 4px; }

/*#depositor_list .table-striped > thead > tr { background-color: #f0f0f0; }
#depositor_list .table-striped > thead > tr > th {     border-top: solid 1px #ddd;
    padding-top: 11px;
    padding-bottom: 9px;
    text-transform: uppercase; }
#depositor_list .table-striped > tbody > tr:nth-child(odd) { background-color: #ffffff; }
#depositor_list .table-striped > tbody > tr:nth-child(even) { background-color: #f9f9f9; }*/

/** table switch-color **/
.table.switch-color.table-striped > thead > tr { background-color: #f0f0f0; }
.table.switch-color.table-striped > thead:first-child > tr:first-child > th ,
.table.switch-color.table-striped > thead > tr > th { border-top: solid 1px #ddd; padding-top: 11px; padding-bottom: 9px; text-transform: uppercase; }
.table.switch-color.table-striped > tbody > tr:nth-child(odd) { background-color: #ffffff; }
.table.switch-color.table-striped > tbody > tr:nth-child(even) { background-color: #f9f9f9; }

/**** data table ****/
.dataTables_wrapper {position: static; overflow-x: auto; overflow-y: hidden;}
.dataTables_wrapper .dataTables_length { padding-left: 10px; }
.dataTables_wrapper .dataTables_length .form-control { width: auto; display: inline; }
.dataTables_wrapper .dataTables_filter { padding-right: 10px; }
.dataTables_wrapper .dataTables_filter label { text-indent: -50px; overflow: hidden; white-space: nowrap; }
.dataTables_wrapper .dataTables_filter label .form-control { width: auto; display: inline; }
.dataTables_wrapper .dataTables_info {padding-left: 10px;}
.dataTables_wrapper .dataTable.no-footer {border-bottom: 1px solid #ddd;}
.dataTables_wrapper .dataTable thead th, 
.dataTables_wrapper .dataTable thead td {padding: 10px 18px 10px 10px;}
.dataTables_wrapper .dataTables_paginate { padding: 6px 10px 0; }
.dataTables_wrapper .dataTables_paginate .paginate_button { 
    border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
    text-decoration: none !important; text-transform: uppercase;
    font-weight: 600; font-size: 12px; line-height: 1.5;
    text-align: center; white-space: nowrap; vertical-align: middle;
    -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer;
    -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;
    padding: 0px; width: 28px; height: 28px; line-height: 28px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled { 
    background-color: #293a4a !important; border-color: #293a4a !important;
    pointer-events: none !important; cursor: not-allowed !important;
    filter: alpha(opacity=65) !important; -webkit-box-shadow: none !important;
    box-shadow: none !important; opacity: .65;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover { background: #fff; border-color: #ddd; cursor: default;}
.dataTables_wrapper .dataTables_paginate .paginate_button.next, 
.dataTables_wrapper .dataTables_paginate .paginate_button.previous {text-indent: -9999px; line-height: 0; padding: 6px 9px 4px 7px !important}
.dataTables_wrapper .dataTables_paginate .paginate_button.next::after, 
.dataTables_wrapper .dataTables_paginate .paginate_button.previous::after { text-indent: 0; display: block; font: normal normal normal 14px/1 FontAwesome; }
.dataTables_wrapper .dataTables_paginate .paginate_button.next::after { content: "\f054"; }
.dataTables_wrapper .dataTables_paginate .paginate_button.previous::after { content: "\f053"; }

/** dataTable panel-transaction **/
#panel-transaction .dataTables_info {display: none;}

#panel-transaction .dataTables_paginate {display: none; position: absolute; bottom: 13px; right: 13px; padding: 0;}


/**** tab ****/
.nav-tabs {
    position: relative;
    padding: 10px 15px;
    z-index: 1;
    font-weight: 600;
    font-size: 18px;
    color: #666 !important;
    border: solid 1px #ddd;
    background-color: #ccc;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.nav-tabs li a {
    padding: 6px 15px 5px 15px;
    margin: 0 8px 1px 0;
    color: #fff;
    background: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: none;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
}
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus, 
.nav-tabs > li > a:hover { background: rgba(255, 255, 255, 0.25); border: none; color: #fff;}
.tab-content { padding: 15px; border-radius: 2px; border: solid 1px #e4e5e7; background-color: #fff; }

.hr-line-dashed.small { margin: 10px 0; }


/** evoucher **/
.evoucher.navbar .navbar-nav > li { height: initial; }
.evoucher.navbar .navbar-nav > li > a { font-size: inherit; }
.evoucher.navbar .navbar-nav > li > a:hover { border: 0px; }

.evoucher .form-horizontal .form-control { width: 100%; }
.evoucher .panel-body { padding-top: 30px; padding-bottom: 30px; }
.evoucher .required { color: initial; }


/*--Global Button--*/
.btn-primary , .btn-primary2,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next text-decoration:none,
.loginpage .btn-default:hover, .btn-primary:hover, .btn-primary2:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:not(.current):hover {
    text-decoration:none;
}

.error-page-container {
    width: 90%;
    max-width: 720px;
    margin: 100px auto 200px auto;
}

.table tr.new-msg-row td {
    font-weight: bold;
    background-color: #f8f8f8;
}



.bg-primary { background-color: #5ca1d9 !important; }


/****** for mobile *******/
.btn { border-radius: 3px; }

body.login-page #regisUserBtn, body.login-page #regisOrganisationBtn 
    { border: solid 3px #fff; color: #fff; font-size: 15px; font-weight: 600; text-transform: uppercase;
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

.signup-block { margin-top: 60px; }
body.login-page .signup-block .panel.panel-default .panel-heading { margin-bottom: 0px;}

.desktop-hide { display: none; }
.mobile-hide { display: block; }

@media (min-width: 769px) {
    aside#menu {
        position: absolute;
        left: 0;
    }
}
@media (max-width: 768px) {
    .desktop-hide { display: block; }
    .mobile-hide { display: none; }
    
    .btn {
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
    }
    
    body.login-page #loginForm #signInBtn {
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
    }
    
    .tab-content, 
    .panel, .panel .panel-body, .panel.panel-default > .panel-body,  
    .panel.panel-default .panel-heading:not(.breadcrumb-heading):not(.panel-heading-danger),
    .panel.panel-default > .panel-footer { background-color: transparent; border: none; 
        padding-top: 0px; padding-left: 0px; padding-right: 0px; }    
    .panel.panel-default > .panel-heading { font-size: 13px; margin-bottom: 10px;}

    .panel-group > .panel.panel-default > .panel-heading:not(.breadcrumb-heading):not(.panel-heading-danger) {
        background-color: #f1f1f1;
        border: solid 1px #ddd;
        color: #222;
        text-align: center;
        padding: 10px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
    }
    .panel-group .panel-heading + .panel-collapse > .panel-body { border: none; }
    
    .panel.panel-default > .panel-heading .panel-title { font-size: 13px;}
    
    .control-label {display: none;}

    h3 { font-size: 18px;}
    h4 { font-size: 13px;}
    
    label.required + div:after { 
        content: "\2022";
        font-size: 26px;
        line-height: 1;
        color: #FF5D5D;
        position: absolute;
        top: 12px;
        right: 0px;
    }
    
    .panel-collapse .fw-previous-tab-pane > .row { margin-right: 0px; margin-left: 0px;}
    
    /** specific **/
    #userNotificationsLinksForm .control-label {display: block}
    #panel-currency .panel-body {min-height: initial; padding-bottom: 5px;}
    
    /** menu **/
/*    aside#menu, .nav i { 
        display: none; 
    }     */
    body.show-sidebar aside#menu {
        width: 100%;
        display: block;       
    }    
    body.show-sidebar .nav li  {
        text-align:  center;
    }    
    body.show-sidebar #menu, 
    body.show-sidebar #side-menu,
    body.show-sidebar #side-menu li a {
        background: #4D4D4D;
    }    
    aside#menu #side-menu li a {
        border-left: none;
    } 
    body.show-sidebar #side-menu li a {
        color: #fff;
    }
/*    body.show-sidebar #side-menu li.active a {
        background: #4D4D4D;
    }    */
    nav .small-logo {
        display: block;
        padding-top: 8px;
        padding-right: 20px;
    }
    nav .small-logo img {
        height: 40px;
    }
}

@media (min-width: 600px) and (max-width: 768px) {
    #panel-currency .col-xs-12 { width: 50%; }
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type="number"].mod::-moz-inner-spin-button:hover,
input[type="number"].mod::-moz-inner-spin-button:active{
    border: none;
    -moz-appearance: textfield;
}


/*---- Dashboard Widget-*/	
#draggablePanelList {width:100%;  display:block; float:left; position: relative;}
#draggablePanelList ul{margin:0; padding:0; list-style: none;}
#draggablePanelList .panel-heading {cursor: move;}
#draggablePanelList li.animated-panel{list-style: none;}
.btn-default:hover, .btn-default:focus {background-color:#eee; }
#panel-accounts .panel-body, #panel-cards .panel-body, #panel-currency .panel-body {height:300px;}
#panel-notification   .panel-body, #panel-customer-service   .panel-body {height:115px;}
#btn-widget {margin-bottom:10px;}
#btn-widget  .dropdown-menu > li > a {padding:3px 10px;}
#draggablePanelList  .panel-heading span{margin-top: 1px; font-size: 11px; margin-right: -5px; color:#fff; margin-left:5px;}
.clickable {background: rgba(0, 0, 0, 0.2); display: inline-block; padding: 2px 5px; border-radius: 3px; cursor: pointer;}
#panel-transaction .popover-content {width:260px; font-size:11px;}
#panel-transaction  .popover {box-shadow:2px 2px 2px rgba(0,0,0,0.1);}