/*  GLOBAL STYLES
    Motorku Mobilku Template v1.0
	Created by Muhamad Iqbal
	v1.0 - 20.10.2014
	All rights reserved.
	Website : http://www.motorkumobilku.com
	
    Content :
    ---------
    [1]     SETUP - General Setting
    [2]     COMMON CLASS - General Class
    [3]     LOGIN SECTION - Style of Login Form
    [4]     HEADER SECTION - Style of Header
    [5]     CONTENT SECTION - Style of Content Element
    [6]     FOOTER SECTION - Style of Footer Element
/*  -------------------------------------------------------------------------------- */

/*  -------------------------------------------------------------------------------- */
/*  [1]     SETUP - General Settings                                         
/*  -------------------------------------------------------------------------------- */

/* Selections */
::selection {
 	color: #FFFFFF;
 	text-shadow: none;
 	background: #444;
}

::-moz-selection {
 	color: #FFFFFF;
 	text-shadow: none;
 	background: #444;
}

/*  -------------------------------------------------------------------------------- */
/*  [2]     COMMON CLASS - General Class                                         
/*  -------------------------------------------------------------------------------- */

.messages{
    padding: 8px 15px; 
    color: #FFFFFF; 
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: bold;
}

.alert-info {
	color: #FFFFFF;
	background-color: #fdc309;
	border-color: #fdc309;
}
.alert-warning {
	/* background-color: #585858; */
}
.alert-danger {
    color: #FFFFFF;
	background-color: #df4d3f;
    border-color: #df4d3f;
}
.alert-success {
    color: #FFFFFF;
	background-color: #4ab17f;
    border-color: #4ab17f;
}
.alert-primary {
	background-color: #bbb;
}

#mask {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    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;
}

/*  -------------------------------------------------------------------------------- */
/*  [3]     LOGIN SECTION - Style of Login Form                                         
/*  -------------------------------------------------------------------------------- */

/* Backend Login */
#back_login {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	color: #444;
	-webkit-font-smoothing: antialiased;
	background: #3B94BB;
}

#login {
	position: absolute;
	max-width: 320px;
	max-height: 280px;
	top: 50%;
    left: 50%;
	margin: -180px 0 0 -160px;
	-webkit-animation-name: bounceIn;
	-webkit-animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: bounceIn;
	-moz-animation-fill-mode: both;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: linear;
	animation-name: bounceIn;
	animation-fill-mode: both;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-timing-function: linear;
}

#login #logo{
    font: bold 30px "BebasNeueRegular";
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 20px 0;
}

#login form {
	margin: 0 auto;
    background: #fff;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(71, 52, 35, 1);
}

#login form #cred{
    padding: 20px;
}

#login form #cred label {
	color: #555;
	display: block;
	font-size: 14px;
}

#login form #cred label.pass{
    width: 50%;
    float: left;
}

#login form #cred a.forgot {
	font-size: 11px;
	color: #AAAAAA;
	float: right;
    position: relative;
    top: 2px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

#login form #cred p a:hover {
	color: #555;
}

#login form #cred input {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	outline: none;
}

#login form #cred input[type=text]{
    text-transform: uppercase;
}

#login form #cred input[type=text],
#login form #cred input[type=password] {
	color: #777;
	width: 100%;
	border: 1px solid #97D3ED;
	border-radius: 2px;
    margin: 10px 0;
    padding: 10px;
	box-shadow: inset 0 1.5px 3px rgba(119, 196, 229, .4), 0 0 0 5px #DBF4FF;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#login form #cred input[type=text]:hover,
#login form #cred input[type=password]:hover {
	border: 1px solid #5AABCE;
	box-shadow: inset 0 1.5px 3px rgba(119, 196, 229, .7), 0 0 0 5px #AAE5FF;
}

#login form #cred input[type=text]:focus,
#login form #cred input[type=password]:focus {
	border: 1px solid #5AABCE;
	box-shadow: inset 0 1.5px 3px rgba(119, 130, 229, .4), 0 0 0 5px #DBF4FF;
}

#login form #cred #messages{
    display: none;
    margin-bottom: 15px;
}

#login #lower {
	background: #FFF6ED;
	width: 100%;
	height: 69px;
	box-shadow: inset 0 1px 1px #fff;
	border-top: 1px solid #ccc;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

#login input[type=checkbox] {
	margin-left: 20px;
	margin-top: 30px;
}

#login .check {
	margin-left: 5px;
	font-size: 11px;
	color: #444;
	text-shadow: 0 1px 0 #fff;
    position: relative;
    bottom: 2px;
    cursor: pointer;
}

#login input[type=submit] {
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	width: 80px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#77C4E5), to(#57B0D6));
	background-image: -moz-linear-gradient(top left 90deg, #77C4E5 0%, #57B0D6 100%);
	background-image: linear-gradient(top left 90deg, #77C4E5 0%, #57B0D6 100%);
	border-radius: 30px;
	border: 1px solid #77C4E5;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .5);
	cursor: pointer;
}

#login input[type=submit]:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#57B0D6), to(#77C4E5));
	background-image: -moz-linear-gradient(top left 90deg, #57B0D6 0%, #77C4E5 100%);
	background-image: linear-gradient(top left 90deg, #57B0D6 0%, #77C4E5 100%);
}

#login input[type=submit]:active {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#77C4E5), to(#57B0D6));
	background-image: -moz-linear-gradient(top left 90deg, #77C4E5 0%, #57B0D6 100%);
	background-image: linear-gradient(top left 90deg, #77C4E5 0%, #57B0D6 100%);
}

/*  -------------------------------------------------------------------------------- */
/*  [4]     HEADER SECTION - Style of Header                                       
/*  -------------------------------------------------------------------------------- */


/*  -------------------------------------------------------------------------------- */
/*  [5]     CONTENT SECTION - Style of Content Element                                       
/*  -------------------------------------------------------------------------------- */
#upline_info, #downline_info{
    display: none;
}

.group-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%;
}

.group-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;
}

.group-table ul {
    padding: 20px 0 0 0;
    margin: 0;
    position: relative;
    transition: all 0.5s ease 0s;
}

.group-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: 100%;
}

.group-table ul li:before, 
.group-table ul li:after {
    border-top: 1px solid #ccc;
    content: "";
    height: 20px;
    position: absolute;
    right: 50%;
    top: 0;
    width: 50%;
}

.group-table ul li:after {
    border-left: 1px solid #ccc;
    left: 50%;
    right: auto;
}

.group-table ul li:only-child:after, 
.group-table ul li:only-child:before {
    display: none;
}

.group-table ul li:only-child {
    padding-top: 0;
}

.group-table ul li:first-child:before, 
.group-table ul li:last-child:after {
    border: 1px none;
}

.group-table ul li:last-child:before {
    border-right: 1px solid #ccc;
}

.group-table ul li:first-child:after {
    border-radius: 0;
}

.group-table ul:before {
    border-left: 1px solid #ccc;
    content: "";
    height: 20px;
    left: 50%;
    position: absolute;
    top: 0;
    width: 0;
}

.group-table ul li a:hover, 
.group-table ul li a:hover + ul li a div,
.group-table ul li a:hover + ul li div {
    border-color: #4B8DF8;
}

.group-table ul li div:hover, 
.group-table ul li div:hover + ul li div,
.group-table li div:hover + ul li div {
    border-color: #4B8DF8;
}

.group-table ul li a:hover + ul li:after, 
.group-table ul li a:hover + ul li:before, 
.group-table ul li a:hover + ul:before, 
.group-table ul li a:hover + ul ul:before {
    border-color: #4B8DF8;
}

.group-table li div:hover + ul li:after, 
.group-table li div:hover + ul li:before, 
.group-table li div:hover + ul:before, 
.group-table li div:hover + ul ul:before,
.group-table ul li div:hover + ul li:after, 
.group-table ul li div:hover + ul li:before, 
.group-table ul li div:hover + ul:before, 
.group-table ul li div:hover + ul ul:before {
    border-color: #4B8DF8;
}

.group-table a{
    display: block;
}

.group-table a:hover, .group-table a.add-user:hover{
    text-decoration: none !important;
}

.group-table a.add-user:hover .photo-wrapper{
    border-color: #0751AD !important;
}

.group-table a:hover .photo-wrapper{
    border-color: #4B8DF8 !important;
}

.group-table .photo-wrapper{
    min-height: 136px;
    height: 136px;
}
.group-table a .photo-name,
.group-table a .photo-name2{
    -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;
}

.group-table a:hover .photo-name,
.group-table a:hover .photo-name2{
    color: #FFFFFF !important;
    background-color: #00368E !important;
}

.group-network th{
    text-align: center;
    text-transform: uppercase;
    background-color: #28B779;
    color: #FFFFFF;
}
.group-network > tbody > tr > td{
    padding: 5px !important;
}


.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: #3787BE;
}

.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: #3787BE;
}

.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: #3787BE;
}

.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: #3787BE;
}

.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: #268c02 !important;
}

.tree-table a:hover .photo-wrapper{
    border-color: #4B8DF8 !important;
}

.photo-me{
    border-color: #ED4E2A !important;
}

.photo-me .photo-name, .photo-me .photo-name2{
    background-color: #ED4E2A !important;
}

.photo-wrapper{
    background: none repeat scroll 0 0 #fff;
    border: 2px double #CCC;
    margin: 0 auto;
    width: 100px;
    min-height: 167px;
    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.standard {
	border-color: #4B8DF8;
}
.photo-wrapper.standard .photo-name,
.photo-wrapper.standard .photo-name2{
    background-color: #4B8DF8;
}

.photo-wrapper.basic {
	border-color: #268C02;
}
.photo-wrapper.basic .photo-name,
.photo-wrapper.basic .photo-name2{
    background-color: #268C02;
}

.photo-wrapper.super {
	border-color: #FFB84A;
}
.photo-wrapper.super .photo-name,
.photo-wrapper.super .photo-name2{
    background-color: #FFB84A;
}

.photo-wrapper.express {
	border-color: #9B1217;
}
.photo-wrapper.express .photo-name,
.photo-wrapper.express .photo-name2{
    background-color: #9B1217;
}

.photo-wrapper .left-poin{
    position: absolute;
    display: inline-block;
    top:2px;
    left:2px;
    background-color: #0651AE;
    color: #FFFFFF;
    padding: 1px 2px;
}

.photo-wrapper .right-poin{
    position: absolute;
    display: inline-block;
    top:2px;
    right:2px;
    background-color: #0651AE;
    color: #FFFFFF;
    padding: 1px 2px;
}

.premium{
    background-color: #755A42;
}
.reguler{
    background-color: #333333;
}

.photo-image{
    width: 100%;
    height: auto;
    margin-bottom: 2px;
}

.photo-image img{
    width: 100%;
    height: auto;
}

.photo-name{
    width: 100%;
    text-transform: uppercase;
    background-color: #4B8DF8;
    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: #0751AD;
    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: #4B8DF8;
}
.photo-name-available2{
    background-color: #0751AD;
}
.photo-name-notavailable2{
    background-color: #707071;
}

.photo-name2,
.photo-name-available2,
.photo-name-notavailable2{
    width: 100%;
    text-transform: uppercase;
    color: #FFFFFF;
    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-kiri, .phone-node .node-kanan{
    height: 100%;
    text-align: center;
    padding: 0;
}

.phone-node .node-kiri{
    border-right: 1px solid #CCC;
}
.phone-node .node-kanan{
    border-left: 1px solid #CCC;
}

.available{
    background-color: #E0EEFF;
    color: #0751AD;
}
.notavailable{
    background-color: #EEEEEE;
    color: #333;
}

/*
.header.navbar{
    background: rgba(38, 26, 206, 1) !important;
}
*/

a.text-logo{
    padding-top: 5px !important;
}
a.text-logo img{
    height: 30px;
    width: 140px;
    position: relative;
    top: 2px;
}
#commission .heading > th,
#commission .total{
    color: #FFFFFF;
    background-color: #FFB848 !important;
}

.reward{
    width: 100%;
    height: auto;
    border: 2px solid #4B8DF8;
    text-align: center;
    padding: 5px;
}
.reward img{
    width: 90%;
}
.reward .reward-title{
    font-size: 10px;
    color: #FFFFFF;
    background: #4B8DF8;
    padding: 5px;
    height: 50px;
    position: relative;
}
.reward .reward-title span {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.reward > table{
    width: 100%;
}
.reward-list .reward table tr td{
    width: 50%;
    background: #3CC051 !important;
    color: #FFFFFF !important;
    text-align: center;
    padding: 3px 0;
    font-weight: bold;
    font-size: 12px !important;
}
.reward-list > div{
    margin-bottom: 5px;
}

.ver-inline-menu li.active::after{
    border-left: 6px solid #FFB848;
}
.ver-inline-menu li.active a, .ver-inline-menu li.active i{
    background: #FFB848 none repeat scroll 0 0;
}
.ver-inline-menu li.active a{
    border-left: 2px solid #E89B29;
}
.ver-inline-menu li.active i{
    background: #E89B29 none repeat scroll 0 0 !important;
}

.panel-warning{
    border-color: #FFB848;
}
.panel-warning > .panel-heading{
    background-color: #FFB848;
    border-color: #FFB848;
    color: #FFFFFF;
}

ul.sub-menu > li.active a i{
    color: #FFFFFF;
}

/*  -------------------------------------------------------------------------------- */
/*  [6]     FOOTER SECTION - Style of Footer Element                                       
/*  -------------------------------------------------------------------------------- */