a{color:#235a7d ;
text-decoration: none;
}

a:hover {
  color: #23527c;
  text-decoration: underline;
}

b, strong {
  font-weight: 700;
}

#header {
    height: auto !important;
}

#header-title h1 {
    font-family: 'Abel',sans-serif;
    text-transform: none;
    word-spacing: 0px;
    margin: 20px 0 10px 0;
    font-size: 3.2em;
    color: #fff;
}

#header-title h2 {
    font-family: 'Abel',sans-serif;
    text-transform: none;
    word-spacing: 0px;
    margin: 0px 0 10px 0;
    font-size: 1.2em;
    color: #fff;
}

#main_inner h4 {
    font-size: 1.2em;
    padding-bottom: 5px;
    margin-top: 0.95em;
    font-weight: 600;
    border-bottom: 1px dotted #2d718e;
}
.quicklinks ul {
    padding: 0;
    list-style: none;
	
}

.quicklinks ul li {
    padding: 5px 0px;
    border-bottom: 1px solid #ccc;
}

/* Below makes it so Quick links default URLs does not underline, both non-active and hover states */

.quicklinks ul li a {
    color: #01708c;
	text-decoration: none;
}
.quicklinks ul li a:hover {text-decoration: none;}

#adminLef td, #adminLef th {
    padding: 7px;
}

#search-header {
    display: inline-block;
    width: 300px;
    position: absolute;
    right: 10px;
    top: 20px;
}

.ofdPathText {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.dialogButton:hover, .dialogButton:focus, .dialogButton:active{
    background: #004759;
    border-color: #001e26;
}

.dialogButton:hover, .dialogButton:focus {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.dialogButton {
    display: inline-block;
    padding: 6px 12px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    color:white;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
	border-radius: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
	background: #00708c;
    border-color: #004759;
}




/* change header font sizes */ 

h1 small {
	
  font-size: 65%;
  font-weight: 400;
  line-height: 1;
  color: #777;
  
}

h1 {

  font-size: 36px;
  margin: .67em 0;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 1.1; 
}


 h2 {
    font-size: 30px;
  }

.h2, h2 {
  font-size: 30px;
}


h2 .small, h2 small {
  font-size: 65%;
  font-weight: 400;
  line-height: 1;
  color: #777;
}

h3 {
  font-size: 24px;
}

.navbar-mind .nav a {
	
line-height: 34px;
	
}



/*  Added width: 1170px; to the container css to adjust the width of the page in SynaMan. Full CSS is now: */

@media (min-width: 1400px) {
.container {
	width: 1170px;
  }
}


.input-group-addon {
	padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  border: 1px solid #ccc;
}


/* Added well classes in custom.css since bootstrap 5 does not have well css: */

.well {
  min-height: 20px;
  padding: 9px;
  margin-bottom: 20px;
  border-color: #00708c !important;
  background-color: #f4f4f4;
  border: 1px solid;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
  border-color: #00708c;
}

/* Added blockquote since it doesn’t exist. An example of Blockquote showing is on TroubleshootingResults.jsp at the bottom of the page
*/

blockquote {
  border-color: #00708c;
  border-bottom-color: rgb(0, 112, 140);
  border-bottom: solid 1px #00708c;
  background-color: #f1f1f1;
  overflow: hidden;
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
  border-left-color: #00708c;
}



/*  Added the below css to change font color for forms (background text like, LoginID/Email in the login page) */

.form-control::placeholder {
  color: #999;
  opacity: 1;
}


/*   form-horizontal classes in .css:  */

.form-horizontal .form-group {

  margin-right: -15px;
  margin-left: -15px;
	 
 }
 
 
.form-horizontal .control-label {
	 
	 padding-top: 7px;
	 margin-bottom: 0;
	 text-align: right;
	 
 }
 
 /*  Change the border to be cornered (not round) for dropdown form menus, and also set correct font size and color */
 
 .form-select {
	 border-radius: 0px;
	 font-size: 14px;
	 color: #555;
 }
 
 
 .radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}



/*  Center the "Secure Connection" email option in SynaMan for bootstrap 5  */

@media (min-width: 768px) {
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
}

/* Added CSS to match the config tabs with older SynaMan: */

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #00708c;
  border-top: solid 3px #00708c;
  border-radius: 0px;
}

/* below makes it so navigation tabs do not get underlined when hovering over it */

 .nav-tabs li a:hover, .nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
    padding-right: 25px;
    padding-left: 25px;
    text-decoration: none;
  }



/* Added panel classes since they don't exist in bootstrap 5.
Added .panel-primary class in CSS to have the quick links sidebar have border color */


.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}


/* Added .panel-success and warning class in CSS to have the support contract and auto renew panels border color */

.panel-success {
  border-color: #0b9a00;
  border-radius: 0px;
}

.panel-warning {
  border-color: #f89e01;
  border-radius: 0px;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}


.panel-primary {
  border-radius: 0px;
  border: 1px solid;
  border-color: #00708c;
}




/* class checkbox so that hovering over the URLS in non-nav tabs will underline */

.checkbox a:hover {
  color: #23527c;
  text-decoration: underline;
}


/* Added btn classes to match with old */


.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn.focus, .btn:focus, .btn:hover {
  text-decoration: none;
}
 
.btn {
	
border: 1px solid transparent;
font-weight: 400;
text-align: center;
white-space: nowrap;
cursor: pointer;
border-radius: 0px;
transition: all .25s ease;
font-size: 14px;
}

.btn-default {
  background-color: #fff;
  border-color: #ccc;
}

.dialogButton {
  display: inline-block;
  padding: 6px 12px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  color: white;
  white-space: nowrap;
  vertical-align: middle;
}
/* Added btn-submit. These buttons are used in letsencrypt pages.*/

.btn-submit {
  background-color: #f4f4f4;
  border-color: #ccc;
}


.btn-submit:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-group-sm > .btn, .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}


.btn-warning {
	
	color: white;
	
}

.btn-warning:hover {
  color: white;
  background-color: #de8d01;
  border-color: #be7901;
}

/*  Modify checkboxes to align correctly */ 

.checkbox label, .radio label {
  min-height: 30px;
  padding-left: 0px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}




/* Added forms css to make it work */ 

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
 
 .form-group {
	 
	 margin-bottom: 15px;
 }
 
 
  /*
 * center the checkboxes for security tab configuration in SynaMan for bootstrap 5
 */

@media (min-width: 768px) {
  .col-sm-offset-3 {
    margin-left: 25%;
  }
}


  /*
 * adjusted the parameter names in HTTP Proxy Configuration section so it aligns correctly
 */

@media (min-width: 768px) {
  .col-sm-2 {
    width: 16.66666667%;
  }
}


  /*
 * adjust the spacing between each line for checkboxes for security tab configuration in SynaMan for bootstrap 5
 */
 
 
@media (min-width: 576px) {
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}


  /*
 * adjust the save button for the HTTP Proxy configuration section in SynaMan for bootstrap 5
 */
 

@media (min-width: 768px) {
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
}


 /*
 * center the checkboxes for Recycling Bin configuration in SynaMan for bootstrap 5
 */

@media (min-width: 768px) {
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
}

 /*
 * Set width of the text and align the "Single-Click Enabling" option to the right in Recycling Bin for bootstrap 5
 */
 
 @media (min-width: 992px) {
  .col-md-3 {
    width: 25%;

  }
}

/* Align Tutorial Video section for new users in WatchUserVideoHolder.jsp for bootstrap 5 */

@media (min-width: 992px) {
  .col-md-offset-2 {
	margin-left: 16.66666667%;
  }
}



@media (min-width: 992px) {
  .col-md-offset-3 {
    margin-left: 25%;
  }
}

/*
 * Align the "Proceed" button in the renewal page for SynaMan
 */


@media (min-width: 992px) {
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
}


/*
 * Set width of the text and align the "Single-Click Enabling" option to the right in Recycling Bin for bootstrap 5
 */

@media (min-width: 992px) {
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
}


/* Added .label class so buttons like "payment" show correctly. Font-weight is added so the labels are bolded correctly */

.label {
  border-radius: 0;
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}

/* Added label class so fields like File Name: in AccessLogs.jsp show up bolded  */

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

.control-label {
	  font-weight: 700;
}


.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* Added pre class so fields Usage tip in LetsEncryptDNS.jsp show up correctly  */

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}


/* Added code class so the red text shows correctly  */

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}


/* css for the date for viewing older files  */

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}






/* changes the quickshare link URL to grey so it appears to not be modifiable  */

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

/* changes the text area to match the number of rows its set to (examples are in Support.jsp, and Antivirus.jsp)  */

textarea.form-control {

  height: 100%;
}