/*

  added css common addOption

*/

div#addOptionOverlay {
 background: rgba(0, 0, 0, 0.8);
 height: 100%;
 position: fixed;
 top: 0px;
 width: 100%;
}

div#addOptionOuterBox {
 display: table;
 height: 100%;
 width: 100%;
}

div#addOptionInnerBox {
 display: table-cell;
 vertical-align: middle;
}

div#addOptionMain {
 background: rgba(250, 250, 250, 1);
 border: 5px solid #ccc;
 border-radius: 10px;
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 -khtml-border-radius: 10px;
 margin: auto;
 min-height: 600px;
 padding: 20px;
 width: 800px;
}

div#addOptionMain table {
 width: 95%;
}

div#addOptionMain td.firstColumn{
 padding-right: 20px;
 width: 50%;
}

div#addOptionMain td.secondColumn{
 padding-left: 20px;
 padding-right: 0px;
 width: 50%;
}

div#addOptionMain input.radio {
 width: 20px;
 padding-top: 5px;
}

div#addOptionMain input.recommended {
 background-color: #fdecd1;
}

div#addOptionMain input.required {
 background-color: #ffff7f;
}

div#addOptionMain input.submit {
 color: #fff;
 font-style: normal;
 margin-top: 10px;
}

div#addOptionMain input {
 width: 100%;
 padding: 2px;
}

div#addOptionMain textarea {
 width: 100%;
 padding: 2px;
}

div#addOptionMain td.field {
 font-weight: bold;
 padding: 5px 0px 5px 0px;
}

div#addOptionMain td.separator {
 padding-top: 10px;
}

div#addOptionMain td.value {
 padding: 5px 0px 5px 0px;
}

div#addOptionMain td.header {
 border-bottom: 5px solid #fafafa;
 border-top: 5px solid #fafafa;
}

div#addOptionMain td.title {
 border-top: 3px solid #fff;
 color: #000;
 font-size: 18px;
 font-weight: bold;
 padding-top: 20px;
}

div#addOptionMain tr.saveButton td {
 padding-top: 50px;
 padding-right: 0px;
 text-align: right;
}

div#addOptionMain tr.saveButton input {
 width: 25%;
}

div#addOptionMain td {
 vertical-align: top;
}

div#addOptionExit {
 float: left;
 text-align: right;
 width: 20%;
}

div#addOptionExit img {
}

div#addOptionTitle {
 color: #333;
 float: left;
 font-size: 20px;
 font-weight: bold;
 margin: 0px 0px 5px 0px;
 width: 80%;
}

div#deviationsSubcategories {
 margin-top: 60px;
}

div#deviationsSubcategories div.reason {
 background-color: #e5e5e5;
 border: 2px solid #999;
 border-radius: 8px;
 -moz-border-radius: 8px;
 -webkit-border-radius: 8px;
 -khtml-border-radius: 8px;
 cursor: pointer;
 float: left;
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 10px;
 padding: 16px 20px 16px 20px;
 width: 94%;
}

div#deviationsSubcategories div.reason:hover {
 background-color: #666;
 color: #fff;
}
    
/*

  added css common box

*/

div.box {
 background-color: #eee;
 border: 2px solid #ccc;
 border-radius: 4px;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 -khtml-border-radius: 4px;
 padding: 10px;
}
    
/*

  added css common default

*/

@media print {    
 .no-print, .no-print *
 {
  display: none !important;
 }
}

* {
 margin: 0px;
 padding: 0px;
}

a {
 color: rgba(249, 155, 28, 1);
 cursor: pointer;
 font-weight: bold;
 text-decoration: none;
}

a:hover {
 text-decoration: none;
}

a img {
 border: 0px solid white;
}

a.active {
 color: #666;	
}

a.inactive {
 color: #ccc;	
}

body {
 color: #666;
 font-family: calibri, arial, helvetica, verdana;
 font-size: 16px;
 height: 100%;
 line-height: 135%;
 margin: 0px 0px 0px 0px;
 text-size-adjust: none;
 -webkit-text-size-adjust: none;
 -moz-text-size-adjust: none;
 -ms-text-size-adjust: none;
}

div.code {
 background-color: #eee;
 border: 2px solid #aaa;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 -khtml-border-radius: 4px;
 color: #000;
 font-size: 14px;
 padding: 10px 20px 10px 20px;
}

div#login {
 width: 75%;
}

div.explanation {
 color: #999;
 line-height: 100%;
}

div.link {
 padding-top: 10px;
}

div.link span {
 font-weight: bold;
}

form {
 display: inline;
}

iframe {
 border: 0px solid white;
 padding-top: 10px;
}

h1 {
 color: #000;
 font-size: 22px;
 font-weight: bold;
 margin: 0px 0px 10px 0px;
}

h2 {
 clear: both;
 color: #333;
 font-size: 20px;
 font-weight: bold;
 margin: 0px 0px 5px 0px;
}

h3 {
 font-size: 18px;
 font-weight: bold;
 margin: 0px 0px 0px 0px;
 padding-top: 20px;
}

html {
 height: 100%;
}

hr {
 background-color: #f5f5f5;
 border: 0px solid white;
 height: 8px;
 margin-top: 30px;
}

input {
 background-color: #fcfcfc;
 border: 2px solid #ccc;
 border-radius: 4px;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 -khtml-border-radius: 4px;
 font-weight: bold;
 margin: 0px 0px 0px 0px;
 padding: 2px 4px 2px 4px;
}

input.error {
 background-color: #fdd;
 border: 2px solid red;
}

input.submit {
 background-color: rgba(249, 155, 28, 1);
 border: 2px solid rgba(249, 155, 28, 1);
 color: #fff;
 cursor: pointer;
 font-style: normal;
 font-weight: bold;
}

input.submitInverted {
 background-color: rgba(249, 155, 28, .05);
 border: 2px solid rgba(249, 155, 28, 1);
 color: rgba(249, 155, 28, 1);
 cursor: pointer;
 font-style: normal;
 font-weight: bold;
}

input.button {
 cursor: pointer;
}

p {
 padding: 0px;
 margin: 0px;
}

span.development {
 color: #fff;
}

span.important {
 font-weight: bold;
}

span.link {
 color: #bbb;
 font-weight: bold;
 text-decoration: none;
}

span.separator {
 color: #ccc;
}

table {
 border-collapse: collapse;
 border-spacing: 0px;
 padding: 0px;
}

caption {
 font-size: 14px;
 font-weight: bold;
 padding-bottom: 10px;
 text-align: left;
}

select {
 background-color: #fcfcfc;
 border: 2px solid #ccc;
 border-radius: 4px;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 -khtml-border-radius: 4px;
 font-family: calibri, arial, helvetica, verdana;
 font-size: 14px;
 font-weight: bold;
 margin: 0px 0px 0px 0px;
 padding: 0px 5px 0px 5px;
}

select.error {
 background-color: #fdd;
 border: 1px solid red;
}

select option {
 padding: 0px 5px 0px 5px;
}

select option:hover {
 background-color: magenta;
}

tr.caption td {
 font-size: 14px;
 font-weight: bold;
 padding-bottom: 10px;
 text-align: left;
}

th {
 padding: 0px 5px 0px 0px;
 text-align: left;
 vertical-align: top;
}

td {
 padding: 0px 5px 0px 0px;
 vertical-align: top;
}

td .number {
 text-align: right;
}

textarea {
 background-color: #fcfcfc;
 border: 2px solid #ccc;
 border-radius: 4px;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 -khtml-border-radius: 4px;
 font-family: calibri, arial, helvetica, verdana;
 font-size: 14px;
 font-weight: bold;
 padding: 5px;
}

textarea.error {
 background-color: #fdd;
 border: 1px solid red;
}

.error {
 color: red;
}
    
/*

  added css index default

*/

@keyframes animateBackgroundNotice {
 0%   {opacity: 1;}
 50%  {opacity: 0.2;}
 100%  {opacity: 0.95;}
}

@keyframes animateError {
 0%   {opacity: 1; color: red;}
 50%  {opacity: 0.2; color: red;}
 100%  {opacity: 0.95; color: red;}
}

div#banner {
 padding: 10px 0px 10px 0px;
}

table#content {
 width: 100%;
}

table#content span.price {
 font-weight: bold;
}

table#content td.containersProfileImage div {
 padding-left: 81px;
}

table#content td.containersProfileImage img {
 position: absolute;
}

table#content td.data {
 padding-right: 15px;
}

table#content input.recommended, select.recommended, textarea.recommended {
 background-color: #fdecd1;
}

table#content input.required, select.required, textarea.required {
 background-color: #ffff7f;
}

table#content td.field {
 padding-top: 5px;
 vertical-align: top;
}

table#content td.readOnly {
 font-weight: bold;
 padding-top: 5px;
 vertical-align: top;
}

table#content .firstColumn {
 padding-right: 20px;
 padding-left: 12px;
 width: 70%;
}

table#content .firstColumn h2 {
 padding-top: 30px;
}

table#content .images {
 padding-top: 60px;
 text-align: center;
}

table#content tr.header td {
 font-size: 18px;
 font-weight: bold;
 padding: 10px 0px 10px 0px;
}

table#content .oneColumn {
 padding-left: 12px;
 width: 100%;
}

table#content .oneColumn h2 {
 padding-top: 30px;
}

table#content .secondColumn div.listBuilderCaption {
 color: #333;
 font-size: 18px;
 font-weight: bold;
 margin: 0px 0px 5px 0px;
 padding-top: 20px;
}

table#content div.listBuilderSubscription {
 background-color: #fcfcfc;
 border: 3px solid #ccc;
 margin: 30px 20px 0px 20px;
 padding: 0px 30px 30px 30px;
}

table#content div.listBuilderSubscription td {
 white-space: nowrap;
}

table#content .secondColumn .field {
 font-weight: bold;
}

table#content .secondColumn h2 {
 color: #333;
 font-size: 18px;
 padding-top: 20px;
}

table#content .secondColumn img {
 padding-top: 10px;
}

table#content .secondColumn input.submit {
 margin-top: 10px;
}

table#content .secondColumn textarea {
 height: 50px;
 margin-top: 10px;
 padding: 5px;
 width: 90%;
}

table#content .secondColumn {
 font-size: 14px;
 padding: 0px;
 width: 30%;
}

table#content .secondColumn div#loginForm table {
 width: 100%;
}

table#content .secondColumn div#loginForm input.loginField {
 width: 97%;
}

table#content .secondColumn div#loginForm input {
 color: #aaa;
 font-style: oblique;
 margin-top: 5px;
}

table#content .secondColumn div#loginForm input.submit {
 border: 2px solid rgba(249, 155, 28, 1);
 color: #fff;
 font-style: normal;
 margin-top: 10px;
}

table#content .secondColumn div#loginForm input.submitInverted {
 border: 2px solid rgba(249, 155, 28, 1);
 font-style: normal;
 margin-top: 10px;
}

table#content .secondColumn div#loginForm input.submitInverted {
 border: 2px solid rgba(249, 155, 28, 1);
 color: rgba(249, 155, 28, 1);
 font-style: normal;
 margin-top: 10px;
}

table#content .secondColumn div#loginForm td.submit {
 text-align: right;
 padding: 0px;
 margin: 0px;
}

table#content .secondColumn div#loginForm td.forgotPassword {
 padding-top: 11px;
 text-align: right;
}

td.noWhiteSpace {
 width: 1%;
 white-space: nowrap;
}

table#content h3.media {
 padding-top: 0px;
}

table.displayMatrixPricesLists {
 margin-top: 20px;
}

div#globalBar {
 background-color: #ddd;
 border-bottom: 3px solid #fff;
 height: 31px;
 position: fixed;
 width: 100%;
 z-index: 9999;
}

div#globalBarContent {
 margin: auto;
 width: 990px;
}

div#globalBarContent input {
 border: 1px solid #fff;
 font-size: 12px;
 font-weight: bold;
 margin-left: 6px;
 padding: 3px 5px 2px 5px;
}

div#globalBarSpace {
 height: 31px;
 width: 100%;
}

div#globalBook {
 float: left;
 font-size: 20px;
 padding: 4px 1px 0px 2px;
}

div#globalIndicators {
 float: left;
 margin-top: 4px;
 margin-right: 0px;
 margin-left: 6px;
 width: 300px;
}

div#globalIndicators div.number {
 background-color: #333;
 border-radius: 2px;
 -moz-border-radius: 2px;
 -webkit-border-radius: 2px;
 -khtml-border-radius: 2px;
 color: #fff;
 float: left;
 font-weight: bold;
 margin: 0px 0px 0px 3px;
 padding: 0px 2px 1px 1px;
 text-align: center;
 vertical-align: bottom;
 width: 22px;
}

div#globalIndicators div.active {
 cursor: pointer;
 padding: 0px 2px 1px 1px;
}

div#globalInquiry {
 float: left;
 padding: 6px 1px 0px 2px;
 width: 26px;
}

div#globalInquiry img {
}

div#globalInquiryResults {
 background-color: #fff;
 border-bottom: 2px solid #ccc;
 border-left: 2px solid #ccc;
 border-right: 2px solid #ccc;
 border-bottom-left-radius: 5px;
 border-bottom-right-radius: 5px;
 -moz-border-radius-bottomleft: 5px;
 -moz-border-radius-bottomright: 5px;
 -webkit-border-bottom-left-radius: 5px;
 -webkit-border-bottom-right-radius: 5px;
 -khtml-border-bottom-left-radius: 5px;
 -khtml-border-bottom-right-radius: 5px;
 height: 675px;
 margin-left: 2px;
 padding: 2px 5px 2px 5px;
 position: fixed;
 top: 32px;
 width: 700px;
}

div#globalPhonebook {
 float: left;
 padding: 6px 1px 0px 2px;
 width: 26px;
}

div#globalPhonebook img {
}

div#globalPhonebookResults {
 background-color: #fff;
 border-bottom: 2px solid #ccc;
 border-left: 2px solid #ccc;
 border-right: 2px solid #ccc;
 border-bottom-left-radius: 5px;
 border-bottom-right-radius: 5px;
 -moz-border-radius-bottomleft: 5px;
 -moz-border-radius-bottomright: 5px;
 -webkit-border-bottom-left-radius: 5px;
 -webkit-border-bottom-right-radius: 5px;
 -khtml-border-bottom-left-radius: 5px;
 -khtml-border-bottom-right-radius: 5px;
 height: 1000px;
 margin-left: 2px;
 padding: 2px 5px 2px 5px;
 position: fixed;
 top: 32px;
 width: 450px;
}

div#globalPhonebookResults div.formSendSmsHeader {
 font-size: 18px;
 padding: 5px 10px 0px 10px;
}

div#globalPhonebookResults div.formSendSmsDiv {
 line-height: 100%;
 padding: 0px 5px 0px 5px;
 width: 95%;
}

div#globalPhonebookResults div.formSendSmsDiv td.sms_toNumber input.error {
 background-color: #fdd;
 border: 2px solid red;
}

div#globalPhonebookResults div.formSendSmsDiv td.sms_toNumber input {
 background-color: #ffff7f;
 border: 2px solid #ccc;
 border-radius: 4px;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 -khtml-border-radius: 4px;
 font-weight: bold;
 margin: 0px 0px 0px 0px;
 padding: 2px 4px 2px 4px;
}

div#globalPhonebookResults div.formSendSmsDiv td.sms_message textarea.error {
 border-width: 2px;
}

div#globalPhonebookResults div.formSendSmsDiv tr.formBuilderSaveButton td {
 font-size: 2px;
 line-height: 100%;
}

div#globalPhonebookResults div.formSendSmsDiv td.data {
 font-weight: bold;
}

div#globalPhonebookResults div.formSendSmsDiv td.save {
 text-align: right;
}

div#globalPhonebookResults div.dialer {
 font-size: 18px;
 padding: 10px 10px 10px 10px;
}

div#globalPhonebookResults div.dialer input.dialer {
 border: 1px solid #ccc;
 text-align: center;
 width: 100px;
}

div#globalPhonebookResults div.dialer input.submit {
 border: 1px solid #ccc;
 text-align: center;
}

div#globalPhonebookResults table.phonebook {
 font-size: 13px;
 line-height: 110%;
 margin: 0px 10px 10px 10px;
 width: 95%;
}

div#globalPhonebookResults table.phonebook tr.type td {
 font-size: 16px;
 font-weight: bold;
 padding: 10px 0px 10px 0px;
}

div#globalPhonebookResults table.phonebook tr.contact td.customer {
 font-weight: bold;
 padding-right: 20px;
 width: 1%;
 white-space: nowrap;
}

div#globalPhonebookResults table.phonebook tr.contact:hover {
 background-color: #f5f5f5;
}

div#globalPhonebookResults table.phonebook tr.contact td.number {
 text-align: right;
 white-space: nowrap;
}

div#globalPhonebookResults table.phonebook tr.contact td {
 border-bottom: 1px solid #eee;
 border-top: 1px solid #eee;
}

div#globalInquiryResults div#formGlobalInquiryDiv {
 padding: 20px 20px 0px 20px;
 width: 680px;
}

table#globalInquiryTable {
 margin-top: 20px;
 width: 90%;
}

table#globalInquiryTable td.field {
 padding-right: 10px;
 white-space: nowrap;
 width: 1%;
}

table#globalInquiryTable td {
}

table#globalInquiryTable input {
 border: 2px solid #ccc;
 width: 100%;
}

table#globalInquiryQuantities {
 margin-top: 15px;
 width: 94%;
}

table#globalInquiryQuantities caption {
 font-size: 30px;
 padding: 30px 0px 15px 5px;
}

table#globalInquiryQuantities tr.default td {
 border-bottom: 5px solid #eee;
 border-top: 5px solid #eee;
 color: #000;
}

table#globalInquiryQuantities tr:hover {
 background-color: #f0f0f0;
}

table#globalInquiryQuantities th.value {
 text-align: right;
}

table#globalInquiryQuantities th {
 font-size: 24px;
 font-weight: bold;
 padding: 5px;
}

table#globalInquiryQuantities td.customer {
 font-weight: bold;
}

table#globalInquiryQuantities td.field {
 white-space: nowrap;
 width: 1%;
}

table#globalInquiryQuantities td.space {
 padding-left: 10px;
 padding-right: 10px;
 width: 1%;
}

table#globalInquiryQuantities td.value {
 text-align: right;
}

table#globalInquiryQuantities td {
 color: #999;
 font-size: 24px;
 padding: 5px;
 width: 25%;
}

div#globalMessages {
 float: left;
 padding: 6px 1px 0px 2px;
 width: 26px;
}

div#globalMessages img {
}

div#globalSearch {
 float: left;
 padding: 4px 3px 5px 0px;
}

div#globalSearch input {
 width: 60px;
}

div#globalSearchResults {
 background-color: #fff;
 border-bottom: 2px solid #ccc;
 border-left: 2px solid #ccc;
 border-right: 2px solid #ccc;
 border-bottom-left-radius: 5px;
 border-bottom-right-radius: 5px;
 -moz-border-radius-bottomleft: 5px;
 -moz-border-radius-bottomright: 5px;
 -webkit-border-bottom-left-radius: 5px;
 -webkit-border-bottom-right-radius: 5px;
 -khtml-border-bottom-left-radius: 5px;
 -khtml-border-bottom-right-radius: 5px;
 height: 500px;
 margin-left: 2px;
 overflow-y: auto;
 padding: 2px 5px 2px 5px;
 position: absolute;
 top: 32px;
 width: 600px;
}

div#globalSearchResults td.deleted span {
 color: #999;
 font-weight: bold;
 position: relative;
}

div#globalSearchResults td.deleted span:before {
 position: absolute;
 content: "";
 left: 0;
 top: 48%;
 right: 0;
 border-top: 2px solid #666;
}

div#globalSearchResults div.history {
 padding: 5px;
}

div#globalSearchResults table {
 color: #000;
 margin-bottom: 20px;
 margin-top: 5px;
 width: 100%;
}

div#globalSearchResults caption {
 background-color: #f0f0f0;
 border-radius: 3px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 -khtml-border-radius: 3px;
 padding: 0px 5px 0px 5px;
}

div#globalSearchResults tr.separator {
 border-top: 5px solid #eee;
}

div#globalSearchResults th {
 border-bottom: 1px solid #ccc;
}

div#globalSearchResults td {
 border-bottom: 1px solid #eee;
 font-size: 14px;
 padding: 2px 5px 2px 5px;
}

div#globalCargoShortcut {
 float: left;
 margin-left: 4px;
 margin-top: 4px;
 width: 70px;
}

div#globalCargoShortcut input {
 text-align: center;
 width: 80%;
}

div#globalCargoShortcut input.error {
 background-color: #fdd;
 border: 1px solid red;
}

div#globalInventoryShortcut {
 float: left;
 margin-top: 4px;
 width: 70px;
}

div#globalInventoryShortcut input {
 text-align: center;
 width: 80%;
}

div#globalInventoryShortcut input.error {
 background-color: #fdd;
 border: 1px solid red;
}

div#globalOrderShortcut {
 float: left;
 margin-left: 4px;
 margin-top: 4px;
 width: 70px;
}

div#globalOrderShortcut input {
 text-align: center;
 width: 80%;
}

div#globalOrderShortcut input.error {
 background-color: #fdd;
 border: 1px solid red;
}

div#loggedIn {
 color: #000;
 font-size: 14px;
 font-weight: bold;
 height: 32px;
 padding: 5px;
 text-align: right;
 vertical-align: center;
 white-space: nowrap;
}

div#logo {
 color: white;
 height: 1px;
 left: 915px;
 padding-bottom: 20px;
 position: relative;
 top: -68px;
 width: 72px;
}

div#menu {
 background-color: #fff;
 border-bottom: 12px solid #fff;
 color: #ccc;
 height: 75px;
 padding: 10px 0px 0px 0px;
 position: fixed;
 width: 100%;
 z-index: 999;
}

div#menuContent {
 border-bottom: 8px solid #eee;
 height: 72px;
 margin: auto;
 width: 990px;
}

div#mainMenuSpace {
 height: 90px;
 width: 100%;
}

table#mainMenu, table#subMenu {
 font-weight: bold;
 width: 88%;
}

table#mainMenu td {
 font-size: 18px;
 padding: 1px 2px 2px 2px;
 text-transform: uppercase;
 white-space: nowrap;
 width: 1%;
}

table#subMenu td {
 font-size: 14px;
 font-weight: bold;
 padding: 0px 2px 1px 2px;
 white-space: nowrap;
 width: 1%;
}

div#main {
 margin: auto;
 padding: 10px 5px 20px 5px;
 width: 1000px;
}

table.statistics {
 width: 100%;
}

table.statistics td.sum {
 text-align: right;
}

div.sitemapNewPage {
 padding-top: 50px;
}

div.sitemapNewSubpage {
 padding-top: 20px;
}

div.sitemapNewItem span.link {
 font-weight: bold;
}

div.sitemapNewItem span.metaDescription {
 color: #aaa;
 font-style: oblique;
}

div.prettyMessage {
 background-color: rgba(249, 155, 28, .05);
 border: 3px solid rgba(249, 155, 28, 1);
 border-radius: 6px;
 -moz-border-radius: 6px;
 -webkit-border-radius: 6px;
 -khtml-border-radius: 6px;
 color: #000;
 margin: 20px 0px 10px 0px;
 padding: 10px 10px 10px 10px;
}

div.prettyMessage hr {
 background-color: rgba(249, 155, 28, 1);
 height: 5px;
 margin-bottom: 10px;
 margin-top: 10px;
}

div.prettyMessage span {
 font-weight: bold;
}

div.prettyMessage p {
 margin: 0px;
 padding: 0px;
}

div.warningMessage {
 background-color: #fdd;
 border: 3px solid red;
 border-radius: 6px;
 -moz-border-radius: 6px;
 -webkit-border-radius: 6px;
 -khtml-border-radius: 6px;
 color: #000;
 font-weight: bold;
 margin: 20px 0px 10px 0px;
 padding: 10px 10px 10px 10px;
 text-align: center;
}
    
/*

  added css formBuilder

*/

table.formBuilder {
 margin-top: 20px;
 width: 100%;
}

table.formBuilder td.checkboxInActive {
 color: #ccc;
}

table.formBuilder td.data {
 padding: 5px;
}

table.formBuilder td.data input {
 width: 100%;
}

table.formBuilder td.data input.checkbox {
 width: 30px;
}

table.formBuilder td.data input.hexColor {
 width: 50px;
}

table.formBuilder td.data input.width_1 {
 width: 7px;
}

table.formBuilder td.data input.width_2 {
 width: 14px;
}

table.formBuilder td.data input.width_3 {
 width: 21px;
}

table.formBuilder td.data input.width_4 {
 width: 28px;
}

table.formBuilder td.data input.width_5 {
 width: 35px;
}

table.formBuilder td.data input.width_6 {
 width: 42px;
}

table.formBuilder td.data input.width_7 {
 width: 50px;
}

table.formBuilder td.data input.width_8 {
 width: 57px;
}

table.formBuilder td.data input.width_9 {
 width: 64px;
}

table.formBuilder td.data input.width_10 {
 width: 71px;
}

table.formBuilder td.data input.width_11 {
 width: 78px;
}

table.formBuilder td.data input.radio {
  width: 15px;
}

table.formBuilder td.data select {
}

table.formBuilder td.data span.description {
 padding-left: 10px;
}

table.formBuilder td.data textarea {
 height: 100px;
 width: 100%;
}

table.formBuilder td.dateYmd span {
 color: #aaa;
 font-size: 14px;
 font-style: oblique;
 padding-left: 5px;
}

table.formBuilder td.dateYmd input {
 width: 67px;
}

table.formBuilder td.longblob textarea {
 height: 600px;
 width: 100%;
}

table.formBuilder td.longtext textarea {
 height: 200px;
 width: 100%;
}

table.formBuilder td.text textarea {
 height: 80px;
 width: 100%;
}

table.formBuilder td.tinytext textarea {
 height: 40px;
 width: 100%;
}

table.formBuilder td.field {
 padding: 5px 10px 5px 10px;
 max-width: 20%;
 text-align: right;
 white-space: nowrap;
 width: 20%;
}

table.formBuilder td.header {
 background-color: #eee;
 border-bottom: 5px solid #fff;
 border-top: 5px solid #fff;
 font-size: 18px;
 font-weight: bold;
 padding: 3px 0px 3px 8px;
}

table.formBuilder td.save {
 padding: 5px;
}
    
/*

  added css listBuilder

*/

div.listbuilder_updateServerSubscription td.serverSubscriptions_delete {
 text-align: right;
}

div.listBuilderCaption {
 font-size: 18px;
 font-weight: bold;
 min-height: 34px;
 padding-top: 30px;
}

div.listBuilderCaption input.captionButton {
 border-color: rgba(249, 155, 28, 1);
 color: rgba(249, 155, 28, 1);
 cursor: pointer;
}

div.listBuilderCaption div.captionActions {
 float: right;
 margin-right: 5px;
}

div.listBuilderCaption div.captionActions img {
 height: 30px;
 margin-right: 10px;
 width: 30px;
}

div.listBuilderCaption div.captionActions img.backgroundActive {
 background-color: rgba(249, 155, 28, 1);
}

div.listBuilderCaption div.captionActions img.backgroundInactive {
 background-color: #ccc;
}

table.listBuilder {
 width: 100%;
}

table.listBuilder caption {
 font-size: 18px;
 padding-top: 40px;
}

table.listBuilder tr.textareasBelow td {
 border-bottom: 0px;
}

table.listBuilder tr.textarea td {
 color: #999;
}

table.listBuilder th {
 border-bottom: 1px solid #ccc;
 font-size: 16px;
 padding: 0px 10px 5px 0px;
}

table.listBuilder th.active {
 text-decoration: underline;
}

table.listBuilder th.double {
 text-align: right;
}

table.listBuilder tr:hover td {
 background-color: #f5f5f5;
}

table.listBuilder td {
 border-bottom: 1px solid #eee;
 font-size: 14px;
 padding-right: 10px;
}

table.listBuilder td.double {
 text-align: right;
 white-space: nowrap;
}

table.listBuilder td.firstLetterOnly {
 text-align: center;
}

table.listBuilder td.notFound {
 border-bottom: 0px solid white;
 color: #aaa;
 font-style: oblique;
 padding: 5px 0px 0px 10px;
}

table.listBuilder td.noBorder {
 border-bottom: 0px solid white;
}

table.listBuilder td.tooManyResults {
 border-bottom: 0px solid white;
 color: #aaa;
 font-style: oblique;
 padding: 5px 0px 0px 10px;
}

table.listBuilder td.createLink {
 border: 0px solid #fff;
 color: #aaa;
 font-weight: bold;
}

table.listBuilder td.createLinkPadding {
 padding-bottom: 8px;
}

table.listBuilder td.deleteLink {
 border: 0px solid #fff;
 color: #aaa;
 font-weight: bold;
 padding-bottom: 8px;
}

table.listBuilder tr.description:hover td {
 background-color: inherit;
}

table.listBuilder tr.description td {
 border-bottom: 0px solid white;
 padding: 0px 0px 10px 0px;
}

table.listBuilder tr.description span {
 font-weight: bold;
 font-style: oblique;
}

table.listBuilder tr.navigation:hover td {
 background-color: inherit;
}

table.listBuilder tr.navigation td {
 border-bottom: 0px solid white;
 font-weight: bold;
 padding-top: 10px;
}

table.listBuilder tr.navigation td.previous {
 width: 15%;
}

table.listBuilder tr.navigation td.pages {
 text-align: center;
}

table.listBuilder tr.navigation td.next {
 text-align: right;
 width: 15%;
}

table.listBuilder tr.summarize td {
 border-bottom: 0px solid white;
 font-weight: bold;
 text-align: right;
 white-space: nowrap;
}
    
/*

  added css index start

*/

table#content .firstColumn div.academySectionAuthor {
 color: #ddd;
 font-size: 12px;
 margin: 20px 0px 0px 0px;
}

table#content .firstColumn div.academySection {
 border-radius: 5px 5px 5px 5px;
 -moz-border-radius: 5px 5px 5px 5px;
 -webkit-border-radius: 5px 5px 5px 5px;
 -khtml-border-radius: 5px 5px 5px 5px;
 margin: 0px 0px 20px 0px;
 position: relative;
}

table#content .firstColumn div.levelRequired {
 border: 2px solid #eee;
}

table#content .firstColumn div.levelRecommended {
 border: 2px solid #eee;
}

table#content .firstColumn div.levelOptional {
 background-color: #f9f9f9;
 border: 1px solid #eee;
 color: #999;
}

table#content .firstColumn div.academySection div.show {
 align-items: center;
 display: flex;
 height: 100%;
 justify-content: center;
 position: absolute;
 width: 100%;
 z-index: 1;
}

table#content .firstColumn div.academySection div.shader {
 border-radius: 5px 5px 5px 5px;
 -moz-border-radius: 5px 5px 5px 5px;
 -webkit-border-radius: 5px 5px 5px 5px;
 -khtml-border-radius: 5px 5px 5px 5px;
 color: #000;
 font-size: 25px;
 font-weight: bold;
 height: 100%;
 opacity: .9;
 position: absolute;
 text-align: center;
 background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAMElEQVQIW2P8+vXrfwYkcP36dQZGZEGQgKamJkIQJgDSBFaJLAAWPHPmzH+QFmQAAEQYHuGIzgotAAAAAElFTkSuQmCC) repeat;
 width: 100%;
}

table#content .firstColumn div.academySection div.disableSelectYes {
 -webkit-user-select: none;
 -ms-user-select: none;
 user-select: none;
}

table#content .firstColumn div.academySection div.description {
 padding: 8px 13px 8px 13px;
}

table#content .firstColumn div.academySection div.changeLogTime span.panic {
 color: red;
}

table#content .firstColumn div.academySection div.changeLogTime span.major {
 color: orange;
}

table#content .firstColumn div.academySection div.changeLogTime span.minor {
 color: green;
}

table#content .firstColumn div.academySection div.changeLogTime {
 border-top: 1px solid #ccc;
 font-weight: bold;
 margin: 20px 13px 0px 13px;
 padding-top: 10px;
 font-size: 12px;
}

table#content .firstColumn div.academySection div.changeLog {
 font-style: oblique;
 padding-left: 13px;
}

table#content .firstColumn div.academySection div.actions {
 padding: 0px 10px 10px 10px;
 text-align: right;
}

table#content .firstColumn div.navigationDescription {
 padding: 0px 0px 0px 0px;
}

table#content .firstColumn table.navigation {
 margin-top: 20px;
 width: 100%;
}

table#content .firstColumn table.navigation td.previous {
 width: 33.333%;
}

table#content .firstColumn table.navigation td.continue {
 text-align: center;
 width: 33.333%;
}

table#content .firstColumn table.navigation td.next {
 text-align: right;
 width: 33.333%;
}

table#content .firstColumn table.confirmation {
 width: 100%;
}

table#content .firstColumn table.confirmation tr.caption th {
 border-bottom: 1px solid #ccc;
 font-size: 18px;
 font-weight: bold;
 margin: 0px 0px 0px 0px;
 padding-top: 20px;
}

table#content .firstColumn table.confirmation tr.caption th.amount {
 text-align: right;
}

table#content .firstColumn table.confirmation td {
 border-bottom: 1px solid #eee;
 font-size: 14px;
 padding-right: 10px;
}

table#content .secondColumn table.listBuilder td.staticFieldConfirm {
 text-align: right;
}

table#content .secondColumn table.listBuilder td.staticFieldPdf {
 text-align: right;
}

table#content .secondColumn table.academyStructure a.openedYes {
 color: #666;
}
    
/*

  added css calendarBuilder

*/

div.calendarBuilder {
 background-color: white;
 border: 1px solid #ccc;
 border-radius: 4px;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
 height: 233px;
 overflow-x: hidden;
 overflow-y: hidden;
 position: absolute;
 width: 400px;
}

div.calendarBuilder div.month {
 float: left;
}

div.calendarBuilder div.month table.month caption {
 background-color: #ccc;
 border: 1px solid #ccc;
 color: white;
 font-size: 18px;
 text-align: center;
}

div.calendarBuilder div.month table.month tr.navigation td {
 border: 0px solid white;
 font-size: 16px;
 padding: 5px;
}

div.calendarBuilder div.month table.month th {
 background-color: #999;
 border: 1px solid #ccc;
 color: white;
 font-size: 14px;
 padding: 4px 7px 4px 7px;
 text-align: center;
}

div.calendarBuilder div.month table.month td {
 border: 1px solid #ccc;
 font-size: 14px;
 font-weight: bold;
 min-width: 20px;
 padding: 4px 7px 4px 7px;
 text-align: center;
}

div.calendarBuilder div.month table.month td.date {
 cursor: pointer;
}

div.calendarBuilder div.month table.month td.active {
 background-color: #333;
 color: #fff;
}

div.calendarBuilder div.month table.month td.outOfRange {
 background-color: #eee;
 color: #ccc;
}

div.calendarBuilder div.month table.month td.saturday {
 color: #ccc;
}

div.calendarBuilder div.month table.month td.sunday {
 color: red;
}

div.calendarBuilder div.month table.month td.today {
 background-color: #999;
 color: white;
}

div.calendarBuilder div.month table.month td.week {
 background-color: #999;
 color: white;
 font-size: 14px;
 width: 25px;
}

div.calendarBuilder div.day {
 float: left;
 padding: 0px 0px 0px 10px;
 width: 180px;
}

div.calendarBuilder div.day table {
 width: 100%;
}

div.calendarBuilder div.day caption {
 border: 0px solid white;
 font-size: 16px;
 margin: 0px;
 padding: 5px;
 text-align: center;
}

div.calendarBuilder div.day td {
 border-bottom: 1px solid #ccc;
 border-top: 1px solid #ccc;
 cursor: pointer;
 line-height: 100%;
 margin: 0px;
 padding: 0px 0px 0px 0px;
 text-align: center;
 vertical-align: middle;
 width: 25%;
}

div.calendarBuilder div.day td.hour {
 font-size: 13px;
}

div.calendarBuilder div.day td.quarter {
 line-height: 7px;
}

div.calendarBuilder div.day tr.firstRow td {
 border-top: 0px solid white;
}

div.calendarBuilder div.day tr.lastRow td {
 border-bottom: 0px solid white;
}
    
/*

  added css file uploader

*/

.qq-uploader {
 position: relative;
 width: 100%;
}

.qq-upload-button {
 background-color: rgba(249, 155, 28, 1);
 border: 2px solid rgba(249, 155, 28, 1);
 border-radius: 4px;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 -khtml-border-radius: 4px;
 color: #fff;
 display: block; /* or inline-block */
 padding: 0px;
 text-align: center;    
}

.qq-upload-button-focus {
 outline: 1px dotted black;
}

.qq-upload-drop-area {
 background-color: rgba(249, 155, 28, 1);
 border: 2px solid rgba(249, 155, 28, 1);
 border-radius: 4px;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 -khtml-border-radius: 4px;
 color: #fff;
 height: 100%;
 left: 0;
 min-height: 70px;
 position: absolute;
 text-align: center; 
 top: 0;
 width: 100%;
 z-index: 2;
}

.qq-upload-drop-area span {
 display: block;
 font-size: 16px;
 margin-top: -8px;
 position: absolute;
 top: 50%;
 width: 100%;
}

.qq-upload-drop-area-active {
}

.qq-upload-list {
 list-style: none;
 padding: 10px 0px 0px 0px;
}

.qq-upload-list li {
 margin: 0;
 padding: 0;
}

.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
 margin-right: 7px;
}

.qq-upload-file {
}

.qq-upload-spinner {
}

.qq-upload-size,.qq-upload-cancel {
}

.qq-upload-failed-text {
 display: none;
}

.qq-upload-fail .qq-upload-failed-text {
 display: inline;
}
    
/*

  added css searchBuilder

*/

div.searchBuilder {
 background-color: #fff;
 border: 2px solid #ccc;
 border-radius: 4px;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
 height: 400px;
 overflow-x: hidden;
 overflow-y: scroll;
 position: absolute;
 width: 400px;
 z-index: 999;
}

div.searchBuilder div {
 background-color: #f9f9f9;
 border-bottom: 1px solid #ccc;
 font-weight: bold;
 text-align: center;
 padding: 5px 0px 5px 0px;
 width: inherit;
}

div.searchBuilder table {
 width: 100%;
}

div.searchBuilder tr.resultRow {
 cursor: pointer;
}

div.searchBuilder tr.resultRow td {
 color: #000;
 font-size: 14px;
 padding: 0px 8px 0px 8px;
}

div.searchBuilder tr.resultRow tr:hover td {
 background-color: #ccc;
}

div.searchBuilder tr.resultRow td span.found {
 background-color: #999;
 color: white;
}

div.searchBuilder tr.disabled td {
 color: #ccc;
 cursor: default;
}

div.searchBuilder tr.notPrioritized td {
 color: #ccc;
}

div.searchBuilder tr.separator {
 background-color: #f5f5f5;
 font-size: 1px;
}
    
/*

  added css load

*/

div#shader {
 background-color: white;
 filter: alpha(opacity=60);
 opacity: 0.6;
 position: absolute;
}