html, 
body {
	font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
    height: 100%;
    width: 100%;
    margin:0px;
    background-color:#e4e5e6;
}

a {
  font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 500;
  cursor: pointer;
  cursor: hand;
  color: #3077b7;
  white-space: nowrap;
  text-decoration: none;
}
a:hover {
  font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 500;
  text-decoration: underline;
}
.bold14 {
  font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #333333;
}
.bold17 {
  font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #333333;
}
.semi17 {
  font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 600;
  font-size: 17px;
  color: #333333;
}
.semi24 {
  font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #333333;
}
.semi30 {
    font-family: Lato,"Segoe UI","Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: rgb(51, 51, 51);
}
.semi50 {
  font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 600;
  font-size: 50px;
  color: #FFFFFF;
}
.transparent_button_link:link, .transparent_button_link:visited { 
    background-color: Transparent;
    background-repeat:no-repeat;
    cursor:pointer;
    overflow: hidden;
    outline:none;
    /*-moz-border-radius: 3px;
  	-webkit-border-radius: 3px;
  	border-radius: 3px;*/
    height:  38px;
    line-height:  40px;
    border:  1px solid #DEDEDE;
    display:  inline-block;
    float:  none;
    text-align:  center;
    width:  125px;
    padding:  10px!important;
    font-size:  14px;
    color:  #E3E3E3;
    text-decoration: none;
    text-align: center;

   
}
.transparent_button_link_small:link, .transparent_button_link_small:visited { 
    background-color: Transparent;
    background-repeat:no-repeat;
    cursor:pointer;
    overflow: hidden;
    outline:none;
  	line-height: 28px;
 	height: 30px;
 	/*-moz-border-radius: 3px;
  	-webkit-border-radius: 3px;
  	border-radius: 3px;*/
    border:  1px solid white;
    display:  inline-block;
    float:  none;
    text-align:  center;
    width:  300px;  
    font-size:  15px;
 	font-weight: 600 !important;
    color:  #fff;
    text-decoration: none;
    text-align: center;
    font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif !important;   
}

.transparent_button_link:hover, .transparent_button_link:active, 
.transparent_button_link_small:hover, .transparent_button_link_small:active  {
  /* color: #6B6D6E;
  background-color: white; */
}
.transparent_flat_button {
  background-color: Transparent;
  background-repeat:no-repeat;
  line-height: 28px;
  height: 30px;
  border:  1px solid white;
  font-size: 15px;
  color:  #fff;
  font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 500;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  cursor: hand;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px;
  white-space: nowrap;
}

.input-box-style, 
input[type='text'],
textarea,
input[type='password'],
select {
  border: 1px solid #afceeb;
  height: 25px;
  padding-left: 9px;
  font-size: 14px;
  font-weight: 500;
  font-color: #333333;
  margin: 1px;
}
.input-box-style:focus, 
input[type='text']:focus,
input[type='password']:focus,
textarea:focus,
select:focus {
  border: 2px solid #3077b7;
  height: 25px;
  padding-left: 9px;
  font-color: #333333;
  margin: 0px;
}

*:focus {
  outline: 0px none;
}

.landing_wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -32px;
}

.landing_footer,
.landing_push {
  height: 50px;
}

.flat_button {
  line-height: 28px;
  height: 30px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  font-size: 15px;
  font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 500;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  cursor: hand;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px;
  white-space: nowrap;
}

.flat_button-golden {
  color: white;
  background-color: #ff9c43;
}
.flat_button-golden:hover,
.flat_button-golden-hover {
  color: white;
  background-color: #ffb776;
}
.flat_button-golden:active,
.flat_button-golden-active {
  color: white;
  background-color: #ffb776;
}

.flat_button-blue {
  color: #ffffff;
  background-color: #3077b7;
}
.flat_button-blue .svg-bg {
  background-position: 0% 25%;
}
.flat_button-blue:hover,
.flat_button-blue-hover {
  color: #ffffff;
  background-color: #4a90d0;
}
.flat_button-blue:active,
.flat_button-blue-active {
  color: #ffffff;
  background-color: #0058ab;
}
.jsp-top-blank {
  height: 80px;
}
img.gray{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.svg-icon {
  display: inline-block;
  vertical-align: middle;
}
.svg-icon-light-gray {
  fill: #c5d4e2;
}
.svg-icon-blue {
  fill: #4a90d0;
}
.svg-icon-16 {
  width: 16px;
  height: 16px;
}
.svg-icon-22 {
  width: 22px;
  height: 22px;
}
.fc_banner {
  position: relative;
  top: 0px;  
  left: 0;
  right: 0;
  margin: auto;
  width:100%;
  background-image: url("../images/forticloud_domain.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 449px;
}
.fc_dialog_table {
  margin: auto;
  color: #406d9e;
  font-size: 16px;
}
table td img {
 vertical-align:middle;
}

a.svg-link {
  position: relative;
  display: inline-block; 
}
a.svg-link:after {
  content: ""; 
  position: absolute; 
  top: 0; 
  right: 0; 
  bottom: 0; 
  left: 0;
}
.header_portalLinks{
    border-radius:5px;
    border:1px solid #ccc;
	font-family:Helvetica,sans-serif;
    padding:4px 12px 4px 10px;
    display:inline-block;
    background-color:rgba(255,255,255,0.6);
    line-height:normal;
}
.header_portalLinks.bt:hover {
    background-color:#ddd;
}
.header_portalLinks.bt-red {
    background-color:#D52B1E;
    border-color:#c00;
    color:white;
}
.header_portalLinks.bt-red:hover {
    background-color:#a00;
}
.header_portalLinks.bt {
    margin-right:0px;
}
.header_portalLinks.bt a:hover {
    text-decoration:none;
}
.header_portalLinks.bt-red a, .header_portalLinks.bt-red a:hover, .header_portalLinks.bt-out a, .header_portalLinks.bt-out a:hover {
    text-decoration:none;
    color:#fff;
}
.header_portalLinks a {
    color:#555;
}

.header_portalLinks a:hover {
    color:#000;
}
.font14 {
	font-size: 14px;
}
.landing_push_fcld{
  height: 60px;
  background-color:007BAE;
}