﻿/*  #contentHeaderRight .button-blue {
    margin-right: 10px;
    position: relative;
    top: 35px;
  }

  #contentHeaderRight span {
    vertical-align: middle;
    padding-right: 18px;
    position: relative;
    top: 40px;
  }*/

.selected {
    background-color: #f3f3f3;
}

.fmgrRubberBand{
    position:absolute;
    background:rgba(255,250,245,.5);
    border:1px solid #ccc;
    z-index:99999;
}

.ui-selected{
background-color:#e4e4e4 !important;
   
}

.drag {
  opacity:0.4;
}

*[draggable=true] {
  -moz-user-select:none;
  -khtml-user-drag: element;
  cursor: move;
}

*:-khtml-drag {
  background-color: rgba(238,238,238, 0.5);
}


.policyAction {
  display: inline;
  float: right;
  padding-left: 12px;
}

#policyDetailsHeader {
  margin: 5px 0 0 5px;
  width: 99.3%;
  color: #333;
}

#policyDetailsHeaderPartner {
  margin: 0px 0 0 4px;
  width: 99%;
  color: #333;
  min-width: 962px;
}

#policyName,
#policyDetails,
#policyDetailsPartner,
#policyType,
#policyLastUpdate {
  clear: both;
}

#policyName,
#policyDetails,
#policyType {
  height: 30px;
}


#policyNameText {
  margin-bottom: 10px;
}

#policyDescriptions {
  margin: 0 5px 3px 13px;
  padding: 15px;
}

#policyReset {
  cursor: pointer;
}

#policyNameLabel,
#policyDescriptionLabel,
#policyTypeLabel,
#policyLastUpdatedLabel {
  min-width: 155px;
  clear: left;
}

#policyNameLabel,
#policyNameText,
#policyNameCopyLink,
#policyNameRevertSettingsLink,
#policyDescriptionLabel,
#policyDescriptionText,
#policyTypeLabel,
#policyTypeText,
#policyLastUpdatedLabel,
#policyLastUpdatedText {
  float: left;
  display: inline;
}

.policyLabelWidth {
	min-width: 175px!important;
}

  #policyDescriptionText input[type='text'] {
    min-width: 540px;
  }

#selectedPolicyName {
  width: 50%;
  float: left;
  display: inline;
  margin-left: 15px;
  margin-top: 10px;
  height:1.2em;
}

#policySubmit {
  display: inline;
  float: right;
  margin-right: 10px;
  width: auto;
}

#policyNameCopyLink,
#policyNameRevertSettingsLink {
  margin-left: 10px;
}

#content .policiesHeading,
#content .accordion-heading {
  background: #D3D3D3;
}

.policyContentMin {
  min-width: 960px;
}

.policyContentMinTranslation {
  min-width: 1115px;
}

.policySandboxTable {
  width: 510px;
  min-width: 510px;
  max-width: 510px;
}

.policySandboxTableTrans {
  width: 630px;
  min-width: 630px;
  max-width: 630px;
}

/*Fixing overflow issue caused by min-width for tab wrapping*/
@media screen and (max-width: 1260px) {
  .accordion-heading,
  .accordion-body {
    width: 98.5%!important;
  }
}

#policySettings {
  margin: 7px 0 0 15px;
	/*padding-bottom: 20px;*/
}

.fullWidthPolicies {
  width: 98%;
}

#content .accordion-group {
  margin-bottom: 2px;
}

#content .accordion-inner {
  background-color: #f5f5f5;
  border-style: none;
  margin-bottom: 1em;
  margin-top: 0;
  padding: 20px 12px;
}

.policySectionHeading {
  background: #D3D3D3;
  margin-left: 1em;
  margin-top: 10px;
  width: 95%;
  padding: 0.75em 1em;
}

.accordionFirewall {
 margin-top: 20px;
}

.accordionActive {
  background-image: url(../images/arrow-down.png);
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: auto;
  text-indent: 25px;
  cursor: pointer;
  /*margin-left: 10px;*/
  margin-right: 15px;
}

.accordionInactive {
  background-image: url(../images/arrow-right.png);
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: auto;
  text-indent: 25px;
  cursor: pointer;
  /*margin-left: 10px;*/
}

.policySectionOpen {
  background: url("../images/arrow-down.png") center no-repeat;
  background-color: #ffffff;
  border-radius: 12px;
  display: inline-block;
  height: 24px;
  width: 24px;
  vertical-align: middle;
  position: relative;
  top: -2px;
	margin-right: 2px;
}

.policySectionClosed {
  background: url("../images/arrow-right.png") center no-repeat;
  background-color: #ffffff;
  border-radius: 12px;
  display: inline-block;
  height: 24px;
  width: 24px;
  vertical-align: middle;
  position: relative;
  top: -2px;
	margin-right: 2px;
}

.sectionFirewall {
    width: 100%;
    padding: 1em;
    margin: 0 20px 0 0;
}

.policySectionHeadingTitle {
  position: relative;
  top: -6px;
}

.policyFieldset {
  background-color: #f5f5f5;
  border-style: none;
  margin-bottom: 1em;
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 0;
  width: 95%;
}

#defaultPolicyNotificationWrap {
  margin: 0 15px;
  padding: 10px;
}

  #defaultPolicyNotificationWrap img,
  #defaultPolicyNotificationWrap span {
    vertical-align: middle;
  }

.policy_div {
  background-color: #ffffff;
  color: #000000;
  cursor: pointer;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-top: 4px;
}

.policy_div_selected {
  background-color: #0094ff;
  color: #ffffff;
  cursor: pointer;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-top: 4px;
}

.tabs {
  float: none;
  list-style: none;
  position: relative;
  padding: 0;
  height: 31px;
}

.tabs-modal {
  width: 100%;
  float: none;
  list-style: none;
  padding: 0;
  height: 31px;
  margin-top: 10px;
}

  .tabs ul,
  .tabs-modal ul {
    list-style-type: none;
    text-indent: 0;
  }

  .tabs li,
  .tabs-modal li {
    float: left;
  }

  .tabs li,
  .tabs-modal li {
    display: block;
    padding: 5px 15px;
    border-radius: 3px;
    color: #4a4a4a;
    font-size: 13px;
    font-weight: normal;
    font-family: 'Open Sans',Arial,sans-serif;
    background: #fefefe;
    cursor: pointer;
    position: relative;
    top: 0px;
    border: 1px solid #e3e1e1;
    border-bottom-color: #c1baba;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 2;
  }

    .tabs li:hover,
    .tabs-modal li:hover {
      background: rgb(233,233,233);
    }

    .tabs li.active,
    .tabs-modal li:active {
      background: #E4E4E4;
      border-color: #D3D3D3;
      border-bottom: 1px solid #E4E4E4;
      border-top-right-radius: 3px;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 0px;
      border-bottom-left-radius: 0px;
    }


.tabLinks {
  margin-bottom: 15px;
  text-align: center;
}

/*table.tableRules {
  width: 98.5%;
  text-align: left;
  color: #606060;
  border-color: #EFEFEF;
  border-width: 2px;
  border-style: solid;
  margin-top: 10px; 
}

table.tableRules thead th {

}*/

.button-green,
.button-red,
.button-apply,
.button-mixed,
.button-green-selected,
.button-red-selected,
.button-apply-selected,
.button-mixed-selected,
.button-red-temp,
.button-red-selected-temp {
  border-style: solid;
  border-width: 1px;
  border-color: #d4d4d4;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 0 #d4d4d4;
  color: #4b4b4b;
  font-size: 13px;
  font-family: 'Open Sans',Arial,sans-serif;
  width: auto;
  min-width: 90px;
  max-width: 215px;
  height: auto;
  min-height: 26px;
  max-height: 40px;
  padding: 0px 15px;
  display: inline;
  word-wrap: break-word;
  outline: none; 
}

.button-green,
.button-green-selected, 
.button-mixed {
  border-radius: 4px 0px 0px 4px;
}

.button-red,
.button-red-selected{
  /*border-radius: 0px;*/
  border-radius: 0px 4px 4px 0px;
  margin: -5px;
}

.button-apply,
.button-apply-selected {
  border-radius: 0px 4px 4px 0px;
}

.button-mixed-selected {
	border-radius: 4px 4px 4px 4px;
}

.button-red-temp,
.button-red-selected-temp{
  border-radius: 0px 4px 4px 0px;
  margin: -5px;
}

.button-green:hover,
.button-red:hover,
.button-apply:hover,
.button-mixed:hover,
.button-red-temp:hover {
  background-color: #f3f3f3;
}

.button-green-selected,
.button-red-selected,
.button-apply-selected,
.button-mixed-selected,
.button-red-selected-temp {
  font: "Open Sans", 12px, normal, #FFFFFF;
  color: white;
  text-shadow: 0px 1px 1px rgba( 0, 0, 0, .33);
}

.button-green:active,
.button-red:active,
.button-apply:active,
.button-mixed:active,
.button-green-selected,
.button-red-selected,
.button-apply-selected,
.button-mixed-selected,
.button-red-temp,
.button-red-temp:active,
.button-red-selected-temp
.button-red-selected-temp:active {
  border: 1px solid rgba(0, 0, 0, 0.22);
}

/*.button-green:active,*/
.button-green-selected {
  background-color: #6BBD65;
  color: white;
}

.button-green-selected:disabled {
  background-color: rgba(107,189,101, 0.5);
  cursor: default;
  box-shadow: none;
}

.button-green-selected {
  box-shadow: inset 0px 0px 10px 0px #2F8A2F;
}

.button-green:active {
  box-shadow: 0 1px 0 #d4d4d4;
}

/*.button-red:active,*/
.button-red-selected,
.button-red-selected-temp {
  background-color: #CE5252;
  color: white;
}

.button-red-selected:disabled,
.button-red-selected-temp:disabled {
  background-color: rgba(206,82,82,0.5);
  cursor: default;
  box-shadow: none;
}

.button-red:active,
.button-red-temp:active {
  box-shadow: 0 1px 0 #d4d4d4;
}

.button-red-selected,
.button-red-selected-temp {
  box-shadow: inset 0px 0px 10px 0px #983D3E;
}

.button-apply:active,
.button-mixed:active,
.button-apply-selected,
.button-mixed-selected {
  background-color: #a1a1a1;
  color: white;
}

.button-apply-selected,
.button-mixed-selected {
  box-shadow: inset 0px 0px 10px 0px #848484;
}

.button-apply-selected:disabled {
  background-color: rgba(161,161,161, 0.5);
  cursor: default;
  box-shadow: none;
}

.button-mixed-selected:disabled {
  background-color: #a1a1a1;
  cursor: default;
  box-shadow: none;
}

.button-apply:active,
.button-mixed:active {
  box-shadow: 0 1px 0 #d4d4d4;
}

.button-green:disabled,
.button-red:disabled,
.button-apply:disabled,
.button-mixed:disabled,
.button-red-temp:disabled {
  border: 1px solid rgba(0,0,0,.17);
  border-radius: 4px;
  background-clip: padding-box;
  background-color: #f3f3f3;
  cursor: default;
  color: rgba(0,0,0,.5);
  box-shadow: none;
}

.green-label {
	color: #6BBD65;
	font-weight: bold;
	cursor: default;
}

.red-label {
	color: #CE5252;
	font-weight: bold;
	cursor: default;
}

.gray-label {
	color: #a1a1a1;
	font-weight: bold;
	cursor: default;
}

hr.policiesContentHR {
  margin: 5px 0px;
  padding-right: 0px;
}

hr.policiesContentHRFull {
  margin: 10px -20px 20px;
  padding-right: 0px;
}

hr.policiesHRFullRight {
  margin: 5px 0px -60px;
  padding-right: 0px;
}

.ui-tooltip {
 position: absolute; 
    top: 100px; left: 100px;
  max-width: 800px !important;
  width: auto !important;
	padding: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 85%;
	}

.tab-content-status {
  float: left;
  margin-left: 15px;
  margin-top: -5.5px;
  padding-top: 5px;
}

.tab-content-note {
  margin-top: 5px;
  color: #999;
}

.float-packers {
  width: 325px;
  float: left;
}

.float-packers-lg {
	width: 350px;
	float: left;
}

.tab-status-bg {
  width: 100%;
  background-color: #E4E4E4;
  border: 1px solid #e3e2e2;
  padding-top: 9px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 4px;
  margin-top: -23px;
  margin-left: -20px;
}

.tab-selected-bg {
  position: relative;
  width: 100%;
  height: 25px;
  background-color: #E4E4E4;
  border: 1px solid #e3e2e2;
  padding-top: 9px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 4px;
  margin-top: -23px;
  margin-left: -20px;
  z-index: 1;
}

.tab-selected-bg-bottom {
  position: relative;
  width: 100%;
  height: 25px;
  background-color: #E4E4E4;
  border: 1px solid #e3e2e2;
  padding-top: 9px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 4px;
  margin-top: -23px;
  margin-left: -20px;
  margin-bottom: 15px;
  z-index: 1;
}

.tab-selected-bg-modal {
  position: relative;
  width: 100%;
  height: 25px;
  background-color: #E4E4E4;
  border: 1px solid #e3e2e2;
  padding-top: 9px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 4px;
  margin-top: -23px;
  margin-left: -10px;
  margin-bottom: 15px;
  z-index: 1;
}

.tab-selected-bg-modal-scroll {
  position: relative;
  width: 98%;
  height: 25px;
  background-color: #E4E4E4;
  border: 1px solid #e3e2e2;
  padding-top: 9px;
  padding-bottom: 4px;
  margin-top: -8px;
  margin-bottom: 15px;
  padding-right: 12px;
  z-index: 1;
}

.tab-content {
  float: none;
  list-style: none;
  position: relative;
  padding: 15px 20px;
  border: 1px solid #D3D3D3;
  border-top-color: #d4d4d4;
  border-radius: 3px;
  border-top-left-radius: 0px;
  /*display: table; does expand for IE 10 but made table view not same as original */
}

.tab-content-margin-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.tab-content-margin-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.tab-content-top-20 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.tab-content-top-30 {
  margin-top: 30px;
}

.tab-content-bottom-30 {
  margin-top: 15px;
  margin-bottom: 30px;
}

.tab-marginBottom-30 {
  margin-bottom: 30px;
}

.tab-marginBottom-20 {
  margin-bottom: 20px;
}

.tab-content-left {
  float: left;
  width: 16%;
  max-width: 170px;
  /*margin-right: 20px;*/
}

.tab-content-right,
.tab-content-left,
.float-left {
  float: left;
}

.tab-content-right-report {
  float: left;
  margin-left: 20px;
}

.tab-content-right-width {
  float: left;
  width: 75%;
}

.tab-content-left-sm {
  float: left;
  width: 11%;
  /*margin-right: 20px;*/
}

.tab-content-left-lg {
  float: left;
  width: 15%;
}

.tab-content-right-lg {
  float: left;
  width: 45%;
}

.tab-content-left-rules {
  float: left;
  width: 25%;
  /*max-width: 170px;*/
  /*margin-right: 20px;*/
}

.tab-content-half-right {
  width: 78%; 
  float:right;
}

.tab-content-left-30 {
  float: left;
  width: 30%;
}

.tab-content-right-65 {
  margin-left:10px;
  float: left;
  width: 65%;
}

.tab-content-half {
  width: 45%; 
  float:left;
}

.tab-content-text-input {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

.tab-content-text {
  float: left;
  margin-right: 20px;
  margin-top: 4px;
}

.tab-content-port {
  margin-bottom: 20px;
}

.tab-content-spacing-level1 {
  height: 20px;
  padding-top: 5px;
  padding-bottom: 10px;
}

.tab-content-modal {
  float: none;
  list-style: none;
  padding: 15px 10px;
  border: 1px solid #e3e2e2;
  border-top-color: #d4d4d4;
  border-radius: 3px;
  margin-bottom: 10px;
}

.tab-content-cell-main {
  display: inline-block;
  vertical-align: middle;
  line-height: 14px;
}

.tab-content-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-left: 5px;
}

.tab-content-cell-left {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.tab-content-cell-right {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  width: 83%;
  padding-left: 10px;
}

.tab-block-link {
  display: inline-block;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
  border-radius: 1px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 3px solid #ddd;
  height: 18px;
}
/*.nav-tabs.nav-justified > li {
  margin-bottom: 5px;
  text-align: center;
}*/
/*.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}*/
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  /*border-radius: 4px;*/
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}


#tableSBPrivatePresets.formatHTML5 tr:nth-child(even) {
    background-color: #fff !important;
}

.shaded-row {
  background-color: #e4e4e4 !important;
}

.policies-exchange-input {
  width: 100%;
  height: 25px;
  margin-right: 20px;
  max-width: 453px;
}

.policies-table-container {
  width: 100%;
  min-width: 260px;
}

  .policies-table-container > div {
    width: 95%;
  }


.policies-table-container > div:nth-child(2){
  width: 100%;
  /*max-width: 460px;*/
  min-width: 252px;
  height: auto;
  max-height: 300px;
  overflow-y: auto;
  margin-bottom: 15px;
}

  .policies-table-container > div:first-child > input[type="text"] {
    width: 100%;
    height: 25px;
    margin-right: 20px;
    max-width: 453px;
    /*min-width: 252px;*/
  }

input[type="text"]:disabled {
  color: rgba(75,75,75,.5);
}


.policiesTable {
  border: 1px solid #d6d6d6;
  empty-cells: show;
  width: 100%;
  /*margin-top: 15px;*/
  max-width: 460px;
  min-width: 252px;
}

.policiesTable tr {
  height: 25px;
}

.policiesTable td:first-child {
  width: 70%;
  text-align: left;
  padding-left: 5px;
  padding-top: 5px;
}

.policiesTable td:nth-child(2) {
  width: 10%;
  text-align: left;
  padding-left: 5px;
}

  .policiesTable tbody tr td input[type="text"] {
    width: 95%;
    background-color: transparent;
    border: none;
  }

  .policiesTable tbody tr td input[type="text"]:focus {
    border: 1px solid #d6d6d6;
  }

  /* Firewall table */
.policiesTableFW {
  border: 1px solid #d6d6d6;
  empty-cells: show;
  width: 100%;
}

.policiesTableFW tr th{
  height: 25px;
  font-style: normal;
  padding: 5px;
  text-align: left;
  vertical-align: middle;
}

.policy_delete_img {
  vertical-align: middle; 
}

.policy_delete_img:hover {
  cursor: pointer;
}

.policy_delete_img:disabled {
  cursor: default;
}

  .exceptionTable {
  /*.exceptionTable {
    empty-cells: show;
    width: 100%;
    text-align: left;
    border-color: #EFEFEF;
    border-width: 2px;
    border-style: solid;
  }

  .exceptionTable tr {
    height: 25px;
  }

  .exceptionTable tr th{
    padding-top: 5px;
    font-weight: normal;
    text-align: left;
    height: 25px;
    font-style: normal;
  }

  .exceptionTable td:first-child {
    width: 70%;
    text-align: left;
    padding-left: 5px;
    padding-top: 5px;
  }

  .exceptionTable td:nth-child(2) {
    width: 10%;
    text-align: left;
    padding-left: 5px;
  }

  .exceptionTable tbody tr td input[type="text"] {
    width: 95%;
    border: 1px solid #d6d6d6;
  }

.indent {
  padding-left: 16px;
  text-indent: 0px;
}

.dropdown-menu-form ul {
  padding: 5px 10px 0;
  max-height: 400px;
  /*  max-width: 600px;*/
  overflow-y: scroll;
}

/*.dropdown-locations li li {
  display: inline-block;
  color: red;
}*/

.horizontal {
  float: left;
  padding: 10px;
  height: 100%;
}

.horizontal-cf {
  float: left;
  width: 40%;
  height: 100%;
  /* border: 1px solid gray;*/
}

.horizontal-url-left {
  float: left;
  padding: 10px;
  height: 100%;
  width: 60%;
}

.horizontal-url-right {
  float: left;
  padding: 10px;
  height: 100%;
  width: 15%;
}

/* Accordion Override */
#content .accordion-group {
  border: none;
}

  #content .accordion-group:last-of-type {
    border-bottom: none;
  }

#content .accordion-inner.panel-body > div:first-of-type {
    margin: 0 26px;
}

#content .accordion_head {
  padding-top: 0;
  padding-right: 5px;
}

#content .accordion-heading h3 {
  font-weight: normal;
  /*font-weight: 600;*/
  position: relative;
  top: 2px;
}

#policiesSidebarSubheading {
  padding-bottom: 5px;
  border-bottom: 1px solid black;
}

img#addNewPolicy {
  float: right;
}

/* Tooltipper Styles */
.tooltipper_input_wrap {
  margin: 0 auto;
  padding: 5px;
}

  .tooltipper_input_wrap label {
    float: left;
    margin-bottom: 5px;
  }

  .tooltipper_input_wrap input[type="text"] {
    float: left;
    clear: left;
    width: 95%;
  }

.policyNameErrorContainer {
    height: 15px;
}

#policyNameErrorContainerEdit {
    height: 12px;
    margin-left: 150px;
}

#txtPolicyNameError {
  margin-left: 5px;
}

select#globalOptionSelect {
  margin-left: 25px;
}

.container {
  width: 100%;
}

.ui-spinner {
  width: 4em;
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #999;
  /*background: #FEFEFE url(images/spinner-bg.gif) repeat-x left bottom;*/
  padding: 0 5px;
}

.ui-spinner-disabled {
  background: #F4F4F4;
  vertical-align: middle;
  /*color: #CCC; */
}

.ui-spinner-box {
  width: 80%;
  height: 100%;
  float: left;
  font-size: 125%;
  border: none;
  background: none;
  padding: 0;
}

.ui-spinner-up,
.ui-spinner-down {
  width: 20%;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  z-index: 100;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  right: 0;
  cursor: default;
  border: 1px solid #999;
  border-right: none;
  border-top: none;
}

.ui-spinner-down {
  bottom: 0;
  border-bottom: 0;
}

.ui-spinner-pressed {
  background: #FEFEFE;
}

.ui-spinner-list,
.ui-spinner-listitem {
  margin: 0;
  padding: 0;
}

.grid-general-url {
  border: 1px solid gray;
  empty-cells: show;
  width: 70%;
  padding-left: 5px;
}

  .grid-general-url td:first-child {
    border: 1px solid gray;
    width: 5%;
  }

  .grid-general-url td:nth-child(2) {
    border: 1px solid gray;
    width: 35%;
    padding-left: 5px;
  }

  .grid-general-url td:nth-child(3) {
    border: 1px solid gray;
    width: 35%;
    padding-left: 5px;
  }

  .grid-general-url tr {
    height: 25px;
  }

  .grid-general-url th {
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    vertical-align: middle;
    text-align: left;
    padding-left: 5px;
  }


.grid-av-exception {
  border: 1px solid gray;
  empty-cells: show;
  width: 80%;
  padding-left: 5px;
}

  .grid-av-exception td:first-child {
    border: 1px solid gray;
    width: 5%;
  }

  .grid-av-exception td:nth-child(2) {
    border: 1px solid gray;
    width: 35%;
    padding-left: 5px;
  }

  .grid-av-exception td:nth-child(3) {
    border: 1px solid gray;
    width: 25%;
    padding-left: 5px;
  }

  .grid-av-exception td:nth-child(4) {
    border: 1px solid gray;
    width: 30%;
    padding-left: 5px;
  }

  .grid-av-exception tr {
    height: 25px;
  }

  .grid-av-exception th {
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    vertical-align: middle;
    text-align: left;
    padding-left: 5px;
  }

.grid-cf-exceptions {
  border: 1px solid gray;
  empty-cells: show;
}

  .grid-cf-exceptions tr {
    height: 25px;
  }

  .grid-cf-exceptions td:first-child {
    border-right: 1px solid gray;
    width: 10%;
    text-align: left;
    padding-left: 5px;
  }

  .grid-cf-exceptions td:nth-child(2) {
    border-right: 1px solid gray;
    width: 70%;
    text-align: left;
    padding-left: 5px;
  }

  .grid-cf-exceptions th {
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    vertical-align: middle;
    text-align: left;
    padding-left: 5px;
  }

.exceptions-cf {
}

#contentVirusVaultLimitSize {
  width: 90%;
  border: 1px solid gray;
  display: block;
  text-align: center;
  padding: 10px;
}


#contentCBVirusVaultLimitSize {
  width: auto;
  z-index: 30;
  margin: -7px 0px 0px 20px;
  position: absolute;
  background-color: #FFFFFF;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
}


#virusVaultAutoDeletion {
  width: 90%;
  height: 73px;
  padding: 0 10px;
  border: 1px solid gray;
  display: block;
  text-align: right;
  margin-top: 10px;
}


#contentCBAutoDeletion {
  width: auto;
  z-index: 30;
  margin: 17px 0px 0px 20px;
  position: absolute;
  background-color: #FFFFFF;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
}

.div-spacing {
  margin: 5px 0px 5px 0px;
}

.general-proxy {
  width: 100%;
  display: block;
  text-align: left;
  padding: 10px;
  margin: 10px 0px 20px 10px;
}

#rbProxyManualContent {
  width: auto;
  height: auto;
  z-index: 80;
  margin: -20px 0px 0px -5px;
  position: absolute;
  background-color: #f5f5f5;
  vertical-align: middle;
}

#rbProxyAutoContent {
  width: auto;
  height: auto;
  z-index: 10;
  margin: -20px 0px 0px -5px;
  position: absolute;
  background-color: #f5f5f5;
  vertical-align: middle;
}

input[type="radio"] {
  margin-top: -1px;
  vertical-align: middle;
}

#divFrequency {
  float: left;
  width: 20%;
  min-height: 180px;
}

#olbScheduleContent {
  width: auto;
  float: left;
  min-height: 125px;
  min-width: 620px;
  border: 1px solid grey;
  padding: 10px;
  margin-top: 16px;
}

.selectedServer {
  width: 100%;
  background-color: #B0E2F5;
}

.selected_exception {
  background-color: #B0E2F5 !important;
}

.unSelectedServer {
  width: 100%;
  background-color: grey;
}

table.formatHTML5 tr.removeSelected {
  background-color: #7FCEFF;
}

#ri_consent_message {
  resize: none;
  width: 500px;
}

#ri_consent_timeout {
  width: 60px;
}

#rbgColorQuality {
  margin-bottom: 10px;
  margin-top: 10px;
}

.riSettingsAlign {
  margin-left: 10px;
  margin-top: 15px;
}

.riConsentSettingsAlign {
  margin-left: 24px;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}

#ritPerformanceOptions {
  width: auto;
  margin-bottom: 10px;
  margin-top: 10px;
}

#rSettings {
  padding-top: 10px;
}

  #rSettings span {
    margin-bottom: 10px;
  }

.margin-top10 {
  margin-top: 10px;
}

#settingsOnlineBackupContent {
  height: auto;
}

#settingsGeneralContent {
  height: auto;
}

.legendBottom__general_settings {
  background: none repeat scroll 0 0 #f5f5f5;
  border: medium none;
  bottom: -0.5em;
  display: block;
  left: calc(50% - 63px);
  padding: 0 2px;
  position: absolute;
}

.tabDivider {
  margin: 0 15px;
  color: #359EB9;
}

#advancedSettingsUpdateTSLabel {
  position: relative;
  top: 2px;
}

.rbProxyRadioFieldsetContent {
  margin-top: 10px;
}

.policyRadioSubTitle {
  margin-top: 10px;
  margin-bottom: 10px;
}


.policyRadioField {
  margin-left: 10px;
}

#txtProxyFromScript {
  margin-left: 45px;
  width: 200px;
}

#txtProxyAuthUsername,
#txtProxyAuthPassword {
  width: 200px;
  margin-left: 60px;
}

#txtProxyManualServer {
  width: 200px;
}

#inputProxyPort {
  width: 80px;
}

.marginleft_45 {
  margin-left: 45px!important;
}

.marginleft_30 {
  margin-left: 30px!important;
}

.marginleft_20 {
  margin-left: 20px!important;
}

.marginleft_10 {
  margin-left: 10px!important;
}

input[type="radio"] + label span,
input[type="checkbox"] + label span {
  margin-bottom: 10px;
	margin-top: 2px;
}

#g_updates_definition_name_input {
  width: 400px;
}

#g_updates_schedule_update_auto {
  margin-top: 10px;
}

#g_updates_schedule_advanced_options,
#g_updates_schedule_running_title {
  margin-top: 20px;
}

.fixTheseSpinnerLabels {
  position: relative;
  top: 2px;
  margin-left: 5px;
}

.legendBottom__av_av_settings {
  background: none repeat scroll 0 0 #f5f5f5;
  border: medium none;
  bottom: -0.5em;
  display: block;
  left: calc(50% - 63px);
  padding: 0 2px;
  position: absolute;
}



.olbTabContent {
  position: relative;
  clear: both;
}

#olbSettingsEnable {
  float: left;
  margin-bottom: 15px;
}

  #olbSettingsEnable span {
    margin-right: 7px;
  }

.selectFoldersText {
  font-weight: bold;
  margin-bottom: 10px;
}

.selectFoldersText_disabled {
  color: #9DADB1;
  font-weight: bold;
  margin-bottom: 10px;
}

.inputLabel_disabled {
  color: #9DADB1;
}

.olbFileInputs {
  margin-left: 20px;
}

#selectFoldersRadios {
  float: left;
  width: auto;
  min-width: 200px;
  margin-left: 20px;
  margin-right: 40px;
}

#selectFoldersActionButtons {
  float: left;
  width: 300px;
}

.olbFolderRadio {
  height: 35px;
}

  .olbFolderRadio input,
  .olbFolderRadio label {
    vertical-align: middle;
  }

.olbActionButton {
  height: 35px;
  /*margin-bottom: 5px;*/
}

  .olbActionButton button {
    position: relative;
    top: -2px;
  }

.olbFileTypeSelection {
  float: left;
  display: inline;
  margin-right: 5px;
  padding-right: 10px;
}

#olbFileTypeCustom {
  margin-top: 10px;
}

#olbFileTypeCustomText {
  width: 400px;
  margin-left: 6px;
  position: relative;
  top: -1px;
}

#olbFileTypeCustomDesc {
  margin-left: 70px;
  font-size: 10px;
}

.olbFileSizeRestriction {
  height: 30px;
}

.olbFileSizeEnable {
  width: auto;
  min-width: 180px;
  float: left;
  display: inline;
  margin-bottom: 5px;
  margin-right: 20px;
}

  .olbFileSizeEnable label {
    position: relative;
    top: 3px;
  }

.olbFileSizeSetting {
  width: 200px;
  float: left;
  display: inline;
}

  .olbFileSizeSetting input[type='text'] {
    width: 50px;
  }

  .olbFileSizeSetting select {
    height: 25px;
  }

.backupFormatHelpIcon {
  background: url('../../images/question.png') center center no-repeat;
  height: 13px;
  width: 13px;
  vertical-align: baseline;
  display: inline-block;
  cursor: pointer;
}

.olb_input_label {
  float: left;
  display: inline;
  width: auto;
  position: relative;
  top: 5px;
}

.olb_input_label_main {
  margin-bottom: 20px;
  margin-top: 5px;
  width: auto;
}

.olb_input_content {
  float: left;
  display: inline;
  margin-left: 10px;
  position: relative;
}


.ui-spinner {
  margin-right: 10px;
  border: 1px solid #999;
 	position: relative;
	display: inline-block;
	overflow: hidden;
  padding: 0 5px 0 0;
  width: 50px;
  max-width: 50px;
  margin-right: 5px;
}

.ui-spinner-input {
	border: 0px solid transparent;
  outline: 0px solid transparent;
  height: 16px;
  vertical-align: middle;
  padding-left: 3px;
  margin-left: 0px;
}

  .ui-spinner a.ui-spinner-button {
    width: 15px;
  }

.olbEndTimeLabelWrap {
  width: auto;
  float: left;
  display: inline;
}

.olbEndTimeSelection {
  width: auto;
  float: left;
  display: inline;
  margin-top: 15px;
  margin-left: 15px;
}

.olbEndTimeSelectionDaily {
  width: auto;
  float: left;
  display: inline;
  margin-left: 15px;
}

.olbEndTimeSelectionWeekly {
  width: auto;
  float: left;
  display: inline;
  margin-top: 15px;
}

.olbEndTimeRadio {
  float: left;
  margin-bottom: 5px;
}

.olb_weekly_label_content {
  text-align: left;
  float: left;
}

.olb_weekly_selection_content {
  text-align: left;
  margin-left: 10px;
  float: left;
}

.olb_input_label_day_of_month {
  display: inline;
  float: left;
  position: relative;
  top: 4px;
}

.ob_schedule_monthly {
  position: absolute;
}

#settingsContentFilteringContent {
  height: auto;
}

.cfSection {
  width: 48%;
  float: left;
  display: inline-block;
}

option:not(:checked) {
  background-color: #FFF;
}


.allowSetting {
  background-color: #5fb359;
  color: #2b2a2a;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  opacity: 0.85;
}

.blockSetting {
  background-color: #c73e41;
  color: #2b2a2a;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  opacity: 0.85;
}

.warnSetting {
  background-color: #fb824d;
  color: #2b2a2a;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  opacity: 0.85;
}

.cfTabContent {
  position: relative;
  clear: both;
}

.sectionPadding {
  float: left;
  margin-left: 20px;
}

.cfHeader {
  font-weight: bold;
  margin-bottom: 10px;
}

.cfSelectCategoryGroup {
  font-weight: bold;
  font-size: 11px;
  margin-bottom: 10px;
}

.categoryLevel0 {
  margin-bottom: 2px;
  margin-top: 2px;
  padding-bottom: 2px;
  padding-left: 16px;
  padding-top: 2px;
}

.categoryLevel1 {
  cursor: pointer;
  margin-bottom: 2px;
  margin-top: 2px;
  padding-bottom: 2px;
  padding-left: 32px;
  padding-top: 2px;
}

.categoryLabel {
  background-color: #F2F2F2;
  border-color: #dadada;
  border-style: solid;
  border-width: 1px;
  border-bottom-width: 3px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 8px;
  vertical-align: middle;
  margin-bottom: 10px;
}

.cfLabel {
  background-color: #F2F2F2;
  border-color: #dadada;
  border-style: solid;
  border-width: 1px;
  border-bottom-width: 3px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 8px;
  vertical-align: middle;
  font-weight: bold;
  margin-bottom: 10px;
}

.cfUrlCategoryList {
  width: 100%;
  border: none;
  background-color: transparent;
  resize: none;
  height: 100%;
  font-family: 'Open Sans',Arial,sans-serif;
  font-size: 13px;
  color: #4b4b4b;
}

/*** odd rows style ***/
.odd {
  background-color: #FFFFFF;
}

/*** even rows style ***/
.even {
  background-color: #f5f5f5;
}

.categorySectionHeader {
  display: inline-block;
}

.cfOptions {
  vertical-align: middle;
}


.addSelected,
.removeSelected {
  background: #D7D7D7;
  color: #000;
}

/* Assign policy to device modal */
#policyManageContent {
  width: 92%;
  height: 75%;
  margin-left: 20px;
  padding: 10px;
  position: relative;
}

.directive-tab {
  position: relative;
  padding: 6px 0 6px 21px;
  width: 100%;
  left: 0;
}

.directive-tab:hover {
  background: #f2f2f2;
  margin-left: -21px;
  padding-left: 42px;
  padding-right: 4px;
}

.directive-tab-headings .active {
	background-color: #C3E2EA;
	color: #4b4b4b;
	background-clip: padding-box;
	margin-left: -21px;
	padding-left: 42px;
	padding-right: 4px;
}

.directive-tab-span > img {
	position: relative;
	top: 2px;
	padding-right: 10px;
}

.active {
  background-color: #f5f5f5;
  color: #4b4b4b;
  background-clip: padding-box;
  font-weight: bold;
}


#tabTitleHeading,
#tabContentHeading {
  float: left;
  margin: 20px 0 10px 0;
}

#tabTitleHeading {
  width: 217px;
}

#tabContentHeading {
  width: 400px;
  margin-left: 70px;
}


.directive-tab-headings {
  width: 90%;
  cursor: pointer;
  margin-left: 10px; 
}

.directive-heading-group {
  font-weight: bold;
  margin-bottom: 5px;
}

.directive-tab-wrapper {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #d8d8d8;
	height: 300px;
	padding: 10px;
	width: 255px;
	margin-top: 35px;
	overflow-y: auto;
}

.directive-tab-content {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #d8d8d8;
	/*float: right;*/
	height: 320px;
	/*overflow-y: auto;*/
	position: absolute;
	left: 295px;
	top: 81px;
	width: 465px;
}


/*.directive-tab-content-alternate {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #999;
   height: 320px;
  margin-top: 13px;
  overflow-y: auto;
  position: absolute;
  left: 295px;
  top: 70px;
  width: 465px;
}*/

#policyDeviceListFilterWrap {
  background: none repeat scroll 0 0 #f2f2f2;
  height: 25px;
  padding: 10px;
  vertical-align: middle;
  border-bottom: 1px solid #d8d8d8;
}

#policyDeviceListFilterInput {
  width: 75%;
}

.deviceItem {
  padding: 5px 0 5px 10px;
  cursor: move;
  vertical-align: middle;
}

  .deviceItem:hover {
    background: #f2f2f2;
  }

.over {
  background: #f3f3f3;
}

.pending {
  display: none;
}

.actionButtons {
  clear: both;
  margin: 15px 0;
}

#assignDevicesModal {
  top: 15px;
  right: 20px;
}

/* Copy Policy Popover */
#copyPolicyName {
  margin: 10px 0;
}

.copyPolicyInputLabel {
  height: 5px;
  display: block;
}

#newPolicyNameCopy,
#copyPolicyDescriptionField {
  width: 306px;
  margin-right: 40px;
  margin-bottom: 10px;
}

#copyPolicySubmit {
  margin-right: 9px;
}

/* Revert to AVG Default Settings */
#revertPolicyTitle {
  margin: 10px 0;
}

#revertPolicyText {
  margin-bottom: 20px;
}

#revertPolicySubmit {
  margin-right: 15px;
}

/* Delete Policy */
.policyDeletePopoverConfirmText {
  padding: 0 20px;
  margin-bottom: 15px;
  line-height: 1.4em;
}

#deletePolicySubmit {
  margin-right: 15px;
}

.avAppearance {
  margin-left: 20px;
}

.avAppearanceText {
  font-weight: bold;
  margin-bottom: 10px;
}

.modal-close-validate {
  margin-top: 10px;
  margin-right: 5px;
}

.modal-close-validate-disabled {
    background: url(../images/grey_x.png) no-repeat scroll center center / 9px 9px rgba(0, 0, 0, 0);
    position: absolute;
    top: 1px;
    right: 6px;
    padding: 5px;
    display: inline-block;
}

#txtProxyManualServerInvalid {
  border: 1px solid red;
}

#txtServerInvalid {
  margin-left: 50px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.rowSelected {
  background-color : #D0ECF7;
  border-color : #D0ECF7;
}


.rowSelectedCustom {
	background-color: rgba(208, 236, 247, .6);
	border-color : #D0ECF7;
}

::selection {
    background-color: #D0ECF7;
    border-color: #D0ECF7;
}

/***For Other Browsers ***/
::-o-selection {
    background-color: #D0ECF7;
    border-color: #D0ECF7;
}

#textOnlineShieldMax {
  margin: 5px;
}

#sliderContentOnlineShield {
  margin-left: -5px;
  padding-left: 0px;
  margin-top: 5px;
}

#textSliderData {
  float:left;
  margin-left: 10px;
  margin-top: -1px;
}

.schedule-days-left {
  float: left;
}


#selectProxy {
  width: 445px;
  max-width: 445px;
}

#selectProxy option{
  width: 445px;
  max-width: 445px !important;
}

.popup_button_wrapper_bottom {
  margin-bottom: 7px;
}

.popup_button_wrapper_add_policy {
  margin-bottom: 7px;
  margin-top: 10px;
}

.checkbox-wrap-div {
  display: inline;
  float: left;
  clear: left;
  margin-left: 20px;
}

.checkbox-wrap {
  margin-left: -25px;
  text-indent: 25px;
}

.checkbox-wrap-div-av {
  margin-left: 25px;
}

/*.checkbox-wrap-div input[type="checkbox"] + label span {
  margin-bottom: 0;
  margin-top: 2px;
}*/

.checkbox-wrap-bottom {
  padding-bottom: 7px;
}

.scan_setting_spacing {
  margin-bottom: 10px;
  margin-top: 10px;
}

.switch-wrap {
  margin-left: 2px;
  padding-right: 20px;
  text-indent: 5px;
  padding-top: 7px;
  width: auto;
}

.switch-wrap-div {
  display: inline;
  float: left;
  clear: left;
  margin-left: 0px;
}

#checkValidPassword {
  height: 18px;
  width: 18px;
  display: inline-block;
  background: url(../images/check.png) center center no-repeat;
  position: relative;
  top: 5px;
  left: 5px;
	margin-right: 5px;
  width: 18px;
}

.close-button {

}

.emailscanner-advanced-en {
  width: 90.5%;
  float: left; 
  height: 100%;
}

.emailscanner-advanced-not-en {
  width: 89.3%;
  float: left; 
  height: 100%;
 }

#tabEnglish2,
#tabEnglish3 {
        width: 19.2%;
        text-align: center;
    }

#tabEnglish1,
#tabEnglish4 {
        width: 17%;
        text-align: center;
    }

/*#tabEnglish2 {
        width: 19.2%;
        text-align: center;
    }

#tabEnglish3 {
        width: 19.2%;
        text-align: center;
    }

#tabEnglish4 {
        width: 19.2%;
        text-align: center;
    }*/

#tabNonEnglish1 {
        width: 18%;
        text-align: center;
    }

    #tabNonEnglish2 {
        width: 19%;
        text-align: center;
    }

    #tabNonEnglish3 {
        width: 20%;
        text-align: center;
    }

    #tabNonEnglish4 {
        width: 18%;
        text-align: center;
    }

    
.imgLinks {
  cursor: pointer;
  position: relative;
  top: 1px;
}

.imgVertical {
  vertical-align: middle !important;
  top: -1px;
}


/* Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0)
{

    .emailscanner-advanced-en {
      width: 88%;
      float: left; 
      height: 100%;
    }

    .emailscanner-advanced-not-en {
      width: 87%;
      float: left; 
      height: 100%;
     }

    #tabEnglish2,
    #tabEnglish3 {
    width: 19.3%;
    text-align: center;
    }

    #tabEnglish1,
    #tabEnglish4 {
    width: 17%;
    text-align: center;
    }


    #tabNonEnglish1 {
        width: 18.2%;
        text-align: center;
    }

    #tabNonEnglish2 {
        width: 18%;
        text-align: center;
    }

    #tabNonEnglish3 {
        width: 21%;
        text-align: center;
    }

    #tabNonEnglish4 {
        width: 18%;
        text-align: center;
    }

  .policyContentMinTranslation {
    min-width: 1132px !important;
  }
}


/* IE 9, 10 & 11 */
@media screen and (min-width:0\0) { 
      .emailscanner-advanced-en {
      width: 90.5%;
      float: left; 
      height: 100%;
    }

    .emailscanner-advanced-not-en {
      width:90.5%;
      float: left; 
      height: 100%;
     }

    #tabEnglish1,
    #tabEnglish2,
    #tabEnglish3,
    #tabEnglish4 {
    width: 17%;
    text-align: center;
    }

    #tabNonEnglish1 {
        width: 18.2%;
        text-align: center;
    }

    #tabNonEnglish2 {
        width: 19%;
        text-align: center;
    }

    #tabNonEnglish3 {
        width: 21%;
        text-align: center;
    }

    #tabNonEnglish4 {
        width: 18%;
        text-align: center;
    }

  .policyContentMinTranslation {
    min-width: 1118px !important;
  }
}

.sort_asc_mac {
    width: inherit;
    position: absolute;
    background-image: url(../images/sort_asc.png);
    background-position: center 0px;
    background-repeat: no-repeat;
}

.sort_desc_mac {
    width: inherit;
    position: absolute;
    background-image: url(../images/sort_desc.png);
    background-repeat: no-repeat;
    background-position: center 0px;
}

input[type=range] {
    /*removes default webkit styles*/
    -webkit-appearance: none;
    
    /*fix for FF unable to apply focus style bug */
    border:none;
    
    /*required for proper track sizing in FF*/
    width: 160px;
}
input[type=range]::-webkit-slider-runnable-track {
    width: inherit;
    height: 8px;
	  -webkit-border-radius: 4px;
	  -moz-border-radius: 4px;
	  border-radius: 4px;
	  background-color: #e1dfdf;
	  background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.13), rgba(191,191,191,.13) 75%, rgba(255,255,255,.13));
	  background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.13), rgba(191,191,191,.13) 75%, rgba(255,255,255,.13));
	  background-image: -o-linear-gradient(bottom, rgba(0,0,0,.13), rgba(191,191,191,.13) 75%, rgba(255,255,255,.13));
	  background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.13), rgba(191,191,191,.13) 75%, rgba(255,255,255,.13));
	  background-image: linear-gradient(to top, rgba(0,0,0,.13), rgba(191,191,191,.13) 75%, rgba(255,255,255,.13));

}
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
     border: none;
     background: transparent  url(../images/handle_blue.png) no-repeat center center;
     height: 23px;
     width: 23px;
     padding-left: 0;
     padding-right: 0;
     margin-top: -6px;
}

input[type=range]:disabled::-webkit-slider-thumb {
    -webkit-appearance: none;
     border: none;
     background: transparent  url(../images/handle_disabled.png) no-repeat center center;
     height: 23px;
     width: 23px;
     padding-left: 0;
     padding-right: 0;
     margin-top: -6px;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}

input[type=range]::-moz-range-track {
    width: inherit;
     height: 8px;
	  -webkit-border-radius: 4px;
	  -moz-border-radius: 4px;
	  border-radius: 4px;
	  background-color: #e1dfdf;
	  background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.13), rgba(191,191,191,.13) 75%, rgba(255,255,255,.13));
	  background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.13), rgba(191,191,191,.13) 75%, rgba(255,255,255,.13));
	  background-image: -o-linear-gradient(bottom, rgba(0,0,0,.13), rgba(191,191,191,.13) 75%, rgba(255,255,255,.13));
	  background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.13), rgba(191,191,191,.13) 75%, rgba(255,255,255,.13));
	  background-image: linear-gradient(to top, rgba(0,0,0,.13), rgba(191,191,191,.13) 75%, rgba(255,255,255,.13));
}
input[type=range]::-moz-range-thumb {
    border: none;
    background: transparent url(../images/handle_blue.png) no-repeat center 1px;
    height: 23px;
    width: 23px;
    padding-left: 0;
    padding-right: 0;
}

input[type=range]:disabled::-moz-range-thumb{
    border: none;
    background: transparent url(../images/handle_disabled.png) no-repeat center 1px;
    height: 23px;
    width: 23px;
    padding-left: 0;
    padding-right: 0;
}

/*hide the outline behind the border*/
input[type=range]:-moz-focusring{
    outline: 1px solid white;
    outline-offset: -1px;
}

input[type=range]::-ms-track {
    width: inherit;
    height: 8px;
	  -webkit-border-radius: 4px;
	  -moz-border-radius: 4px;
	  border-radius: 4px;
	  background-color: transparent;
    border-width: 8px 0;
    border-color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: #e1dfdf;
    background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.13), rgba(191,191,191,.13) 75%, rgba(255,255,255,.13));
    border-radius: 10px;
}
input[type=range]::-ms-fill-upper {
    background: #e1dfdf;
    background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.13), rgba(191,191,191,.13) 75%, rgba(255,255,255,.13));
    border-radius: 10px;
}
input[type=range]:disabled::-ms-thumb {
    border: none;
    background: transparent url(../images/handle_disabled.png) no-repeat center center;
    height: 23px;
    width: 23px;
    padding-left: 0;
    padding-right: 0;
 }

input[type=range]::-ms-thumb {
    border: none;
    background: transparent url(../images/handle_blue.png) no-repeat center center;
    height: 23px;
    width: 23px;
    padding-left: 0;
    padding-right: 0;
 }
input[type=range]:focus::-ms-fill-lower {
    background: #e1dfdf;
    background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.13), rgba(191,191,191,.13) 75%, rgba(255,255,255,.13));
}
input[type=range]:focus::-ms-fill-upper {
    background: #e1dfdf;
    background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.13), rgba(191,191,191,.13) 75%, rgba(255,255,255,.13));
}

.priority-tip-title {
  margin-left: 5px;
  float: left;
  width: 200px;
  color:  #359EB9;
}
.range-speed-text {
  width: 450px!important;
  height: 50px;
  margin-bottom: 10px;
  margin-top: 30px;
  margin-left: 20px;
}

.speed-setting-text {
  width: 510px!important;
-ms-word-break: normal;
     word-break: normal;
/* Non standard for webkit */
     word-break: normal;
-webkit-hyphens: auto;
   -moz-hyphens: auto;
    -ms-hyphens: auto;
        hyphens: auto;
}

.range-ticks {
  margin-bottom: 10px;
  margin-left: 20px;
  width: 500px;
  display: inline-block;
}

.range-ticks-advanced {
  margin-bottom: 0px;
  margin-left: 20px;
  margin-top: 10px;
  width: 500px;
  display: inline-block;
}

 input[type="range"].noValueTooltip::-ms-tooltip
    {
        display: none;
    }

.sliderContent {
  position: absolute;
  margin-left: 15px;
  padding-left: 0;
  z-index: 2;
}

.sliderContentAdvanced {
  position: absolute;
  margin-left: 10px;
  padding-left: 0;
  z-index: 2;
}

.left-tick-mark {
  position: absolute;
  height: 26px;
  width: 5px;
  margin-left: 181px;
  margin-top: -3px;
  border-right: 1px solid #ccc;
  z-index: 1;
}

.left-tick-mark-as {
  position: absolute;
  height: 26px;
  width: 5px;
  margin-left: 261px;
  margin-top: -3px;
  border-right: 1px solid #ccc;
  z-index: 1;
}

.right-tick-mark {
  position: absolute;
  height: 26px;
  width: 5px;
  margin-left: 340px;
  margin-top: -3px;
  border-right: 1px solid #ccc;
  z-index: 1;
}

.left-tick-mark-advanced {
  position: absolute;
  height: 26px;
  width: 5px;
  margin-left: 181px;
  margin-top: 0px;
  border-right: 1px solid #ccc;
  z-index: 1;
}

.right-tick-mark-advanced {
  position: absolute;
  height: 26px;
  width: 5px;
  margin-left: 340px;
  margin-top: 0px;
  border-right: 1px solid #ccc;
  z-index: 1;
}

 input[type="range"].noValueTooltip::-ms-tooltip {
  display: none;
}

span.deleteiconPolicies {
  position: relative;
}

  span.deleteiconPolicies span {
    position: absolute;
    display: block;
    top: 4px;
    right: 10px;
    width: 9px;
    height: 9px;
    background: url('../images/grey_x.png') no-repeat center center;
    cursor: pointer;
  }

    span.deleteiconPolicies span:hover {
      background: url('../images/grey_x_hover.png') no-repeat center center;
    }


.cautionImage {
  vertical-align: middle;
}

#CautionStatement {
 float: left;
 height: 18px;
 margin-left: 5px;
 margin-top: 3px;
}


#avExceptionsTable table{
  display: block;
  /*height: 450px;*/
  overflow-y: auto;
  /*width: 720px;*/
}

#avExceptionsTableContent {
    width: 98.5%;
}

#avExceptionsTableBody {
    width: 98.5%;
    max-height: 450px;
    overflow-y: auto;
    padding: 0;
    margin-top: 0;
}

.passwordWrap {
  max-width: 120px;
}

.passwordWrapNotEnglish {
  max-width: 140px;
}

 .revert-rules-width-En {
   width: 375px; 
   margin-top: 10px;
 }

.revert-rules-width-other {
  width: 475px; 
  margin-top: 10px;
}

.draggable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.scrolltable {
	/*overflow-x: scroll;*/
	height: 100%;
	/*width: 115%;*/
}

.body > table {
	width: 100%;
}

.scrolltable > table {
	width:calc(98% - 24px);
}

.scrolltable > .body {
	width:calc(98% - 24px);
}

.fixed_headers {
	width: 115% !important;
	table-layout: fixed;
	border-collapse: collapse;
}

.fixed_headers > thead > tr {
	display: block;
	position: relative;
}

.fixed_headers > tbody {
	display: block;
	overflow: auto;
	width: 100.3%;
	min-width: 900px;
	height: 418px;
}

.fixed_headers_no_edit {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

.fixed_headers_no_edit > thead > tr {
	display: block;
	position: relative;
}

.fixed_headers_no_edit > tbody {
	display: block;
	overflow: auto;
	width: 100%;
	height: 418px;
}

#packetRulesInfo {
	background: url('../images/alert_1C.png') no-repeat left center;
	padding-top: 5px;
	padding-bottom: 5px;  
}

#inputFWIpTimeout::-webkit-inner-spin-button, 
#inputFWLogsMax::-webkit-inner-spin-button,
#inputFWIpTimeout::-webkit-outer-spin-button,
#inputFWLogsMax::-webkit-outer-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 

}

#inputFWIpTimeout,
#inputFWLogsMax {
	-moz-appearance: textfield;
}

#inputFWIpTimeout,
#inputFWLogsMax {
	 height: 23px; /* Keep */
	 border: 1px solid #d6d6d6;
	 -webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
	 border-radius: 5px;
	 background-clip: padding-box;
	 background-color: #ffffff;
	 padding: 0 0 0 5px;
}

#inputFWIpTimeout:focus,
#inputFWLogsMax:focus {
	border: 1px solid #898989;
}

.fwIp-timeout-error:focus {
	border: 1px solid red !important;
	border-radius: 12px!important;
	height: 25px!important;
	outline: none!important;
}

.accordion-header-content {
	margin-bottom: 20px;
}

.accordion-header {
	display: table;
	margin-left: 11px;
	padding-bottom: 5px;
}

	.accordion-header > span {
		display: table-cell;
		vertical-align: middle;
		padding-right: 10px;
	}

	.accordion-header > h1 {
		display: table-cell; 
		padding-top: 2px;
		font-family: 'Open Sans',Arial,sans-serif;
		font-size: 15px;
		font-weight: 600;
		color: #4B4B4B;
	}

.ng-modal-content {
  padding: 15px;
}

span.clearicon {
	position: relative;
}

span.clearicon span {
	position: absolute;
	display: block;
	top: 2px;
	right: 8px;
	width: 16px;
	height: 16px;
	background: url('../images/grey_x.png') no-repeat center center;
	cursor: pointer;
}

span.clearicon span:hover {
	background: url('../images/grey_x_hover.png') no-repeat center center;
}

.swg-dns-settings {
	margin-bottom: 20px;
}

	.swg-dns-settings div {
		width: 170px;
		display: inline-block;
	}


.swg-dns-settings input:nth-child(3) {
	width: 270px;
	margin-left: 15px;
}

.swg-input-error:focus {
	border: 1px solid red !important;
	height: 25px!important;
	outline: none!important;
}

.button_wrapper {
  width: 100%;
  margin: 0 auto 12px auto;
  text-align: center;
}

