#login_box {
    background: #fff;
    width: 40%;
    margin: 50px auto;
    border: 1px solid #ccc;
    padding: 40px;
    border-radius: 30px;
    -moz-box-shadow: -1px -1px 0px 0px #cccccc;
    -o-box-shadow: -1px -1px 0px 0px #cccccc;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 -4px 10px #ccccccb3;
}

#login_box input#username,
#login_box input#password {
    width: 100%;
    padding-left: 10px;
}
.fs18{
    font-size: 18px;
    padding-bottom: 20px;
}
.btn_join{
    font-size: 13px !important;
    font-weight: bold !important;
    background: #4ac4f3;
    color: #fff;
}
#login_box input[type="checkbox"] {
    float: left;
    min-height: 26px;
}

#login_box #lower label {
    float: left;
    width: 90%;
    line-height: 32px;
    margin-left: 5px;
}

#login_box input[type="submit"] {
    width: 100%;
    background-color: #4ac4f3;
    color: #ffff;
}

.welcome_user_menu {
    position: absolute !important;
    right: 20px;
}

.welcome_user_menu .nav-link {
    padding: 0px;
    background: none !important;
    color: #666666 !important;
    font-size: 13px;
}

.welcome_user_menu .dropdown-menu {
    top: 86%;
    padding: 0px 20px;
    right: -10px;
    display: block;
    text-align: center;
}


/*user dashboard*/

.dashboard-wrapper {
    width: 1170px;
    margin: 0 auto;
    min-height: 300px;
}

.user_dashboard>ul>li.active {
    -moz-box-shadow: -1px -1px 0px 0px #4ac4f3;
    -o-box-shadow: -1px -1px 0px 0px #4ac4f3;
    -moz-box-shadow: 0 0 10px #4ac4f3;
    -webkit-box-shadow: 0 0 10px #4ac4f3;
    -o-box-shadow: 0 0 10px #4ac4f3;
    box-shadow: 0 -5px 0px #4ac4f3;
}

.user_dashboard a.btn {
    border: 1px solid;
    border-radius: 30px;
    color: #4ac4f3;
}

.user_dashboard a.btn:hover , .btn_start_running,.btn_join{
    border: 1px solid transparent !important;
    background-color: #4ac4f3 !important;
    color: #ffffff !important;
}

.user_dashboard btn {
    border: 1px solid;
    border-radius: 30px;
    color: #4ac4f3;
}

.user_dashboard btn:hover {
    border: 1px solid transparent;
    background-color: #4ac4f3;
    color: #ffffff;
}

.user_dashboard>ul>li.active>a,
.user_dashboard>ul>li.active>a:focus,
.user_dashboard>ul>li.active>a:hover {
    border: 0;
    font-weight: 600;
    border-bottom-color: transparent;
    margin-bottom: 0px;
    /*border-radius: 0px;*/
}

.nav-tabs {
    border-bottom: 0;
}

.user_dashboard>.tab-content {
    border: 0;
    display: inline-block;
    width: 100%;
    -moz-box-shadow: 0 0 40px #ccccccb3;
    -webkit-box-shadow: 0 0 40px #ccccccb3;
    -o-box-shadow: 0 0 40px #ccccccb3;
    box-shadow: 0 0 40px #ccccccb3;
    padding-bottom: 30px;
}

footer.bg-light {
    margin-top: 30px;
}

.user_dashboard>.tab-content .tab-content {
    padding: 15px 0px;
}

.tabbable .tabbable {
    padding: 0 15px;
}

.user_dashboard .tabbable ul li {
    width: 20%;
}

#billing_tab ul li {
    width: 20%;
}

.user_dashboard .tab-content ul li a {
    /*background: #666666;*/
    color: #fff;
    /*border-radius: 0px;*/
    text-align: center;
}

.user_dashboard .tab-content ul li.active a {
    background: #4ac4f3;
    color: #fff;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc
        /*border-radius: 0px;*/
}

.progress_class {
    width: 97% !important;
    margin-left: 20px;
}

.progress_class .progress {
    height: 10px;
    margin-bottom: 10xp;
}

.dashboard_button a {
    font-size: 13px;
}

.tabbable .tabbable ul.nav.nav-tabs {
    background: #edf5ff;
    border: 0;
    border-radius: 30px;
}

.tabbable .tabbable ul.nav.nav-tabs a {
    background: transparent;
    box-shadow: none;
    color: #333;
    border: 0;
    border-radius: 30px;
    border: 0;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.tabbable .tabbable ul.nav.nav-tabs li.active a {
    background: #4ac4f3;
    color: #fff;
    font-weight: 600;
}

.nav-tabs {
    border-bottom: 0 !important;
}

.tabbable {
    clear: both;
}

.tabbable .tabbable ul.nav.nav-tabs li.active a:hover {
    color: #fff;
}

.tabbable .tabbable ul.nav.nav-tabs li a:hover {
    color: #4ac4f3;
}

.summary_info,
.cus-panel {
    /* border: 1px solid #ccc; */
    box-shadow: 0 0 10px #cccccc75;
    border-radius: 5px;
    display: inline-block;
    /* background: #edf5ff; */
    background: #ffffff;
    padding: 20px 0px;
    margin-bottom: 30px;
    width: 100%
}

.summary_info .col-md-12,
cus-panel .col-md-12 {
    padding: 3px !important;
}

.network_traffic_chart,
.disk_io_chart {
    /*margin-top: 30px;*/
    text-align: center;
}

.network_traffic_chart h3,
.disk_io_chart h3 {
    display: inline-block;
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.network_traffic_chart h3:before,
.disk_io_chart h3:before {
    background: #4ac4f3 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    width: 50px;
}

.network_traffic_chart h3:after,
.disk_io_chart h3:after {
    background: #232323 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -40px;
    position: absolute;
    width: 25px;
}

li#dashboard_button a.dropdown-item {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.progress_class .progress {
    margin-bottom: 0;
}

.progress-bar.light-blue {
    background: #4ac4f3;
}

.user_dashboard a.btn {
    border: 1px solid;
    border-radius: 30px;
    color: #9a9a9a;
    border: 1px solid #666666;
    font-size: 11px;
    padding: 6px 15px;
    line-height: 1.42857143;
    outline: none;
}

span.credit {
    float: right;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #9a9a9a;
}

span.credit span {
    min-width: 38px;
    min-height: 38px;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    background: #4ac4f3;
    border-radius: 30px;
    font-size: 12px;
    color: #fff;
}

.welcome-menu-wrapper ul.dropdown-menu {
    left: unset !important;
}


/*nav bar*/

.dropdown {
    float: right;
    overflow: hidden;
    margin-left: 5px;
    position: unset !important;
}

.dropdown.btn-default:hover {
    background: #fff !important;
}

.dropdown .dropbtn {
    cursor: pointer;
    border: 1px solid;
    border-radius: 30px;
    font-size: 11px;
    padding: 6px 15px;
    background: #fff;
    color: #9a9a9a;
}

.navbar a:hover,
.dropdown:hover .dropbtn,
.dropbtn:focus {
    border: 1px solid transparent;
    background-color: #4ac4f3;
    color: #ffffff;
}

.navbar a:hover {
    border: 0px solid transparent;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 190px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    top: 54px;
    right: 12px;
    z-index: 9999;
}

.dropdown-content a {
    float: none;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 11px;
    color: #9a9a9a;
    text-decoration: none;
}

.dropdown-content a:hover {
    font-size: 11px;
    color: #fff;
    text-decoration: none;
}

.dropdown-content a:hover {
    background-color: #4ac4f3;
}

.show {
    display: block;
}

.user_dashboard .nav-tabs>li>a {
    border: none !important;
    font-weight: 600;
}

.p-30 {
    padding: 30px;
}

#downloads_tab {
    padding-top: 70px;
}

.moonlight_block {
    padding: 40px;
    border-radius: 0px;
    -moz-box-shadow: -1px -1px 0px 0px #cccccc;
    -o-box-shadow: -1px -1px 0px 0px #cccccc;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 -4px 10px #ccccccb3;
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}

.streamlink_block {
    margin-top: 70px;
    padding: 40px;
    border-radius: 0px;
    -moz-box-shadow: -1px -1px 0px 0px #cccccc;
    -o-box-shadow: -1px -1px 0px 0px #cccccc;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 -4px 10px #ccccccb3;
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}

#downloads_tab .feature-list h3 {
    font-size: 16px;
    font-weight: normal;
}

#downloads_tab .feature-list h3:before {
    position: relative;
    display: inline-block;
    color: #fff;
    background: #565c64;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    line-height: 27px;
    margin-right: .75em;
    font-size: 11px;
    text-align: center;
    font-weight: 900;
}

#downloads_tab a.btn {
    padding: 12px 30px;
}

.moonlight_image,
.steamlink_image {
    width: 90%;
}

.m-t-30 {
    margin-top: 30px;
}

#downloads_tab .moolight_features {
    width: 51%;
    margin: 0 auto;
}

#downloads_tab .moolight_features ul li {
    width: 30px;
    float: left;
    margin-right: 10px;
}

#downloads_tab .moolight_features ul li:last-child {
    margin-right: 0px;
}

.p-t-25 {
    padding-top: 25px;
}

.bottom_box_shasow {
    -webkit-box-shadow: -1px 9px 10px 1px rgba(212, 212, 212, 1);
    -moz-box-shadow: -1px 9px 10px 1px rgba(212, 212, 212, 1);
    box-shadow: -1px 9px 10px 1px rgba(212, 212, 212, 1);
}

.loader-wrapper {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -40%);
    width: 90%;
}

.disk_io_chart .loader-wrapper {
    width: 83%;
}

.disk_io_chart {
    min-height: 490px;
}

.p-l-0 {
    padding-left: 0px !important;
}

.p-r-0 {
    padding-right: 0px !important;
}


/*welcome popup*/

#welcome_modal {
    -webkit-box-shadow: -1px 9px 10px 1px rgba(77, 77, 77, 1);
    -moz-box-shadow: -1px 9px 10px 1px rgba(77, 77, 77, 1);
    box-shadow: -1px 9px 10px 1px rgba(77, 77, 77, 1);
}

#welcome_modal .modal-dialog {
    margin: 130px auto;
}

#welcome_modal .mess {
    padding: 25px;
}

.f13{
    font-size: 13px;
}

#welcome_modal .modal-header , #show_settings_modal .modal-header {
    background: #4ac4f3 none repeat scroll 0 0;
    color: #fff;
    text-align: center;
}

#welcome_modal .modal-footer {
    text-align: center;
    border-top: none;
}

#welcome_modal .modal-footer .btn-primary ,#show_settings_modal .modal-footer .btn-primary {
    background: #4ac4f3 none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #ffffff;
}


/*welcome popup*/

#leave_page_modal {
    -webkit-box-shadow: -1px 9px 10px 1px rgba(77, 77, 77, 1);
    -moz-box-shadow: -1px 9px 10px 1px rgba(77, 77, 77, 1);
    box-shadow: -1px 9px 10px 1px rgba(77, 77, 77, 1);
}

#leave_page_modal .modal-dialog {
    margin: 130px auto;
}

#leave_page_modal .mess {
    padding: 25px;
}

#leave_page_modal p {
    text-align: center;
}

#leave_page_modal .modal-title {
    text-align: center;
    color: #333333;
}

#leave_page_modal .modal-header {
    border-bottom: none;
}

#leave_page_modal .modal-footer {
    text-align: center;
    border-top: none;
}

#leave_page_modal .modal-footer .btn-primary {
    background: #333333 none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #ffffff;
}

#leave_page_modal .modal-footer .btn-default {
    background: #ccc none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #ffffff;
}

.shutdown_snooze li {
    width: 100% !important;
}

.theme-btn {
    background-color: #56c4f3 !important;
    border: 0 !important;
    border-radius: 25px !important;
}

.shutdown_snooze .theme-btn {
    font-size: 9px;
    padding: 3px 5px;
}

.shutdown_snooze .dropdown-menu {
    padding: 0;
    right: 0;
    float: right;
    left: auto;
}

.shutdown_snooze .dropdown-menu li a {
    background-color: #56c4f3 !important;
    color: #fff !important;
}



.vm_settings.tabbable ul.nav.nav-tabs {
    background: transparent;
    border: 0;
    border-radius: 3px;
    margin-top: 20px;
}

.vm_settings .tab-content {
    -moz-box-shadow: 0 0 40px #ccccccb3;
    -webkit-box-shadow: 0 0 40px #ccccccb3;
    -o-box-shadow: 0 0 40px #ccccccb3;
    box-shadow: 0 0 40px #ccccccb3;
    padding-top: 0px !important;
}

.vm_settings.tabbable ul.nav.nav-tabs li {
    width: 16.667% !important;
}

.vm_settings.tabbable ul.nav.nav-tabs li a {
    border-radius: 3px;
    color: #555;
}

.vm_settings.tabbable ul.nav.nav-tabs li a:hover {
    color: #555;
}

.vm_settings.tabbable ul.nav.nav-tabs li.active {
    -moz-box-shadow: -1px -1px 0px 0px #4ac4f3;
    -o-box-shadow: -1px -1px 0px 0px #4ac4f3;
    -moz-box-shadow: 0 0 10px #4ac4f3;
    -webkit-box-shadow: 0 0 10px #4ac4f3;
    -o-box-shadow: 0 0 10px #4ac4f3;
    box-shadow: 0 -5px 0px #4ac4f3;
}

.vm_settings.tabbable ul.nav.nav-tabs li.active a,
.vm_settings.tabbable ul.nav.nav-tabs li.active a:hover {
    background: #fff;
    color: #555;
}

.vm_settings.tabbable .submit-btn {
    background: #333 none repeat scroll 0 0;
}

.vm_settings.tabbable .vm_default_timeout_form .submit-btn {
    margin-top: 6px;
    margin-left: 20px;
    font-size: 9px;
    padding: 5px 10px;
}
.vm_settings.tabbable .vm_default_timeout_form .submit-btn.disabled {
    cursor: not-allowed;
}
.remaining_time_container .shutdown_snooze .btn.disabled{
    cursor: not-allowed;
}

.messaging_checkbox {
    /*top: -4px;*/
    width: 15px;
}

.vm_settings .email_setting,
.vm_settings .phone_setting {
    display: none;
}

.width-64 {
    width: 64px;
}

.vm_default_timeout_form .default_timeout {
    width: 80px;
    float: left;
}

.vm_default_email_phone_form .customecheckbox {
    float: left;
}

.vm_default_email_phone_form .customecheckbox label {
    font-weight: normal;
}

.vm_default_email_phone_form .custom_field {
    float: left;
    margin-left: 15px;
}

.vm_settings .messaging_checkbox {
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 4px;
}

.generate_activation_code {
    font-size: 9px;
    padding: 5px 10px;
    float: right;
}

.generate_activation_code:hover,
.generate_activation_code:active {
    color: #fff;
}

.m-b-0 {
    margin-bottom: 0px;
}

table.activation_codes td,
table.devices td {
    width: 30%;
}

table.activation_codes td:first-child,
table.devices td:first-child {
    width: 10%;
}

#credit_card .cc_amount,
#paypal .cc_amount {
    width: 50%;
}

#credit_card .r_amount,
#paypal .r_amount {
    margin-top: 15px;
    width: 50%;
    padding-left: 10px;
}

.r_amount::-webkit-inner-spin-button,
.r_amount::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.save_card .cardcheckbox {
    vertical-align: middle;
    width: 15px;
    margin-right: 4px;
    margin-top: -2px;
}

.account_info_block .card {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    border: 0;
    margin-right: 20px;
}

.account_info_block .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    text-align: center;
    font-weight: 600;
}

.account_info_block .card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.account_info_block .card-body h5 {
    font-weight: 600;
}

.padding-0 {
    padding: 0px !important
}

.paypal_container {
    margin-top: 20px;
}
.error{
    color:#ff0000;
}
.user_dashboard .btn-default:hover,
.user_dashboard .btn-default.active.focus,
.user_dashboard .btn-default.active:focus,
.user_dashboard .btn-default.active:hover,
.user_dashboard .btn-default:active.focus,
.user_dashboard .btn-default:active:focus,
.user_dashboard .btn-default:active:hover,
.user_dashboard .open>.dropdown-toggle.btn-default.focus,
.user_dashboard .open>.dropdown-toggle.btn-default:focus,
.user_dashboard .open>.dropdown-toggle.btn-default:hover
{
    color: #fff;
    background-color: #4ac4f3;
    border-color: #4ac4f3;
}
.user_dashboard .dropdown-toggle{
    cursor: pointer;
    border: 1px solid;
    border-radius: 30px;
    font-size: 11px;
    padding: 6px 15px;
    background: #fff;
    color: #9a9a9a;
}
.user_dashboard .dropdown-menu>li>a,
.user_dashboard .btn-group .dropdown-menu ul li a{
    display: block;
    text-align: left !important;
    font-size: 11px !important;
    color: #9a9a9a !important;
    text-transform: capitalize !important;
    padding: 12px 16px !important;
}
.user_dashboard .dropdown-menu>li>a:focus, .user_dashboard .dropdown-menu>li>a:hover,
.user_dashboard .btn-group .dropdown-menu ul li a:hover {
    background-color: #4ac4f3;
    color: #fff !important;
}

.user_dashboard .btn-group .dropdown-menu{
    background-color: #f9f9f9;
    font-size: 11px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    border: 0;
    border-radius: 0;
}
.user_dashboard .btn-group .dropdown-menu a:hover {
    background-color: #4ac4f3;
}
.user_dashboard .btn-group .dropdown-menu a:hover {
    font-size: 11px;
    color: #fff;
    text-decoration: none;
    background-color: #4ac4f3 !important;
}
span.spinner{
    float: right;
    /*margin-left: 10px !important;*/
}
.dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover{
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
}
/*.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover{
    color: #777;
}*/
.shutdown_snooze .dropdown-menu li a:hover {
    color: #56c4f3 !important;
    background-color: #fff !important;
}
.mt-5{
    margin-top: 15px !important;
}
.coin-alert{
    margin-left: 30px !important;
}
.coin_wrapper{
    margin-top: 15px !important;
}
.bare_metal_na{
    margin-top: 50px !important;
    font-size: 15px !important;
}
.bare_metal_info_div{
    text-align: left !important;
    padding: 10px !important;
}
.vm_start_loader_wrapper{
    padding-top: 15px !important;
}
.bare_metal_info_heading{
    font-size: 21px !important;
}
.progress_start_VM{
    margin-top: 20px !important;
    height: 30px !important;
}
.vm_start_loader_heading{
    font-size: 20px !important;
}
.vm_start_loader_progress{
    margin-top: 20px !important;
}
.text-align-justify{
    text-align: justify !important;
}
.disableClick{
    pointer-events: none !important;
    cursor: default !important;

}