/*Success and error message*/
.form-succ-msg {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    /*background:rgba(116,216,62,.95);*/
    background: rgba(69, 142, 29, 0.95);
    padding: 20px 0;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9999999 !important;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, .3);
}
.form-succ-msg i {
    position: absolute;
    top: 22px;
    right: 20px;
    cursor: pointer;
}
.form-succ-msg.form-error-msg {
    background: rgba(194, 48, 33, .95);
}
.form-succ-msg.form-info-msg {
    background: rgba(253, 242, 171, 0.95);
    color: #121213;
}
.form-succ-msg a.message_close {
    color: #121213;
}
.form-succ-msg a.message_close:hover {
    color: #121213;
}

/* default form fields
----------------------------------*/
::-webkit-input-placeholder {
    /* WebKit browsers */
    color: inherit;
}
:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: inherit;
    opacity: 1;
}
::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: inherit;
    opacity: 1;
}
:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: inherit;
}
label {
    font-size: 14px;
    color: #575757;
    font-weight: 400;
    line-height: 24px;
    display: block;
}
label.inline {
	display:inline-block;
	vertical-align:top;
}
input,
select,
textarea {
    font-size: 15px;
    line-height: normal;
    color: #6b6b6b;
    font-weight: 400;
    width: 100%;
    padding: 0 10px;
    margin: 0 0 10px;
    height: 36px;
    border: 1px solid [main_bordcolor];
    background: #fff;
}
select.auto {
    height: auto;
}
.select2-container {
    display: block;
    margin: 0 0 10px;
}
select {
    padding: 0 0 0 5px;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
input[type='submit'],
input[type='button'] {
    cursor: pointer;
}
input[type='file'] {
    padding: 8px;
    height: auto;
}
textarea {
    height: auto;
    padding-top: 7px;
    padding-bottom: 7px;
    line-height: 18px;
}
input[type='radio'],
input[type='checkbox'] {
    width: auto!important;
    height: auto!important;
    border: none!important;
    padding: 0!important;
    margin: 5px 8px 0 0!important;
	vertical-align:top!important;
}
.radio-check {
    margin-bottom: 10px;
}
.button {
    font-size: 14px !important;
    color: #fff !important;
    text-align: center;
    font-weight: 600;
    text-decoration: none !important;
    text-transform: uppercase !important;
    line-height: normal!important;
    background: #121212 !important;
    border: none !important;
    display: inline-block;
    vertical-align: top;
    height: 30px!important;
    padding: 0 10px!important;
    margin: 0 10px 0 0!important;
    width: auto !important;
    min-width: 120px;
    cursor: pointer;
}
.bottom-margin {
    margin: 0 0 10px !important;
}
.button.cancel {
    background: #3f3f3f !important;
}
.text_right .button {
    margin: 0 0 0 20px!important;
}
.text_center .button {
    margin: 0 10px 0!important;
}
.tag-field {
    width: 100%;
    padding: 6px;
    margin: 0 0 10px;
    height: auto;
    border: 1px solid #c9c9c9;
    background: #fff;
}
.tag {
    font-size: 13px;
    color: #848383;
    line-height: normal;
    background-color: #f0f0f0;
    padding: 3px 11px;
    display: inline-block;
    vertical-align: top;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}
.tag a {
    display: block;
    float: right;
    margin: 6px 0 0 10px;
    background: url([tag_close_png]) 0 0 no-repeat;
    width: 7px;
    height: 7px;
}
.noinfo {
    text-align: center;
    font-style: italic;
    padding: 15px;
    margin: 0;
}
.error {
    display: block;
    color: #fd4b4b;
    line-height: 20px;
    font-size: 13px;
    font-weight: 600;
    clear: both;
    margin-top: -5px;
    margin-bottom: 10px;
}
.succ_msg {
    display: block;
    color: #55D25B;
    line-height: 20px;
    font-weight: 600;
    font-size: 13px;
    margin-top: -5px;
    margin-bottom: 10px;
}
.two-half {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 0 0;
}
.two-half.last {
    padding: 0 0 0 10px;
    float: right;
}
.three-half {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 0 0;
}
.three-half+.three-half+.three-half {
    padding: 0;
    float: right;
}
.upload {}
.upload input {
    position: absolute !important;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    height: 20px;
    padding: 0 !important;
    margin: 0 !important;
}
/* Add Event Weekly
-------------------------*/
.weekDiv {
	margin-bottom:15px;
}
.cstm-check {
	font-size: 14px !important;
	color: #778caa;
	text-align: center;
	line-height: 28px !important;
	width: 30px;
	height: 30px;
	border: 1px solid #d8d8d8;
	background: #fff;
	padding: 0 !important;
	font-weight: 600 !important;
	cursor:pointer;
}
.cstm-check input {
	position:absolute;
	left:-10000000px;
	opacity:0;
}
.cstm-check.selected {
	color:#fff;
	background:#0b82c7;
	border-color:#1e3f57;
}





