/*© 2014 5ive Technologies Inc. http://www.5iveTech.com - All Rights Reserved*/
.divBoldForm, .divActionButtons, .divAction { background-color: #F8F1ED; }
.divActionButtons, .divAction { border-radius: 19px; border: 1px solid #DABDAC; border: 1px solid #DFDFDF; }
.divAction { position: relative; }
.divForm { width: 100%; }
.txtForms, .txtaForms, .divaForms, .ddlForms, .ddlFormsHalf, .txtLocalNumber, .txtFormsHalf { border: 1px solid #CCCFBC; border-radius: 5px; color: #414042; font-weight: bold; font-size: 13px; font-family: "open sans",arial; webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }
.txtForms, .ddlForms, .ddlFormsHalf, .txtLocalNumber, .txtFormsHalf { padding: 0 9px; }
.txtaForms, .divaForms { padding: 9px; }
.divaForms { height: auto; max-height: 195px; overflow: auto; font-size: 19px; font-weight: normal; padding: 9px; background-color: White; }

.lblForms { font-size: 14px; line-height: 19px; font-weight: normal; padding-left: 5px; font-family: "open sans",arial; text-align: left; color: #555; }
.txtLocalNumber { width: 310px; }
.txtForms, .txtLocalNumber, .txtFormsHalf { height: 36px; }
.ddlForms, .ddlFormsHalf { padding: 6px 0 6px 6px; height: 38px; }
body:first-of-type .ddlForms, body:first-of-type .ddlFormsHalf { line-height: 32px; }
#txtEnterCode { font-family: Consolas; font-size: 21pt; font-weight: bold; height: 40px; width: 90px; text-align: center; margin-right: 0; }
.codeImage { width: 90px; height: 40px; background-image: url(/images/loading.gif); background-position: center; background-repeat: no-repeat; border-width: 0; }

.btn160x40, .btn110x33 { margin: 5px 9px; border-radius: 11px; color: #fff; background-color: #00B0B0; padding: 10px; border: none; cursor: pointer; }
.btnInactive { color: #353535; border: 1px Solid #BBB; background-color: #959595; box-shadow: none; background: #959595; }
.btn160x40:hover, .btn110x33:hover { cursor: pointer; }
.btn160x40 { min-width: 160px; height: 40px; }
.btn110x33 { min-width: 110px; height: 33px; }

.error, .info, .success, .warning { padding: 5px 25px 5px 33px; margin: 9px 0 18px 0; line-height: 26px; vertical-align: middle; font-size: 15px; border-radius: 5px; border-width: 1px; border-style: solid; background-position: 10px center; background-repeat: no-repeat; display: inline-block; text-align: justify; }
.error { color: #D8000C; background-color: #FFD8D5; border-color: #D8000C; background-image: url(/images/error.png); }
.info { color: #00529B; background-image: url(/images/info.png); background-color: #BDE5F8; border-color: #00529B; }
.success { color: #4F8A10; background-color: #DFF2BF; border-color: #4F8A10; background-image: url(/images/success.png); }
.warning { color: #9F6000; background-color: #FEEFB3; border-color: #9F6000; background-image: url(/images/warning.png); }
.infoHint { opacity: 0; padding: 3px 25px 5px 19px; vertical-align: middle; background-position: 10px center; background-repeat: no-repeat; text-align: justify; background-image: url(/images/info.png); visibility: hidden; }
.hint { font-size: 11px; padding-left: 10px; }
.ddlForms:focus, .txtForms:focus, .txtaForms:focus, select:focus, .error:focus, .info:focus, .success:focus, .warning:focus { outline: none; }
.ddlForms:focus, .txtForms:focus, .txtaForms:focus, select:focus { box-shadow: 0 0 9px rgba(0,0,0,0.33); }
.ddlForms:focus, .txtForms:focus, .txtaForms:focus, select:focus { border: 1px solid #555; }

.upgradeBrowser { padding: 5px 26px; max-width: 850px; width: 850px; margin-top: 33px; }

.tableEditForm { border-spacing: 1px; border-collapse: separate; border-radius: 5px; background-color: #555; }
.thEditForm, .tdEditForm { padding: 9px 14px; background-color: #F5F5F5; }
.thEditForm { font-weight: bold; }

.divTabsBG { height: 36px; line-height: 36px; font-size: 15px; }
.divActiveTabs, .divInActiveTabs { height: 36px; line-height: 36px; float: left; margin-left: 5px; }
.divInActiveTabs { background-image: url(/images/tabs_inactive.jpg); color: #B5B5B5; font-weight: bold; }
     .divActiveTabs, .divInActiveTabs:hover { background-image: url(/images/tabs_active.jpg); color: #5D5D5D; font-weight: bold; }
