html{ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
@font-face {
  font-family: 'clear';
  src:url('../fonts/clear/clear.eot?era4yi');
  src:url('../fonts/clear/clear.eot?#iefixera4yi') format('embedded-opentype'),
    url('../fonts/clear/clear.woff?era4yi') format('woff'),
    url('../fonts/clear/clear.ttf?era4yi') format('truetype'),
    url('../fonts/clear/clear.svg?era4yi#icomoon') format('svg');
  font-weight: normal; font-style: normal;}

[class^="ci-"], [class*=" ci-"] {
  font-family: 'clear';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@import url('../fonts/clear/clear.css');
@font-face {
    font-family: 'equiplight';
    src: url('../fonts/EquipLig-webfont.eot');
    src: url('../fonts/EquipLig-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/EquipLig-webfont.woff') format('woff'),
         url('../fonts/EquipLig-webfont.ttf') format('truetype'),
         url('../fonts/EquipLig-webfont.svg#equiplight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotothin';
    src: url('../fonts/Roboto-Thin-webfont.eot');
    src: url('../fonts/Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Thin-webfont.woff') format('woff'),
         url('../fonts/Roboto-Thin-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Thin-webfont.svg#robotothin') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotolight';
    src: url('../fonts/Roboto-Light-webfont.eot');
    src: url('../fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Light-webfont.woff') format('woff'),
         url('../fonts/Roboto-Light-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}


html, body {
    font-family: 'equiplight', helvetica, verdana, arial, sans-serif;
    color: #7a7474;
    background: #f5f5f5;
}

:focus, ::focus{outline:none !important;outline:0 auto -webkit-focus-ring-color !important;outline-offset:0 !important}

.btn {
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
}
.btn:active,
.btn:hover,
.btn.active{
  -moz-box-shadow: 0 10px 100px rgba(255, 255, 255, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 100px rgba(255, 255, 255, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 100px rgba(255, 255, 255, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
}

h1, h2, h3, h4, h5 { font-family:"robotothin" }

.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}

.uk-container {
  margin: 40px auto 80px;
  background-color: #ffffff;
  max-width: 1280px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  min-height: 500px;
/*  border-radius: 5px 5px 10px 10px;*/
}

.module-title{
  line-height: 38px;
  margin: 0 0 15px;
  padding:5px 0 8px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  font-family: 'robotothin';
}
h3.module-title{
  font-size: 26px;
}

.module-title::before{
  border-bottom: 1px solid #c2510f;
  bottom: -1px;
  content: "";
  position: absolute;
  width: 32px;
  left: 0;
}

.module-title .right-btn{float: right; margin-top: 9px;}
/*.module-title .right-btn .btn{padding: 6px 15px;}*/

#footer {
    bottom: 10px;
    background-color: #c2510f;
    border-top: 1px solid #c2510f !important;
}
#footer .module-title::before{
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.footer-body {
  padding: 0 10px 10px;
  overflow: hidden;
}

#footer .footer-body .module {
  float: left;
  margin: 7px 0 0;
  padding: 0 10px;
  width: 25%;
  position: relative;
}

#footer .footer-body h3.module-title {
  border-bottom: 1px solid transparent;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 34px;
  margin: 0 0 8px !important;
  padding: 0;
  position: relative;
  text-transform: uppercase;
}

#footer .footer-body h3.module-title::before {display: none;}
#footer .footer-body h3.module-title::after {
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  content: " ";
  display: inline-block;
  float: left;
  font-family: "FontAwesome";
  font-size: 14px;
  height: 34px;
  line-height: 32px;
  margin-right: 8px;
  padding: 0;
  text-align: center;
  text-rendering: auto;
  vertical-align: middle;
  width: 34px;
}

#footer .footer-body h3.module-title.company_icon:after {content: "\f1ad";}
#footer .footer-body h3.module-title.partner_icon:after {content: "\f0c0";}
#footer .footer-body h3.module-title.support_icon:after {content: "\f041";}
#footer .footer-body h3.module-title.howtobuy_icon:after {content: "\f1cd";}


#footer .footer-body ul.menu{ list-style: none; margin: 0; padding: 0;}
#footer .footer-body ul.menu li{}
#footer .footer-body ul.menu li a{border-radius: 3px; margin: 3px 0; display: block; color: #ddd; }
#footer .footer-body ul.menu li a span{padding: 5px 13px 5px 0; font-size: 13px; line-height: 18px; display: block;}
#footer .footer-body ul.menu li:hover a{background: #fff; color: #505050; padding-left: 10px; text-decoration: none;}
#copyright { font-size: 14px; letter-spacing: normal; margin: 5px 0; text-align: center; text-transform: none; margin: 0; color: #fff; padding: 15px 10px; border-top: 5px solid rgba(0, 0, 0, 0.1); box-shadow: 0 1px 0 rgba(255, 255, 255, 0.075) inset; }

.top_nav *, #footer .footer-body ul.menu li a{
  -webkit-transition: all .1s ease;
     -moz-transition: all .1s ease;
      -ms-transition: all .1s ease;
       -o-transition: all .1s ease;
          transition: all .1s ease;
}
.top_nav { clear: both; box-shadow:  0 1px 1px #ddd; }
#top_nav_list { margin: 0; padding: 0; width: 100%; position: relative; z-index: 1001; list-style: none; min-height: 98px;}
#top_nav_list > li { float: left; width: 256px; position: relative;}
#top_nav_list > li.directlink{/*border-right: 1px solid #ffffff;*/ /*margin-right: 2px;*/}
#top_nav_list > li.directlink > a {font-size: 0; font-family: 'clear'; background: #c2510f; display: block;}
#top_nav_list > li.directlink:hover > a { text-decoration: none;}
#top_nav_list > li.directlink > a:before {content: "\e668"; position: absolute; left: 0; right: 0; text-align: center; top: 0; line-height: 96px; color:#ffffff; font-size: 75px;}
#top_nav_list > li.directlink:hover > a:before {color:#fff; text-decoration: none;}
#top_nav_list > li > a {display: block; padding: 0; line-height: 95px; text-align: center; text-transform: uppercase;  /*border-top: 3px solid transparent;*/ color: #7a7474; position: relative; font-size: 14px; border-top: 3px solid transparent;}
#top_nav_list > li > a:after {display: none; left: 50%; bottom: 0; border:5px solid transparent; content: " "; position: absolute; margin-left: -5px; border-bottom-color: #c2510f;}
#top_nav_list > li > ul { top: 100%; left: 0; list-style: none; margin: 0; position: absolute; font-size: 13px; /*opacity: 0; filter:alpha(opacity=0); */ width: 100%; display: none;  height: auto; padding: 10px 15px; box-shadow: 0 2px 1px #ddd;}
#top_nav_list > li:not(.directlink):hover > a, #top_nav_list > li.active:not(.directlink) > a {/*background: #c2510f; color: #fff;*/ text-decoration: none; box-shadow: 0 0 15px rgba(0, 0, 0, 0.1) inset; border-top-color: #c2510f; }
#top_nav_list > li:hover > ul { background: #ffffff; color: #c2510f; /*opacity: 1; filter:alpha(opacity=100); */  z-index: 10; display: block;}
#top_nav_list > li > ul > li { vertical-align: top; padding: 0; min-width: 10%;}

#top_nav_list > li > ul li ul {clear: both; margin: 0; padding: 5px 0; list-style: none;}
#top_nav_list > li > ul li a { display: block; padding: 3px 0; margin: 3px 0 3px 0; border-radius: 3px; color: #686868; text-decoration: none; line-height: 20px; font-style: normal;}


#top_nav_list > li.ClearCenter.Portal:not(.directlink) > a{border-left:1px solid #eee;}
#top_nav_list > li.ClearCenter.Admin:not(.directlink) > a{border-left:1px solid #eee;}

#top_nav_list > li > ul li:hover > a {color: #c2510f; text-decoration: none; /*padding-left: 5px;*/}

#top_nav_list > li > ul > li > span { border-bottom:1px solid rgba(0, 0, 0, 0.075); color: #c2510f; letter-spacing: 0; line-height: 20px; /*margin: 8px 0 0 !important; */padding:0 0 8px 0; position: relative; font-size: 17px; font-family: "robotothin"; display: block; }



#top_nav_list > li:not(.directlink) > a:before{/*  background: #fff ;*/ border: 1px solid #ddd; border-radius: 50%; color: #686868; content: " "; display: inline-block; font-size: 20px; height: 51px; line-height: 51px; margin-right: 10px; position: relative; text-align: center; text-indent: -1px; top: -3px; vertical-align: middle; width: 51px; font-family:'FontAwesome'; }
#top_nav_list > li.active:not(.directlink) > a:after{display: block;}
#top_nav_list > li:not(.directlink):hover > a:before, #top_nav_list > li:not(.directlink):focus > a:before{/*border-color: #FFF; color: #fff;*/}
#top_nav_list > li.Account > a:before,
#top_nav_list > li.Accounts > a:before{content: '\f007'; padding-left: 1px;}
#top_nav_list > li.Invoices > a:before{content: '\f1ec'; padding-left: 2px;}
#top_nav_list > li.Systems > a:before{content: '\f108'; padding-left: 2px;}
#top_nav_list > li.Domains > a:before,
#top_nav_list > li.DNS > a:before{content: '\f0ac'; font-size: 24px; padding-left: 2px;}
#top_nav_list > li.Purchase > a:before{content: '\f07a'; padding-left: 2px;}
#top_nav_list > li.Subscriptions > a:before{content: "\f09d"; font-size: 24px; padding-left: 2px;}
#top_nav_list > li.VAR.Services > a:before{content: '\f085'; padding-left: 2px;}
#top_nav_list > li.OEM.Services > a:before{content: '\f0ad'; padding-left: 2px;}
#top_nav_list > li.OEM.Services > a:before{content: '\f0ad'; padding-left: 2px;}
#top_nav_list > li.ClearCenter.Portal:not(.directlink) > a:before{content: '\f090';}
#top_nav_list > li.ClearCenter.Admin:not(.directlink) > a:before{content: '\f090';}
#top_nav_list > li.HPE.Portal:not(.directlink) > a:before{content: '\f090';}
#top_nav_list > li.Developer > a:before{content: '\f121'; padding-left: 2px; line-height: 47px;}
#top_nav_list > li.Revenue > a:before{content: '\f07a'; padding-left: 2px;}

.pcn-navbar-right { background-color: #404040; color: #fff; font-family: "robotothin"; font-size: 36px; line-height: 80px; margin-bottom: 20px; padding: 0 15px; position: relative; clear: both;}
.pcn-navbar-right a { background: #666 ; color: #fff; float: right; line-height: 80px; padding: 0 20px; position: absolute; right: 0; top: 0;  font-size: 20px; width: 256px; text-align: center;}
.pcn-navbar-right a:before { font-family:'FontAwesome'; display: inline-block; content: '\f08b'; margin-right: 10px;}
.pcn-navbar-right a:hover { background: #999; color: #fff; text-decoration: none;}
.pcn-navbar-right br{display: none;}

.pricing_points { list-style: none; margin: 20px 0 0; padding: 0;}
.pricing_points li { font-size: 13px; min-height: 30px; padding: 0; color: #7a7474;}
.pricing_points li div{height: auto !important;}
.pricingtable { padding: 15px;}
.pricingtable .row{}
.pricingtable .row > div { padding: 0;}
.pricingtable .row .panel {margin-left: -1px; border-radius: 0;}
.pricingtable .row .panel .panel-heading {border-radius: 0;}
.pricingtable .row .panel .panel-body { border-radius: 0;}
.pricingtable .popover-title {font-size: 12px; line-height: 16px;}
.dl-horizontal{ font-size: 14px; }
.dl-horizontal dt { width: 120px; }
.dl-horizontal dd { margin-left: 130px; }

.pricingwrapper{ padding: 5px 0; clear: both;}
.pricing { margin: 40px 0; }
.pricing.two .price-col{width: 49.8%;}
.pricing.three .price-col{width: 33%;}
.pricing.four .price-col{width: 24.85%;}
.pricing.five .price-col{width: 19.8%;}
.pricing.six .price-col{width: 16.5%;}
.price-col{ border-top: 1px solid rgba(0,0,0,0.1); border-bottom: 1px solid rgba(0,0,0,0.1); float: left; margin: 0; text-align: center; vertical-align: middle; -webkit-box-shadow: 0 0 0 1px rgba(255,255,255,0.04); -moz-box-shadow: 0 0 0 1px rgba(255,255,255,0.04); box-shadow: 0 0 0 1px rgba(255,255,255,0.04); z-index:2; /*overflow: hidden;*/}
.price-col:first-child { border-left: 1px solid rgba(0,0,0,0.1); -webkit-border-radius: 5px 0 0 5px; -moz-border-radius: 5px 0 0 5px; border-radius: 5px 0 0 5px;}
.price-col:last-child { border-right: 1px solid rgba(0,0,0,0.1); -webkit-border-radius: 0 5px 5px 0; -moz-border-radius: 0 5px 5px 0; border-radius: 0 5px 5px 0;}
.pricing > .price-col:nth-of-type(2n+2){ -webkit-box-shadow: 0 1px 20px rgba(0,0,0,.075); -moz-box-shadow: 0 1px 20px rgba(0,0,0,.075); box-shadow: 0 1px 20px rgba(0,0,0,.075); position: relative;}
.pricing .price-col:hover, 
.pricing .price-col.focus{ position: relative; overflow: hidden; z-index: 1; -webkit-box-shadow: 0 1px 20px rgba(0,0,0,.15); -moz-box-shadow: 0 1px 20px rgba(0,0,0,.15); box-shadow: 0 1px 20px rgba(0,0,0,.15); }
.pricing .price-col.focus{ -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
.pricing .price-col:hover{ z-index: 4;}
.price-head{ padding: 15px 0; text-align: center; margin-bottom: 0; position: relative; z-index: 0;  line-height: 20px; font-size:18px; font-family: 'robotothin'; min-height: 60px; background: #f6f6f6; border-top: 1px solid rgba(0,0,0,0.1);}
.price-head:before{ width:  1.5em; height: 1.5em; position: relative; background: none; -webkit-border-top-right-radius: 5px; -moz-border-top-right-radius: 5px; border-top-right-radius: 5px; content: ''; position: absolute; bottom: 4px; left: 43%; z-index: -1; -webkit-transform: rotate(-225deg)  translate(0,-80%); -moz-transform: rotate(-225deg)  translate(0,-80%); transform: rotate(-225deg)  translate(0,-80%);}
h3.title > p { font-size: 14px; margin: 10px 0 -10px;}
.price-col.first .call-action{ -webkit-border-radius: 0 0 0 5px; -moz-border-radius: 0 0 0 5px; border-radius: 0 0 0 5px;}
.price-col.last .call-action{ -webkit-border-radius: 0 0 5px 0; -moz-border-radius: 0 0 5px 0; border-radius: 0 0 5px 0;}
ul.feature { margin: 0; float: left; padding: 0;  width: 100%;}
ul.feature > li{ text-align: left; padding: 5px 10px 5px 10%; line-height: 20px; list-style-type: none;}
ul.feature > li i{ margin-right: 10px; font-style: normal;}
.price-tag{ display:block; text-align:center; padding:15px 0; color: #fff; line-height: 24px; position: relative; font-size: 20px; margin-bottom: 0; min-height: 56px; background: #c2510f !important; font-family: 'robotothin';  border-top: 1px solid rgba(0,0,0,0.1);}
.price-tag:before{ position: absolute; left: 50%; bottom: -30px; margin-left: -15px; border: 15px solid transparent; border-top-color: #c2510f; content: ""; z-index: 1; }
.price-tag sup,
.price-tag sub {font-size: 15px}
.call-action{ display: inline-block; padding: 20px;}
.price-col .post ol{ margin: 1em -8px 1em 13px !important; padding-left: 11px !important;}
.tr-item{padding: 4px 0}
.price-col li {margin-bottom: 0;}
.price-col, .price-col:hover{ -webkit-transition:all 0.1s linear; -moz-transition:all 0.1s linear; transition:all 0.1s linear;}
.price-action { display: block; padding: 20px; border-top: 1px solid rgba(0,0,0,0.1); min-height: 90px;}
.price-inner{clear: both;}
.select_sub{}
.pricing.five.select_sub .price-col{width: 16.5%;}
.pricing.five.select_sub .price-col:first-child{width: 33%;}
.pricing.five.select_sub .price-col:first-child .price-tag:before{display: none;}
.pricing.five.select_sub .price-col:first-child .pricing_points{text-align: right; padding-right: 20px;}
.pricing.five.select_sub .price-col .price-head span[style]{font-family: "equiplight",helvetica,verdana,arial,sans-serif;}

.pricingwrapper.home-price .pricing { margin: 0 0 40px 0; }

.pricingwrapper.home-price .pricing .price-tag::before { border-color: #999997 transparent transparent !important; }
.pricingwrapper.home-price .pricing .price-tag { background: #999997 !important; }

.pricingwrapper.home-price .btn-primary { background-color: #999997; border-color: rgba(0, 0, 0, 0.06); color: #fff;}

.pricing.three.select_sub .price-col{width: 30%;}
.pricing.three.select_sub .price-col:first-child{width: 40%;}
.pricing.three.select_sub .price-col:first-child .price-tag:before{display: none;}
.pricing.three.select_sub .price-col:first-child .pricing_points{text-align: right; padding-right: 20px;}
.pricing.three.select_sub .price-col .price-head span[style]{font-family: "equiplight",helvetica,verdana,arial,sans-serif;}
.pricing.three.select_sub .fa { font-size: 18px; color: #999997; }

.uk-shift-top { margin-top: -20px !important; }
.pricing.select_sub .uk-shift-top .price-head{ margin-top: 20px !important; }


/*Login Section Css*/

.loginSection {
/*background: #f8f9fb;
  border: 1px solid #dfdfdf;
  border-radius: 5px;*/
  color: #6b6b6b;
  font-family: "Roboto",sans-serif;
  font-weight: 100;
  /*margin: 100px auto;*/
  overflow: hidden;
  /*padding: 0;*/
  text-align: left;
  padding: 15px;
  /*width: 400px;*/
}

.loginSection .error {
  font-family:"robotothin";
  font-size: 20px;
  line-height: 20px;
  color:#6b6b6b;
  margin:0px 0 20px;
  font-weight:100;
}

 
 
.login_logo {
  color: #fff;
  font-size: 130px;
  padding: 60px 0;
  text-align: center;
  width:50%;
  float:left;
  background:#686868;
  border-radius:5px 0 0;
  position: relative;
  font-family: 'FontAwesome';
}
 
 
.login_logo:before {
  content: '\f090';
}


.loginSection .login_right {
  /*width:50%;*/
  /*padding: 5px 20px 20px;*/
  /*float:left;*/
  /*border-radius:0 5px 0 0;
  background: #f8f9fb ;*/
  max-width: 400px;
}


.loginSection h2{font-size: 20px;}

.loginSection .login_right h2{
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  line-height: 28px;
  font-size: 20px;
  padding: 0 0 5px 0 !important;
  position: relative;
  font-family: "robotolight",sans-serif;
  font-weight: 100;
  margin-top: 0;
  color: #686868;
}


.loginSection .login_right h2:after{
  border-bottom: 1px solid #686868 !important;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  width: 38px;
}

.loginSection .login_right label{
  color: #6b6b6b;
  font-family: "Roboto",sans-serif;
  font-weight: 100;
  text-align: left;
  font-size: 14px;
}

 
.loginSection .username input, .loginSection .password input {
  /*background: #eeeeee ;
  border-radius: 3px;
  padding: 9px 10px;*/
  border: 3px solid rgba(0, 0, 0, 0.15);
  margin-top: 5px;
  width: 100%;
}

.loginSection input.button {
  box-shadow: 0 10px 100px rgba(255, 255, 255, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #949494;
  background-color: #dcdcdc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  display: inline-block;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 19px;
  margin: 0;
  padding: 10px 20px;
  text-decoration: none;
  text-shadow: none;
  font-family: 'Roboto', sans-serif;
  font-weight:400;
}


.loginSection .login_left h2.title { margin: -10px 0; color: #000;}
.loginSection .login_left .message {margin: 15px 0 0;}


.loginSection div.username, .loginSection div.password{margin: 15px 0;}


#right_nav{border:none;}
.gap_sm{padding: 10px 0;}

.page-width.uk-container  .container-fluid{min-height: 500px;}

.dialogintro {
  background: #f6f6f6 ;
  border-radius: 5px;
  border:1px solid #ddd;
  padding: 10px;
}
.dialogintro > img {
  max-height: 25px;
}

.dialoginfo {
  background: #ecfcf4 none repeat scroll 0 0;
  border:1px solid #a2a9b1;
  color: #2222r2;
  padding: 10px;
  border-radius: 5px;
}

.dialogwarning {
  background: #fff1f0 none repeat scroll 0 0;
  border:1px solid rgba(216, 80, 48, 0.3);
  color:#d85030;
  padding: 10px;
  border-radius: 5px;
}

.ui-widget-header {
  background: #eeeeee ;
  border: medium none;
  border-bottom:1px solid #ddd;
}

.ui-tabs {
  padding: 0;
}

.ui-widget {
  font-family: "equiplight",helvetica,verdana,arial,sans-serif;
  font-size: 14px;
}

.ui-tabs .ui-tabs-nav li a em{font-style: normal;}
.ui-tabs .ui-tabs-panel td{font-size: 14px;}

.sidebarnav {
  border-right: 1px solid #dddddd !important;
  margin: 0 0 0 5px;
  padding: 0;
  font-size: 15px;
  font-weight: normal;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 67%, rgba(0, 0, 0, 0.03) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(67%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.03)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 67%, rgba(0, 0, 0, 0.03) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 67%, rgba(0, 0, 0, 0.03) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 67%, rgba(0, 0, 0, 0.03) 100%);
  min-height: 520px;
}

.sidebarnav ul.left-nav > li.header{
  border-bottom: 1px solid #dddddd !important;
  position: relative;
  margin: 20px 0 10px;
}
.sidebarnav ul.left-nav > li.header span {
  margin: 0;
  display: block;
  padding:5px 0;
  font-size: 18px;
  font-family: "robotolight",sans-serif;
  font-weight: 100;
  text-transform: capitalize;
  color: #666666 !important;
}

.sidebarnav ul.left-nav > li.header::before {
  height: 1px;
  background: #c2510f;
  width: 30px;
  bottom: -1px;
  content: " ";
  position: absolute;
  left: 0;
}



.sidebarnav ul.left-nav {
    display: block;
    margin: 0;
    list-style: none;
    padding: 15px 0;
}

.sidebarnav ul.left-nav > li {
    clear: both;
    padding: 1px 0;
}
.sidebarnav ul.left-nav > li > a{
    display: block;
    padding: 5px 10px 5px 15px;
    font-size: 15px;
    color: #c2510f;
    border-radius: 5px 0 0 5px;
    position: relative;
    border:1px solid transparent;
    left: 1px; 
    font-weight: 400;
    line-height: 25px;
    font-family: "equiplight",sans-serif !important;
}
.sidebarnav ul.left-nav > li.active a,
.sidebarnav ul.left-nav > li a:hover,
.sidebarnav ul.left-nav ul > li a:focus {
    border-color: #ddd;
    border-right-color:#fff;
    text-decoration: none;
    outline: none;
    color: #c2510f;
    background: #FFFFFF;
}


.login_page{display: block; margin: -20px 0 -39px; clear: both;}
.leftsidebar {
  float: left;
  width: 241px;
}
.contentsection {
  display: block;
  overflow: hidden;
  padding: 0 15px;
}

#top_nav_list > li.directlink + li:last-child{float:right;}

select, input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], textarea{
  background: #ffffff;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.05);
  color: #7a7a7a;
  height: 32px;
  line-height: 28px;
  margin: 0;
  outline: none;
  padding: 3px 8px 3px;
  display: block;
  font-size: 13px;
  width: 100%;
  font-family: 'equiplight', helvetica, verdana, arial, sans-serif;
}

.btn { 
  padding:4px 12px;
  font-size:13px;
  font-family: "equiplight",helvetica,verdana,arial,sans-serif;
}

/*table select, table input[type="text"], table input[type="password"], table input[type="email"], table input[type="url"], table input[type="tel"], table textarea{width: 100%;}*/

.widget-section{margin-bottom: 15px;}

.bepage-style .widget-section {margin-bottom: 15px;
  border: 1px solid rgba(0,0,0,0.075);
  border-bottom: 1px solid rgba(0,0,0,0.2);
  list-style-type: none;
}

.bepage-style .widget-section h3.module-title {
  margin: 0;
  padding:8px 15px !important;
  font-size: 20px;
  background: rgba(255,255,255,0.1);
  box-shadow: 0 1px 0 #c2510f;
  font-family: 'robotothin';
  color: #c2510f;
  border-bottom: 0px solid rgba(0, 0, 0, 0.1);
}

.bepage-style .widget-section h3.module-title::before {
  border-bottom: 0px solid #c2510f;
  bottom: 0px;
  content: "";
  position: absolute;
  width: auto;
  left: 0;
}


.bepage-style .widget-section .table-responsive {
  background: rgba(0,0,0,0.03);
  margin: 0;
  padding: 15px;
  border-top: 1px solid rgba(0,0,0,0.1);
  line-height: 1.65em;
}

.bepage-style .widget-section .table-responsive .table-bordered {
  border: 0px;
  margin: 0px;
}

.bepage-style .widget-section .table-responsive .table.data-table td {
  border: 0px;
  padding:5px 0px !important; 
}

.bepage-style .widget-section .table-responsive .table.data-table td.mytablesubheader {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}



.mytable{border:1px solid #ddd;/* border-top:1px solid #ddd; border-left:1px solid #ddd; */ margin-bottom: 15px;}
.mytable th,
.mytable td{padding: 8px; /*border-bottom:1px solid #ddd; border-right:1px solid #ddd; */}

.table.data-table th{border-bottom:1px solid #ddd; border-right:1px solid #ddd; background: #eee; padding: 4px 6px !important; line-height:31px; font-size: 14px;}
.table.data-table td{border-bottom:1px solid #ddd; border-right:1px solid #ddd; padding: 4px 6px !important; line-height:28px; font-size: 14px;}

.shipinfo{margin-bottom: 20px; display: table; width: 100%;}
.shipinfo th{border:1px solid #ddd;  background: #eee; padding: 4px 6px; font-weight: bold; vertical-align: top; }
.shipinfo td{ padding: 4px 6px;}

.ui-tabs .ui-tabs-panel { padding: 15px 0; }

/* tabs
========================================================================== */
.uk-tab > li.uk-active > a {
  background: rgba(255,255,255,0.075);
  border-color: rgba(0,0,0,0.1); 
}



.ui-widget-content:not(.ui-datepicker){border:none;}

.ui-tabs .ui-tabs-nav{
  position: relative;
  background: none; 
  border:none;
  border-radius: 0;
  z-index: 1;
  padding: 0;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.04) inset;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  box-shadow: 1px 0 0 rgba(255,255,255,0.1); 
}

.ui-tabs .ui-tabs-nav > li {
  float: left;
  margin-bottom: -1px;
  position: relative;
  margin-left: 5px;
  border: none;
  background: none;
}

.ui-tabs .ui-tabs-nav > li > a{
  text-shadow: none;
  display:block;
  padding:8px 12px;
  border:1px solid transparent;
  border-bottom-width:0;
  color:#c2510f;
  line-height: 22px;
  text-decoration:none;
  border-radius:4px 4px 0 0;
  text-shadow:0 1px 0 #fff;
  text-align: center;
}

.ui-tabs .ui-tabs-nav > li > a:hover, 
.ui-tabs .ui-tabs-nav > li > a:focus {
  background: rgba(0,0,0,0.075);
}


.ui-tabs .ui-tabs-nav > li.ui-state-active > a{
  box-shadow: 0 1px 0 1px rgba(255, 255, 255, 0.04) inset;
  background: rgba(255, 255, 255, 0.075) ;
  border-color: rgba(0, 0, 0, 0.1);
  color: #7a7474;
  background: #fff;
  font-weight: normal;
}


.form-horizontal .form-group{color: #7a7474;}
.form-horizontal .control-label{color: #7a7474; padding-top:2px;}
.form-horizontal select,
.form-horizontal input[type="text"]{width: 100%;}
.form-group { margin-bottom:8px;}

.ui-widget-content a.btn-primary { color: #ffffff; }


.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-size: 13px;
}

.form-inline select, .form-inline input[type="text"], .form-inline input[type="password"], .form-inline input[type="email"], .form-inline input[type="url"], .form-inline input[type="tel"], .form-inline textarea{ display: inline; vertical-align: top; width: auto; }


.support_sub{}
.support_sub .table.table-bordered{border: none;}
.support_sub .table.table-bordered tr{border: none;}
.support_sub .table.table-bordered tr th{border: none; border-top: 1px solid #dddddd; border-right: 1px solid #dddddd; border-bottom: 1px solid #dddddd; text-align: center;}
.support_sub .table.table-bordered tr td{border: none; border-right: 1px solid #dddddd; border-bottom: 1px solid #dddddd;}

.support_sub .table.table-bordered tr td:first-child{border-left: 1px solid #dddddd; text-align: right;}
.support_sub .table.table-bordered tr td[class="mytablesubheader"]:first-child{background: #f6f6f6;}

.support_sub .table.table-bordered form{margin-bottom: 0;}

.support_sub .table.table-bordered tr td.ntb{border-top: none;}
.support_sub .table.table-bordered tr td.nrb{border-right: none;}
.support_sub .table.table-bordered tr td.nbb{border-bottom: none;}
.support_sub .table.table-bordered tr td.nlb{border-left: none;}

.support_sub .table.table-bordered tr td.atb{border-top: 1px solid #dddddd;}
.support_sub .table.table-bordered tr td.arb{border-right: 1px solid #dddddd;}
.support_sub .table.table-bordered tr td.abb{border-bottom: 1px solid #dddddd;}
.support_sub .table.table-bordered tr td.alb{border-left: 1px solid #dddddd;}

.no-margin{margin: 0;}


#dialogwizard-content{overflow: hidden; background: #cccccc;}
#dialogwizard-content > div > a > span, #dialogwizard-content > div > span {
  background: #cccccc;
  color: #686868;
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  padding: 0 5px 0 25px;
  position: relative;
}

#dialogwizard-content > div > a > span:before, #dialogwizard-content > div > span:before {
  content: ' ';
  left: 100%;
  top: 50%;
  border:15px solid transparent;
  border-left-color:#cccccc;
  position: absolute;
  margin-top: -15px;
  z-index: 2;
}

#dialogwizard-content > div > a > span:after, #dialogwizard-content > div > span:after {
  content: ' ';
  left: 100%;
  top: 50%;
  border:16px solid transparent;
  border-left-color:#ffffff;
  position: absolute;
  margin-top: -16px;
  z-index: 1;
}

#dialogwizard-content > div > span[style]{display: none;}
#dialogwizard-content > div > *:first-child > span{padding-left: 15px;}
#dialogwizard-content > div > a > span.wizard_complete{background: #686868; color: #fff;}
#dialogwizard-content > div > a > span.wizard_complete:before{border-left-color: #686868;}
#dialogwizard-content > div > a > span.wizard_on{background: #c2510f; color: #fff;}
#dialogwizard-content > div > a > span.wizard_on:before{border-left-color: #c2510f;}

div[style*="table-row"]{display: block !important;}

#dialogwizard table{width: 100%;}

.form_row{display: table; width: 100%; clear: both;}
.form_row .form_col{ width: 50%; display: table-cell; vertical-align: top; padding: 0 20px 40px 40px;}
.form_row .form_col:first-child{border-right: 1px solid #ddd; padding: 0 40px 40px 20px;}
.accepted_cards{padding: 20px 0 10px;}


.ui-widget-overlay { position: fixed !important; display: none !important;}
body.open-dialog{overflow: hidden;}
.ui-dialog.ui-widget.ui-front.ui-draggable{position: fixed !important; left: 0 !important; margin: 0 !important; top: 0 !important; right: 0 !important; bottom: 0 !important; z-index: 1010; background: rgba(0, 0, 0, 0.5); width: auto !important; overflow: auto;}
.ui-dialog.ui-widget.ui-front.ui-draggable > .ui-dialog-inner{max-width: 800px; margin: 50px auto;  box-shadow: 0 0 10px #666666; position: relative; border-radius: 6px; background: #fff; border: 1px solid #aaaaaa;}



select option{padding: 0;}

.addon-text {line-height: 30px; }

.ex-phone{line-height: 30px;}

#dialogwizard { padding: 15px 0;}

.alert h6.di, .alert > img.image{float: left; margin: 0 10px 0 0;}
.alert .dialogalignworkaround { line-height: 24px; padding-top: 0px; display: block; overflow: hidden; font-size: 13px;}
.alert .dialogalignworkaround p { margin: 0px; }

.table .table{margin: 4px 0;}

.top_nav_device{position: relative; box-shadow: 0 1px 1px #ddd; clear: both; display: none; background: #c2510f; }
.top_nav_device > a {font-size: 0; font-family: 'clear'; background: none; display: block; line-height: 100px; padding: 0; position: relative; text-align: center; text-transform: uppercase; width: 200px; }
.top_nav_device > a:before {content: "\e668"; position: absolute; left: 0; right: 0; text-align: center; top: 0; line-height: 96px; color:#ffffff; font-size: 75px;}
.top_nav_device > a:hover:before {color:#ffffff; }
.top_nav_device > button { background: rgba(255, 255, 255, 0.1); border: none; box-shadow: 1px 1px rgba(255, 255, 255, 0.1) inset; color: #ffffff; font-size: 20px; position: absolute; right: 20px; top: 32px; padding: 10px 14px; }
.top_nav_device > button:hover { color: #ffffff;}
.top_nav_overlay{z-index: 100; position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.2); display: none;}

div.invoice-form input { float:left; margin:2px 3px 2px auto;}
div.invoice-form { padding-bottom:15px;}
.clearfix { clear:both;}

@media (max-width:767px){
/*.loginSection { margin: 20px; padding: 0; position: static; width: auto;}
.login_logo, .login_left, .login_right{ float: none; width: auto; margin-bottom: 20px; clear: both;   0}
.login_logo {background: url("../images/sidebarShadow.png") repeat-y scroll right 0 rgba(0, 0, 0, 0); padding: 65px 0;border-radius: 5px 5px 0 0; border-right: medium none;}
.login_left {padding: 40px;}
.login_right {border-radius: 0 0 5px 5px; padding: 40px; border-bottom: 4px solid #686868; margin-bottom: 0;}
.loginSection .username input, .loginSection .password input { width: 100%;}*/
.login_page .leftsidebar { width: 200px; }
.login_page .leftsidebar .sidebarnav ul.left-nav > li > a { font-size: 14px; line-height: 20px; }
.login_page .contentsection{}
}


@media(max-width: 1280px){
  #top_nav_list > li { width: 20%; }
  #top_nav_list > li.directlink + li:last-child { width: 256px; }
}

@media(min-width: 1021px){
  #top_nav_list.menu3 > li:not(.directlink){width: 26.6667%;}
  #top_nav_list.menu5 > li:not(.directlink){width: 16%;}
  #top_nav_list.menu6 > li:not(.directlink){width: 13.33%;}
}

@media(max-width: 1099px){
  #top_nav_list > li > a { line-height: 30px; padding: 10px 0 5px; text-align: center; min-height: 100px;}
  #top_nav_list > li:not(.directlink) > a::before { display: block; line-height: 51px; margin: 0 auto; text-align: center; top: 0; font-size: 16px; height: 41px; line-height: 41px; width: 41px; }
  #top_nav_list > li.Subscriptions > a::before{ font-size: 16px; }
  #top_nav_list > li.Domains > a::before, #top_nav_list > li.DNS > a::before { font-size: 20px; }
}

@media(max-width: 1020px){
  .uk-container { margin: 0 auto 20px; }
  .pricingwrapper{overflow: auto;}
  .pricingwrapper > .pricing{min-width: 1024px;}
  .top_nav { background: #fff ; border-right: 5px solid #ddd; bottom: 0; left: -260px; overflow: auto; position: fixed; top: 0; width: 256px; z-index: 101; 
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
  }
  
  #top_nav_list{}
  #top_nav_list > li { float: none !important; width: auto !important; }
  #top_nav_list > li > a { border: medium none; line-height: normal; min-height: 50px; padding: 10px; text-align: left; }
  #top_nav_list > li > ul { box-shadow: none; display: block; padding: 10px 15px; position: static; }
  #top_nav_list > li:hover:not(.directlink) > a, #top_nav_list > li.active:not(.directlink) > a {box-shadow: none;}
  #top_nav_list li:hover > ul {box-shadow: none;}
  #top_nav_list > li > ul > li{}
  #top_nav_list > li > ul > li > a{}
  #top_nav_list > li.directlink > a{ text-align: center; }
  #top_nav_list > li.directlink > a::before { font-size: 75px; position: relative; line-height: normal; }
  #top_nav_list > li > ul > li > span::before{display: none;}
  .showmenu .top_nav { left: 0; }
  .showmenu .top_nav_overlay { display: block; }
  .top_nav_device{display: block;}
  #top_nav_list > li:not(.directlink) > a { background: #686868; color: #ffffff; font-size: 16px; line-height: 40px; padding: 5px 15px; }
  #top_nav_list > li:not(.directlink) > a::before{display: none;}
  /*#top_nav_list > li.ClearCenter.Portal:not(.directlink) > a { background: #686868; }
  #top_nav_list > li.ClearCenter.Admin:not(.directlink) > a { background: #686868; }*/
  #top_nav_list > li.ClearCenter.Portal:not(.directlink) > a{border-left:none;}
  #top_nav_list > li.ClearCenter.Admin:not(.directlink) > a{border-left:none;}
}

@media(max-width: 991px){
  #dialogwizard-content > div > a > span, #dialogwizard-content > div > span { font-size: 13px; padding: 0 5px 0 20px; }
  #costcalc{margin-top: 20px !important}
  .content{padding-bottom: 20px}
}

@media(max-width: 767px){
  #footer .footer-body .module { width: 50%; }
  .pcn-navbar-right { font-size: 22px; line-height: 60px; }
  .pcn-navbar-right a { font-size: 0; line-height: 49px; padding: 0; width: 56px; }
  .pcn-navbar-right a::before { font-size: 20px; margin: 3px 0 0;}
  .table-responsive{padding-bottom: 20px;}
  .table-responsive > .table:not(.no-min-width){min-width: 568px;}
  .table-responsive .data-table select { min-width: 150px; }
  .ex-phone{line-height: 46px;}
  .form-horizontal .col-xs-3.col-sm-1[style] {width: 25% !important;}
  .form-horizontal .col-xs-2.col-sm-1[style] {width: 16.6667% !important;}
  .ex-phone{text-align: right; line-height: normal;}
  .addon-text { line-height: 30px; padding: 5px 0 0; text-align: right; }
  h3.module-title { font-size: 22px; }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td{border-bottom: 1px solid #ddd;}
  #dialogwizard { padding: 15px 15px 0 0;}
  #dialogwizard * {overflow: visible;}
  #dialogwizard-content > div > a > span, #dialogwizard-content > div > span { display: block; padding: 0 15px; background: #e6e6e6; border-bottom: 1px solid #fff; }
  #dialogwizard-content > div > a > span::after, #dialogwizard-content > div > span::after{display: none;}
  #dialogwizard-content > div > a > span:not(.wizard_on)::before, #dialogwizard-content > div > span:not(.wizard_on)::before{display: none;}
  .image-noborder { max-width: 70px; }
  .text-center > div[style*="display: inline"] > img.image{margin: 0 !important;}
  div.continue{margin:0 0 15px 0;}
}


@media(max-width: 639px){
}

@media(max-width: 568px){
.login_page { padding-top: 220px;  position: relative; }
.login_page .leftsidebar { float: none; padding-bottom: 30px; width: auto; }
.login_page .leftsidebar .sidebarnav { border-right: none !important; box-shadow:none !important; }
.login_page .leftsidebar .sidebarnav ul.left-nav > li > a { left: 0; border-radius: 5px; }
.login_page .leftsidebar .sidebarnav ul.left-nav > li.active a, .login_page .leftsidebar .sidebarnav ul.left-nav > li a:hover, .login_page .leftsidebar .sidebarnav ul.left-nav ul > li a:focus { border-color: #dddddd; }

.login_page .contentsection{}
.login_page .contentsection .loginSection { left: 0; margin: 0 0 50px; padding: 0; position: absolute; right: 0; top: 30px; }
.login_page .contentsection .loginSection .login_right { max-width: none; }
/*#top_nav_list > li.ClearCenter.Portal:not(.directlink) > a { background: #686868; }
#top_nav_list > li.ClearCenter.Admin:not(.directlink) > a { background: #686868; }*/
.btn + .btn{margin: 2px 0;}
}

@media(max-width: 500px){
  #footer .footer-body .module { width: 100%; }
}

#ipInput{width: 100% !important}

.table .mytablesubheader.text-strong{font-weight: bold; text-align: right;}

.table tr.hidden[style*="table-row"]{display: table-row !important;}

form{margin-bottom: 0;}

.ui-dialog .ui-resizable-se{display: none !important;}

.ui-dialog-titlebar-close { border-radius: 50%;}

.ui-dialog .ui-dialog-titlebar-close { margin-top: -9px !important; right: 10px !important; }

.ui-dialog .ui-dialog-titlebar-close::before { background: rgb(255, 255, 255); border: 1px solid rgb(221, 221, 221); border-radius: 50%; color: rgb(221, 0, 0); content: "x"; height: 24px; left: -5px; line-height: 20px; position: absolute; text-align: center; top: -5px; width: 24px; z-index: 1; }
.ui-dialog .ui-dialog-titlebar-close:hover::before { background: #dd0000; color: #fff; }
.ui-dialog .ui-dialog-titlebar.ui-widget-header{ -moz-border-radius: 6px 6px 0 0; -webkit-border-radius: 6px 6px 0 0; border-radius: 6px 6px 0 0; }
.ui-dialog .ui-dialog-buttonpane{padding-top: 0 !important;}
.ui-dialog-buttonset button{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background:#c2510f;border:1px solid #aa470d;white-space:nowrap;padding:4px 12px;font-size:13px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none; color: #ffffff; cursor: pointer;
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset; }

.ui-dialog-buttonset button:active, .ui-dialog-buttonset button:hover, .ui-dialog-buttonset button.active{
-moz-box-shadow: 0 10px 100px rgba(255, 255, 255, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 10px 100px rgba(255, 255, 255, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: 0 10px 100px rgba(255, 255, 255, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.1); }

select{ -webkit-appearance: none; -moz-appearance: none; appearance: none; padding-right: 20px; line-height: 24px; }
select:not([multiple]){ background-image: url(../images/dd-arrow.png); background-repeat: no-repeat; background-position: right center; }
select:not([multiple]) option{ padding-left: 10px; }
textarea{resize:none; height: auto;}

#newnote{resize:none; margin: 10px 0 15px; min-height: 100px;}

.inline{display: inline-block; margin-right: 10px;}

.color-square {
  border-radius: 2px;
  display: inline-block;
  height: 30px;
  vertical-align: middle;
  width: 30px;
}

.hidden.ui-dialog-content.ui-widget-content{display: block !important;}

.form-control-static{min-height: 0; padding: 0;}

/*.control-label ~ div[class*="col"]{
  line-height: 30px;
}*/
.ui-dialog.ui-widget.ui-front.ui-draggable .ui-dialog-content{padding: 10px;}
.ui-dialog.ui-widget.ui-front.ui-draggable .ui-dialog-content h3.module-title { line-height: 34px; padding: 0 0 3px !important; font-size: 20px;}
.ui-dialog.ui-widget.ui-front.ui-draggable .ui-dialog-content .well, .ui-dialog.ui-widget.ui-front.ui-draggable .ui-dialog-content .alert{padding: 10px;}
.ui-dialog.ui-widget.ui-front.ui-draggable .ui-dialog-buttonpane{margin: 0; padding: 10px;}
.ui-dialog.ui-widget.ui-front.ui-draggable .ui-dialog-buttonpane button{margin: 0;}
.ui-dialog.ui-widget.ui-front.ui-draggable .table{font-size: 13px; margin-bottom: 0;}
.ui-dialog.ui-widget.ui-front.ui-draggable .table th,
.ui-dialog.ui-widget.ui-front.ui-draggable .table td{line-height: 20px;}

.radio.form-inline input[type="radio"]{margin-top: 10px;}
.pcnbutton_icon_add{ min-width: 40px !important; }
.btn ~ input[type="text"], .btn ~ select{vertical-align: middle; height: 28px; padding-top: 1px; padding-bottom: 1px; line-height: 22px;}
.display-none {display: none;}

.img-left{float: left; margin: 0 10px 10px 0;}

.ui-dialog hr{margin: 10px -10px;}

.technical-img {padding-top: 15px;}
.technical-list li {margin-bottom: 8px; margin-top: 8px;}
.margin-top-min {margin-top: -12px;}

a.be_steps {
  z-index: 2;
  display: inline-block;
  position: relative;
}

.build_step {
  display: inline-block;
  width: 130px;
  height: 10px;
  background: #a2a2a2;
  margin: 0 -15px -2px;
  z-index: 1;
}

.build_step.active {
background: #C2510F; 
}

#costcalcitems.table.data-table td {
  line-height: normal;
  font-size: 13px;
}

.checkout-next { padding-bottom:20px; }

.calculator-style {
  background: #F7F7F7;
  border: 1px solid #ECECEC;
  padding: 0;
}

.calculator-style .ui-corner-top {
border-bottom: 1px solid #ECECEC;
}

.calculator-style select {
  padding:0px;
  line-height: 30px;
  border: 0px;
}

.calculator-style .table-bordered {
  border: 0px solid transparent;
  margin: 0;
}

.calculator-style .table-bordered td {
  border:0;
  border-bottom: 1px solid #ECECEC;
}

.calculator-reset {
  padding-top: 10px;
}

.calculator-reset .btn {
  background: #EBEBEB;
  border:1px solid #C8C8C8;
  color: #949494;
}

.calculator-reset .btn:hover {
  box-shadow: 0 10px 100px rgba(255,255,255,0.2) inset, inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.1);
}

.calculator-style .text-center.gap_sm {
  padding: 0px; 
}

.calculator-style .text-center.gap_sm .btn-primary {
  background: #C2510F;
}

#costcalc .btn-primary.back-button {
  background: rgba(194, 81, 15, 0.9);
}

.btn-primary.pcnbutton_icon_cart:after {
  padding-left: 6px; 
  content: "\f07a";
  font-family: FontAwesome;
}

.btn-primary.pcnbutton_icon_next:after,
#costcalc .btn-primary.next-button:after {
  padding-left: 6px; 
  content: "\f061";
  font-family: FontAwesome;
}

.btn-primary.pcnbutton_icon_previous:before,
#costcalc .btn-primary.back-button:before {
  content: "\f060";
  font-family: FontAwesome;
  padding-right: 6px;
}

#costcalc .total-checkout td {
  border-bottom: 0px;
  background:#E5E5E5;
  padding: 8px 6px !important;
}

#costcalc .dl-horizontal dd {
  margin-left: 110px;
}

#costcalc .dl-horizontal dt {
  width: 110px;
  text-align: left;
}

.calculator-style .ui-corner-top td {
  border-bottom: 1px solid #C2510F; 
}

.calculator-style .btn-primary:hover {
  box-shadow: 0 10px 100px rgba(0, 0, 0, 0.2) inset;
}

.calculator-style .subtotal-style {
  font-weight: bold;
  background: #FFF;
}

.calculator-style .edition-select {
  background: #eaeaea; 
}

.calculator-style .toggle_calculator a {
  color: #C2510F;
  display: block;
  font-size: 18px;
}

.calculator-style .fa-angle-double-down:before {
  content:"\f055";
}

.calculator-style .fa-angle-double-up:before {
  content:"\f056";
}

.find_table .table.table-bordered.data-table.dataTable.no-footer
{ width: 99.9% !important; border-bottom: 1px solid #DDDDDD; border-left: 0px; }

.find_table .table.table-bordered.data-table.dataTable.no-footer th,
.find_table .table.table-bordered.data-table.dataTable.no-footer td
{
  border-bottom: 0px solid #ddd;
  border-right: 0px solid #ddd;
  text-align: left;
}

.find_table .table.table-bordered.data-table.dataTable.no-footer td:last-child {text-align: center;}

.find_table .dataTables_wrapper .dataTables_length {
  color: #7a7a7a;
  float: left;
  line-height: 30px;
  width: 14%;
}

.find_table .dataTables_wrapper .dataTables_length label {
  display: flex;
  margin-bottom: 15px;
}

.find_table .dataTables_wrapper .dataTables_length select {
  margin: 0 10px;
}

.find_table .dataTables_wrapper .dataTables_length br {display: none;}

.find_table .dataTables_wrapper .dataTables_filter { color: #7a7a7a; }

.find_table .dataTables_wrapper .dataTables_filter input {background: #ffffff none repeat scroll 0 0;
border: 2px solid rgba(0, 0, 0, 0.1);
border-radius: 3px;
box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.05);
color: #939393;
font-size: 13px;
height: 32px;
line-height: 28px;
margin: 0 0 0 5px;
outline: medium none;
padding: 3px 8px;}

.page-width .find_invoice_style .dataTables_wrapper .dataTables_paginate .paginate_button.current {
background-color: #c2510f;
box-shadow: 0 10px 100px rgba(255, 255, 255, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
color: #ffffff !important;
text-decoration: none;
}

.page-width .find_invoice_style .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #ebebeb none repeat scroll 0 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
  color: #999999 !important;
  display: inline-block;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 19px;
  margin: 0 0 0 5px;
  padding: 10px 20px;
  text-decoration: none;
  text-shadow: none;
}

.page-width .find_invoice_style .dataTables_wrapper .dataTables_paginate { padding-top:15px; }

.page-width .find_invoice_style .dataTables_wrapper .dataTables_info { padding-top: 15px; line-height: 40px; color: #7a7a7a; }

.eval-box { 
  background: -webkit-linear-gradient(left, #B4B4B4, #B4B4B4 8.3%, #F7F7F7 8.3%);
  background: -o-linear-linear-gradient(right, #B4B4B4, #B4B4B4 8.3%, #F7F7F7 8.3%);
  background: -moz-linear-gradient(right, #B4B4B4, #B4B4B4 8.3%, #F7F7F7 8.3%);
  background: linear-gradient(to right, #B4B4B4, #B4B4B4 8.3%, #F7F7F7 8.3%); 
  border:1px solid #E5E5E5; 
  border-bottom: 0px; 
  padding:15px 0;}

.eval-box .col-md-1 { text-align: center; }

.eval-box.last {border-bottom:1px solid #E5E5E5; }

.eval-box h3 { color: #C2510F; margin:0px 0 15px; font-size: 22px; }

.eval-box input[type="radio"] { margin: 0 5px 0 0;  }

.eval-style ol { padding-left: 17px; }

.eval-box .col-md-1:before {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #B4B4B4 transparent transparent;
  border-image: none;
  border-style: solid;
  border-width: 20px 20px 25px 0;
  content: "";
  left: 120%;
  margin-left: -15px;
  position: absolute;
  top: -15px;
  z-index: 1;
}
