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

    ** Custom Stylesheet **

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

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

#order-modern .cartwarningbox {
    color: white !important;
}

#order-modern table.cart tr.subtotal td {
    text-align: left !important;
}

#order-modern table.cart tr.total td {
    text-align: left !important;
}

#order-modern table.cart tr.subtotal td {
    border-bottom: inherit !important;
}

#order-modern table.cart td {
    border-bottom: inherit !important;
    padding: 10px !important;
}

.main-content {
    min-height: 700px;
}

.attr-nav>ul>li {
    margin-top: -3px;
}

.attr-nav>ul>li>a {
    color: #c5cde9 !important;
}

.attr-nav>ul>li>a:hover {
    color: #39a7df !important;
}

.attr-nav>ul>li:hover {
    color: #4270e4 !important;
}

.popover-user-notifications {
    background: #243155 !important;
    border-color: #243155 !important;
}

.email-verification {
    background-color: #243155 !important;
    border-bottom: 3px solid #4270e4 !important;
    color: white !important;
    margin-bottom: 50px !important;
    margin-top: 50px !important;
}

.col-sm-3.col-xs-6.tile:hover {
    background: #2b3c69;
}

#order-modern select {
    color: white !important;
}

.tile .bg-color-blue {
    background-color: #70ce13 !important;
}

.form-control {
    color: white !important;
}

.main-content form {
    margin-bottom: 50px !important;
}

.header-lined {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.under-footer .row {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.label:empty {
    display: inline-flex;
    background: #2955e9;
    border-radius: 80px;
}

/* Edits https://crescentstudio.net */
#order-modern .domainoptions, #order-modern .domainoptions .optionselected {
	background-color: transparent !important;
	border: none !important;
}

#greyout {
	background-color: transparent !important;
}

#order-modern .billingcycle, #order-modern .ordersummary {
	border: none !important;
}

.domainreginput .col-xs-3:before {
    content: ".";
    position: absolute;
    left: 0;
    top: 7px;
}