﻿/*© 2015 BlogYub - All Rights Reserved*/
.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; 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: 195px; max-height: 195px; overflow: auto; font-size: 19px; font-weight: normal; padding: 9px 19px; background-color: White; }

.lblForms { font-size: 14px; line-height: 19px; font-weight: normal; padding-left: 5px; text-align: left; color: #555; }
.txtLocalNumber { width: 310px; }
.txtForms, .txtLocalNumber, .txtFormsHalf { height: 33px; }
.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: 5px; font-size: 14px; border: none; box-shadow: 0px 0px 5px rgba(0,0,0,0.19); /* BG Color will come from .GBG */ -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.btnInactive { color: #353535; background-color: #9D9D9D; /* Old browsers */ background: #9D9D9D; /* Old browsers */ background: -moz-linear-gradient(top, #5D5D5D 0%, #9D9D9D 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5D5D5D), color-stop(100%,#9D9D9D )); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #5D5D5D 0%,#9D9D9D 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #5D5D5D 0%,#9D9D9D 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #5D5D5D 0%,#9D9D9D 100%); /* IE10+ */ background: linear-gradient(top, #5D5D5D 0%,#9D9D9D 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5D5D5D', endColorstr='#9D9D9D ',GradientType=0 ); /* IE6-9 */ }
.btn160x40:hover, .btn110x33:hover { cursor: pointer; }
.btn160x40 { min-width: 160px; height: 40px; }
.btn110x33 { min-width: 110px; height: 33px; }

.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; }

.divSelectCategory, .divSelectedCategory { display: inline-block; text-align: left; line-height: 55px; margin: 1px; }
.divSelectCategory { background-color: #F5F5F5; border: 1px solid #DDD; }
.divSelectedCategory { background-color: #BFF2C5; border: 1px solid #4F8A10; }
