/*!
 *   Ionasis Cold Custom Styles v1.0.0
 *   Author: Muhamad Iqbal
 *	 Website: Ionasis Cold <http://ionasis.co.id>
 *   License: Open source - MIT
!*/

/** General Styles ========================================== **/
.login-box-body a{
	color: #207AA5 !important;
}
.login-box-body a:hover{
    color: #008D4C !important;
}

/** Login Styles ============================================ **/
.login-box{
    margin: 0 auto;
	background-color: transparent;
}

.loading-screen{
    display: none;    
    height: 100%;
    width: 100%;
    overflow: hidden;
    text-align: center;
    background-color: rgb(255,255,255);
    position: fixed;
    z-index: 1051;
    float: right;
}
.loading-screen img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    margin-top: 50%;
}

.login-logo a img{
    width: 350px;
    margin-top: 4%;
    -webkit-filter: drop-shadow(0 1px 0 white) drop-shadow(0.5px 0 0 white);
    -moz-filter: drop-shadow(0 1px 0 white) drop-shadow(0.5px 0 0 white);
    filter: drop-shadow(0 1px 0 white) drop-shadow(0.5px 0 0 white);
}

.login-box-body h4{
    margin: 10px 0 5px 0;
}

.login-box-body{
    background-color: transparent;
    color: #FFFFFF;
	margin-top: 30%;
}

.rc-anchor-normal{
    width: 100% !important;
}

.g-recaptcha {
    transform:scale(1.06);
    -webkit-transform:scale(1.06);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
}

/** Backend Skin Styles ===================================== **/
.top0       { margin-top: 0 !important; }
.top5       { margin-top: 5px !important; }
.top10      { margin-top: 10px !important; }
.top15      { margin-top: 15px !important; }
.top20      { margin-top: 20px !important; }
.top25      { margin-top: 25px !important; }
.top30      { margin-top: 30px !important; }
.top35      { margin-top: 35px !important; }
.top40      { margin-top: 40px !important; }
.top45      { margin-top: 45px !important; }
.top50      { margin-top: 50px !important; }

.bottom0    { margin-bottom: 0 !important; }
.bottom5    { margin-bottom: 5px !important; }
.bottom10   { margin-bottom: 10px !important; }
.bottom15   { margin-bottom: 15px !important; }
.bottom20   { margin-bottom: 20px !important; }
.bottom25   { margin-bottom: 25px !important; }
.bottom30   { margin-bottom: 30px !important; }
.bottom35   { margin-bottom: 35px !important; }
.bottom40   { margin-bottom: 40px !important; }
.bottom45   { margin-bottom: 45px !important; }
.bottom50   { margin-bottom: 50px !important; }

.width5     { width: 5% !important; }
.width10    { width: 10% !important; }
.width15    { width: 15% !important; }
.width20    { width: 20% !important; }
.width25    { width: 25% !important; }
.width30    { width: 30% !important; }
.width35    { width: 35% !important; }
.width40    { width: 40% !important; }
.width45    { width: 45% !important; }
.width50    { width: 50% !important; }
.width55    { width: 55% !important; }
.width60    { width: 60% !important; }
.width65    { width: 65% !important; }
.width70    { width: 70% !important; }
.width75    { width: 75% !important; }
.width80    { width: 80% !important; }
.width85    { width: 85% !important; }
.width90    { width: 90% !important; }
.width95    { width: 95% !important; }
.width100   { width: 100% !important; }

.min50      { min-width: 50px !important; }
.min100     { min-width: 100px !important; }
.min150     { min-width: 150px !important; }
.min200     { min-width: 200px !important; }
.min250     { min-width: 250px !important; }
.min300     { min-width: 300px !important; }
.min350     { min-width: 350px !important; }
.min400     { min-width: 400px !important; }
.min450     { min-width: 450px !important; }
.min500     { min-width: 500px !important; }
.min550     { min-width: 550px !important; }
.min600     { min-width: 600px !important; }

span.required{
    color: #f56954;
}
span.desc{
    color: #737373;
    display: block;
    margin-bottom: 10px;
    margin-top: 5px;
}
a.no-decoration{
    text-decoration: none !important;
}
div.checker{
    margin-right: 0 !important;
}
div.checker.disabled span, div.checker.disabled.active span {
    background-position: -152px -260px;
}
.daterangepicker_input .input-mini{
    width: 100% !important;
}

.display-hide,
.display-none{
    display: none;
}

/* Masking */
#mask {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    display: none;
    position: fixed;
    z-index: 99999;
}

#mask .loading {
  	width: 100%;
  	margin: auto;
  	position: relative;
  	top: 50%;
  	text-align: center;
    margin-top: -20px;
}

#mask .loading span {
	margin-left: 10px;
	font-size: 24px;
  	font-weight: 300;
}

/* Form control sizing */
.form-control-inline {
    display: inline-block !important;
}

.input-mini {
    width: 45px !important;
}

.input-xsmall {
    width: 80px !important;
}

.input-small {
    width: 120px !important;
}

.input-medium {
    width: 240px !important;
}

.input-large {
    width: 320px !important;
}

.input-xlarge {
    width: 480px !important;
}

.input-inline {
    display: inline-block;
    width: auto;  
    vertical-align: middle;
}

.form-group .input-inline  {
    margin-right: 5px;
}

.input-sm {
    height: 28px;
    padding: 5px 10px;
    font-size: 13px;
}

select.input-sm {
    height: 28px;
    line-height: 28px;
    padding: 2px 10px;
}

#commission_detail .form-group{
    margin-bottom: 5px !important;
}

#commission .heading > th,
#commission .total{
    color: #FFFFFF;
    background-color: #7EDEDE !important;
}

/***
Datatables Plugin(in v1.3)
***/
.btn.default {
    background-color: #e5e5e5;
    color: #333333;
    text-shadow: none;
}

div.dataTables_paginate {
    float: right;
    margin: 0;
}
.paging_bootstrap_extended {
    float: none !important;
    font-size: 13px;
    margin: 0 !important;
    padding: 0 !important;
}

.dataTable {  
    width: 100% !important;
    clear: both;
    margin-top: 5px;
}

.dataTables_filter label {
    line-height: 32px ;
}

.dataTable .row-details {  
    margin-top: 3px;
    display: inline-block;
    cursor: pointer;
    width: 14px;
    height: 14px;
}

.dataTable .row-details.row-details-close {
    background: url("../img/datatable-row-openclose.png") no-repeat 0 0;
}

.dataTable .row-details.row-details-open {  
    background: url("../img/datatable-row-openclose.png") no-repeat 0 -23px ;
}

.dataTable .details {
    background-color: #eee ;
}

.dataTable .details td,
.dataTable .details th {
    padding: 4px;
    background: none ;
    border: 0;
}

.dataTable .details tr:hover td,
.dataTable .details tr:hover th {
    background: none ;
}

.dataTable .details tr:nth-child(odd) td,
.dataTable .details tr:nth-child(odd) th {
    background-color: #eee ;
}

.dataTable .details tr:nth-child(even) td,
.dataTable .details tr:nth-child(even) th {
    background-color: #eee ;
}

.dataTable > thead > tr > th.sorting,
.dataTable > thead > tr > th.sorting_asc,
.dataTable > thead > tr > th.sorting_desc {
    padding-right: 18px;
}

.dataTable .table-checkbox {
  width: 8px !important;
}

@media (max-width: 1024px) {
	.hidden-1024 {
		display: none;
	}
    
    .bottom5-min{
        margin-bottom: 5px;
    }
    
    #commission_detail p.form-control-static{
        padding: 0 !important;
        min-height: 25px;
    }
} 

@media (max-width: 768px) {  
    .dataTables_wrapper .dataTables_length .form-control,
    .dataTables_wrapper .dataTables_filter .form-control {
        display: inline-block;
    }

    .dataTables_wrapper .dataTables_info {
        top: 17px;
    }

    .dataTables_wrapper .dataTables_paginate {
        margin-top: -15px;
    }
    
    .table-responsive{
        border: none;
    }
}

@media (max-width: 480px) {  
    .dataTables_wrapper .dataTables_filter .form-control {
        width: 175px !important;
    }

    .dataTables_wrapper .dataTables_paginate {
        float: left;
        margin-top: 20px;
    }
}

.dataTables_processing {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 125px;
    margin-left: 0;
    padding: 7px;
    text-align: center;
    color: #333;
    font-size: 13px;
    border: 1px solid #ddd;
    background-color: #eee;  
    vertical-align: middle;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);  
}

.dataTables_processing span {
    line-height:15px;
    vertical-align: middle;
}

.dataTables_empty {
    text-align: center; 
}

/***
Extended Datatable
***/

.dataTables_extended_wrapper .seperator {
    padding: 0 2px;
}

.dataTables_extended_wrapper .dataTables_paginate,
.dataTables_extended_wrapper .dataTables_length,
.dataTables_extended_wrapper .dataTables_info {
    display: inline-block;
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
    position: static !important;
}

@media (max-width: 480px) { 

    .dataTables_extended_wrapper .dataTables_paginate,
    .dataTables_extended_wrapper .dataTables_length,
    .dataTables_extended_wrapper .dataTables_info {
    display: block;
        margin-bottom: 10px !important;
    }

    .dataTables_extended_wrapper .seperator {
        display: none;
    }
}

.dataTables_extended_wrapper .dataTables_length label {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 13px;
    float: none !important;
    display: inline-block !important;
}

.table-container .table-actions-wrapper {
    display: none;
}

.dataTables_extended_wrapper .row{
    margin: 0;
}

.dataTables_extended_wrapper .row .col-md-8{
    padding-left: 0;
}

.dataTables_extended_wrapper .row .col-md-4{
    padding-right: 0;
}

.dataTables_paginate .btn-sm{
    font-size: 11px !important;
}

/** Tree Table Styles ===================================== **/
.tree-table{
    content: " ";
    position: relative;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    display: table;
    clear: both;
    border-collapse: collapse;
    border-spacing: 0;
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
}

.tree-table li {
    list-style-type: none;
    padding: 20px 0;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
    display: block;
    border-collapse: collapse;
    border-spacing: 0;
    box-sizing: border-box;
}

.tree-table ul {
    padding: 20px 0 0 0;
    margin: 0;
    position: relative;
    transition: all 0.5s ease 0s;
}

.tree-table ul li {
    float: left;
    list-style-type: none;
    padding: 20px 0;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
    border-collapse: collapse;
    border-spacing: 0;
    box-sizing: border-box;
    width: 50%;
}

.tree-table ul li:before, 
.tree-table ul li:after {
    border-top: 1px solid #ccc;
    content: "";
    height: 20px;
    position: absolute;
    right: 50%;
    top: 0;
    width: 50%;
}

.tree-table ul li:after {
    border-left: 1px solid #ccc;
    left: 50%;
    right: auto;
}

.tree-table ul li:only-child:after, 
.tree-table ul li:only-child:before {
    display: none;
}

.tree-table ul li:only-child {
    padding-top: 0;
}

.tree-table ul li:first-child:before, 
.tree-table ul li:last-child:after {
    border: 1px none;
}

.tree-table ul li:last-child:before {
    border-right: 1px solid #ccc;
}

.tree-table ul li:first-child:after {
    border-radius: 0;
}

.tree-table ul:before {
    border-left: 1px solid #ccc;
    content: "";
    height: 20px;
    left: 50%;
    position: absolute;
    top: 0;
    width: 0;
}

.tree-table ul li a:hover, 
.tree-table ul li a:hover + ul li a div,
.tree-table ul li a:hover + ul li div {
    border-color: #00A65A;
}

.tree-table ul li div:hover, 
.tree-table ul li div:hover + ul li div,
.tree-table li div:hover + ul li div {
    border-color: #00A65A;
}

.tree-table ul li a:hover + ul li:after, 
.tree-table ul li a:hover + ul li:before, 
.tree-table ul li a:hover + ul:before, 
.tree-table ul li a:hover + ul ul:before {
    border-color: #00A65A;
}

.tree-table li div:hover + ul li:after, 
.tree-table li div:hover + ul li:before, 
.tree-table li div:hover + ul:before, 
.tree-table li div:hover + ul ul:before,
.tree-table ul li div:hover + ul li:after, 
.tree-table ul li div:hover + ul li:before, 
.tree-table ul li div:hover + ul:before, 
.tree-table ul li div:hover + ul ul:before {
    border-color: #00A65A;
}

.tree-table a{
    display: inline-block;
}

.tree-table a:hover, .tree-table a.add-user:hover{
    text-decoration: none !important;
}

.tree-table a.add-user:hover .photo-wrapper{
    border-color: #00A65A !important;
}

.tree-table a:hover .photo-wrapper{
    border-color: #00A65A !important;
}

.photo-me{
	border-color: #FFFFFF;
}

.photo-me .photo-name{
    background-color: #F56954 !important;
}
.photo-me .photo-name2{
  	background-color: #FFFFFF;
}

.photo-wrapper{
    background: none repeat scroll 0 0 #fff;
	border: 2px double #FFFFFF;
    margin: 0 auto;
    width: 100px;
    min-height: 170px;
    padding: 2px;
    position: relative;
    
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition:    all 0.3s ease-in-out;
    -o-transition:      all 0.3s ease-in-out;
    -ms-transition:     all 0.3s ease-in-out;
    transition:         all 0.3s ease-in-out;
}

.photo-wrapper.normal {
	border-color: #FFFFFF;
}
.photo-wrapper.silver .photo-name{
    background-color: #C0C0C0;
}
.photo-wrapper.gold .photo-name{
    background-color: #FF9900;
}
.photo-wrapper.normal .photo-name2{
  	background-color: #FFFFFF;
}

.photo-wrapper.leader {
	border-color: #FFFFFF;
}
.photo-wrapper.leader .photo-name{
    background-color: #F39C12;
}
.photo-wrapper.normal .photo-name2{
	background-color: #FFFFFF;
}

.photo-image{
    width: 100%;
    height: auto;
    margin-bottom: 2px;
    position: relative;
}

.photo-image .lock-qualified{
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 45px;
    margin-left: -10px;
    background: url("../images/lock-icon.png") no-repeat center center;
}

.photo-image img{
    width: 100%;
    height: auto;
}

.photo-name.silver{
    width: 100%;
    background-color: #c0c0c0;
    color: #FFFFFF;
    text-align: center;
    font-size: 10px;
    padding: 3px 0;
    margin-bottom: 2px;
    min-height: 15px;
}
.photo-name.gold{
    width: 100%;
    background-color: #ff9900;
    color: #FFFFFF;
    text-align: center;
    font-size: 10px;
    padding: 3px 0;
    margin-bottom: 2px;
    min-height: 15px;
}

.photo-name-available{
    width: 100%;
    text-transform: uppercase;
    background-color: #00A65A;
    color: #FFFFFF;
    text-align: center;
    font-size: 10px;
    padding: 3px 0;
    margin-bottom: 2px;
    min-height: 15px;
}

.photo-name-notavailable{
    width: 100%;
    text-transform: uppercase;
    background-color: #707071;
    color: #FFFFFF;
    text-align: center;
    font-size: 10px;
    padding: 3px 0;
    margin-bottom: 2px;
    min-height: 15px;
}

.photo-name2{
	background-color: #FFFFFF;
}
.photo-name-available2{
	background-color: #FFFFFF;
}
.photo-name-notavailable2{
	background-color: #FFFFFF;
}

.photo-name2,
.photo-name-available2,
.photo-name-notavailable2{
    width: 100%;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    font-size: 10px;
    padding: 3px;
    margin-bottom: 2px;
    line-height: 12px;
    height: 30px;
    position: relative;
}

.photo-name2 span,
.photo-name-available2 span,
.photo-name-notavailable2 span {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.phone-node{
    height: 100%;
    font-weight: bold;
    font-size: 10px;
}

.phone-node{
    height: 100%;
    font-weight: bold;
    font-size: 10px;
}

.phone-node .node-left, .phone-node .node-right{
    height: 100%;
    text-align: center;
    padding: 0;
}

.phone-node .node-left{
    border-right: 1px solid #CCC;
}
.phone-node .node-right{
    border-left: 1px solid #CCC;
}

span.normal         { background-color: #00C0EF; }
span.leader         { background-color: #F39C12; }

li.normal strong    { color: #00C0EF; }
li.leader strong    { color: #F39C12; }



.available{
    background-color: #E0EEFF;
    color: #0751AD;
}
.notavailable{
    background-color: #EEEEEE;
    color: #333;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #A01A0A !important;
    color: #fff;
    outline: 0 none;
    text-decoration: none;
}

.user-footer{
    text-align: center;
}
.button-revert{
    display: inline-block;
    position: relative;
    margin: 0 auto;
}