/* *****************************************************
    ** Custom Stylesheet for new 21 Parent Theme **
	VERSION: 10262024
	Changes: 
10/2024 heavy modifications to align with brand new refreshed NWD website design
3/2024 Remove cpanel usage statistics, login to cpanel,log in to webmail, cleanup for multisite use
	

***************************************************** */
/*03022024 - cleanup for multisite use on account*/
#cPanelUsagePanel,#Primary_Sidebar-Service_Details_Actions-cpanel,
#Primary_Sidebar-Service_Details_Actions-webmail,
#cPanelAdditionalInfoPanel {display:none;}


body {
    font-family: "dosis", sans-serif !important;
    color: #222222;
}
a {

    font-weight: 100;
}
.container .dropdown-item a {color: #246d9a !important; }

.h1, h1 {
    font-size: 1.5rem;
}
#order-standard_cart .summary-container {
    font-size: 14px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, ul li a, ul li {
    font-family: "dosis", sans-serif !important;
    color: #1c6b9a;
}


/*nwd new secondary*/
.bar-2 {
    background: #296894;
}
.bar-2 a {
    color: white;
    font-size: .80em;
    opacity: .95;
    font-weight: 100;
}
.bar-2 a:hover {
    color: white;
    opacity:.8;
	text-decoration: none;
}
.bar-2 ul {margin:0;}
/*nwd new footer */
#footer {
    background: #296894;
    padding-top: 2em !important;
    padding-bottom: 2em !important;
}
footer p, footer h5, footer .type--fine-print, footer a {
    color: white !important;
    opacity: .9 !important;
}

footer a.type--fine-print:not(:first-child) {
    margin-left: 1.3em;
}footer .type--fine-print:not(p) {
    font-size: 1em !important;
}
footer h5 {
    color: #c7e2f1 !important;
    margin-bottom: .5em !important;
    margin-top: .5em !important;
    font-size: 1.3em;
    font-weight: 100;
}
.type--uppercase {
    text-transform: uppercase;
}
body footer .container ul.list--hover {padding-left:0;}
body footer .container .social-list li {
    line-height: 1.7em !important;
    opacity: .9;
    font-size: 1.2em;
	display:inline-block;
	padding:0;
}
footer .list-inline li:not(:last-child) {
    margin-right: 1.85714286em;
}
#footer-our-mission {
    border-radius: 5px;
    box-shadow: 2px 3px 7px 2px #383737;
    border: solid 2px lightgray;
    margin-left: -5px;
    line-height: 1.2em;
    padding: 12px;
    background: linear-gradient(0deg, rgb(255 243 243 / 34%), rgb(255 255 255 / 42%)), url(../../../../img/bg/bg-blue-globe.jpg);
    background-repeat: no-repeat;
}
footer li::marker {    content: "";}
#footer-our-mission p {
    font-size: 1.1em;
    /* font-weight: bold; */
    line-height: 1.3em;
    text-transform: capitalize;
    color: #0E5079 !important;
    text-align: justify;
    letter-spacing: -1px;
}
footer.footer-2 .row:last-child {
    margin-top: 3.71428571em;
}
/*---------------------------------------------------------
               HIDE CLIENT AREA ELEMENTS
-----------------------------------------------------------*/

/*hide service buttons (login to cpanel) to cpanel*/
.client-home-cards .div-service-buttons,
#cPanelQuickShortcutsPanel, /*hide quick shortcuts*/
#cPanelQuickEmailPanel
 {display:none !important;}


/*background white*/
 .panel-body {
background:white;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding:7px;
    margin-bottom: 25px;
}
.cpanel-package-details h4 {font-size:15px;}

#cPanelBillingOverviewPanel .row {    margin: 0; }
#cPanelBillingOverviewPanel .text-right {padding-right:5px; font-weight:bold;}
/*=======show tip========*/
.showtip {    /* text-decoration: underline; */
    display: inline;
    position: relative;
    cursor: pointer;
    cursor: hand;
    text-align: left;
}
.showtip:hover:after{    background: #1B6A98;    border-radius: 5px;    bottom: 26px;    color: #fff;    content: attr(title);    left: 20%;
    padding: 5px 15px;    position: absolute;    z-index: 98;    width: 220px;	/*border:1px solid #dedee2;*/
	-webkit-box-shadow: 12px 10px 9px 2px rgba(0,0,0,0.75);-moz-box-shadow: 12px 10px 9px 2px rgba(0,0,0,0.75);box-shadow: 12px 10px 9px 2px rgba(0,0,0,0.75);}

.showtip:hover:before{    border: solid;    border-color: #1B6A98 transparent;border-width: 6px 6px 0 6px;bottom: 20px;content: "";left: 50%;position: absolute;    z-index: 99;}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
    background: #FFF;}

section#main-body {
    margin: 0;
    padding: 20px 0;
    min-height: 350px;
    background-color: #fff;
    font-family: "dosis",serif;
    background-color: #F0F0F0;
    font-size: 17px;
    background-image: url(/images/bgruffle.png);
}
section#main-body .kb-article-content p,section#main-body .kb-article-content li {
    font-family: 'Arial', 'Verdana', sans-serif;
       font-size: 17px;
    color: #4B4B4B;
    line-height: 22px;
    margin-bottom: 1em;
	}
section#main-body .kb-article-content h2 span {font-size:28px !important;}
section#main-body .kb-article-content h3 span {font-size:23px!important;}
section#main-body .kb-article-content h4 span {font-size:17px!important;}
section#main-body .kb-article-content ol,section#main-body .kb-article-content ul {margin-left:25px;}
section#main-body article ol,section#main-body article ul {margin-left:25px;}
section#main-body .kb-article-content ul {list-style:disc;}
section#main-body .kb-article-content li {
  font-size: 15px;
    line-height: 20px;
    margin-bottom: .70em;}
	section#main-body .kb-article-content li span {font-size: 15px !important}

/*font*/
/*cart label options*/
.row #order-standard_cart label {    font-weight: 600;    color: #666;    font-size: 17px;}
/* Polarismail integration style*/
#main-body .container .dt-table,
#main-body .container .dt-table .btn { /* fix polarismail email account overview row*/
/*margin-right: -15px;    margin-left: -15px;    overflow: inherit;margin: 3px -15px;*/
    overflow: inherit;

}
#order-standard_cart {
    font-size: 1em !important;
}

/*--------------------------HEADER NAV --------------------------
----------------------------------------------------------------*/
header.header .logo-img {
    max-width: 401px;
    max-height: 71px;
}

#header {
    background: #F0F0F0;
    background-image: url(/images/bgruffle.png);
    height: auto;
    padding: 0;
}
ul.top-nav a {padding:0 3px;}



.navbar-main, .main-navbar-wrapper/*, .dropdown-menu*/ 
{
  margin-bottom: 0;
  border: 0;
  min-height: 38px;
  font-family: "dosis",serif;
  font-size: 18px;
  background-color: #246D9A;
  background-image: url("/images/bg-menu.png");
  background-position: center top;
  background-repeat: repeat-x;
  border-top: 1px solid #DBDBDB;
  box-shadow: 1px -1px 2px 1px #B9B9B9;
}
/*#top-nav a.quick-nav {  color: #246D9A;}*/

header.header .navbar-nav a {
    display: block;
    width: auto;
    padding: 0px 7px 1px 2px;
    text-decoration: none;
    color: white;
    opacity: .9 !important;
    font-size: .85em !important;
    line-height: 2.166666666666667em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5px;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent;
	}


.dropdown-menu li a {    font-size: 16px !important;}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

header.header .toolbar .nav-link {
    color: #3980ac;
}



/*===========================announcements*/
.announcement-single h2 {font-size:20px;}
section#main-body .primary-content ol {margin-left: 1.2em;}
/*hide time*/
section#main-body .primary-content .card-body ul.list-inline li.list-inline-item:nth-child(2) {display:none;}
     
/*===========================client area*/
div.header-lined .breadcrumb {   font-size: 0.8em;}
.table-list > tbody > tr > td {   font-size: 14px;} .pagination {  font-size: 0.9em;}

/*sidebar*/
/*.panel-title {  margin-top: 0;  margin-bottom: 0;  font-size: 16px;  color: #246D9A;}*/
.panel-title {
    margin-top: 0;
    /* margin-bottom: 10px; */
    font-size: 16px;
    line-height: 17px;
    color: #246D9A;
}

/*==============================   knowledge base arcticles */
.kb-article-content img  {
   /* float: left;	11262018*/
    margin: 0 13px 10px 0;
    box-shadow: 3px 3px 7px grey;
}



/*===========================billing - home*/
.home-shortcuts {  background: #246D9A;}

/*view cart for nwd-premium comparison configuration section*/
/*overide default sidebar for products & configure */
#order-standard_cart .sidebar {display:none;} /*remove internal sidebar*/

/*submit ticket or contact forms*/
textarea.form-control {    max-height: 120px;}

/*  ==================== footer=======================================
-----------------------------------------------------------------------------*/
/*.col_1, .col_2,.col_3, .col_4 {  float: left;width:25%}*/

.foot-border-size {height:223px; width:840px;}

#footer .col_1 .acceptcc {background-image:url(../../../../images/accept-cc.png); background-repeat:no-repeat;padding: 64px;background-size: 100%;background-position: 0px 60px;}
#footer .col_4 .socialfacebookimage {background-image:url(../../../../images/nwdfb.png); background-repeat:no-repeat;padding: 13px;
background-size: 100%;
background-position: 0px 17px;}
#footer .col_4 .socialtwitterimage {background-image:url(../../../../images/nwdtwitter.png); background-repeat:no-repeat;padding: 13px;
background-size: 100%;
background-position: 0px 17px;}
#footer .col_4 .socialgoogleimage {background-image:url(../../../../images/nwdgoogle.png); background-repeat:no-repeat;padding: 13px;
background-size: 100%;
background-position: 0px 17px;
}

/*===========================ORDER CART - domain registration standard order cart*/
#order-standard_cart .col-md-9 {width:97%;}   

#main-body #order-standard_cart .field-help-text {
    display: block;
    margin-top: 5px;
    margin-bottom: 28px;
    color: #403f3f;
    font-size: .90em;
}
 #order-standard_cart textarea.form-control{height:70px !important;}



/*---------------------------------------------*
                    MEDIA QUERIES
------------------------------------------------*/
@media only screen and (min-width: 992px) {
	#footer .container { max-width: 1100px;   }
	
/*.navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
}*/
	
/*.d-xl-none {
    display: none!important;
}*/	
/*	.navbar-expand-xl .navbar-collapse {
    display: flex!important;
    flex-basis: auto;
}*/
	
}






/* Large Devices, Wide Screens */
    @media only screen and (min-width : 768px) {
	
body .whmcs-footer .col {width:24.9% !important;}
body .whmcs-footer .col_2 {width:26% !important;}

body .whmcs-footer .col_3 {    width: 22% !important;    margin-left: 1.4em;}
	
	
body .whmcs-footer .col_4 {width:23% !important;}
body .whmcs-footer .whmcs-footer-copy { display: inline-block;
    width: 100%;}


	}


 /* max width 1200 (which is mobile view up to 1200)*/
@media only screen and (max-width: 1200px) {

#order-standard_cart .sidebar-collapsed {
    display: none;

}
}

 /* Small Devices, Tablets 640 to 768*/
@media only screen and (max-width: 767px) {

    .hidden-xs {
        display: none !important;
    }

#footer .col_4 {display:none;}
#footer {height:auto;}
 #footer .col_1, #footer .col_2, #footer .col_3, #footer .col_4 {float:left; width:auto;padding:10px;}
 #footer li {line-height: 1.4em;}
 #footer a {font-size: 14px;} 
 #footer .col_1 .acceptcc { padding:64px; background-position: 0px 56px;}
 

}

@media only screen and  (max-width: 649px)
  {
  .billing-logo {    margin: 0 0 0px 6px;} .billing-logo img {width:145px;}
 section#header {
    margin: 0;
    padding: 7px 0;}
 .navbar-toggle {
    padding: 0 10px; }
	.navbar-main .navbar-toggle .icon-bar {    background-color: #eee;
    width: 30px;
    height: 3px;
    margin: 6px 0;}
  
  
  #footer .col_4 {display:none;}
#footer {height:auto;}
 #footer .col_1, #footer .col_2, #footer .col_3, #footer .col_4 {float:none; width:auto;}
 #footer li {line-height: 1.5em;}
 #footer a {font-size: 19px;} 
 #footer .col_1 .acceptcc { padding:64px; background-position: 0px 56px;}
 #footer .indent_text {  text-align: center;}

    
  } 

@media (max-width: 467px) {
    .hidden-xxs {
        display: none !important;
    }
	header.header .logo-img {
    /* max-width: 160px; */
    max-height: 46px !important;
}
	.navbar {
    padding: .2rem .2rem;
}
}