/*  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;*/
   background: #FFFF00;
}
.login .content {
   background: rgba(255, 255, 255, 0.39);
   width: 360px;
   margin: 0 auto;
   margin-bottom: 0px;
   padding: 30px;
   padding-top: 20px;
   padding-bottom: 15px;
   border-radius: 50px 20px !important;
}
#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: #FFCC22;
   /*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 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 1%;
   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{
   background-color: transparent;
   color: black;
}

.bronze{
   background-color: sandybrown !important;
   color: black;
}
.silver{
     background-color: silver !important;
   color: black;
}
.gold{
     background-color: gold !important;
   color: black;
}
.platinum{
     background-color: #00caff !important;
   color: black;
}

.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-bronze {
   border-color: sandybrown;
}
.photo-wrapper-silver .photo-name{
   background-color: silver;
}
.photo-wrapper-gold .photo-name{
   background-color: gold;
}
.photo-wrapper-platinum .photo-name{
   background-color: rgba(129,105,91,0.06);
   border-color: black;
   border: solid;
}

.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-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-name .photo-me{
   background-color: #3fc1fe;
}


.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%);
}


.photo-name {
   width: 100%;
   text-align: center;
   padding: 1px 0px 1px 0px;
   position: relative;
   border-radius: 6px;
   font-size: 12px;
   height: 20px;
}

.phone-node{
   height: 100%;
   font-weight: bold;
   font-size: 10px;
   width: 120%;
   margin: 0 -10% 0 -10%;
}

.phone-node .node-one, .phone-node .node-two{
   height: 100%;
   text-align: center;
   padding: 0;
}

.phone-node .node-one{
   margin: 0;
   border-right: 1px solid #CCC;
}
.phone-node .node-two{
   margin: 0;
   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;
}




/** Tree Pasif Table Styles ===================================== **/
.treep-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: 99%;
   width: 99%;
}

.treep-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;
}

.treep-table ul {
   padding: 20px 0 0 1%;
   margin: 0;
   position: relative;
   transition: all 0.5s ease 0s;
}

.treep-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: 33%;
}

.treep-table ul li:before,
.treep-table ul li:after {
   border-top: 1px solid #ccc;
   content: "";
   height: 20px;
   position: absolute;
   right: 50%;
   top: 0;
   width: 50%;
}

.treep-table ul li:after {
   border-left: 1px solid #ccc;
   left: 50%;
   right: auto;
}

.treep-table ul li:only-child:after,
.treep-table ul li:only-child:before {
   display: none;
}

.treep-table ul li:only-child {
   padding-top: 0;
}

.treep-table ul li:first-child:before,
.treep-table ul li:last-child:after {
   border: 1px none;
}

.treep-table ul li:last-child:before {
   border-right: 1px solid #ccc;
}

.treep-table ul li:first-child:after {
   border-radius: 0;
}

.treep-table ul:before {
   border-left: 1px solid #ccc;
   content: "";
   height: 20px;
   left: 50%;
   position: absolute;
   top: 0;
   width: 0;
}

/* .treep-table ul li a:hover,
.treep-table ul li a:hover + ul li a div,
.treep-table ul li a:hover + ul li div {
   border-color: #00A65A;
} */

/* .treep-table ul li div:hover,
.treep-table ul li div:hover + ul li div,
.treep-table li div:hover + ul li div {
   border-color: #00A65A;
} */

/* .treep-table ul li a:hover + ul li:after,
.treep-table ul li a:hover + ul li:before,
.treep-table ul li a:hover + ul:before,
.treep-table ul li a:hover + ul ul:before {
   border-color: #00A65A;
} */

/* .treep-table li div:hover + ul li:after,
.treep-table li div:hover + ul li:before,
.treep-table li div:hover + ul:before,
.treep-table li div:hover + ul ul:before,
.treep-table ul li div:hover + ul li:after,
.treep-table ul li div:hover + ul li:before,
.treep-table ul li div:hover + ul:before,
.treep-table ul li div:hover + ul ul:before {
   border-color: #00A65A;
} */

.treep-table a{
   display: inline-block;
}

.treep-table a:hover, .treep-table a.add-user:hover{
   text-decoration: none !important;
}

/* .treep-table a.add-user:hover .photo-wrapper-pasif{
   border-color: #00A65A !important;
} */

/* .treep-table a:hover .photo-wrapper-pasif{
   border-color: #00A65A !important;
} */

.phone-node-pasif .node-two-pasif{
   margin: 0;
   border-left: 1px solid #CCC;
   border-right: 1px solid #CCC;
}

.photo-wrapper-pasif{
   background: none repeat scroll 0 0 #fff;
   border: 2px double #FFFFFF;
   margin: 0 auto;
   width: 110px;
   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;
}


/*
.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;
}

.autoglobal{
   min-height: 155px !important;
}

ul.list-group{
   margin-bottom: 0px;
}

li{
   list-style-type:none;
}
.input-group-btn>.btn-com {
   position: relative;
}

.btn-com {
   display: inline-block;
   margin-bottom: 0;
   font-weight: normal;
   text-align: center;
   vertical-align: middle;
   cursor: pointer;
   background-image: none;
   border: 1px solid transparent;
   white-space: nowrap;
   padding: 6px 12px;
   font-size: 14px;
   line-height: 1.42857143;
   border-radius: 4px;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

.btn-com {
   border-width: 0;
   padding: 7px 14px;
   font-size: 14px;
   outline: none !important;
   -webkit-box-shadow: none !important;
   -moz-box-shadow: none !important;
   box-shadow: none !important;
   -webkit-border-radius: 0 !important;
   -moz-border-radius: 0 !important;
   border-radius: 0 !important;
   text-shadow: none;
}

.btn-sm, .btn-group-sm>.btn-com {
   padding: 5px 10px;
   font-size: 12px;
   line-height: 1.5;
   border-radius: 3px;
}

.btn-com.blue {
   color: white;
   text-shadow: none;
   background-color: #4d90fe;
}

.btn-com.blue:hover,
.btn-com.blue:focus,
.btn-com.blue:active,
.btn-com.blue.active,
.btn-com.blue[disabled],
.btn-com.blue.disabled {
   background-color: #0362fd !important;
   color: #fff !important;
   outline: none !important;
}

.logo-login img{
   width:150px;
   margin-bottom:20px;
}
/*  -------------------------------------------------------------------------------- */
/*  [6]     FOOTER SECTION - Style of Footer Element
/*  -------------------------------------------------------------------------------- */
