﻿/* *****************************************************

 ** Custom Stylesheet **

 Any custom styling you want to apply should be
 defined here.

***************************************************** */

html {
    font-family: sans-serif;
}

/* Scrollbar start width */

::-webkit-scrollbar {
    width: 3px;
}

/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Scrollbar End */

li#Secondary_Navbar-Account {
    margin-right: 30px;
}

.col-xs-12.main-content {
    margin-left: -10%;
}

.container {
    padding-left: 490px;
}

img.logo {
    height: 55px;
    margin-bottom: 25px;
}

.ticstatus,
.subject {
    font-weight: bold;
    float: right;
}

.subject {
    width: 80%;
    overflow: hidden;
    height: 15px;
}

.invoicetotal {
    float: right;
}

.invoiceid {
    font-weight: bold;
}

.invoicestatus {
    float: right;
    font-weight: bold;
}

.tid,
.subject {
    font-weight: bold;
}

.sidenav {
    height: 100%;
    width: 290px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    /* background-color: white; */
    background: #0f1e53;
    overflow-x: hidden;
    padding-top: 20px;
    border-right: solid 1px #ddd;
    /*Used to be #ddd NOW #ddd*/
    padding-left: 20px;
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition: 0.5s;
}

p.username,
p.creditavailable {
    color: white;
    font-size: 15px;
    font-weight: bold;
    padding-left: 20px;
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
}

.credits {
    padding-top: 15px;
    padding-bottom: 10px;
    /*border-top: solid 1px lightgrey; */
    /*border-bottom: solid 1px lightgrey; */
    margin-left: -20px;
    padding-left: 20px;
}

p.credit,
p.email {
    color: white;
    font-size: 15px;
    padding-left: 20px;
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a.dropdownsidebar {
    margin-top: 25px;
}

.dropdown-container {
    display: none;
    padding-left: 8px;
}

a.dropdowntext {
    font-size: 17px !important;
}

.sidenav a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 18px;
    color: white;
    display: block;
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
}

.sidenav a:hover {
    color: #377dff;
}

.main {
    margin-left: 250px;
    /* Same as the width of the sidenav */
    font-size: 28px;
    /* Increased text to enable scrolling */
    padding: 0px 10px;
}

section#main-body {
    min-height: 600px;
}

section#header .logo img {
    margin-left: -300px;
    padding-bottom: 4px;
}

p.pointlabel,
p.points,
p.membershiplevellabel,
.membershiplevel {
    color: white;
}

section#header {
    height: 60px;
    padding-left: 50px;
}

.col-md-3 {
    width: 12%;
}

.col-md-9 {
    padding-left: 5%;
    width: 100%;
}

.ticketinvoice {
    width: 100%;
    padding-top: 2%;
}

.ticket {
    width: 48.5%;
    float: left;
    /*border: solid 1px lightgrey; */
    padding: 0px 20px 20px 20px;
    margin-right: 3%;
    /*margin-left: 10px; */
    /*border-radius: 15px; */
    /*box-shadow: 0 1px 1px 0 lightgrey, 0 1px 7px 0 lightgrey; */
    box-shadow: 0 6px 12px rgba(140, 152, 164, .075);
    border: solid 1px #ddd;
    height: 150px;
    /*min-width: 400px; */
    /*min-width: fit-content;*/
}

.invoices {
    width: 48.5%;
    float: left;
    padding: 0px 20px 20px 20px;
    box-shadow: 0 6px 12px rgba(140, 152, 164, .075);
    border: solid 1px #ddd;
    height: 150px;
    /*min-width: 400px; */
    /*min-width: fit-content;*/
}

.invoicesbox,
.ticketbox {
    overflow-y: scroll;
    height: 60px;
    /* padding-right: 10px; */
    padding-left: 5%;
    padding-right: 5%;
}

.tab-content {
    min-width: 0px;
}

i.fas.fa-home,
i.fas.fa-cube,
i.fas.fa-box,
i.fas.fa-question-circle,
i.fas.fa-user,
i.far.fa-file-alt,
i.fas.fa-toolbox {
    /* color: #404040; */
    color: white;
    font-weight: 400;
    margin-right: 10px;
}

.hosting,
.reseller,
.floatingip,
.domains,
.loadbalancer,
.baremetal {
    clear: both;
    padding-top: 12px;
    margin-top: 30px;
    box-shadow: 0 6px 12px rgba(140, 152, 164, .075);
    padding: 2%;
    border: solid 1px #ddd;
    min-width: fit-content;
}

.hosting:hover,
.reseller:hover,
.floatingip:hover,
.loadbalancer:hover {
    border: solid 1px royalblue;
}

input#myInput,
input#inputCompanyName,
input#inputAddress2,
input#inputNewPassword1,
input#inputNewPassword2 {
    width: 100%;
    height: 35px;
    border: solid 1px #ddd;
    padding-left: 3%;
}

input#myInput:hover {
    border-color: #377dff;
}

input#myInput:focus {
    outline: none;
    border: solid 2px #377dff;
}

.servers {
    /*border: solid 1px lightgrey; */
    padding: 2%;
    margin-top: 180px;
    /*border-radius: 15px; */
    /*box-shadow: 0 1px 1px 0 lightgrey, 0 1px 7px 0 lightgrey; */
    box-shadow: 0 6px 12px rgba(140, 152, 164, .075);
    clear: both;
    padding-top: 12px;
    border: solid 1px #ddd;
    /*min-width: 400px; */
    min-width: fit-content;
}

i#circlenotification {
    font-size: 5px;
    color: #ed4c78;
}

ul.top-nav>li.primary-action>a.btn {
    padding: 6px 15px;
    background-color: white;
    color: grey;
    border-radius: 3px;
    border: solid 1px #ddd;
}

ul.top-nav>li.primary-action {
    padding-left: 0px;
    margin-left: 0px;
    border-left: none;
}

.dropbtn {
    background-color: #3498DB;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropbtn:hover,
.dropbtn:focus {
    background-color: #2980B9;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    overflow: auto;
}

.dropdown-content a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}

img.flag {
    height: 40px;
}

/*--------Service Table------*/

.dataTables_wrapper .dataTables_info {
    margin: 0;
    padding: 9px 10px;
    border: 0;
    font-size: .9em;
    text-align: left !important;
    background-color: white;
    color: black;
}

.dataTables_wrapper .dataTables_filter label .form-control {
    background: url(../image/search.png) #fff no-repeat 8px 5px;
    padding: 7px 10px 7px 45px !important;
    border: 1px solid #ddd;
    height: auto;
    width: 100% !important;
    float: right;
    font-size: 13px;
    border-radius: 2px;
    margin-top: 10px;
    box-shadow: 0 6px 12px rgba(140, 152, 164, .075);
    margin-bottom: 10px;
}

.dataTables_wrapper .dataTables_length {
    background-color: white;
}

div#tableServicesList_length {
    background: white;
}

div#tableServicesList_wrapper,
div#tableInvoicesList_wrapper,
.usermanagement,
.Addfunds,
div#tableTicketsList_wrapper,
.viewticket,
.submitticket,
.submitticket2,
.profile,
.clientdetails,
.userManagement,
.userPermissions,
.changepassword,
.securitysettings,
div#tableEmailsList_wrapper,
.loginpanel,
.tab-content.product-details-tab-container,
.controlpanel,
.twofactor,
.domainmanagement {
    padding: 1% 3% 1% 3%;
    box-shadow: 0 6px 12px rgba(140, 152, 164, .075);
    border: 1px solid #ddd;
    /*border-radius: 15px; */
    min-width: 0px;
}

div#registration {
    padding: 1% 3% 1% 3%;
    box-shadow: 0 6px 12px rgba(140, 152, 164, .075);
    border: 1px solid #ddd;
}

.usermanagement {
    padding: 3%;
}

.dataTables_wrapper table.table-list thead th {
    border-bottom: none;
    font-weight: 400;
}

.dataTables_wrapper table.table-list thead th:nth-child(even) {
    border-bottom: none;
}

.table-container,
.supportticket {
    padding: 0%;
    padding-top: 2%;
}

div#tableServicesList_info {
    display: none;
}

.Addfunds {
    padding: 5% 0% 5% 0%;
    margin-top: 4%;
}

.col-md-9.pull-md-right.main-content {
    margin-right: 5%;
    width: 95%;
}

.col-md-9.pull-md-right {
    margin-left: -5%;
}

.controlpanel {
    margin-right: 5%;
    width: 95%;
}

a.topup {
    font-size: 12px;
    font-weight: bold;
    /* float: right; */
    /* margin-right: 135px; */
    /* padding-top: 0px; */
    color: white;
}

.viewticket {
    padding: 3% 5% 3% 5%;
}

.viewticket,
.submitticket,
.submitticket2,
.userManagement,
.usermanagement,
.userPermissions,
.clientdetails,
.profile,
.changepassword,
.securitysettings,
div#registration,
.controlpanel {
    margin-top: 3%;
}

.domainmanagement {
    padding: 3%;
}

div#registration {
    margin-right: 15%;
}

p.supportdepartments {
    font-size: large;
}

.departmentselection {
    border: solid 1px #ddd;
    padding: 3%;
    /*border-radius: 15px; */
    box-shadow: 0 6px 12px rgba(140, 152, 164, .075);
}

ol.breadcrumb,
div#tableEmailsList_info {
    display: none;
}

.submitticket2 {
    padding: 4%;
}

div#tableEmailsList_wrapper {
    margin-top: 1%;
}

.loginpanel {
    padding: 10%;
    margin: 30px auto;
    width: 90%;
    min-width: 320px;
    background: white;
}

input#inputEmaillogin,
input#inputPasswordlogin {
    height: 50px;
}

.adddetails {
    float: right;
}

li.active {
    display: none;
}

.row.clearfix {
    visibility: hidden;
}

/*END*/

button.openbtn {
    display: none;
    float: left;
    border: none;
    background: none;
    font-size: 25px;
}


@media only screen and (max-width: 1200px) {
    .ticketinvoice {
        font-size: 10px;
    }

    h3 {
        font-size: 15px;
    }

    h1 {
        font-size: 25px;
    }

}



@media only screen and (max-width: 1631px) {
    .invoices {
        width: 100%;
        margin-bottom: 10px;
    }

    .ticket {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media only screen and (width: 1024px) {}

@media only screen and (max-width: 768px) {
    .invoices {
        width: 100%;
        margin-bottom: 10px;
    }

    .ticket {
        width: 100%;
        margin-bottom: 10px;
    }
}



@media only screen and (max-width: 576px) {}

@media only screen and (max-width: 490px) {

    .servers {
        font-size: 10px;
    }
}

@media only screen and (max-width: 400px) {

    /*.container { 
 padding-left: 120px; 
 } */
    img.flag {
        height: 20px;
    }
}

@media only screen and (max-width: 350px) {}

@media only screen and (max-width: 305px) {
    a#languageChooser {
        display: none;
    }
}

/*ORDER PAGE*/

.rightcart {
    margin: 0% 2% 2% 2%;
    margin-left: 340px;
    padding-top: 1.5%;
    box-shadow: 0 6px 12px rgba(140, 152, 164, .075);
    border: solid 1px #ddd;
}

.rightcartorder {
    margin: 0% 2% 2% 2%;
    /*margin-left: 400px; */
    padding-top: 1.5%;
    box-shadow: 0 6px 12px rgba(140, 152, 164, .075);
    border: solid 1px #ddd;
}


h1.deployserver {
    margin-top: -10px;
    padding-left: 20px;
    font-size: 25px;
    margin-bottom: 0px;
}

.maincart {
    margin-left: -15%;
}

h2.deployserver {
    border-bottom: solid 1px #ddd;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-top: 8px;
    font-size: 20px;
    border-top: solid 1px #ddd;
    margin: 0;
}

.deployregion {
    height: fit-content;
}

.deployregion,
.deployspec,
.operatingsystem {
    padding: 50px;
    /*border-bottom: solid 1px #ddd;*/
}

.summary {
    padding: 30px 75px;
    border-bottom: solid 1px #ddd;
}

.hostname,
.quantity {
    /*background: #f7fafc; */
    /*border-bottom: solid 1px #ddd;*/
    padding: 50px;

}

.operatingsystem {
    height: fit-content;
}

.deployspec {
    /*padding-bottom: 550px; */
    height: fit-content;
    /*display: inline; */
}

li.spec {
    display: inline-block;
    margin: 0px 1.5%;
}

label.region {
    /* margin-left: 1px;
    margin-right: -1px;
    margin-top: -3px;
    margin-bottom: 29px; */
}

label.region,
label.vps1,
label.operatingsystemspec {
    background-color: white;
    padding: 10px 20px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 250px;
    cursor: pointer;
    margin: 0;
}

label.operatingsystemspec {
    /* margin-left: 1px;
    margin-right: -1px;
    margin-bottom: 29px;
    margin-top: -3px; */
}

svg.flagselection {
    vertical-align: middle;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 23px;
}

input[type="radio"] {
    /* opacity: 0; */
    /* position: fixed; */
    /* width: 0; */
    display:none;
}

/* input[type="radio"]:checked+label {
    border: 2px solid royalblue;
    margin: -4px 0px 28px 0px;
}

input[type="radio"]:hover+label {
    border: 2px solid royalblue;
    margin: -4px 0px 28px 0px;
    opacity: 70%;
} */
input[type="radio"]:checked+label {
    border: 1px solid royalblue;
    margin: 0;
    box-shadow: inset 0 0 0 1px royalblue;
}

input[type="radio"]:hover+label {
    border: 1px solid rgb(150, 176, 253);
    margin: 0;
    /* opacity: 70%; */
    box-shadow: inset 0 0 0 1px rgb(150, 176, 253);
}

ul.orderpage {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}


label.region:hover {
    opacity: 80%;
}

ul {
    list-style-type: none;
}

label.vps1 {
    text-align: center;
    /*width: 240px;
    margin-bottom: 29px;
    margin-top: -3px; */
    padding-top: 20px;
}

p.lispec {
    font-weight: 300;
}

.verticalline {
    border-left: solid 1px #ddd;
    margin: 0px 20px 0px 20px;
    height: 25px;
}

p.specsatus {
    color: green;
    /*float: left; */
}

p.hostnameadddetails {
    padding-left: 20px;
    padding-top: 9px;
}


.Ubuntu,
.Debian,
.CentOS,
.Windows {
    /*float: left; */
    display: inline;
}


.pricestatus {
    /*margin-left: 35px; */
    font-weight: 100;
    display: -webkit-inline-box;
}

svg.operatingsystemsvg {
    width: 40px;
}

p.oslabel {
    margin-right: 50px;
    margin-top: 10px;
    font-size: 18px;
}

.inputtextfield {
    font-size: 1.5rem;
    padding: 8px 20px;
    border: 1px solid #ddd;
    width: 100%;
    background: white;
    transition: 0.3s;
}

.inputtextfield:hover,
.inputtextfield:focus {
    outline: none;
    border: 1px solid royalblue;
}

.inputtextfield::placeholder {
    opacity: 50%;
}

.quantityfield {
    margin: 5px 0px;
}

p.summarytitle {
    font-weight: bold;
    float: left;
    padding-right: 10px;
}

p.summarytitletime {
    font-weight: bold;
    color: royalblue;
    font-size: 20px;
}

p.summarytitletime1 {
    font-size: 20px;
}

button.deployserverselection {
    border: 1px solid royalblue;
    background: royalblue;
    padding: 5px 80px 5px 80px;
    font-weight: 900;
    color: white;
    font-size: 20px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .3), 0 3px 6px 0 rgba(15, 32, 66, .2);
    outline: none;
    transition: 0.4s;
}

button.deployserverselection:hover {
    background: white;
    color: royalblue;
}

input.promocode {
    height: 40px;
    /* font-size: 20px; */
    /*font-weight: bold; */
    padding-left: 15px;
    width: 200px;
    outline: none;
    border: 1px solid #ddd;
}

input.promocode:placeholder {
    opacity: 50%;
}

input.promocode:focus,
input.promocode:hover {
    border: 1px solid royalblue;
}

.alert {
    padding: 15px;
    margin-bottom: 30px;
    margin-top: 20px;
    border: 0px;
    border-radius: 4px;
    background: white;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 35%);
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 35%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
}

.alert-danger {
    color: #333333;
    background-color: white;
    border-left: #e94f3d solid 5px;
}

.alert-warning {
    color: #333333;
    background-color: white;
    border-left: #ffc021 solid 5px;
}

.alert-success {
    color: #333333;
    background-color: white;
    border-left: #47d764 solid 5px;
}

.alert-info {
    color: #333333;
    background-color: white;
    border-left: #2f86eb solid 5px;
}

/**** ORDER PAGE****/

@media only screen and (max-width: 1200px) {
    section#header .logo img {
        margin-left: -200px;
    }

    .summary {
        flex-direction: column;
    }
}

@media only screen and (max-width: 1024px) {
    section#header .logo img {
        margin-left: -200px;
    }

    .sidenav {
        width: 0px;
        padding-left: 0px;
    }

    .rightcart {
        margin-left: 0px;
    }

    button.openbtn {
        display: block;
    }

    h1.deployserver {
        margin-top: 0px;
    }

    .summary {
        flex-direction: column;
    }
}

@media only screen and (max-width: 768px) {
    .rightcart {
        margin-left: 0px;
    }

    h1.deployserver {
        margin-top: 0px;
    }



    .summary {
        flex-direction: column;
    }

    .sidenav {
        width: 0px;
        padding-left: 0px;
    }

    button.openbtn {
        display: block;
    }


    button.openbtn {
        margin-left: -100px;
    }

    section#header .logo img {
        margin-left: -40px;
    }
}

@media only screen and (max-width: 576px) {
    .rightcart {
        margin-left: 0px;
    }

    h1.deployserver {
        margin-top: 0px;
    }

    .deployregion,
    .deployspec,
    .operatingsystem,
    .summary {
        padding-top: 30px;
    }

    .summary {
        flex-direction: column;
    }

    button.openbtn {
        margin-left: -100px;
    }

    .deployregion,
    .deployspec,
    .operatingsystem {
        margin-left: 0px;
    }

    section#header .logo img {
        margin-left: -1000px;
    }

    select#billingcycle {
        width: 200px;
    }
}