@font-face {
    font-family: 'Duru Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Duru Sans'), local('DuruSans-Regular'), url(https://themes.googleusercontent.com/static/fonts/durusans/v3/IbQjRlkfZKyDj_oEiizaobO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}

.form-data{
    background: none repeat scroll 0 0 white;
}
.form-data div.title{
    background-color: #f2f2f2;
    margin-bottom: 25px;
    position: relative;
}
.form-data h2{
    color: #6f6f6f;
    font-size: 20px;
    font-weight: 200;
    padding: 2px 15px 0;
    text-align: left;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}
.form-data h2.subtitle {
    color: #666666;
    font-size: 12px !important;
    font-weight: bold !important;
    padding-bottom: 2px;
    padding-top: 0;
    text-align: left;
    margin-top: -3px;
}
.form-data h3 {
    border-bottom: 1px solid rgb(221, 220, 104);
    color: #a0a0a0;
    font-weight: 300;
    margin-top: 4px;
    text-align: left;
    overflow: hidden;
    text-shadow: 2px 2px 1px #ededed;
    text-transform: capitalize;
}
.form-data h3 > a::before{
    background: url("/img/pub/svg/back-arrow.svg") no-repeat center center / 20px auto;
    content: "";
    bottom: 0;
    display: block;
    position: absolute;
    right: -4px;
    top: 4px;
    width: 20px;
    height: 20px;

    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);

    -webkit-transition: all 200ms ease-in-out 0s;
    -moz-transition: all 200ms ease-in-out 0s;
    -ms-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
}
.form-data .hide h3 > a::before {
    top: 5px;

    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.buttons_top .title {
    border-bottom: 1px solid #FFFFFF;
}
.buttons_top .title h2{
    border-bottom: 1px solid #DCDCDC;
    color: #766E69;
    font-family: 'Duru Sans',helvetica,verdana,arial,sans-serif;
    font-weight: 600;
    padding: 8px 20px;
    text-align: right;
    text-shadow: -1px 1px white;

    background-image: linear-gradient(bottom, rgb(245,245,245) 50%, rgb(249,249,249) 50%);
    background-image: -o-linear-gradient(bottom, rgb(245,245,245) 50%, rgb(249,249,249) 50%);
    background-image: -moz-linear-gradient(bottom, rgb(245,245,245) 50%, rgb(249,249,249) 50%);
    background-image: -webkit-linear-gradient(bottom, rgb(245,245,245) 50%, rgb(249,249,249) 50%);
    background-image: -ms-linear-gradient(bottom, rgb(245,245,245) 50%, rgb(249,249,249) 50%);
}
.form-data .settings .inner-cnt {
    border: 1px dashed rgb(221, 220, 104);
    border-top: 1px solid rgb(221, 220, 104);
    background-color: rgb(246, 246, 246);
}
.dialogContainer .form-data .inner-cnt,
.form-data .settings .inner-cnt{
    padding: 10px 20px;
}
.form-data .inner-cnt{
    padding: 10px 0;
    position: relative;
    display: block;
    margin-bottom: 25px;

    -webkit-transition: padding 0.3s ease 0s;
    -moz-transition: padding 0.3s ease 0s;
    -ms-transition: padding 0.3s ease 0s;
    -o-transition: padding 0.3s ease 0s;
    transition: padding 0.3s ease 0s;
}
.form-data h3 a {
    background-color: rgb(221, 220, 104);
    color: rgb(132, 131, 31);
    text-shadow: none;
    cursor: pointer;
    display: inline-block;
    padding: 4px 18px 3px 10px;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
}
.form-data h3 a::after {
    background-color: transparent;
    border-color: transparent transparent rgb(221, 220, 104) rgb(221, 220, 104);
    border-style: solid;
    border-width: 0 14px 28px 2px;
    content: "";
    height: 0;
    position: absolute;
    right: -16px;
    top: 0;
    transition: border 0.2s ease-in-out 0s;
}
.form-data .act h3 a, .form-data .hide h3 a, .form-data h3 a:hover {
    background-color: rgb(221, 220, 104);
}
.form-data .hide h3 {
    border-bottom: 1px solid rgb(221, 220, 104);
}
.form-data .act h3 a::after, .form-data .hide h3 a::after, .form-data h3 a:hover::after {
    border-color: transparent transparent rgb(221, 220, 104) rgb(221, 220, 104);
}

/*  FORM FORMATTING  */
.form-data label{
    color: rgb(126, 126, 126);
    display: block;
    font-weight: 300;
    padding: 4px 0 0;
    text-shadow: 1px 1px 0 rgb(255, 255, 255);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.form-data label .info{
    background: url("/img/pub/svg/info.svg") no-repeat scroll center center / 12px auto;
    width: 13px;
    height: 12px;
    display: inline-block;
    opacity: 0.7;
    transition: color 0.1s ease 0s;
    margin-left: 2px;
    cursor: pointer;
}
.form-data label .info:hover{
    opacity: 1;
}
.form-data .hide-lbl-exceplt-1st-row label{ display: none; }
.form-data .hide-lbl-exceplt-1st-row ul:first-child label{ display: block;}
.form-data label.hsup{ padding-top: 0; }
.form-data label.hsub{ padding-bottom: 2px; }
.form-data .validate{
    position: relative;
    display: inline-block;
    background-color: white;
}
.form-data input,
.form-data select,
.form-data textarea{
    border: 1px solid rgb(204, 204, 204);
    color: rgb(0, 0, 0);
    font-size: 14px;
    height: 35px;
    box-sizing: border-box;
    padding: 4px 30px 2px 10px;
    outline: none;
    border-radius: 2px;
    transition: color 0.3s ease 0s;
    box-shadow: -1px 1px 3px #eaeaea inset;
    background-color: white;
}
.form-data .stp-border input,
.form-data .stp-border select,
.form-data .stp-border textarea{
    background: linear-gradient(left, rgba(234, 234, 234, 0.72) 8px, rgba(255, 255, 255) 8px);
    background: -o-linear-gradient(left, rgba(234, 234, 234, 0.72) 8px, rgba(255, 255, 255) 8px);
    background: -moz-linear-gradient(left, rgba(234, 234, 234, 0.72) 8px, rgba(255, 255, 255) 8px);
    background: -webkit-linear-gradient(left, rgba(234, 234, 234, 0.72) 8px, rgba(255, 255, 255) 8px);
    background: -ms-linear-gradient(left, rgba(234, 234, 234, 0.72) 8px, rgba(255, 255, 255) 8px);
}
.form-data input.select_w_img {
    padding-right: 55px;
}
.form-data input.date {
    padding: 4px 48px 2px 10px;
    width: 130px;
}
.form-data img.ui-datepicker-trigger {
    height: 25px;
    width: 25px;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
.form-data input:focus,
.form-data select:focus,
.form-data textarea:focus{
    color: RGB(211, 92, 56);
}
.form-data .short{
    width: 100px;
}
.form-data .normal{
    width: 170px;
}
.form-data .long{
    width: 260px;
}
.form-data .longPshort{
    width: 365px;
}
.form-data .w100{
    width: 100%;
}
.form-data select:disabled,
.form-data textarea:disabled,
.form-data input[type="text"]:disabled{
    color: rgb(0, 0, 0);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);

    background: linear-gradient(bottom, rgb(231, 231, 231) 18%, rgba(255, 255, 255, 0.9) 100%);
    background: -o-linear-gradient(bottom, rgb(231, 231, 231) 18%, rgba(255, 255, 255, 0.9) 100%);
    background: -moz-linear-gradient(bottom, rgb(231, 231, 231) 18%, rgba(255, 255, 255, 0.9) 100%);
    background: -webkit-linear-gradient(bottom, rgb(231, 231, 231) 18%, rgba(255, 255, 255, 0.9) 100%);
    background: -ms-linear-gradient(bottom, rgb(231, 231, 231) 18%, rgba(255, 255, 255, 0.9) 100%);
}
.form-data .v-error > select:disabled,
.form-data .v-error > textarea:disabled,
.form-data .v-error > input[type="text"]:disabled{
    color: rgb(164, 164, 164);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);

    background: url("/img/pub/svg/chk_err.svg?v=1") no-repeat scroll right center / 18px auto, linear-gradient(bottom, rgb(231, 231, 231) 18%, rgba(255, 255, 255, 0.9) 100%);
    background: url("/img/pub/svg/chk_err.svg?v=1") no-repeat scroll right center / 18px auto, -o-linear-gradient(bottom, rgb(231, 231, 231) 18%, rgba(255, 255, 255, 0.9) 100%);
    background: url("/img/pub/svg/chk_err.svg?v=1") no-repeat scroll right center / 18px auto, -moz-linear-gradient(bottom, rgb(231, 231, 231) 18%, rgba(255, 255, 255, 0.9) 100%);
    background: url("/img/pub/svg/chk_err.svg?v=1") no-repeat scroll right center / 18px auto, -webkit-linear-gradient(bottom, rgb(231, 231, 231) 18%, rgba(255, 255, 255, 0.9) 100%);
    background: url("/img/pub/svg/chk_err.svg?v=1") no-repeat scroll right center / 18px auto, -ms-linear-gradient(bottom, rgb(231, 231, 231) 18%, rgba(255, 255, 255, 0.9) 100%);
}
.form-data .v-error > input[type="text"].select_w_img:disabled{
    background: url("/img/pub/svg/chk_err.svg?v=1") no-repeat scroll right 30px center / 18px auto, linear-gradient(bottom, rgb(231, 231, 231) 18%, rgba(255, 255, 255, 0.9) 100%);
    background: url("/img/pub/svg/chk_err.svg?v=1") no-repeat scroll right 30px center / 18px auto, -o-linear-gradient(bottom, rgb(231, 231, 231) 18%, rgba(255, 255, 255, 0.9) 100%);
    background: url("/img/pub/svg/chk_err.svg?v=1") no-repeat scroll right 30px center / 18px auto, -moz-linear-gradient(bottom, rgb(231, 231, 231) 18%, rgba(255, 255, 255, 0.9) 100%);
    background: url("/img/pub/svg/chk_err.svg?v=1") no-repeat scroll right 30px center / 18px auto, -webkit-linear-gradient(bottom, rgb(231, 231, 231) 18%, rgba(255, 255, 255, 0.9) 100%);
    background: url("/img/pub/svg/chk_err.svg?v=1") no-repeat scroll right 30px center / 18px auto, -ms-linear-gradient(bottom, rgb(231, 231, 231) 18%, rgba(255, 255, 255, 0.9) 100%);
}


.form-data input[type="text"].disabled {  padding: 4px 10px 2px; }
.form-data label .cpl{
    color: red;
}


/*  CHECK BOX  */
.form-data .chk, .specContainer .chk, #confirmDialog .chk{
    background: #ffffff url("/img/cmsc/input-bg.png") repeat-x scroll 0 -15px;
    border: 1px solid #b9b9b9;
    cursor: pointer;
    font-size: 1px;
    height: 14px;
    margin: 0 auto;
    outline: 0 none;
    width: 14px;

    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;

    -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow   : 1px 1px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow     : 1px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow        : 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.form-data .chk:hover, .form-data li.hasChk:hover .chk, .form-data ul.pblocks li:hover .chk, .specContainer .chk:hover {
    border-color: rgb(104, 100, 1);
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.form-data .chk.disabled,
.form-data li.hasChk .chk.disabled,
.form-data ul.pblocks li .chk.disabled,
.form-data .chk.disabled:hover,
.form-data li.hasChk:hover .chk.disabled,
.form-data ul.pblocks li:hover .chk.disabled{
    border: 1px solid #b9b9b9;
}
.form-data .chk div, .specContainer .chk div, #confirmDialog .chk div{
    height: 14px;
    left: 0;
    outline: 0 none;
    top: -1px;
    width: 18px;
}
.form-data .chked, .specContainer .chked {
    border-color: rgb(185, 185, 185);
}
.form-data .chked div, .specContainer .chked div, #confirmDialog .chked div{
    background: url("/img/pub/svg/check2.svg") no-repeat scroll 1px 0px / 16px auto;
}
.form-data .chked.disabled div, .specContainer .chked.disabled div{
    background: url("/img/pub/svg/check2_gray.svg") no-repeat scroll 1px 0px / 16px auto;
    opacity: 0.7;
}


/*  BREAK IN COLUMNS  */
.form-data .status{
    display: block;
}
.form-data .status .ok,
.form-data .status .err{
    background-color: #dff0d8;
    border: 1px solid #c5e1a8;
    box-sizing: border-box;
    color: #3f6715;
    display: block;
    font-size: 16px;
    font-weight: 200;
    min-height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
    top: 0;
    width: 100%;
    padding: 6px 25px;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.form-data .status .err{
    padding-top: 4px;
    background-color: #f2dede;
    border-color: #ebbcbb;
    color: #a94442;
}


/*  BREAK IN COLUMNS  */
.form-data ul.col2, .form-data ul.col3, .form-data ul.col4, ul.colX, ul.col1{
    width: 100%;
}
.form-data ul.col1 li,
.form-data ul.col3 li,
.form-data ul.col2 li,
.form-data ul.col4 li{
    display: block;
    float: left;
    margin-bottom: 8px;
    margin-right: 8px;
    /*min-width: 230px;*/
}
.form-data ul.col1.nominw li,
.form-data ul.col3.nominw li,
.form-data ul.col2.nominw li,
.form-data ul.col4.nominw li{
    min-width: 0;
}
.form-data ul.w100,
.form-data ul.w100 li{
   width: 100%;
}
.form-data ul.colX li{
    display: block;
    float: left;
    margin-bottom: 8px;
    max-width: 350px;
    min-width: 110px;
    margin-right: 8px;
}
.form-data ul.col1 li:nth-child(n+2){
    clear: left;
}
.form-data ul.col2 li:nth-child(2n+3){
    clear: left;
}
.form-data ul.col3 li:nth-child(3n+4){
    clear: left;
}
.form-data ul.col4 li:nth-child(4n+5){
    clear: left;
}
.form-data ul.col1 li.lih label,
.form-data ul.col2 li.lih label,
.form-data ul.colX li.lih label{
    /*color: #747474;*/
    /*text-shadow: -2px 2px 0 #E8E8E8;*/
}

/*  BOTTOM BORDER  */
.form-data .botom-border,
.form-data .bottom-border{
    background-color: rgb(236, 70, 63);
    bottom: -1px;
    height: 2px;
    position: absolute;
    width: 100%;

    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);

    transform-origin: center center 0;
    transition: transform 0.3s cubic-bezier(0.2, 0, 0.03, 1) 0s;
}
.form-data div.active .botom-border,
.form-data div.active .bottom-border,
.form-data div.chosen-container-active .bottom-border{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/*  CHK-BLOCKS  */
.form-data li.ckhblock{
    padding: 3px;
    width: 340px;
    text-align: left;
}
.form-data li.ckhblock div.chk{
    display: inline-block;
    margin: 6px 10px 0;
    vertical-align: top;
    float: right;
}
.form-data li.ckhblock p{
    color: #818181;
    display: inline-block;
    font-family: 'Duru Sans',sans-serif;
    font-size: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 210px;
}
.form-data li.ckhblock label{
    color: #565656;
    font-size: 14px;
    margin-bottom: 3px;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 210px;
}
.form-data li.ckhblock .bchk-cnt {
    float: right;
    margin-right: 10px;
    margin-top: 9px;
}


/*  PBLOCKS  */
.form-data ul.pblocks{
    display: block;
}
.form-data ul.pblocks li, .specContainer ul.pblocks li, #confirmDialog ul.pblocks li{
    border: 1px dashed rgb(213, 212, 113);
    box-sizing: border-box;
    margin: 2px;
    padding: 3px 3px 3px 10px;
    text-align: left;
    vertical-align: top;
    width: 340px;
    cursor: pointer;
    background-color: white;
    transition: all 0.3s ease 0s;
}
/*.specContainer ul.dx li { width: 85%; }*/
.form-data ul.pblocks li.dummy{
    height: 4px;
    border-right: none;
    border-bottom: none;
    visibility: hidden;
}
.form-data ul.pblocks li div.chk, .specContainer ul.pblocks li div.chk, #confirmDialog ul.pblocks li div.chk{
    display: block;
    float: right;
    margin: 10px;
    vertical-align: top;
}
.form-data ul.pblocks li p, .specContainer ul.pblocks li p, #confirmDialog ul.pblocks li p{
    color: #a6a6a6;
    display: block;
    font-size: 12px;
    font-weight: 300;
    margin-right: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    cursor: pointer;
    white-space: nowrap;
}
.form-data ul.pblocks li label, .specContainer ul.pblocks li label, #confirmDialog ul.pblocks li label {
    color: rgb(106, 106, 106);
    display: block;
    font-size: 14px;
    margin-right: 36px;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap;
    cursor: pointer;
    font-weight: normal;
}
/*.form-data ul.pblocks li .bchk-cnt {
    float: right;
    margin-right: 10px;
    margin-top: 9px;
}*/
.form-data ul.pblocks li.noresults {
    border-bottom: 1px solid rgb(213, 212, 113);
    border-right: 1px dashed rgb(213, 212, 113);
    box-sizing: border-box;
    cursor: default;
    color: #594343;
    display: block;
    font-size: 12px;
    font-weight: 300;
    height: auto;
    padding: 15px 30px;
    visibility: visible;
    width: 100%;
}

.form-data ul.pblocks li:hover, .specContainer ul.pblocks li:hover, #confirmDialog ul.pblocks li:hover {
    background-color: rgba(221, 220, 104, 0.25);
    border-color: rgb(221, 220, 104);
}
.form-data ul.pblocks li:hover p, .specContainer ul.pblocks li:hover p, #confirmDialog ul.pblocks li:hover p {
    color: rgb(174, 173, 51);
}
.form-data ul.pblocks li:hover label, .specContainer ul.pblocks li:hover label, #confirmDialog ul.pblocks li:hover label {
    color: rgb(132, 131, 32);
}


/*  PBLOCK SEARCH STYLE  */
.form-data .pp-search {
    background: rgb(230, 229, 170) url("/img/pub/svg/search.svg") no-repeat scroll 8px center / 25px auto;
    border-top: 1px solid rgb(213, 212, 113);
    border-bottom: 1px solid rgb(213, 212, 113);
    box-sizing: border-box;
    left: 0;
    overflow: hidden;
    padding: 6px 14px 6px 40px;
    position: absolute;
    text-align: left;
    top: 0;
    width: 100%;
    cursor: default;
    margin-top: 8px;
    margin-bottom: 8px;
    transition: all 0.3s ease 0s;
}
.form-data .inner-cnt-padding{
    padding-top: 70px;
}
.form-data .pp-hidden .pp-search{
    background-position: 5px center;
    background-size: 20px auto;
    border-bottom: 1px solid transparent;
    height: 30px;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    cursor: pointer;
    width: 30px;

    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.form-data .pp-hidden .pp-search:hover{
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.form-data .pp-hidden .pp-search> *{
    display: none;
}
.form-data .pp-search label{
    box-sizing: border-box;
    color: #aaaaaa;
    display: block;
    left: 0;
    overflow: hidden;
    padding-left: 10px;
    padding-top: 12px;
    position: absolute;
    text-overflow: ellipsis;
    top: 0;
    z-index: 9;
    width: 100%;
}
.form-data .pp-search input{
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    z-index: 10;
    border-color: rgb(213, 212, 113);
    width: 360px;

    -webkit-box-shadow: 0 1px 0 #ffffff, -1px 1px 3px #eaeaea inset;
    -moz-box-shadow   : 0 1px 0 #ffffff, -1px 1px 3px #eaeaea inset;
    -o-box-shadow     : 0 1px 0 #ffffff, -1px 1px 3px #eaeaea inset;
    box-shadow        : 0 1px 0 #ffffff, -1px 1px 3px #eaeaea inset;
}
.form-data .pp-search div{
    background-color: white;
    display: inline-block;
    position: relative;
}
.form-data .pp-search a.clf{
    background: url("/img/pub/svg/close.svg") no-repeat scroll center center / 18px auto;
    display: block;
    height: 16px;
    position: absolute;
    right: 6px;
    top: 6px;
    width: 16px;
    cursor: pointer;

    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;

    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.form-data .pp-search a.clf:hover{
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
}


.form-data ul.pblocks li.lih{

}
.form-data ul.pblocks li.lih span{

}

/*  SIMPLE GRAY BTN  */
a.gray-btn{
    background-color: rgb(200, 200, 200);
    color: rgb(80, 80, 80);
    cursor: pointer;
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 8px 14px;
    margin-top: 10px;

    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;

    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;

    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
a.gray-btn:hover{
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}


/*  BUTTON STYLE FOR BLANK DATA  */
.cnt-shadow .btn{
    border-top: 1px solid #5486c3;
    text-align: right;
    position: relative;
}
.cnt-shadow .btnt{
    background-color: #F5F5F5;
    border-top: none;
    border-bottom: 1px solid #C9C9C9;
    text-align: right;

    -webkit-box-shadow: 0 0 2px #D7D7D7;
    -moz-box-shadow   : 0 0 2px #D7D7D7;
    -o-box-shadow     : 0 0 2px #D7D7D7;
    box-shadow        : 0 0 2px #D7D7D7;
}
.cnt-shadow .btn ul{
    border-top: 1px solid white;
    display: block;
    padding: 16px 0 8px;
    background: rgba(0, 0, 0, 0) url("/img/pub/bg-patt1.jpg") repeat-x scroll 0 0 / 12px auto;
}
.cnt-shadow .btnt ul{
    border-top: none;
    border-bottom: 1px solid white;
}
.cnt-shadow .btn ul li{
    margin-left: 5px;
}
.cnt-shadow .btn ul li.fleft{
    margin-left: 0;
}



/*  TBTN BUTTONS  */
.tbtn {
    border: 1px solid rgb(170, 169, 78);
    cursor: pointer;
    display: block;
    overflow: hidden;
    min-width: 90px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    box-sizing: border-box;
    color: rgb(89, 89, 6);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.25);
    border-radius: 2px;
    transition: all 0.3s ease 0s;
    background-color: rgb(191, 190, 83);
    background-image: -o-linear-gradient(to bottom, rgb(208, 208, 132) 50%, rgb(191, 190, 83) 50%);
    background-image: -moz-linear-gradient(to bottom, rgb(208, 208, 132) 50%, rgb(191, 190, 83) 50%);
    background-image: -webkit-linear-gradient(to bottom, rgb(208, 208, 132) 50%, rgb(191, 190, 83) 50%);
    background-image: -ms-linear-gradient(to bottom, rgb(208, 208, 132) 50%, rgb(191, 190, 83) 50%);
    background-image: linear-gradient(to bottom, rgb(208, 208, 132) 50%, rgb(191, 190, 83) 50%);
}
.tbtn span{
    display: block;
    position: relative;
    padding: 6px 10px 6px 10px;
}
.tbtn span b{
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;

    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;

    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.tbtn-ico span{
    padding-left: 25px;
}
.tbtn:hover span{
    background-color: rgba(255, 255, 255, 0.25);
}
.tbtn:hover span b{
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.ico-add-new span{ background: rgba(0, 0, 0, 0) url("/img/pub/svg/document-add4.svg") no-repeat scroll 3px center / 20px auto; }
.ico-back span{ background: url("/img/pub/svg/back-arrow.svg") no-repeat 3px center / 20px auto; }
.ico-back span b{ background: url("/img/pub/svg/back-arrow.svg") no-repeat 3px center / 20px auto; }
.ico-ok{
    border: 1px solid rgb(116, 180, 49);
    color: rgb(46, 126, 21) !important;

    background: rgba(0, 0, 0, 0)  -o-linear-gradient(to bottom, #98da54 50%, #81c53a 50%);
    background: rgba(0, 0, 0, 0)  -moz-linear-gradient(to bottom, #98da54 50%, #81c53a 50%);
    background: rgba(0, 0, 0, 0)  -webkit-linear-gradient(to bottom, #98da54 50%, #81c53a 50%);
    background: rgba(0, 0, 0, 0)  -ms-linear-gradient(to bottom, #98da54 50%, #81c53a 50%);
    background: rgba(0, 0, 0, 0)  linear-gradient(to bottom, #98da54 50%, #81c53a 50%);

}
.ico-ok{
    border-color: #74b431 #74b431 #609c23;
}
.ico-ok span{ background: url("/img/pub/svg/save.svg?v=2") no-repeat 8px center / 16px auto;}
.ico-ok.act span{ background: rgba(0, 0, 0, 0) url("/img/pub/ajax-small3.gif") no-repeat scroll 6px center!important; }

.ico-print span{ background-position: 4px -563px; }
.ico-print span b{ background-position: 4px -590px; }


/* AA STYLE */
span.tiny{
    font-size: 8px;
}


/* MULTI SELECT BOX SEARCH LINKER STYLE */
.selector{
    float: left;
    overflow: hidden;
    position: relative;
    width: 758px;
}
.selector .available, .selector .chosen {
    background: none repeat scroll 0 0 #F1F1F1;
    border: 1px solid #C8C8C8;
    float: left;
    width: 366px;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.selector .available > div, .selector .chosen > div{
    border: 1px solid #FFFFFF;
    overflow: hidden;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.selector .available h2, .selector .chosen h2 {
    border-bottom: 1px solid #C8C8C8;
    font-size: 10px;
    font-weight: bold;
    line-height: 13px;
    margin: 0;
    padding: 7px;
    text-align: left;
    text-shadow: -1px 1px 0 white;
}
.selector .selector-filter {
    background: url("/img/cmsc/searchbox.png") no-repeat scroll 6px center #F5F5F5;
    border-bottom: 1px solid #C8C8C8;
    border-top: 1px solid #FFFFFF;
    color: #666666;
    padding: 3px 5px 2px 2px;
    text-indent: 25px;
}
.selector .selector-filter input[type="text"] {
    margin: 0;
    max-width: 315px !important;
    position: relative;
    width: 315px !important;
}
.selector select[multiple="multiple"] {
    height: 200px;
    margin: 0 0 0 -1px;
    max-width: 366px !important;
    padding: 3px;
    width: 366px !important;
    border-bottom: 1px solid #C8C8C8;
    border-left: none;
    border-right: none;
    border-top: none;
    outline: none;
}
.selector select option {
    color: #828282;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    padding: 1px 6px;
    outline: none;
}
.selector select option:selection, .selector select option:-moz-selection{
    background-color: #FC6500;
    color: white;
}
.selector div.subbtns {
    border-top: 1px solid #FFFFFF;
    margin: 0;
    padding: 3px 7px 5px;
}
.selector div.subbtns a{
    color: #7E7E7E;
    font-size: 11px;
    font-weight: bold;
    line-height: 13px;
    text-shadow: -1px 1px 0 #FFFFFF;
    float: left;
}
.selector div.subbtns a:hover{
    text-decoration: underline;
}
.selector div.subbtns .count{
    color: #B4B4B4;
    float: right;
    font-size: 11px;
    text-shadow: -1px 1px 0 white;
}
.selector ul.selector-chooser {
    float: left;
    margin: 128px 2px 0;
    padding: 0;
    width: 18px;
    list-style: none outside none;
}
.selector a.selector-add, .selector a.selector-remove {
    background-position: 50% 0;
    background-repeat: no-repeat;
    color: transparent !important;
    display: block;
    height: 18px;
    width: 18px;
}
.selector a.selector-add {
    background-image: url("/img/cmsc/selector-add-m2m-horizontal.png");
}
.selector a.selector-remove {
    background-image: url("/img/cmsc/selector-remove-m2m-horizontal.png");
}
.selector a.selector-add:hover {
    background-image: url("/img/cmsc/selector-add-m2m-horizontal_hover.png");
}
.selector a.selector-remove:hover {
    background-image: url("/img/cmsc/selector-remove-m2m-horizontal_hover.png");
}

/*  BASE UL LI STYLE  */
.form-data ul.dx li, .specContainer ul.dx li{
    margin-bottom: 5px;
    margin-right: 5px;
}

/*  TABLE FIELD CFG STYLE  */
.table-field-cfg ul{
    -webkit-box-shadow: 0 1px 4px #eaeaea;
    -moz-box-shadow   : 0 1px 4px #eaeaea;
    -o-box-shadow     : 0 1px 4px #eaeaea;
    box-shadow        : 0 1px 4px #eaeaea;
}
.table-field-cfg ul li.title {
    border: 1px solid #A7B1C4;
    padding: 0;
    text-shadow: 0 1px 0 #ffffff;

    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.table-field-cfg ul li {
    border-left: 1px solid #A7B1C4;
    border-right: 1px solid #A7B1C4;
    border-top: 1px dashed #e8e8e8;
    display: block;
    margin: 0 !important;
    text-overflow: ellipsis;
}
.table-field-cfg ul li.first {
    border-top: medium none;
}
.table-field-cfg ul li.last {
    border-bottom: 1px solid #A7B1C4;

    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
.table-field-cfg ul li.first > div,
.table-field-cfg ul li.last > div{
    background-color: #f5f5f5;

    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.table-field-cfg ul li.title > div {
    color: #e3edff;
    text-align: center;
    text-shadow: -1px 1px 0 #002465;

    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;

    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, #598bc8 0%,#062c75 100%);
    background: rgba(0, 0, 0, 0) -o-linear-gradient(top, #598bc8 0%,#062c75 100%);
    background: rgba(0, 0, 0, 0) -ms-linear-gradient(top, #598bc8 0%,#062c75 100%);
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #598bc8 0%,#062c75 100%);
}
.table-field-cfg ul li > div {
    background-color: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.7);
    font-size: 12px;
    overflow: hidden;
    padding: 6px 10px;
    text-overflow: ellipsis;
    width: 160px;
}
.table-field-cfg ul li > div .chk {
    float: left;
}
.table-field-cfg ul li > div label {
    box-sizing: border-box;
    margin-left: 25px;
    padding: 0;
    vertical-align: top;
}
.table-field-cfg ul li.ui-sortable-helper{
    border-bottom: 1px dashed #e8e8e8;
}
.table-field-cfg ul li.ui-state-highlight{
    background-color: #f5f5f5;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    box-sizing: border-box;
    height: 45px;
    width: 100%;

    -webkit-box-shadow: 0 0 3px rgba(71, 71, 71, 0.2) inset;
    -moz-box-shadow   : 0 0 3px rgba(71, 71, 71, 0.2) inset;
    -o-box-shadow     : 0 0 3px rgba(71, 71, 71, 0.2) inset;
    box-shadow        : 0 0 3px rgba(71, 71, 71, 0.2) inset;
}


/*  FOR VIEW ONLY TPL  */
.form-data .view input[type="text"]:disabled{
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}
.view .print-data ul li p, .view .chosen-disabled,
.form-data .view ul.chours a:hover,
.form-data .view ul.chours a.sel,
.form-data .view ul.chours a {
    cursor: default;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}
.view .chosen-container-single .chosen-single span{ color: black }
.form-data .view ul.chours a:hover{ border: 1px dashed #cccccc; }


/*  ADDITIONAL CLASSES  */
.form-data ul.dblock { display: block; }
.form-data ul.dblock > li { position: relative; }


/*  ADDITIONAL GLOBAL STYLE   */
span.remove{
    background: url("/img/pub/svg/trash-can_red2.svg") no-repeat scroll center center / 24px auto;
    cursor: pointer;
    display: block;
    width: 18px;
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    height: 24px;
    bottom: 7px;
    position: absolute;
    right: -25px;
}
span.remove:hover{
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

/*  TABLE LIST CONFIG  */
.form-data .table-fields{
    margin-top: 10px;
    margin-bottom: 4px;
}
.form-data .table-fields > li{
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0px 1px 5px rgb(213, 210, 210);
}
.form-data .table-fields > li ul{
    background-color: white;
}
.form-data .table-fields > li ul li{
    display: block;
    border-bottom: 1px solid rgb(228, 227, 227);
    background-color: white;
    margin: 0;
    cursor: pointer;
}
.form-data .table-fields > li ul li.title {
    text-align: center;
    background-color: rgb(251, 112, 67) !important;
    color: rgb(255, 240, 235);
    border-bottom: 1px solid rgb(170, 60, 25);
    padding: 9px 0;
    font-size: 14px;
    text-shadow: 1px 1px 0 rgb(181, 73, 38);
    cursor: default !important;
}
.form-data .table-fields > li ul li > div{
    white-space: nowrap;
    padding: 3px 10px;
    min-width: 160px;
}
.form-data .table-fields > li ul li > div label{
    display: inline-block;
    margin-left: 7px;
    font-size: 14px;
    padding: 5px 2px;
    vertical-align: top;
    color: gray;
    cursor: pointer;
}
.form-data .table-fields > li ul li > div .chk{
    display: inline-block;
    vertical-align: top;
    margin-top: 6px;
}
.form-data .table-fields > li ul li:hover {
    cursor: pointer;
    background-color: rgba(191, 190, 83, 0.2);
}
.form-data .table-fields > li ul li.first:hover,
.form-data .table-fields > li ul li.last:hover,
.form-data .table-fields > li ul li.first:hover label,
.form-data .table-fields > li ul li.last:hover label{
    background-color: inherit;
    cursor: default;
}

/*  ERROR MSG STYLE  */
.form-data .v-error .errMsg {
    opacity: 0;
    background: #ffeb80;
    position: absolute;
    bottom: -22px;
    font-size: 12px;
    line-height: 22px;
    padding: 2px 15px;
    color: rgb(71, 71, 71);
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    pointer-events: none;
    -moz-box-shadow: 0 4px 5x 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.2);
    -webkit-transition: opacity 0.12s ease-in-out, bottom 0.12s ease-in-out;
    -moz-transition: opacity 0.12s ease-in-out, bottom 0.12s ease-in-out;
    -o-transition: opacity 0.12s ease-in-out, bottom 0.12s ease-in-out;
    transition: opacity 0.12s ease-in-out, bottom 0.12s ease-in-out;
}
.form-data .v-error .errMsg::after{
    content: "";
    margin: 0 auto;
    border-left: 4px solid rgb(255, 235, 128);
    border-top: 4px solid rgb(255, 235, 128);
    border-bottom: 4px solid transparent;
    border-right: 4px solid transparent;
    height: 0;
    width: 0;
    display: block;
    transform: rotate(45deg);
    top: -4px;
    position: absolute;
    left: 0;
    right: 0;
}
.form-data .v-error:hover .errMsg {
    opacity: 1;
    bottom: -35px;
}









