@charset "utf-8";

/********************************************************/
/* Version: v2.0.0
/* Project: Arista.com
/* Creator: Arista Networks
/* Note: Site Style Setting
/****************************************************** */

/* Video LightBox Settings 
/* ==============================
*/ #colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9999;
    overflow: hidden;
}

#cboxWrapper {
    max-width: none;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0px;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0px;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0px;
}

#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

#cboxOverlay {
    background: #000;
}

#colorbox {
    outline: 0;
}

#cboxContent {
    margin-top: 20px;
    background: #000;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    border: 5px solid #000;
    background: #fff;
}

#cboxTitle {
    position: absolute;
    top: -20px;
    left: 0px;
    color: #ccc;
}

#cboxCurrent {
    display: none !important;
}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    border: 0px;
    padding: 0px;
    margin: 0px;
    overflow: visible;
    width: auto;
    background: none;
}

#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
    outline: 0;
}

#cboxSlideshow {
    position: absolute;
    top: -20px;
    right: 90px;
    color: #fff;
}

#cboxPrevious, #cboxNext {
    display: none !important;
}

#cboxClose {
    position: absolute;
    top: -20px;
    right: 0px;
    display: block;
    background: url(../img/btn-close.png) no-repeat 0px 0px;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
}

#cboxClose:hover, #cboxClose:focus {
    background-position: bottom center;
}

/* LightBox Settings 
/* ==============================
*/ #lbOverlay, #lbClose, #lbContainer {
    display: none;
    position: fixed;
    overflow: hidden;
}

#lbOverlay {
    background-color: rgba(0, 0, 0, 0.5);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
}

#lbClose {
    background: #5487b8;
    padding: 12px 20px;
    color: #FFF;
    text-decoration: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #FFF;
    font-size: 26px;
    font-weight: bold;
    line-height: normal;
    cursor: pointer;
    z-index: 102;
}

#lbContainer {
    background: #FFFFFF url(../img/loading.gif) no-repeat 50% 50%;
    border: 1px solid #ccc;
    overflow: auto;
    overflow-x: hidden;
    width: 690px;
    max-height: 410px;
    z-index: 101;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
}

#lbContainer .lbDataItem {
    background: #FFF;
    padding: 20px;
    text-align: justify;
}

#lbContainer .lbDataPic {
    width: 50%;
    margin: 5px 20px 5px 0px;
    float: left;
    overflow: hidden;
    text-align: center;
}

.modal-dialog {
    width: 100%;
    max-width: 900px;
}

div.modal .modal-body {
    position: relative;
    padding: 15px;
    overflow: auto;
    overflow-x: hidden;
    max-height: 450px;
}

div.modal .form-row {
    float: left;
    margin-bottom: 20px;
    overflow: visible;
    width: 100%;
}

.modal-header {
    min-height: 15px;
}

.modal-header .close {
    margin-top: -5px;
}

div.modal .close {
    font-size: 36px;
}

div.modal-footer .btnClear {
    margin: 0px;
}

div.modal .form-row .form-label, div.modal .form-row .form-field {
    float: left;
    overflow: visible;
    display: block;
}

div.modal .form-row .form-label {
    padding-top: 7px;
    padding-right: 10px;
    text-align: right;
    font-weight: bold;
    width: 32.5%;
    margin-right: 0.5%;
}

div.modal .form-row label {
    font-weight: bold;
}

div.modal .form-row .form-field {
    width: 67%;
}

div.modal .form-row .form-field .textBox {
    padding: 6px 3px;
}

div.modal .modal-loader {
    background: url(../images/loading.gif) no-repeat center center transparent;
    display: inline-block;
    height: 100px;
    width: 100%;
    text-align: center;
}

div.modal .modal-error {
    font-size: 14px;
    font-weight: bold;
    color: #C00;
    display: inline-block;
    float: left;
    margin-right: 10px;
    text-align: left;
}

/* Pagination Settings
/* ==============================
*/ .pagination {
    clear: both;
    display: block;
    margin-top: 30px;
    overflow: hidden;
}

.pagination .counter {
    float: left;
    width: auto;
    width: 200px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    white-space: nowrap;
}

.pagination .paginationList {
    margin: 0px;
    padding: 0px;
    float: right;
    width: auto;
}

.paginationList li {
    float: left;
    display: block;
    padding: 5px 3px;
}

.paginationList li a {
    padding: 4px 8px;
    border: 1px solid #CCC;
    border-bottom-width: 2px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #F5F5F5;
    color: #555E64 !important;
    font-size: 16px;
    font-weight: bold;
}

.paginationList li.active a, .paginationList li a:hover, .paginationList li a:focus {
    background: #FFF;
    color: #0099FF !important;
    text-decoration: none;
}

.paginationList li.disabled a, .paginationList li.disabled a:hover, .paginationList li.disabled a:focus {
    color: #CCC !important;
    cursor: default;
    background-color: #F5F5F5;
}

/* Grid Table Settings 
/* ==============================
*/ .grid-box, .grid-row {
    overflow: hidden;
    width: 100%;
    clear: both;
    display: table;
    float: left;
}

.grid-cell {
    display: table-cell;
    width: 100%;
    padding: 2%;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    margin: 15px 0px;
    float: left;
    overflow: hidden;
}

.grid-cell a, .grid-cell label {
    display: block;
    margin: 0px auto;
}

.grid-cell img {
    padding-bottom: 10px
}

.grid-cell label {
    max-width: 320px;
}

.grid-cell a {
    color: #555E64 !important;
}

.grid-cell a:hover, .grid-cell a:focus {
    color: #5487b8 !important;
    text-decoration: none
}

.grid-cell span.bold {
    padding-bottom: 10px;
    color: #5487b8;
    font-size: 22px;
    display: block;
    font-weight: normal;
    line-height: 28px;
}

.grid-cell .pro-pic {
    padding-bottom: 10px;
    text-align: center;
}

.pro-section {
    text-align: center;
    margin: 10px 0px;
    overflow: hidden;
    clear: both;
    background: #f5f5f5;
    padding: 20px 10px 30px;
    float: left;
    width: 100%;
}

.box-table {
    clear: both;
    margin: 10px auto;
}

.box-row {
    clear: both;
}

.box-cell {
    width: 100%;
    overflow: hidden;
    padding: 10px;
}

/* Flter Settings 
/* ==============================
*/  #filter_search {
    display: inline-block;
    padding: 7px 6px;
    float: left;
    color: #555;
    width: 225px;
    vertical-align: middle;
    -webkit-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
    border: 1px solid #ccc;
    background-color: #fff;
    -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 linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}

.js-stools-field-filter .formLabel, .js-stools-field-filter .formField {
    display: block;
    width: 100%;
    padding: 0px;
    clear: both;
    float: none;
}

.js-stools-field-filter select.active {
    border: 1px solid #c9c9c9 !important;
}

.js-stools-field-filter select {
    width: auto !important;
    min-width: 125px;
    text-transform: capitalize;
    padding: 7px 5px;
}

.js-stools-field-filter .filter-search {
    -webkit-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px;
    margin-left: 0px;
}

/* Article Setting
 /* ==============================
*/ #contentWrap pre {
    font: 15px Monaco, Menlo, Consolas, "Courier New", monospace;
    background: #f5f5f5;
    border: 1px dotted #999999;
    padding: 10px;
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
}

.feedIconBox {
    clear: both;
    margin-bottom: 20px;
}

.feedIconBox label {
    display: block;
    margin-bottom: 10px;
}

/* Category Blog Settings 
/* ==============================
*/  .catDisc {
    margin-bottom: 40px;
    clear: both;
}

.catBlogList .items-row {
    margin-bottom: 15px;
    overflow: hidden;
    clear: both;
}

.catBlogList .item .item-head, .catBlogList .item .page-header h2 {
    margin: 0px;
    background-color: #004a80;
    font-size: 20px;
    padding: 10px;
    color: #FFF;
}

.catBlogList .item .item-head a {
    color: #FFF !important;
}

.catBlogList .item .item-disc {
    padding: 25px 25px 15px 25px;
    border: 1px solid #000;
    border-top: none;
    overflow: hidden;
}

.catBlogList .item .item-disc p {
    margin: 0px 0px 15px;
}

.catBlogList .item .label-warning {
    -webkit-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
}

/* Action Group and Content Top Bar Settings 
/* ==============================
*/  #action-group {
    overflow: hidden;
    float: right;
    position: relative;
    padding-bottom: 10px;
}

#action-group .action-menu {
    float: right;
    width: auto;
    margin: 0px;
    padding: 0px;
}

#action-group .action-menu li {
    list-style: none;
    display: block;
    float: left;
    padding: 0px 3px !important;
}

.contentTopBar {
    background: #5487B7;
    background: -webkit-linear-gradient(top, #5487B7 0%, #5487B7 50%, #5487B7 50%, #5487B7 100%);
    background: linear-gradient(to bottom, #5487B7 0%, #5487B7 50%, #5487B7 50%, #5487B7 100%);
    padding: 5px;
    text-align: right;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 99;
    margin-bottom: 10px;
    min-height: 40px;
}

.navPrevNext {
    float: right;
    position: relative;
    right: 190px;
}

.navPrevNext label {
    border: 1px solid #666;
    border-width: 0px 1px;
    display: block;
    float: left;
    padding: 6px 10px 4px;
    overflow: hidden;
    margin: -5px 0px;
}

.navPrevNext label + label {
    border-left: none;
}

.navPrevNext .navPrev a, .navPrevNext .navNext a {
    font-size: 24px;
    text-decoration: none;
    color: #FFF !important;
    text-shadow: 0px 2px 2px #000000;
    font-family: Arial, Helvetica, sans-serif;
}

.contentTopBar .navPrevNext .disable {
    opacity: 0.2;
    cursor: default;
}

/* Icon Settings 
/* ==============================
*/ .ico_req, .star {
    background: url(../img/req-star.png) no-repeat right 5px;
}

.star {
    display: inline-block;
    float: right;
    width: 10px;
    height: 12px;
    text-indent: -99999px;
}

.ico20-fb, .ico20-tw, .ico20-yt, .ico20-li, .ico32-pdf, .ico32-html, .ico32-vimo, .ico32-video, .ico32-zip, .ico32-info, .ico32-rss, .ico32-pod, .ico32-mail, .ico32-print, .ico24-pdf, .ico24-html, .ico24-vimo, .ico24-video, .ico24-zip, .ico24-info, .ico24-rss, .ico24-lock, .ico24-none, .ico24-pod, .ico24-mail, .ico24-mail-w, .ico24-email, .ico24-doc, .ico24-jpg, .ico24-png, .ico24-tif, .ico24-eps, .ico24-dload, .ico24-file, .ico24-print, .ico24-pdf-book, .ico24-pdf-page, .ico16-pdf, .ico16-html, .ico16-csv, .ico16-info, .ico16-tick, .ico16-rss, .ico16-pod, .ico16-mail, .ico16-del, .ico12-rss, .icon-print, .icon-envelope, .ico60-tw, .ico60-fb, .ico60-ln, .ico60-yt {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    text-decoration: none;
    margin-right: 5px;
    float: left;
}

.ico20-fb, .ico20-tw, .ico20-yt, .ico20-li {
    background: url(../img/social-icon-20.png) no-repeat 0px 0px;
    float: right;
    width: 20px;
    height: 20px;
    margin-right: 2px;
}

.ico20-fb {
    background-position: 0px 0px;
}

.ico20-tw {
    background-position: 0px -25px;
}

.ico20-yt {
    background-position: 0px -50px;
}

.ico20-li {
    background-position: 0px -75px;
}

.ico60-tw, .ico60-fb, .ico60-ln, .ico60-yt {
    background: url(../img/ico60-social.png) no-repeat 0px 0px;
    width: 60px;
    height: 60px;
    float: left;
}

.ico60-tw {
    background-position: 0px 0px;
}

.ico60-ln {
    background-position: 0px -70px;
}

.ico60-fb {
    background-position: 0px -140px;
}

.ico60-yt {
    background-position: 0px -210px;
}

.ico32-pdf, .ico32-html, .ico32-vimo, .ico32-video, .ico32-zip, .ico32-info, .ico32-rss, .ico32-pod, .ico32-mail, .ico32-print, .menu-ico32 .icon-print {
    background: url(../img/sprite-icon-32.png) no-repeat 0px 0px;
    width: 32px;
    height: 32px;
    float: left;
}

.ico32-pdf {
    background-position: 0px 0px;
}

.ico32-html {
    background-position: 0px -40px;
}

.ico32-vimo {
    background-position: 0px -80px;
}

.ico32-video {
    background-position: 0px -120px;
}

.ico32-zip {
    background-position: 0px -160px;
}

.ico32-info {
    background-position: 0px -200px;
}

.ico32-rss {
    background-position: 0px -240px;
}

.ico32-pod {
    background-position: 0px -280px;
}

.ico32-mail {
    background-position: 0px -322px;
}

.ico32-print, .menu-ico32 .icon-print {
    background-position: 0px -364px;
}

.ico24-none, .ico24-pdf, .ico24-html, .ico24-vimo, .ico24-video, .ico24-zip, .ico24-lock, .ico24-info, .ico24-rss, .ico24-pod, .ico24-mail, .ico24-mail-w, .ico24-email, .ico24-doc, .ico24-jpg, .ico24-png, .ico24-tif, .ico24-eps, .ico24-dload, .ico24-file, .ico24-print, .ico24-pdf-book, .ico24-pdf-page, .icon-print, .icon-envelope {
    background: url(../img/sprite-icon-24.png) no-repeat 0px 0px;
    width: 24px;
    height: 24px;
    float: left;
}

.ico24-none {
    background-position: 0px -9999px;
}

.ico24-pdf {
    background-position: 0px 0px;
}

.ico24-pdf-page {
    background-position: 0px -575px;
}

.ico24-pdf-book {
    background-position: 0px -605px;
}

.ico24-html {
    background-position: 0px -30px;
}

.ico24-vimo {
    background-position: 0px -60px;
}

.ico24-video {
    background-position: 0px -89px;
}

.ico24-zip {
    background-position: 0px -120px;
}

.ico24-pod {
    background-position: 0px -210px;
}

.ico24-mail, .icon-envelope {
    background-position: 0px -240px;
}

.ico24-mail-w {
    background-position: 0px -522px;
}

.ico24-email {
    background-position: 0px -490px;
}

.ico24-lock {
/*background-position: 0px -30px;*/
}

.ico24-info {
    background-position: 0px -150px;
}

.ico24-rss {
    background-position: 0px -180px;
}

.ico24-doc {
    background-position: 0px -270px;
}

.ico24-jpg {
    background-position: 0px -300px;
}

.ico24-png {
    background-position: 0px -330px;
}

.ico24-tif {
    background-position: 0px -360px;
}

.ico24-eps {
    background-position: 0px -390px;
}

.ico24-dload {
    background-position: 0px -425px;
}

.ico24-file {
    background-position: 0px -454px;
}

.ico24-print, .icon-print {
    background-position: 0px -548px;
}

.ico16-pdf, .ico16-html, .ico16-csv, .ico16-info, .ico16-tick, .ico16-rss, .ico16-pod, .ico16-mail, .ico16-del {
    background: url(../img/sprite-icon-16.png) no-repeat 0px 0px;
    width: 16px;
    height: 16px;
}

.ico16-pdf {
    background-position: 0px 0px;
}

.ico16-html {
    background-position: 0px -20px;
}

.ico16-csv {
    background-position: 0px -40px;
}

.ico16-info {
    background-position: 0px -60px;
}

.ico16-tick {
    background-position: 0px -80px;
}

.ico16-rss {
    background-position: 0px -100px;
}

.ico16-pod {
    background-position: 0px -120px;
}

.ico16-mail {
    background-position: 0px -140px;
}

.ico16-del {
    background-position: 0px -160px;
}

.ico12-rss {
    background: url(../img/ico12-rss.png) no-repeat 0px 0px;
    float: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 2px;
}

/* Webinar Box Setting 
/* ==============================
*/ .webtable, .webtable_data, .webtable_rhs, .webtable_inner {
    margin: auto !important;
    background: #FFFFFF;
}

.webtable {
    width: 671px !important;
}

.webtable_inner {
    width: 640px !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.webtable_tbl {
    width: 620px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.webtable_data {
    width: 400px !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.webtable_rhs {
    width: 180px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.webtitle, .webhead {
    font-weight: bold !important;
    font-size: 14px !important;
    color: #003369 !important;
}

.webhead {
    font-size: 18px !important;
}

.webdate {
    font-size: 12px !important;
    font-weight: bold !important;
}

.bullt {
    font-size: 11px !important;
}

.webtable_rhs img {
    max-width: 180px !important;
}

.img, a img {
    border: none;
}

.border-bottom {
    border-bottom: 1px #B4B4B4 dashed
}

.border-right {
    border-right: 1px #B4B4B4 dashed;
}

/* Partner Reg Page Settings
/* ==============================
*/ #partner_reg_form #password2 {
    margin-bottom: 5px;
}

#partner_reg_form #street1 {
    margin-bottom: 5px;
}

#partner_reg_form .scrollBox {
    height: 250px;
    overflow-x: hidden;
    overflow: hidden;
    border: 1px solid #C4C4C4;
}

#partner_reg_form .formFoot p {
    float: left
}

#partner_reg_form #pdfDownload {
    font-size: 14px;
    float: right;
}

/* Software Download Page Settings
/* ==============================
*/ #softwareDownload .dataColmLeft, #softwareDownload .dataColmRight {
    float: left;
    width: 100%;
    margin-bottom: 20px
}

#softwareDownload .rhsItemWrap {
    padding-bottom: 10px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

#softwareDownload .rhsRow {
    padding: 10px;
}

#softwareDownload [class*="icon24-"], #softwareDownload [class^="icon24-"] {
    margin-left: 0px;
}

#softwareDownload .rhsHead {
    font-size: 18px;
    background: #ececec;
    padding: 10px;
    margin-top: 0px
}

#softwareDownload .softList {
    padding-left: 0px !important;
}

#softwareDownload .softList li {
    padding: 5px 0px;
}

#softwareDownload .softList li label {
    clear: both;
    display: block;
    font-weight: bold;
}

#swdDataList .modal .modal-body {
    min-height: 100px !important;
}

#swdDataList .modal .form-row .form-label {
    padding-top: 4px !important;
    padding-right: 20px !important;
}

#fileListTree .notice-board {
    margin: 10px 0px 15px;
}

#intlSwdNotice {
    margin: 5px 5px 5px 15px !important;
}

.userAgreementNotice {
    border: 1px solid #FFC6C6;
    background: #f8f8f8;
    padding: 5px 10px;
    margin: 10px 0px 15px;
    overflow: hidden;
    clear: both;
}

#userAgreementBox p {
    margin: 5px;
}

.userAgreementNotice a {
    color: #09F;
}

.userAgreementNotice label {
    margin-right: 10px;
}

.userAgreementNotice .agreement_yes span {
    color: #060;
    font-weight: bold;
}

.userAgreementNotice .agreement_no span {
    color: #900;
    font-weight: bold;
}

/* Software Download Dashboard Settings
/* ==============================
*/ #tblSwdList {
    font-size: 16px;
    line-height: 1.5em;
}

#tblSwdList thead th {
    white-space: nowrap !important;
}

#tblSwdList td {
    word-wrap: break-word !important;
    word-break: break-all;
}

#tblSwdList thead th:nth-child(1), #tblSwdList td:nth-child(1) {
    width: 240px !important;
}

#tblSwdList thead th:nth-child(2), #tblSwdList td:nth-child(2), #tblSwdList thead th:nth-child(3), #tblSwdList td:nth-child(3) {
    width: 170px !important;
}

#tblSwdList thead th:nth-child(4), #tblSwdList td:nth-child(4), #tblSwdList thead th:nth-child(5), #tblSwdList td:nth-child(5), #tblSwdList thead th:nth-child(6), #tblSwdList td:nth-child(6) {
    width: 165px !important;
}

#tblSwdList thead th:nth-child(7), #tblSwdList td:nth-child(7) {
    width: 100px !important;
    word-break: keep-all;
}

#tblSwdList .subTitle {
    display: inline-block;
    width: 50px;
    font-weight: bold;
    font-size: 14px;
}

#tblSwdList .bold12 {
    font-size: 14px !important;
}

#tblSwdList .subTitle b {
    float: right
}

#tblSwdList .showNote {
    font-size: 14px;
}

#tblSwdList .warningRow td {
    background-color: #fbeceb;
}

#swdSearchBox .js-stools-field-filter label {
    font-size: 14px;
    font-weight: bold;
}

#swdRiquestList .btnAction {
    width: 70px;
    margin: 3px 2px;
    display: inline-block;
    padding: 8px 5px !important;
    font-size: 14px;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#swdRiquestList .btnOverride {
    width: 148px !important;
}

#swdRiquestList #filter_request_type {
    width: 115px !important;
}

#tblSwdList hr {
    margin: 5px -5px;
}

#tblSwdList hr + hr {
    display: none;
}

tr.warningRow td {
    background-color: #fbeceb !important;
}

tr.warningRowRestrict td {
    background-color: #FCDDB4 !important;
}

tr.warningRowDonot td {
    background-color: #DDD3AF !important;
}

/* Notice Board Settings
/* ==============================
*/  .notice-board {
    background: #f8f8f8;
    margin: 10px 5px;
    padding: 10px;
    border: 1px solid #fbdb90;
    overflow: hidden;
    clear: both;
}

.notice-board h5 {
    background: #faecca;
    border-bottom: 1px solid #fbdb90;
    margin: -10px -10px 10px !important;
    padding: 5px 10px;
}

.notice-board p {
    margin: 15px 0 !important;
}

.notice-board, .notice-board p, .notice-board h5 {
    color: #b87602 !important;
}

.notice-red {
    border: 1px solid #FFC6C6;
}

.notice-red h5 {
    background: #fce2e2;
    border-bottom: 1px solid #FFC6C6;
}

.notice-red, .notice-red p, .notice-red h5 {
    color: #990000 !important;
}

.notice-blue {
    border: 1px solid #a0cdff;
}

.notice-blue h5 {
    background: #d3e5fa;
    border-bottom: 1px solid #a0cdff;
}

.notice-blue, .notice-blue p, .notice-blue h5 {
    color: #0963C5 !important;
}

.notice-green {
    border: 1px solid #c1d7c5;
}

.notice-green h5 {
    background: #dfece1;
    border-bottom: 1px solid #c1d7c5;
}

.notice-green, .notice-green p, .notice-green h5 {
    color: #006633 !important;
}

.notice-plain {
    border: 1px solid #e2e2e2;
}

.notice-plain h5 {
    background: #efefef;
    border-bottom: 1px solid #e2e2e2;
}

.notice-plain, .notice-plain p, .notice-plain h5 {
    color: #9d9d9d !important;
}

.notice-gray {
    border: 1px solid #c1c1c1;
}

.notice-gray p {
    margin-bottom: 15px !important;
}

.notice-gray p:last-child {
    margin-bottom: 0px !important;
}

.notice-gray h5 {
    background: #dfdfdf;
    border-bottom: 1px solid #c1c1c1;
}

.notice-gray, .notice-gray p, .notice-gray h5 {
    color: #555e64 !important;
}

/* Company Overview Page Settings
/* ==============================
*/ #management {
    background: url(../../../assets/images/banner/company/bg_management.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
}

#management .box-cell {
    padding-bottom: 30px;
}

#management h2, #videoWall h2 {
    color: #fff !important;
    text-align: center;
    margin-bottom: 40px;
}

#videoWall h2 {
    margin-bottom: 0px;
}

#videoWall {
    background: url(../../../assets/images/banner/company/bg_video_wall.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 11% 30px;
    clear: both;
}

#pgCompanyOverview #video_library .video-title {
    height: 55px !important;
    overflow: hidden;
}

#news_events h2 {
    text-align: center;
}

#news_events .news_01, #news_events .news_02, #news_events .news_03 {
    height: 300px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#news_events .news_01 {
    background-image: url(../../../assets/images/company/bg_news_01.jpg);
}

#news_events .news_02 {
    background-image: url(../../../assets/images/company/bg_news_02.jpg);
}

#news_events .news_03 {
    background-image: url(../../../assets/images/company/bg_news_03.jpg);
}

.box-outer {
    display: block;
    clear: both;
}

.box-clm {
    width: 100%;
    margin: 10px 0px;
    display: block;
    position: relative;
    color: #FFF;
    font-size: 20px;
}

.box-data {
    position: absolute;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.7);
    padding: 15px;
    width: 100%;
    overflow: hidden;
}

.box-data p {
    margin: 0px 0px 10px;
}

.box-data .post-date {
    font-size: 16px;
    font-style: italic;
}

#sustainability .cont-colm {
    margin-bottom: 30px;
}

.award-list .item-img {
    width: 46%;
    height: 125px;
    overflow: hidden;
    vertical-align: middle;
    white-space: nowrap;
    margin: 10px 2%;
    float: left;
    padding: 10px;
    text-align: center;
    border: 1px solid #CCC;
}

.award-list .item-img img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition-property: filter;
    transition-duration: .5s;
    width: 100%;
    height: 100%;
    max-width: none;
    vertical-align: middle !important;
}

.award-list .item-img:hover img, .award-list .item-img:focus img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.award-list .item-img .spacer {
    display: none;
}

#careers .box-cell label, #careerHome .box-cell label {
    display: block;
    clear: both;
    padding: 10px 0px;
}

#video_library .box-cell h4 {
    font-size: 20px;
    height: 30px;
    overflow: hidden;
}

/* Quick Facts Page Settings
/* ==============================
*/ #quickFacts .data-row {
    padding-bottom: 10px;
    display: block;
    overflow: hidden;
}

#quickFacts .data-row label {
    width: 24%;
    margin-right: 1%;
    text-align: right;
    float: left;
    font-weight: bold;
}

#quickFacts .data-row .itemData {
    float: left;
    width: 75%;
}

/* Career Page Settings
/* ==============================
*/ #careerHome .image-list {
    margin: 25px 0px;
}

#careerHome .image-list .item-img {
    width: 155px;
    height: 140px;
    margin: 10px 5px;
    text-align: center;
}

#careerHome .image-list .item-img img {
    margin: 0px auto;
}

#careerHome .image-list .item-img label {
    display: block;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
    cursor: pointer;
}

#careerEngHome .dataBoxBg {
    margin: 10px auto;
    padding: 25px !important;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#careerEngHome .data-pic {
    margin-top: 15px;
    width: 100px;
}

#careerEngHome .data-colm {
    margin-left: 120px;
}

#universityBanner, .universitySlider {
    float: right;
    width: 406px;
    height: 306px;
    margin-left: 20px;
}

#universityBanner .sectionBanner, .universitySlider .sectionBanner, .imgRow .imgBox {
    border: 1px solid #CCC;
    padding: 2px;
    margin-bottom: 0px;
    overflow: hidden;
}

.universitySlider.fLeft {
    float: left !important;
    margin-left: 0px;
    margin-right: 20px;
}

.careerRegion {
    border: 1px solid #CCC;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.careerRegion .regionTitle {
    color: #555e64;
    cursor: pointer;
    background: #f2f2f2;
    padding: 10px;
    border-bottom: 2px solid #CCC;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    margin: 0px;
}

.careerRegion .regionTitle em {
    float: right;
    font-size: 22px;
    font-weight: bold;
    margin-right: 10px;
    font-style: normal;
    line-height: 0.7;
}

.careerRegion .jobTitle {
    border-bottom: 1px dotted #CCC;
    font-weight: bold;
    padding-bottom: 3px;
    margin-top: 0px;
}

.careerRegion .jobListBox {
    padding: 15px;
}

.careerRegion .locationList {
    margin: 10px 10px 20px;
    overflow: hidden;
    padding: 0px 20px;
    clear: both;
}

.careerRegion .locationList li {
    width: 100%;
    padding: 5px 15px 5px 5px !important;
    list-style: disc;
}

.careerRegion .locationList li.clearRow {
    display: none;
}

.careerlblUs {
    color: #5487b8;
    font-weight: bold;
    font-size: 14px;
}

.careerlblNonUs {
    color: #F93;
    font-weight: bold;
    font-size: 14px;
}

#jobPost .btn-box {
    padding: 15px 0px;
    overflow: hidden;
}

#jobPost .btn-box img {
    float: left;
    margin-right: 10px;
}

#jobPost .btn-apply {
    float: left;
    margin-top: 10px;
}

/* Career India Page Settings
/* ==============================
*/  #careersIndia {
    overflow: hidden;
}

#careersIndia .careerBox {
    width: 100%;
    margin-bottom: 20px;
    float: left;
    overflow: hidden;
    border: 1px solid #016ba0;
    position: relative;
}

#careersIndia .rColm {
    margin-right: 0px;
}

#careersIndia .careerBox img {
    width: 100%;
    height: 100%;
}

#careersIndia .careerBox h4 {
    padding: 5px 10px;
    margin: 0px;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    background: #007dbb;
}

#careersIndia .careerBox .boxFoot {
    padding: 7px 10px;
    color: #FFF;
    display: block;
    text-align: right;
    background: #007dbb;
    position: absolute;
    width: 100%;
    bottom: 0px;
}

#careersIndia .careerBox .boxFoot a {
    color: #FFF !important;
    display: block;
    cursor: pointer !important;
    text-decoration: none;
}

#careersIndia .testimonialBox, #careersIndia .jobBox {
    /*height: 250px;*/
    height: auto;
}

#careersIndia .testimonialBox {
    border: 1px solid #c9beac;
    background: #eee9e1;
    text-align: center;
    vertical-align: central;
}

#careersIndia .jobBox {
    margin-bottom: 0px;
}

#careersIndia .jobBox .boxFoot {
    font-weight: bold;
    font-size: 14px;
}

#careersIndia .jobList {
    margin: 0px 0px 40px;
    padding: 0px;
}

#careersIndia .jobList li {
    list-style: none;
    padding: 7px 15px;
    border-bottom: 1px dotted #CCC;
    color: #999;
}

.careerIndiaSlider {
    float: right;
    width: 606px;
    margin-left: 20px;
    border: 1px solid #CCC;
    padding: 2px;
    margin-bottom: 0px;
    overflow: hidden;
}

.careerIndiaSlider.fLeft {
    float: left !important;
    margin-left: 0px;
    margin-right: 20px;
}

/* Job Apply Form Page Settings
/* ==============================
*/ #jobApplyForm .formNote .controls, #jobApplyForm #jform_captcha_box .star {
    display: none;
}

#jobApplyForm .pageTitle {
    margin-bottom: 0px;
    font-size: 20px;
}

#jobApplyForm .control-row .formNote {
    background: #3493c1;
}

#jobApplyForm .control-row .formNote h4 {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding-left: 10px;
}

#jobApplyForm .control-label, #jobApplyForm .controls {
    width: 100%;
    position: relative;
    padding: 10px 15px;
    text-align: left;
}

#jobApplyForm .control-label {
    border-bottom: 1px dotted #C5C5C5;
}

#jobApplyForm .control-label label {
    margin-left: 5px;
}

#jobApplyForm .control-label .star {
    float: none;
    position: absolute;
    left: 5px;
    top: 10px;
}

#jform_privacy_policy_box .control-label label, #jobApplyForm .acknowledge-box label {
    display: inline;
}

#jobApplyForm .controls {
    min-height: 60px;
}

#jobApplyForm .codeNo {
    width: 50%;
    -webkit-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
}

#jobApplyForm .form-actions {
    text-align: center;
    padding: 20px 0px;
}

#jform_privacy_policy_box {
    padding-bottom: 0px;
}

#jform_privacy_policy_box .control-label, #jform_captchaimage_box {
    border: none;
    margin-bottom: 0px;
}

#jform_privacy_policy_box .datePicker {
    width: 100% !important;
}

/* Tradeshows and Webinar Page Settings
/* ==============================
*/ .tradeWebinar .data-colm {
    margin-left: 27%;
}

.tradeWebinar .data-colm p {
    margin: 5px 0px;
}

.tradeWebinar .rssSubscribe {
    margin-top: 0px;
    margin-bottom: 10px;
    overflow: hidden;
}

.tradeWebinar .rssSubscribe a {
    float: right;
    font-size: 12px;
    font-weight: bold;
}

.tradeWebinar ul li {
    padding: 5px 0px;
}

/* News and Inthe News Page Settings
/* ==============================
*/ #newsHome .newsRow {
    clear: both;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #CCC;
}

#newsHome .newsEndRow {
    border-bottom: none;
    margin-bottom: 0px;
}

.newsRow .newsIcon, .newsRow .itemPic {
    float: left;
    margin-right: 10px;
}

.newsRow .newsIcon {
    width: 60px;
    height: 60px;
    clear: right;
}

.newsRow .itemPic {
    width: 100px;
}

.newsRow .newsItem {
    float: left;
    width: 90%
}

.newsRow .newsItem h4 {
    margin: 0px 0px 3px;
}

.newsRow .newsItem h4 a {
    color: #555E64 !important;
}

.newsRow .newsItem p {
    margin-bottom: 5px;
}

.intheNews .data-colm label {
    font-style: italic;
    display: block;
    font-size: 14px;
}

/* Technology Partners Page Settings
/* ==============================
*/ .techPartner .image-list {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #CCC;
}

#lbTechPartner .lbDataPic {
    width: 256px;
    margin: 5px 20px 5px 0px;
    float: left;
    overflow: hidden;
    border: 1px solid #CCC;
    padding: 2px;
}

.dataSheet .data-table {
    margin-top: 0px;
}

.headH5 {
    color: #003366;
    font-weight: bold;
    padding-bottom: 5px;
}

td.colLeft {
    width: 300px!important;
    padding-right: 20px;
}

td.colData {
    width: auto!important;
}

.bltList {
    margin-top: 5px;
    margin-bottom: 10px;
}

.bltList-in {
    margin-bottom: -5px!important;
}

.bltList li {
    padding-bottom: 5px;
    list-style: disc;
}

.dataBox, .dataBox td, .dataBox th {
    border: 1px solid #999999;
    border-collapse: collapse;
}

.dataBox .colLeft {
    width: 70px!important;
}

.dataBox .colData {
    width: auto!important;
}

/* Report Page Settings
/* ==============================
*/ #reportWall .reportBox {
    width: 31.72%;
    float: left;
    margin: 10px 20px 10px 0px;
    border: 1px solid #DDDDDD;
    padding: 10px;
}

#reportWall .itemHead {
    margin: -10px -10px 10px -10px;
    font-size: 14px;
    background: #f5f5f5;
    border-bottom: 1px solid #CCCCCC;
    padding: 8px 10px;
}

#reportWall .itemList li {
    padding: 2px 0px 5px 20px;
}

#reportWall .itemList li span {
    margin-left: -20px;
}

/* Platforms Page Settings
/* ==============================
*/ #tblPlatforms th.family-title {
    background: #5487b8;
    color: #FFF;
}

#tblPlatforms h4 a, #tblCompare h4 a {
    color: #5487b8 !important;
    display: inline-block;
}

#tblPlatforms label, #tblCompare label {
    display: block;
    clear: both;
    white-space: nowrap;
}

#tblPlatforms th label.disabled {
    color: #ccc;
}

#tblCompare tbody th, #tblCompare thead th:first-child {
    background: #16325b;
    color: #FFF;
    border: 1px solid #FFF;
    text-align: center;
}

#tblCompare th, #tblCompare td {
    padding: 10px;
}

#tblPlatforms td.action-btn a, #tblCompare td.action-btn a {
    display: block;
}

#tblPlatforms td.action-btn a + a, #tblCompare td.action-btn a + a {
    margin-top: 15px;
}

#compAction {
    display: none;
    position: absolute;
    right: 10px;
    top: 0;
    max-width: 10%;
    text-align: center;
    padding-top: 65px
}

#compAction input {
    margin-bottom: 10px;
}

#model2Compare {
    display: none;
    float: left;
    width: 100%;
    border-top: 1px solid #999;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 999;
    background-color: #f5f5f5;
}

#model2Compare .com-item {
    width: 17%;
    padding: 10px;
    float: left;
    border-right: 1px solid #999;
    display: block;
    height: 200px;
    overflow: hidden;
    text-align: center;
}

#model2Compare .com-item img, #tblCompare thead th img {
    max-height: 140px;
    max-width: 160px;
}

/* Video Library Page Settings
/* ==============================
*/ .videoItem {
    width: 100%;
    margin: 0px 0px 10px;
    float: left;
}

.videoList200 .videoItem {
    width: 205px;
    height: 190px;
}

.videoItem label {
    display: block;
    clear: both;
    margin-bottom: 3px;
}

.videoThumbl {
    padding: 2px;
    border: 1px solid #CCCCCC;
}

.videoThumbl img {
    width: 100%;
    max-width: 100%;
}

.videoList200 .videoThumbl img {
    width: 200px;
    height: 140px;
}

.videoData, .videoTitle {
    font-size: 16px;
    text-align: left;
}

.videoTitle {
    font-weight: bold;
    margin-top: 10px;
    line-height: 22px;
    height: 45px;
    overflow: hidden;
}

#videoLibrary, .videoList {
    overflow: hidden;
    clear: both;
}

.inpageVideoList {
    padding: 20px 0px;
}

.tabDataWrap .videoList .videoItem {
    margin: 0px 4px 0px 4px;
}

/* Transceivers Cable Page Settings
/* ==============================
*/ #tblOptionType, #tblOptionDetail, #tblOptionDetail_t2 {
    font-size: 16px;
}

#tblOptionType th {
    background: #ededed;
}

#tblOptionDetail td, #tblOptionDetail_t2 td {
    height: 40px;
}

#tblOptionDetail img, #tblOptionDetail_t2 img {
    float: right;
}

#tblOptionDetail label, #tblOptionDetail_t2 label {
    display: block;
    margin-bottom: 5px;
}

#tblOptionDetail th.cel-2 {
    white-space: nowrap;
}

#tblOptionDetail td.tRight, #tblOptionDetail_t2 td.tRight {
    text-align: right !important;
}

#tblOptionDetail td span.ico16-tick, #tblOptionDetail_t2 td span.ico16-tick {
    float: none;
    margin: auto;
}

#tblSwitchePortfolio label {
    display: block;
    overflow: hidden;
    clear: both;
    margin-bottom: 5px;
}

#tblSwitchePortfolio th img {
    max-width: 175px;
}

/* Social Media Page Settings
/* ==============================
*/ #socialMedia {
    overflow: hidden;
}

#socialMedia .widgetsBox {
    float: left;
    width: 562px;
    margin: 5px 15px 50px 5px;
    -webkit-box-shadow: 0 0 5px 2px #e9e9e9;
    box-shadow: 0 0 5px 2px #e9e9e9;
    border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border: 1px solid #dddddd;
}

#socialMedia .widgetsHead {
    overflow: hidden;
    margin: 0px auto;
    padding: 15px 10px;
    background: #e9e9e9;
    background: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 30%, #e9e9e9 60%, #dddddd 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 30%, #e9e9e9 60%, #dddddd 100%);
}

#socialMedia .widgetsData {
    padding: 5px;
    height: 400px;
    overflow: hidden;
    background: url(../img/loading.gif) no-repeat 50% 50%;
}

#socialMedia .widgetsData iframe {
    margin: 0px !important;
    padding: 0px !important;
}

#socialMedia .widgetsData .widgetLoading {
    background: #FFF;
    overflow: hidden;
}

#socialMedia .widgetsHead span {
    float: left;
    margin-right: 5px;
}

#socialMedia .widgetsHead a {
    float: right;
    font-weight: bold;
    font-size: 16px;
    margin-top: 7px;
    margin-right: 10px;
}

#wgYoutube {
    width: 99% !important;
    margin-right: 0px !important;
}

#wgYoutube .widgetsData {
    height: 220px;
    padding: 20px
}

#wgYoutube .videoItem {
    width: 151px;
}

#wgYoutube .videoThumbl img {
    width: 147px;
}

#wgFacebook {
    margin-right: 25px !important;
}

#wgFacebook .widgetsData {
    padding: 0px !important;
    margin: 0px auto !important;
    width: 500px;
}

#wgTwitter {
    margin-right: 0px !important;
}

#wgTwitter .widgetsData {
    padding: 0px !important;
    margin: 0px auto !important;
    width: 500px;
}

#wgTwitter .twtr-hd, #wgTwitter .twtr-ft {
    display: none;
}

#wgLinkedin {
    width: 635px !important;
    margin-right: 0px !important;
    margin-bottom: 10px !important;
}

#wgLinkedin #linkedinProfile, #wgLinkedin #linkedinInsider {
    width: 624px;
    margin: 0px;
    padding: 0px;
    background: #FFF;
    overflow: hidden;
}

#wgLinkedin #linkedinProfile .hideBox {
    margin: -30px 0px -15px -8px;
}

#wgLinkedin #linkedinInsider .hideBox {
    margin: -2px 0px -15px -3px;
}

/* Contact Page Settings
/* ==============================
*/ .contact-list li {
    padding-right: 20px;
    text-align: left;
}

.contact-list li.listHead {
    font-size: 16px;
}

.contact-list li.listHead label, .support-list h4.listHead label {
    font-size: 18px !important;
    float: right;
}

.contact-list li.hrLine {
    margin-bottom: 10px;
}

.contact-list h4 {
    border-bottom: 1px solid #CCC;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.contact-list label {
    display: block;
    clear: both;
    margin-bottom: 3px;
}

.contact-list label a {
    display: inline;
    margin-left: 0px;
}

.contact-list label.bold {
    font-size: 13px;
}

.contact-list label.lbHead {
    font-weight: bold;
}

.contact-list label span.fixLb {
    display: inline-block;
    width: 80px;
}

.support-list li {
    padding-top: 10px !important;
    padding-bottom: 40px !important;
    line-height: 24px;
}

.support-list img.flag {
    margin-bottom: 10px;
}

#siteMap .data-colm {
    width: 100%;
    padding: 0px 2%;
    float: left;
}

/* Tac Support Page Settings
/* ==============================
*/ #tac_result_table th, #sfdcAccountsList, #sfdcAccountsListUser td {
    font-size: 16px !important;
}

#sfdcAccountsListUser th {
    font-size: 18px !important;
}

#tac_result_table .colm250, #sfdcAccountsList .colm250 {
    width: 250px !important;
    min-width: 250px !important;
}

#tac_result_table .colm200, #sfdcAccountsList .colm200 {
    width: 200px !important;
    min-width: 200px !important;
}

#tac_result_table .colm150, #sfdcAccountsList .colm150 {
    width: 150px !important;
    min-width: 150px !important;
}

#tac_result_table .colm100, #sfdcAccountsList .colm100 {
    width: 100px !important;
    min-width: 100px !important;
}

#tac_result_table .colm80, #sfdcAccountsList .colm870 {
    width: 80px !important;
    min-width: 80px !important;
}

#tac_result_table .colm70, #sfdcAccountsList .colm70 {
    width: 70px !important;
    min-width: 70px !important;
}

#tac_result_table .email {
    max-width: 250px;
    overflow: hidden;
    word-break: break-all;
}

#tac_result_table td label {
    display: block;
    padding: 3px 0px;
}

#sfdcAccountsList .colm30 {
    width: 30px !important;
    min-width: 30px !important;
}

#sfdcAccountsList td label {
    display: block;
    padding: 3px 0;
}

#sfdcAccountsList .colm350 {
    width: 350px !important;
    min-width: 350px !important;
}

#tacSupport .btnBar {
    padding-top: 3px;
    clear: both;
}

#tacSupport .btnBar .pagination {
    border: none;
}

#tacSupport .btnBar .pagination .paginationList {
    margin-top: 3px;
}

.filter_dropdown {
    width: auto;
    height: 35px;
}

/* Filter Form Settings 
/* ==============================
*/ .search-form {
    clear: both;
    overflow: hidden;
    margin-bottom: 30px;
}

.search-form .formLabel {
    width: 20%
}

.search-form .formField {
    width: 80%
}

.search-form #filter_type, .search-form #filter_search {
    float: left;
    margin-right: 5px;
}

.search-form #filter_type {
    width: auto;
}

.tacUser #jform_password1 {
    width: 190px;
    float: left;
    margin-right: 5px;
}

/* Quiz Page Settings 
/* ==============================
*/ .ariQuizHome .data-pic {
    margin-left: 0px;
    margin-right: 20px;
}

.ariQuizHome .button {
    float: right;
    margin-right: 10px;
}

.ariQuizHeaderTable {
    border-bottom: 1px solid #CCC;
}

.ariQuizHeaderTable td {
    padding: 3px 6px;
}

.ariQuizHeaderTable .page-header {
    padding: 0px;
}

.ariQuizHeaderTable .page-header h2 {
    margin: 0px;
}

.ariQuizQuestionNo, .ariQuizHeaderInfo, ariQuizTimeCnt {
    width: 33%;
}

.ariQuizTimeCnt .ariQuizTime, .ariQuizTimeCnt .ariQuizTime:focus {
    background: none !important;
    border: none;
    width: auto;
    box-shadow: none;
    border-radius: 0px;
    font-weight: bold;
    color: #060;
}

.ariQuizHeaderTable .labelText {
    font-weight: bold;
    padding-right: 5px;
}

.ariQuizHeaderInfo .labelText, .ariQuizHeaderInfo .ariQuizProgressWrap {
    float: left;
}

.ariQuizHeaderInfo .labelText {
    padding-top: 2px;
}

.ariQuizProgress {
    background: #006600;
}

.ariQuizQuestionTitle {
    background: none;
    color: #555e64;
    padding: 2px;
    text-align: center;
    width: 30px;
    font: bold 36px "Courier New", Courier, monospace
}

.ariQuizQuestion {
    font-weight: bold;
    vertical-align: middle;
}

.ariStatHead tbody th {
    width: 90px;
}

.ariStatHead td {
    text-align: left !important;
}

.ariStatTable {
    margin-top: 0px;
}

.ariStatTable td p {
    margin: 0px;
}

.ariStatTable td.quiz-sn {
    width: 35px !important;
    text-align: center !important;
}

.ariStatTable .quiz-time {
    min-width: 100px;
    text-align: center;
}

.ariStatTable .quiz-date {
    width: 90px;
}

.ariStatTable .quiz-score, .ariStatTable .quiz-result {
    width: 50px;
}

.ariStatTable .quiz-action label {
    display: block;
    clear: both;
    margin: 2px 0px;
}

.ariStatTable td.quiz-result {
    padding-top: 8px;
}

.ariStatTable .quiz-result0, .ariStatTable .quiz-result1, .ariStatTable td.quiz-score {
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
}

.ariStatTable .quiz-result0 {
    color: #C00;
}

.ariStatTable .quiz-result1 {
    color: #060;
}

#quizResult .tblResult {
    border-collapse: collapse;
}

#quizResult .tblResult th, #quizResult .tblResult td {
    border-collapse: collapse;
    border: 1px dotted #CCCCCC;
    text-align: left;
    border-collapse: collapse;
}

#quizResult .buttonBox {
    margin: 50px 0px 20px;
    text-align: center;
}

/* Follow Feed Settings 
/* ==============================
*/ #feedFollow {
    overflow: hidden;
    margin: 0px auto 15px;
}

/*#feedFollow .pageTitle {
    margin-bottom: 0px;
    padding: 8px 10px;
}*/

/*#feedFollow .formRow {
    background-color: #EEEEEE;
}*/

/*#feedFollow .formLabel {
    padding-left: 10px;
}*/

/*#feedFollow .form-actions {
    padding: 10px;
    width: 100%;
}*/

/*#feedFollow .form-actions .button {
    float: right;
    margin: 0 5px;
}*/

/*#feedFollow .topRow .ico_req {
    background-position: right 15px !important;
}

#feedFollow .formList li {
    float: left;
    padding-right: 25px;
}

#feedFollow .formField .inputbox {
    padding: 8px 5px;
}*/

/* Chart Settings 
/* ==============================
*/ .chartArea {
    margin: 0px auto;
    width: 80%;
    overflow: hidden;
}

.chartCanvas {
    width: 47.8%;
    height: 230px;
    overflow: hidden;
    margin: 10px;
    float: left;
    border: 1px solid #CCC;
    background: #FAFAFA url(../img/loading.gif) no-repeat center center;
}

.chartCanvas .legend {
    padding: 7px 5px 15px;
    font-size: 12px;
    line-height: 12px;
}

.chartCanvas .legend label {
    margin-left: 5px;
    margin-right: 5px;
    float: left;
}

.chartCanvas .legend span {
    display: inline-block;
    margin-right: 5px;
    height: 12px;
    width: 12px;
    text-indent: -99999px;
}

.chartCanvas .chartZero {
    border-radius: 50%;
    border: 1px solid #EBEBEB;
    background: #F5F5F5;
    padding: 80px 25px;
    margin: auto;
    text-align: center;
    height: 180px;
    width: 180px;
    color: #CCC;
    font-size: 16px;
    margin-top: 10px;
}

#colmChartArea, #pieChartArea {
    width: 98%;
}

#colmChartArea table {
    display: none;
    background: #FAFAFA;
}

#colmChartArea table th {
    font-size: 12px;
}

#colmChartArea table td {
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

#colmChartArea table td.head {
    background-color: #e6e6e6;
}

#colmChartArea table td.act {
    color: #94ac27;
}

#colmChartArea table td.mod {
    color: #3691ff;
}

#colmChartArea table td.std {
    color: #e248b3;
}

#colmChartArea table td.ovr {
    color: #CC0000;
}

#colmChartArea table td.any {
    color: #F87217;
}

/* Table SorterSettings 
/* ==============================
*/ table.tablesorter thead tr .header {
    background-image: url(../img/sort_updown.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
    padding-right: 15px;
}

table.tablesorter thead tr .headerSortUp {
    background-image: url(../img/sort_asc.gif);
}

table.tablesorter thead tr .headerSortDown {
    background-image: url(../img/sort_desc.gif);
}

/* FNO Site Settings 
/* ==============================
*/ .fnoSystem .fnoData-table {
    margin-bottom: 30px;
}

.fnoSystem .fnoData-table tfoot td {
    text-align: right;
    font-weight: bold;
    font-size: 12px;
}

.fnoSystem .fnoData-table .ico24-dload {
    float: none;
    margin: auto;
}

.fnoSystem .pageTitle {
    font-size: 16px;
    margin-bottom: -5px;
}

#fnoLicenceServers td.tdRow {
    padding: 0px 5px;
    width: 150px;
    white-space: nowrap;
}

#fnoLicenceServers td.tdRow label {
    border-top: 1px dotted #999;
    clear: both;
    display: block;
    padding: 5px 0px;
    text-align: center;
    margin: 0px -5px;
}

#fnoLicenceServers td.tdRow label:first-child {
    border-top: none;
}

#fnoServedClients th .tRed, #fnoLicenceServers th .tRed {
    display: block;
    font-size: 11px;
    line-height: 14px;
}

td.tCtr, #fnoClients td.colm2, #fnoClients td.colm3, #fnoClients td.colm4, #fnoClients td.colm5 {
    text-align: center;
}

.fnoUser .control-group {
    width: 100%
}

.fnoUser .control-group .control-label {
    width: 20%;
}

.fnoUser .form-actions {
    padding-left: 21% !important;
    width: 100% !important;
}

#generateLicense .form-row .form-label {
    width: 19% !important;
    font-size: 12px !important;
    text-align: left !important;
}

#generateLicense .form-row .form-field {
    width: 81% !important;
    padding-left: 5px;
}

#generateLicense .form-field-head {
    border: 1px solid #c1c1c1;
    padding: 5px;
    background: #e6e6e6;
    font-weight: bold;
    font-size: 12px;
    clear: both;
}

#generateLicense .form-field-head label {
    text-align: center;
    display: inline-block;
    width: 100px;
}

#addLicenseDymcForm {
    max-height: 250px;
    overflow: auto;
    display: block;
    border: 1px solid #c1c1c1;
    border-top: none;
}

#addLicenseDymcForm .form-field-row {
    width: 100% !important;
    display: block;
    clear: both;
    float: left;
    border-bottom: 1px dotted #c1c1c1;
}

#addLicenseDymcForm .textBox {
    float: left;
    margin: 3px;
}

#addLicenseDymcForm .txtCount {
    width: 100px !important;
    text-align: center;
}

#addLicenseDymcForm label.txtCount {
    border-left: 1px dotted #c1c1c1;
    border-right: 1px dotted #c1c1c1;
}

#generateLicense #errorMsg {
    float: left;
    font-size: 12px;
    font-weight: bold;
}

.headOrgName {
    font-size: 16px !important;
}

.orgSwcLink {
    font-size: 13px !important;
    font-weight: normal !important;
    color: #5487b8 !important;
    margin-left: 5px;
}

/* Bug Portal Settings 
/* ==============================
*/ #bugPortal .data-w70 {
    margin: 10px 0px 20px!important;
}

#bugFilter .search-form {
    margin-bottom: 10px;
}

#bugFilter #filter_search {
    width: 195px;
}

#bugFilter .formField .ddlList {
    width: 100%;
    padding-right: 10px;
    margin-bottom: 10px;
}

#bugFilter .formField .button {
    vertical-align: top;
}

#tblBugList thead th {
    white-space: nowrap;
}

#tblBugList tbody td label, #tblBugDetail tbody td label {
    display: block;
    clear: both;
    padding-bottom: 2px;
}

#tblBugList tbody td, #tblBugList tbody th, #tblBugDetail tbody td, #tblBugDetail tbody th {
    vertical-align: top;
}

#bugPortal .buglist-link {
    float: right;
    width: auto;
    margin: 10px;
}

#bugPortal .buglist-link label {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #999;
    display: inline-block;
}

#bugPortal .buglist-link label:first-child {
    border: none;
}

/* Search Results Settings 
/* ==============================
*/ #dataArea .search-box {
    float: right;
    position: absolute;
    right: 10px;
    top: 3px;
    z-index: 100;
}

#dataArea .search-box input {
    width: 175px;
    padding: 5px;
}

#search-results .result-itme {
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
}

#search-results .result-title, #search-results .result-link, #search-results .result-text {
    display: block;
}

#search-results .result-title {
    font-size: 14px;
    font-weight: bold;
}

#search-results .result-link {
    color: #006621;
}

#search-results .searchintro {
    color: #fff;
    float: left;
    padding: 9px 10px 0px 5px;
    text-align: left;
    width: 75%;
}

/* News Room Landing page Settings 
/* ==============================
*/  #newsRoom {
    margin-bottom: 30px;
}

#newsRoom .sectionHead {
    color: #555e64;
    padding: 10px 0px;
    margin: 15px 0px 0px;
    border-bottom: 2px solid #bdbdbe;
    font-size: 26px;
    font-weight: 300;
}

/* News Room - Top Stories
*/ .storyBox {
    display: block;
    float: left;
    overflow: hidden;
    margin-bottom: 5px;
    width: 100%;
}

.storyBox img {
    width: 100%;
    height: 200px;
}

.storyBox .storyItem {
    position: relative;
}

.storyBoxL, .storyBoxC {
    margin-left: 0px;
}

.storyBoxC .storyItem:first-child {
    margin-bottom: 5px;
}

.storyData {
    background: #000;
    bottom: 0;
    opacity: 0.5;
    position: absolute;
    width: 100%;
    height: 100px;
    padding: 25px 20px;
}

.storyTitle, .storyDisc {
    opacity: 1;
    color: #FFF;
    overflow: hidden;
    display: block;
}

.storyTitle {
    font-size: 26px;
    font-weight: 200;
    height: 30px;
}

.storyTitle a {
    color: #FFF !important;
}

.storyDisc {
    margin: 0px;
    font-size: 16px;
    height: 28px;
}

.storyList {
    margin: 0px;
    padding: 5px 0px;
    background: #fbb04c;
}

.storyList li {
    padding: 10px 20px;
    list-style: none;
}

/* News Room - Most Recent
*/ #recentItems, #newsRhs {
    float: left;
    overflow: hidden;
    width: 100%;
}

#recentItems .recentItem {
    display: block;
    margin: 15px 0px;
    overflow: hidden;
}

.recentItem .itemThumb {
    width: 100%;
    max-width: 100%;
    border: 1px solid #999;
    float: left;
    padding: 2px;
    margin: 0px 15px 15px 0px;
}

.recentItem .itemTitle {
    color: #0082dc;
    margin: 0px 0px 5px 0px;
    font-size: 18px;
}

.recentItem .itemDate {
    display: block;
    font-size: 16px;
    font-weight: normal;
}

.recentItem .itemDisc {
    margin-top: 5px;
}

/* News Room - RHS Menu
*/ #newsRhs .rhsBox {
    background: #e7e7e7;
    display: block;
    margin-bottom: 5px;
    padding: 15px;
    color: #49494c;
}

.rhsBox a {
    color: #49494c;
}

.rhsBox h3 {
    margin: 0px;
    font-size: 18px;
    padding-bottom: 8px;
    margin: 0px 0px 10px 0px;
    border-bottom: 1px solid #bbbbbb;
}

#qLinkBox .menu {
    padding: 0px;
    margin: 0px;
}

#qLinkBox .menu li {
    list-style: none;
    padding: 3px 0px;
    font-size: 18px;
}

#qLinkBox .menu li a {
    color: #555e64;
}

#socialBox {
    background: #FFF !important;
    overflow: hidden;
}

#socialBox h3 {
    background: #aec37b;
    color: #FFF;
    border-bottom: none;
    margin: -15px -15px 10px;
    padding: 15px;
}

#socialBox .ico60 {
    margin: 5px 1.5%;
}

#socialBox .ico60:nth-child(1) {
    margin-left: 0px;
}

#socialBox .ico60:nth-child(4) {
    margin-right: 0px;
}

#blogBox .newsfeed {
    padding: 0px;
    margin: 0px;
}

#blogBox .newsfeed li {
    list-style: none;
    border-bottom: 1px dotted #CCc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#blogBox .newsfeed li:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}

#blogBox .newsfeed .feed-link {
    margin-bottom: 5px;
}

#blogBox .newsfeed .feed-item-description {
    font-weight: normal;
    font-size: 18px;
}

/* News Room - Video Playlist
*/ #newsVideoBox {
    background: #CCC;
    overflow: hidden;
}

#newsVideoBox .nvItem {
    width: 100%;
    float: left;
}

#newsVideoBox .nvItem img {
    float: left;
    vertical-align: top;
    max-width: 100%;
    width: 100%;
}

#newsVideoBox .nvItem-data {
    padding: 0px 20px;
}

#videoPlaylist .videoList {
    position: relative;
    margin-top: 10px;
}

#videoPlaylist .videoItem {
    width: 47.7%;
    height: 90px;
    margin: 5px 2%;
}

#videoPlaylist .videoItem:nth-child(even) {
    margin-right: 0px;
}

#videoPlaylist .videoItem:nth-child(odd) {
    margin-left: 0px;
}

#videoPlaylist .videoThumbl img {
    width: 100%;
}

#videoPlaylist .moreVideo {
    background: #26688f;
    color: #fff;
    margin-left: 0px;
    padding: 10px;
    text-align: center;
    width: 100%;
    clear: both;
}

#videoPlaylist .moreVideo a {
    color: #fff;
    text-decoration: none;
}

#videoPlaylist .moreVideo a:hover {
    color: #0CF;
}

/* Sticky  table head settings 
/* ==============================
*/ #prodHead.sticky {
    top: 0;
    z-index: 9999;
    position: fixed;
}

#prodHead.sticky th {
    border-width: 1px 0px 2px 1px !important;
}

#prodHead.sticky th:first-child {
    border-left: none;
}

#prodHead th {
    background: #CCC;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

/* Supported Features Page Settings 
/* ==============================
*/ #tblFeatures tbody th {
    font-size: 16px;
    text-align: left;
}

#tblFeatures tbody th.sfHead {
    color: #135394;
    cursor: pointer;
    font-size: 20px;
    height: 30px;
    text-transform: uppercase;
    vertical-align: middle;
}

#tblFeatures tbody th.sfHead a {
    text-decoration: none;
    color: #135394 !important;
    display: block;
    outline: none;
}

#tblFeatures th, #tblFeatures td {
    width: 65px;
    min-width: 65px;
    padding: 5px 10px;
    border-width: 1px 0px 0px 1px !important;
    text-align: center;
    white-space: normal;
}

#tblFeatures th:first-child, #tblFeatures td:first-child {
    width: 250px !important;
    min-width: 250px !important;
    max-width: 250px !important;
}

#tblFeatures th:last-child, #tblFeatures td:last-child {
    width: 110px !important;
    min-width: 110px !important;
    max-width: 110px !important;
}

#tblFeatures .tblSfData {
    margin: 0px;
    border: none;
}

#tblFeatures .tblSfData th {
    border-left: none;
}

#tblFeatures .sfData {
    padding: 0px !important;
}

#tblFeatures .openSign {
    position: relative;
    background: #135394;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    height: 20px;
    margin: 0px 10px 0px 0px;
    text-align: center;
    vertical-align: middle;
    width: 20px;
    top: -2px;
    font-style: normal;
    line-height: 20px;
}

.openSign.min {
    line-height: 16px !important;
}

#supportFeatures .js-stools {
    background: #f5f5f5;
    border: 1px dotted #ccc;
    padding: 10px;
}

#supportFeatures .control-group, #supportFeatures .control-label {
    width: 100%;
    float: none;
}

#supportFeatures .control-label {
    padding: 0px;
    font-weight: bold;
}

#supportFeatures .btn-wrapper {
    display: block;
    float: left;
    margin-right: 20px;
}

#supportFeatures .controls {
    width: 100%;
}

#supportFeatures .filter-list label {
    display: inline;
}

#supportFeatures .button-box {
    padding-top: 27px;
}

#supportFeatures .button-box button {
    display: block;
    width: 100px;
    clear: both;
    margin-bottom: 5px;
    padding: 6px;
}

.filter-box {
    border: 1px solid #ccc;
    padding: 5px;
    width: 250px;
    height: 140px;
    overflow: auto;
    overflow-x: hidden;
    background: #FFF;
}

.filter-list, .filter-list li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.filter-list li {
    border-bottom: 1px dotted #ccc;
    padding: 2px !important;
}

.filter-list li input {
    margin-right: 1px;
    vertical-align: middle;
    margin-top: -3px;
}

/* Quick Look - White Paper 
/* ==============================
*/  .Left {
    text-align: left !important;
}

.Center {
    text-align: center !important;
}

.Right {
    text-align: right !important;
}

.inline {
    display: inline;
}

.indent {
    text-indent: 15px;
}

.quote {
    padding: 25px 100px;
    text-align: center;
    font-size: 28px;
    font-style: italic;
    font-weight: 300;
    line-height: 40px;
    color: #016c9d;
}

.imageText {
    text-align: center;
    font-size: 90%;
    color: #888;
    margin-top: 10px;
    margin-bottom: 15px;
}

.imageRight {
    float: right;
    margin-left: 20px;
}

.tableTOC {
    float: right;
    margin: 20px 0px 20px 20px;
    width: 265px;
    min-height: 250px;
    background: #e5e5e5;
    border: 1px solid #666666;
    border-radius: 3px;
    padding: 20px;
    line-height: 34px;
    font-size: 14px;
}

a.toc {
    font-size: 14px;
    color: #000099;
}

.pdfTopButton {
    float: right;
    padding: 10px;
    margin-top: 25px;
}

.pdfButton {
    float: left;
    padding-top: 25px;
    margin: 20px 0px
}

a.pdfLink {
    padding: 10px 15px;
    background: #184a7d;
    border-radius: 4px;
    color: #fff !important;
    display: inline-block;
    margin: 5px 0;
}

.quickLook h3, .wpFull h3, .quickLook h3, .wp h3 {
    font-size: 22px;
    color: #26688f;
}

.quickLook li, .wp li {
    padding-bottom: 10px;
}

.quickLook h2, .wp h2 {
    font-size: 24px;
    color: #26688f;
}

.quickLook h4, .wp h4 {
    font-size: 18px;
    color: #26688f;
}

.SGLeftColumn h4 {
    font-size: 16px;
    color: #26688f;
}

.SGLeftColumn h3 {
    font-size: 20px;
    line-height: 26px;
}

h3.inline {
    display: inline;
}

h4.inline {
    display: inline;
}

.versionControl {
    float: left;
    margin-top: 25px;
    text-align: left;
    font-size: 11px;
    color: #999;
}

.header_banner {
    padding: 35px 10px;
    margin-top: 0px;
}

.headerText {
    display: none;
}

.wpFull {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
}

.quickLook li, .wp li {
    padding-bottom: 10px;
}

.quickLook h2, .wp h2 {
    font-size: 24px;
    color: #26688f;
}

.quickLook h4, .wp h4 {
    font-size: 18px;
    color: #26688f;
}

.SGLeftColumn h4 {
    font-size: 16px;
    color: #26688f;
}

.SGLeftColumn h3 {
    font-size: 20px;
    line-height: 26px;
}

.headerTitle {
    float: left;
    font-size: 28px;
    font-weight: bold;
    padding-top: 20px;
    display: inline;
}

.wpLeft {
    float: left;
    width: 29%;
    font-size: 14px;
    line-height: 24px;
    padding-right: 25px;
}

.wpRight {
    float: left;
    width: 70%;
    line-height: 26px;
    font-size: 16px;
}

h1.wp {
    position: relative;
    top: 35px;
}

.splineLeft {
    float: left;
    width: 50%;
}

.splineRight {
    float: left;
    width: 45%;
    text-align: center;
    font-size: 90%;
    color: #666666;
}

.quickLeft {
    float: left;
    width: 30%;
    padding-right: 25px;
    font-size: 18px;
    line-height: 28px;
}

.quickRight {
    float: left;
    width: 70%;
    font-size: 18px;
    line-height: 28px;
}

.quickFull {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
}

.leftColumnImage {
    max-width: 280px;
}

/* Custom Page Settings 
/* ==============================
*/ .pressList .items-row {
    padding-bottom: 50px !important;
    overflow: hidden;
}

.pressList .pageTitle a {
    color: #555E64 !important;
}

#management .data-row h4, #management .data-row h5 {
    margin-top: 0px;
}

#management .data-row p:last-child {
    margin-bottom: 0px;
}

#pgPressRelease .pageTitle {
    background: none;
    padding: 5px 0px;
}

#form_communication .formLabel {
    padding-left: 10px;
    width: 44.5%;
}

#form_communication .formField {
    width: 51.2195%;
}

#form_communication .ddlBox {
    width: auto !important;
}

#pgPartner-portal .nivoSlider {
    margin-bottom: 25px;
}

#pgDesign-guides .catBlogList .readmore {
    display: none;
}

.imageMask {
    overflow: hidden;
    position: relative;
}

.imageMask img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition-duration: 1s;
    transition-timing-function: ease;
    -webkit-transform: scale(1);
    -webkit-transition-duration: 1s;
    -webkit-transition-timing-function: ease;
}

.imageMask img:hover, .imageMask img:focus {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition-duration: 0.4s;
    transition-timing-function: ease;
    -webkit-transform: scale(1.1);
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: ease
}

.printWin {
    background: #FFF !important;
    padding: 15px !important;
}

.printWin .glassBtn {
    float: right;
}

.printWin .glassBtn a {
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}

.printWin .pageTitle {
    display: none;
}

.contentpane, .printWin {
    display: block;
}

#securityReports #filter_search {
    width: 300px;
}

.related-links ul {
    list-style: disc;
    padding: 0px 0px 0px 30px;
}

.related-links ul li {
    padding: 5px 0px;
}

#___plusone_0 {
    line-height: 38px !important;
    font-size: 1px !important;
}

.IN-widget {
    line-height: 38px !important;
    font-size: 1px !important;
}

.SGLeftColumn {
    float: left;
    margin: 37px 25px 10px 0px;
    background: #e5e5e5;
    width: 265px;
    min-height: 250px;
    border: 1px solid #666666;
    border-radius: 3px;
    line-height: 24px;
    font-size: 14px;
}

.SGLeftInside {
    background: #9fcc3b;
    padding: 5px;
    text-align: left;
    font-size: 20px;
    color: #fff;
    text-shadow: 1px 1px 0px #888;
    letter-spacing: 1px;
}
 @media (max-width: 700px) {

.SGLeftColumn {
    float: right;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}
}

/* IE Fix Settings 
/* ==============================
*/ .oldIe .radioBox, .oldIe .checkBox, .newIe .radioBox, .newIe .checkBox {
    border: none;
}
