/************************
Designed by : http://responsivewebinc.com
************************/
/* Open Sans  */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400italic,400,600');
/* General */
body {
    color: #666666;
    font-size: 13px;
    line-height: 23px;
    /*background:url("../img/background.jpg") center center fixed;*/
    background: rgb(44, 43, 97) center center fixed;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
}
#wrapper {
    float: left;
    width: 100%;
}

#page-wrapper {
    min-height: 480px;
}

@media(min-width:960px) {
    #page-wrapper {
        position: inherit;
        min-height: 520px;
        margin: 0 0 0 250px;
    }

    #page-wrapper.page-wrapper_right-sidebar {
        margin: 0 250px;
    }
}

.navbar-top-links {
    margin-right: 0;
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 1px solid #fff;
}

.sidebar ul li a.active {
    background-color: #fff;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

@media(min-width:960px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 250px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.sidebar-stats {
  /* position: relative; */
  top: 0;
  right: 0;
  margin-bottom: 32px;
  width: 600px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    color: #666;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin: 2px 0px;
    padding: 0px;
}
h1 {
    font-size: 30px;
    line-height: 45px;
}
h2 {
    font-size: 25px;
    line-height: 40px;
}
h3 {
    font-size: 22px;
    line-height: 37px;
}
h4 {
    font-size: 18px;
    line-height: 33px;
}
h5 {
    font-size: 15px;
    line-height: 30px;
}
h6 {
    font-size: 13px;
    line-height: 28px;
}
p {
    margin: 2px 0px;
    padding: 0px;
    margin-bottom:5px;
    line-height:28px;
}
a{
    text-decoration: none;
    color: #777;
}
a:hover,a:active,a:focus {
    outline: 0;
    text-decoration: none;
    color: #999;
}
hr {
    margin: 10px 0px;
    padding: 0px;
    border-top: 0px;
    border-bottom: 1px solid #eee;
}
:focus {
    outline:none;
}
::-moz-focus-inner {
    border:0;
}
/* Text color classes */
.white {
    color: #ffffff !important;
}
.grey {
    color: #eeeeee !important;
}
.black {
    color: #555555 !important;
}
.red {
    color: #f75353 !important;
}
.green {
    color: #51d466 !important;
}
.lblue {
    color: #32c8de !important;
}
.blue {
    color: #609cec !important;
}
.orange {
    color: #f78153 !important;
}
.yellow {
    color: #fcd419 !important;
}
.purple {
    color: #cb79e6 !important;
}
.rose {
    color: #ff61e7 !important;
}
.brown {
    color: #d08166 !important;
}
/* Background color classes */
.bg-white {
    background-color: #ffffff !important;
}
.bg-grey {
    background-color: #eeeeee !important;
}
.bg-black {
    background-color: #555555 !important;
}
.bg-red {
    background-color: #f75353 !important;
}
.bg-green {
    background-color: #51d466 !important;
}
.bg-lblue {
    background-color: #32c8de !important;
}
.bg-blue {
    background-color: #609cec !important;
}
.bg-orange {
    background-color: #f78153 !important;
}
.bg-yellow {
    background-color: #fcd419 !important;
}
.bg-purple {
    background-color: #cb79e6 !important;
}
.bg-rose {
    background-color: #ff61e7 !important;
}
.bg-brown {
    background-color: #d08166 !important;
}
/* Border color classes */
.br-white {
    border: 1px solid #ffffff !important;
}
.br-grey {
    border: 1px solid #eeeeee;
}
.br-black {
    border: 1px solid #555555;
}
.br-red {
    border: 1px solid #f75353;
}
.br-green {
    border: 1px solid #51d466;
}
.br-lblue {
    border: 1px solid #32c8de;
}
.br-blue {
    border: 1px solid #609cec;
}
.br-orange {
    border: 1px solid #f78153;
}
.br-yellow {
    border: 1px solid #fcd419;
}
.br-purple {
    border: 1px solid #cb79e6;
}
.br-rose {
    border: 1px solid #ff61e7;
}
.br-brown {
    border: 1px solid #d08166;
}
/* Button classes */
.btn {
    border-radius: 2px;
    position: relative;
}
.btn.btn-no-border {
    border: 0px !important;
}
/* Button colors */
.btn.btn-white {
    background: #ffffff;
    color: #666666;
    border: 1px solid #dddddd;
}
.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white.active,
.btn.btn-white:active {
    background: #f7f7f7;
    color: #666666;
}
.btn.btn-grey {
    background: #eeeeee;
    color: #666666;
    border: 1px solid #d5d5d5;
}
.btn.btn-grey:hover,
.btn.btn-grey:focus,
.btn.btn-grey.active,
.btn.btn-grey:active {
    background: #d5d5d5;
    color: #999;
}
.btn.btn-black {
    color: #ffffff;
    background: #666666;
    border: 1px solid #4d4d4d;
}
.btn.btn-black:hover,
.btn.btn-black:focus,
.btn.btn-black.active,
.btn.btn-black:active {
    background: #4d4d4d;
    color: #ffffff;
}
.btn.btn-red {
    color: #ffffff;
    background: #ed5441;
    border: 1px solid #e52d16;
}
.btn.btn-red:hover,
.btn.btn-red:focus,
.btn.btn-red.active,
.btn.btn-red:active {
    color: #ffffff;
    background: #e52d16;
}
.btn.btn-green {
    color: #ffffff;
    background: #51d466;
    border: 1px solid #30c247;
}
.btn.btn-green:hover,
.btn.btn-green:focus,
.btn.btn-green.active,
.btn.btn-green:active {
    background: #30c247;
    color: #ffffff;
}
.btn.btn-lblue {
    color: #ffffff;
    background: #32c8de;
    border: 1px solid #1faabe;
}
.btn.btn-lblue:hover,
.btn.btn-lblue:focus,
.btn.btn-lblue.active,
.btn.btn-lblue:active {
    background: #1faabe;
    color: #ffffff;
}
.btn.btn-blue {
    color: #ffffff;
    background: #609cec;
    border: 1px solid #3280e7;
}
.btn.btn-blue:hover,
.btn.btn-blue:focus,
.btn.btn-blue.active,
.btn.btn-blue:active {
    background: #3280e7;
    color: #ffffff;
}
.btn.btn-orange {
    color: #ffffff;
    background: #f8a841;
    border: 1px solid #f69110;
}
.btn.btn-orange:hover,
.btn.btn-orange:focus,
.btn.btn-orange.active,
.btn.btn-orange:active {
    background: #f69110;
    color: #ffffff;
}
.btn.btn-yellow {
    background: #fcd419;
    color: #ffffff;
    border: 1px solid #dfb803;
}
.btn.btn-yellow:hover,
.btn.btn-yellow:focus,
.btn.btn-yellow.active,
.btn.btn-yellow:active {
    background: #dfb803;
    color: #ffffff;
}
.btn.btn-purple {
    background: #cb79e6;
    color: #ffffff;
    border: 1px solid #ba4ede;
}
.btn.btn-purple:hover,
.btn.btn-purple:focus,
.btn.btn-purple.active,
.btn.btn-purple:active {
    background: #ba4ede;
    color: #ffffff;
}
.btn.btn-rose {
    background: #ff61e7;
    color: #ffffff;
    border: 1px solid #ff2edf;
}
.btn.btn-rose:hover,
.btn.btn-rose:focus,
.btn.btn-rose.active,
.btn.btn-rose:active {
    background: #ff2edf;
    color: #ffffff;
}
.btn.btn-brown {
    background: #d08166;
    color: #ffffff;
    border: 1px solid #c4613f;
}
.btn.btn-brown:hover,
.btn.btn-brown:focus,
.btn.btn-brown.active,
.btn.btn-brown:active {
    background: #c4613f;
    color: #ffffff;
}
/* Label */
.label {
    border-radius: 2px;
    font-weight: normal;
    padding: 3px 7px;
    font-size: 12px;
    line-height: 18px;
}
/* Label sizes */
.label.label-xs {
    font-size: 10px;
    padding: 1px 5px;
    line-height: 12px;
}
.label.label-sm {
    font-size: 11px;
    padding: 2px 6px;
    line-height: 15px;
}
.label.label-lg {
    font-size: 13px;
    padding: 5px 9px;
    line-height: 23px;
}
/* Label colors */
.label.label-white{
    color: #666666 !important;
    background: #f7f7f7;
}
.label.label-grey {
    color: #666666 !important;
    background: #eeeeee;
}
.label.label-black {
    color: #ffffff;
    background: #666666;
}
.label.label-red {
    color: #ffffff;
    background: #ed5441;
}
.label.label-green {
    color: #ffffff;
    background: #51d466;
}
.label.label-lblue {
    color: #ffffff;
    background: #32c8de;
}
.label.label-blue {
    color: #ffffff;
    background: #609cec;
}
.label.label-orange {
    color: #ffffff;
    background: #f8a841;
}
.label.label-yellow {
    background: #fcd419;
    color: #ffffff;
}
.label.label-purple {
    background: #cb79e6;
    color: #ffffff;
}
.label.label-rose {
    background: #ff61e7;
    color: #ffffff;
}
.label.label-brown {
    background: #d08166;
    color: #ffffff;
}
/* Badges */
.badge {
    min-width: 10px;
    padding: 3px 7px !important;
    font-size: 12px;
    line-height: 12px;
    font-weight: normal;
    display: inline-block;
    color: #fff;
    border-radius: 10px;
}
.badge.badge-white {
    color: #666666;
    background: #ffffff;
}
.badge.badge-grey {
    color: #a2a2a2;
    background: #eeeeee;
}
.badge.badge-black {
    color: #ffffff;
    background: #666666;
}
.badge.badge-red {
    color: #ffffff;
    background: #ed5441;
}
.badge.badge-green {
    color: #ffffff;
    background: #51d466;
}
.badge.badge-lblue {
    color: #ffffff;
    background: #32c8de;
}
.badge.badge-blue {
    color: #ffffff;
    background: #609cec;
}
.badge.badge-orange {
    color: #ffffff;
    background: #f8a841;
}
.badge.badge-yellow {
    color: #ffffff;
    background: #fcd419;
}
.badge.badge-purple {
    color: #ffffff;
    background: #cb79e6;
}
.badge.badge-rose {
    color: #ffffff;
    background: #ff61e7;
}
.badge.badge-brown {
    color: #ffffff;
    background: #d08166;
}
.btn .badge {
    position: absolute;
    top: -13px;
    right: -8px;
}
/* Social Media */
.facebook {	background: #3280e7; }
.facebook:hover { background: #134fa0; }
.twitter { background: #32c8de;}
.twitter:hover {	background: #188392;}
.google-plus {background: #f96f4a;}
.google-plus:hover {	background: #eb6440;}
.linkedin  {	background: #729fda;}
.linkedin:hover {background: #3069b6;}
.pinterest {	background: #ed5441;}
.pinterest:hover { background: #b72411;}
.dropbox {background: #32c8de;}
.dropbox:hover {	background: #188392;}
.bitcoin {background: #f8a841;}
.bitcoin:hover {	background: #cc7607;}
.foursquare {background: #22bed4;}
.foursquare:hover {background: #146f7c;}
.flickr { background: #ff61e7;}
.flickr:hover {	background: #fa00d4;}
.github {background: #666666;}
.github:hover {	background: #333333;}
.instagram {	background: #d6917a;}
.instagram:hover {background: #b35637;}
.skype {background: #32c8de;}
.skype:hover {background: #188392;}
.tumblr {background: #84a1c8;}
.tumblr:hover {background: #476d9f;}
.vimeo {background: #32c8de;}
.vimeo:hover {background: #188392;}
.dribbble{background: #ff2edf;}
.dribbble:hover {background: #c700a9;}
.youtube {background: #ed5441;}
.youtube:hover {	background: #b72411;}


.cs-footer{
    text-align:center;
    margin-top:40px;
    margin-bottom:10px;
    color:#fff;
}
.cs-footer a{
    color:#fff !important;
}

.auth{
    margin: 120px 0 0 0;
}
.auth .ui-form{
    max-width:400px;
    margin:30px auto;
    background:rgba(255,255,255,0.2);
    padding:20px 25px;
    border:1px solid rgba(255,255,255,0.2);
    border-radius:5px;
    box-shadow:0px 0px 10px rgba(255,255,255,0.05);
}
.auth .ui-form h3{
    font-size:13px;
    line-height:13px;
    margin:15px 0px 25px 0px;
    text-transform:uppercase;
    color:#fff;
}
.auth form{
    margin-bottom:15px;
    color:#fff;
}
.auth form input,
.auth form textarea{
    box-shadow:none !important;
    padding:6px 5px;
    color:#fff;
    border:0px;
    border-bottom:1px solid rgba(255,255,255,0.5);
    background:transparent;
    border-radius:0px;
}
.auth form ::-webkit-input-placeholder {
    color: rgba(255,255,255,0.5);
}
.auth form ::-moz-placeholder {
    color: rgba(255,255,255,0.5);
}
.auth form :-ms-input-placeholder {
    color: rgba(255,255,255,0.5);
}
.auth form .btn{
    border:0px;
    border-radius:25px;
    padding:10px 20px;
    border:1px solid rgba(255,255,255,0.5);
    color:#fff;
    text-transform:uppercase;
    font-weight:600;
    background:transparent;
    margin-top:15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.auth form .btn:hover{
    background:#fff;
    color:#666;
}
.auth .social a{
    display:block;
    margin-bottom:15px;
    color:#fff;
    padding:8px 20px;
    border-radius:25px;
    text-align:center;
    font-size:12px;
    text-transform:uppercase;
    font-weight:600;
}
.ui-243 .hover-menu {
    position: relative;
    margin: 0 auto;
}
.ui-243 .hover-menu .menu-btn i{
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    background: #fff;
    color: #666;
    border: 1px solid rgba(0,0,0,0.1);
}
.ui-243 .hover-menu .dd-menu {
    top: 100%;
    left:0;
    z-index: 1024;
    width: 100%;
    margin-bottom: 0;
}
/* Menu One */
.ui-243 .hover-menu .menu-one a {
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 15px;
    border: 1px solid rgba(0,0,0,0.1);
    border-top: 0;
    background: #fff;
    color:#555;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.ui-243 .hover-menu .menu-one a:hover { background: #fafafa; }
.ui-243 .hover-menu .menu-one a .menu-title {
    position: absolute;
    left: 100%;
    top: 50%;
    margin-left: 10px;
    margin-top: -13px;
    padding: 0 10px;
    height: 26px;
    line-height: 26px;
    font-size: 13px;
    background: rgba(0,0,0,0.8);
    border-radius: 4px;
    color: #fff;
    display: none;
}
.ui-243 .hover-menu .menu-one a:hover .menu-title { display: block; }
.ui-243 .hover-menu .menu-one a .menu-title:after,
.ui-243 .hover-menu .menu-one a .menu-title:before {
    top: 50%;
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.ui-243 .hover-menu .menu-one a .menu-title:after {
    border-color: rgba(240, 253, 255, 0);
    border-width: 6px;
    margin-top:-6px;
    border-right-color: rgba(0,0,0,0);
}
.ui-243 .hover-menu .menu-one a .menu-title:before {
    border-color: rgba(194, 225, 245, 0);
    border-width: 7px;
    margin-top:-7px;
    border-right-color: rgba(0,0,0,0.8);
}
/* Menu Two */
.ui-243 .hover-menu .menu-two a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    border: 1px solid rgba(0,0,0,0.1);
    border-top: 0;
    border-right: 0;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.ui-243 .hover-menu .menu-two a .menu-title {
    position: absolute;
    left: 100%;
    top: 0;
    margin-top: -1px;
    margin-left: -1px;
    width: 0;
    height: 100%px;
    line-height: 49px;
    font-size: 14px;
    font-weight:600;
    text-align: left;
    background: #fff;
    color: #656565;
    text-transform:uppercase;
    border: 1px solid rgba(0,0,0,0.1);
    overflow: hidden;
    border-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.ui-243 .hover-menu .menu-two a:hover .menu-title {
    width: 130px;
    padding-left: 15px;
}
/* Menu Three */
.ui-243 .hover-menu .menu-three a {
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: left;
    font-size: 14px;
    color: #fff;
    border: 1px solid rgba(0,0,0,0.1);
    border-top: 0;
    border-right: 0;
    background: #fff;
}
.ui-243 .hover-menu .menu-three a.active {
    background: #f5f5f5;
}
.ui-243 .hover-menu .menu-three a:hover {
     background: #f5f5f5;
}
.ui-243 .hover-menu .menu-three a .icon {
    text-align: center;
    float: left;
    width: 50px;
    height: 50px;
    margin-left: -1px;
}
.ui-243 .hover-menu .menu-three a .menu-title {
    margin-left: -1px;
    width: 130px;
    height: 100px;
    line-height: 49px;
    padding-left: 15px;
    font-size: 14px;
    font-weight:600;
    text-align: left;
    color: #454545;
    text-transform:uppercase;
    overflow: hidden;
    border-left: 0;
    border-top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.ui-243 .hover-menu .menu-three li:first-child a .menu-title {

    line-height: 48px;
}
.ui-243 .hover-menu .menu-three a:hover .menu-title {  }
.auth .g-recaptcha{
    position: relative;
    left: 20px;
    width: 350px;
    border-radius: 5px;
    height: 78px;
    overflow: hidden;
}
.custom-tooltip-error{
    width: 200px;
}
.custom-tooltip-error .tooltip-inner{
    background: red;
}
.custom-tooltip-error .tooltip-arrow{
    border-right-color: red !important;
}
#wrapper .panel-account{
    border-left: none;
    border-right: none;
    border-radius: 0;
    margin-bottom: 0;
}
#wrapper .panel-account .panel-body{
    padding: 0;
}
#page-wrapper .panel-page{
    border-radius: 0;
}


.ui-67 .ui-head{
    text-align:center;
    padding:30px 0px;
    position:relative;
    border-bottom:2px solid #fff;
    box-shadow:0px 0px 5px rgba(0,0,0,0.1);
}
.ui-67 .ui-head .ui-details h3{
    color:#fff;
    font-size:40px;
    line-height:60px;
    font-weight:300;
}
@media (max-width:400px){
    .ui-67 .ui-head .ui-details h3{
        font-size:25px;
        line-height:40px;
        font-weight:400;
    }
}
.ui-67 .ui-head .ui-details h4{
    color:#fff;
    font-size:18px;
    line-height:38px;
    font-weight:400;
}
/* Content */
.ui-67 .ui-content{
    background:#f4f8fd;
    padding: 0 0 40px 0;
}
/* Nav */
.ui-67 .ui-content .nav{
    text-align:center;
    padding:40px 0px 10px;
}
/* Link */
.ui-67 .ui-content .nav a{
    display:inline-block;
    color: #444;
    text-align:center;
    width:80px;
}
@media(max-width: 350px){
    .ui-67 .ui-content .nav a{
        width:60px;
        margin-bottom: 5px;
    }
}
/* Icon */
.ui-67 .ui-content .nav a > i {
    display: block;
    width:50px;
    height:50px;
    line-height:50px;
    border-radius:100%;
    box-shadow:0px 0px 5px rgba(0,0,0,0.1);
    text-align:center;
    margin:0px auto;
    margin-bottom:5px;
    font-size:18px;
    color:#aaa;
    background:#fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/* Active */
.ui-67 .ui-content .nav a.active > i{
    background:#32c8de;
    color:#fff;
}
/* Hover */
.ui-67 .ui-content .nav a:hover > i{
    background:#32c8de;
    color:#fff;
}
.ui-67 .ui-content .nav a > span{
    font-weight:600;
    font-size:12px;
    text-transform:uppercase;
    color:#888;
}
@media(max-width: 350px){
    .ui-67 .ui-content .nav a > span{
        display:none;
    }
}
/* Tab Content */
.ui-67 .ui-content .tab-content{
    max-width: 650px;
    margin: 30px auto;
    padding:15px 20px;
    background:#fff;
    border:1px solid #ddd;
    border-radius:4px;
    box-shadow:2px 2px 0px 1px rgba(0,0,0,0.06);
}
@media(max-width: 700px){
    .ui-67 .ui-content .tab-content{
        margin: 30px 15px;
    }
}
.ui-67 .ui-content .tab-content h3{
    font-size:20px;
    line-height:30px;
    font-weight:400;
}
.ui-67 .ui-content .tab-content .container-fluid{
    padding:0px;
}
/* About */
.ui-67 .ui-content .tab-content #about p{
    font-size:15px;
    line-height:35px;
    font-weight:400;
}
.ui-67 .ui-content .tab-content #about p span{
    font-weight:600;
}
/* Experience */
.ui-67 .ui-content .tab-content #general .ui-item{
    margin:15px 0;
    max-width:320px;
}
/* Headings */
.ui-67 .tab-content #general .ui-item h4{
    font-size:12px;
    line-height:20px;
    font-weight:400;
    color:#999;
}
.ui-67 .tab-content #general .ui-item h5{
    font-size:15px;
    line-height:25px;
    font-weight:600;
}
.ui-67 .tab-content #general .ui-item h6{
    font-size:12px;
    line-height:20px;
    font-weight:400;
    color:#999;
    margin-bottom:5px;
}
.ui-67 .tab-content #general .ui-item p{
    line-height:25px;
}
.ui-67 #contact .ui-cdetails  .ui-social a > i{
    width:30px;
    height:30px;
    line-height:30px;
    text-align:center;
    color:#fff;
    border-radius:100%;
    margin:6px 2px;
}

/*----- end window-feedback  -----*/
.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000; }
.arcticmodal-container { overflow: auto; margin: 0; padding: 0; border: 0; border-collapse: collapse; }
*:first-child+html .arcticmodal-container { height: 100% }
.arcticmodal-container_i { height: 100%; margin: 0 auto; }
.arcticmodal-container_i2 { padding: 24px; margin: 0; border: 0; vertical-align: middle; }
.arcticmodal-error { padding: 20px; border-radius: 10px; background: #000; color: #fff; }
.arcticmodal-loading { width: 80px; height: 80px; border-radius: 10px; background: #000 url('../img/loading.gif') no-repeat 50% 50%; }

.dataTables_processing {
    background: #CCC;
    border-radius: 100px;
    box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.3);
    color: #FFF;
    left: 50%;
    margin-left: -36px;
    padding: 5px 10px;
    position: absolute;
    top: 3px;
}

@media only screen and (max-width: 991px) {
    .dataTables_processing {
        left: auto;
        margin-left: 0;
        right: 0;
    }
}
td.details-control {
    background: url('../img/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.details td.details-control {
    background: url('../img/details_close.png') no-repeat center center;
}
.store_list{
    margin: -10px;
}
.store_list table{
    margin-bottom: 0 !important;
}
.store_list table tr td{
    vertical-align: middle;
}
.store_list table tr td:first-child{
    width: 55px;
}
.store_list table tr td:first-child img:hover{
    cursor: pointer;
}
.store_list table tr td:first-child .img_full  {
    display: none;
    position: absolute;
    margin: -10px 0 0 50px;
    border-radius: 5px;
    border: 1px solid #000;
    box-shadow: 0 0 7px rgba(0,0,0,0.5);
}
.store_list table tr td:first-child:hover .img_full  {
    display: block;
}
.store_list table tr td:first-child+*{

}
.store_list table tr td:first-child+*+*{

}
.store_list table tr td:first-child+*+*+*{
    width: 100px;
}
.store_list table tr td:first-child+*+*+*+*{
    width: 150px;
}
.store_list table tr td:first-child+*+*+*+*+*{
    width: 100px;
}
.store_list table tr:hover{
    margin: -10px;
}
.store_list table tr:hover{
    background-color: #e6e7ff;
}
table tr td.table-cursor:hover{
    cursor: pointer;
}
.news-tab{

}
.news-tab .panel-heading{
    padding: 0 5px;
}
.news-tab .panel-heading:hover{
    /*cursor: pointer;*/
}
.news-tab .panel-body{
    padding: 5px;
}
.lasts-posts {
    margin: 0;
}
.lasts-posts .list-group-item{
    padding: 5px;
}
.lasts-posts .list-group-item-heading{
    margin: 0;
    line-height: 20px;
    font-size: 14px;
}

.show-gen-password-container {
    display: flex; 
    align-items: center; 
    height: 60px;"
}

.show-gen-password {
    margin: 0; 
    padding-left: 20px;
}

.game-account-status {
    color: #fff;
    width: 200px;
    margin: 0 auto;
}

.find-banned-form {
    padding: 15px 0px;
}

.register-email-tip {
    color: #e2e119;
}

.clock-timer {
	font-family: sans-serif;
	color: #fff;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 20px;
}

.clock-timer > div{
	padding: 10px;
	border-radius: 3px;
	background: #00BF96;
	display: inline-block;
}

.clock-timer div > span{
	padding: 10px;
	border-radius: 3px;
	background: #00816A;
	display: inline-block;
}

.smalltext{
	padding-top: 5px;
	font-size: 14px;
}

.fire-timer > div {
    background: #de5e5e;
}

.fire-timer div > span{
	background: #f52d2d;
}

.inactive-timer div {
    background: #9c9898;
}

.inactive-timer div > span{
	background: #8e7878;
}

.top-pvp-cash-container {
    padding-top: 5px; 
    padding-bottom: 5px; 
    background-color: #f4f8fd;
    margin-left: 0px;
    margin-right: 0px;
}

.top-pvp-cash-gold-label {
    background-color: #f6c513; 
    color: #fff;
}

.top-pvp-cash-silver-label {
    background-color: #f78153; 
    color: #fff;
}

.top-pvp-cash-bronze-label {
    background-color: #555555; 
    color: #fff;
}

.top-pvp-cash-gold-nick {
    color: #f6c513;
}

.top-pvp-cash-silver-nick {
    color: #f78153;
}

.top-pvp-cash-container small {
    font-size: 80%;
}

.blocked-exchange-container {
    color: #f78153;
}