@import 'font-awesome.min.css';

.metafield-photo-block, .pg-photo {
	float: left;
	display: block;
	position: relative;
	overflow: hidden;
	width: 135px;
	padding: 5px;
	background: #fff;
	height: 135px;
	border: 1px solid #E7E7E7;
	margin: 2px;
}

.metafield-photo-block .custom-img-container {

}

.metafield-photo-action-str {
	position: absolute;
	bottom: 2px;
}

.metafield-photo-block .custom-img-container a {

}

.metafield-photo-block img, .pg-photo img {
	clear: both;
	width: auto;
	height: 100px;
}

.metafields-box .metafields-btn-photo-add, .pg-block .pg-photo-add {
	width: 147px;
	height: 147px;
	margin: 2px;
	background: #00a0d2;
	font-size: 20px;
	word-wrap: normal;
	white-space: normal;
	font-weight: inherit;
	color: #fff;
	border: 1px solid #afafaf;
	box-shadow: none;
}

.metafields-btn-photo-add:hover,
.pg-photo-add:hover {
	background: rgba(0, 160, 210, 0.71);
}

.pg-container {
	border: 1px solid #dcdcdc;
    padding: 12px 10px;
    margin: 10px 0px;
    background: #f9f9f9;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.14);
    position: relative;
}

.pg-block {

}

input.pg-del {
	position: absolute;
    right: -19px;
    top: -7px;
    cursor: pointer;
    border: 1px solid #0080a9;
    background: #00a0d2;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    font-size: 17px;
    font-family: "Tahoma";
    color: #fff;
}

input.pg-del:hover {
	border: 1px solid #fff;
}

.pg-title {
    margin: 0px 2px 10px 2px;
    width: 400px;
}

.pg-tag-block {
	border: 1px solid #000;
    width: 260px;
    text-align: right;
    padding: 6px;
    margin: 0px 2px 10px 2px;
    background: #585858;
    color: #d4d4d4;
    font-size: 14px;
}

.pg-tag {
	display: inline-block;
    color: #15d800;
    padding: 8px 16px;
    border: 1px solid #15d800;
    background: #3c3c3c;
    margin: 0px 0px 0px 8px;
}

.pg-photo-list {
	width: 100%;
}

.add-gallery-button {
	background: #00a0d2;
	border: 1px solid #0080a9;
	color: #fff;
	padding: 6px 35px;
	cursor: pointer;
}

.add-gallery-button:hover {
	border: 1px solid #fff;
}

.fields-prop-line {
	width: 100%;
	display: inline-block;
}

.additionals-list {

}

.additionals-list .metafields-additional-line {
    width: 100%;
    float: left;
    margin: 4px 0px;
}

.additionals-list .metafields-additional-line-input {
    float: left;
    width: 85%;
}

.metafields-additional-text {
	margin: 9px 0px;
	width: 400px;
	clear: both;
}

.additionals-list .metafields-additional-line-del {
    border: 1px solid #0073aa;
    height: 20px;
    padding: 3px 2px 2px 2px;
    margin: 1px;
    display: block;
    width: 58px;
    float: left;
    text-align: center;
    text-decoration: none;
}

.additionals-list .metafields-additional-line-del:hover {
    background: #0073aa;
    color: #fff;
}

.additionals-list .metafields-add-additional {
	margin: 3px 0px;
}

.metafields-box h3 {
    padding-left: 0px;
    padding-top: 18px;
    margin-top: 14px;
    border-top: 1px dashed rgb(202, 202, 202);
}

.al-top {
	vertical-align: top;
}

/* MetaFields Boxes
------------------------------*/
#seasonticket_fields.postbox {
    background: #26292c;
    border: 4px solid #d24940;
    border-radius: 4px;
}


#seasonticket_fields.postbox .hndle.ui-sortable-handle {
	color: #e05f57;
	border-bottom: 1px solid #444444;
}

#seasonticket_fields.postbox .handlediv.button-link {
	color: #e05f57;
}

#seasonticket_fields.postbox .handlediv.button-link:hover {
    color: #E6837E;
}

.metafields-box h3 {
	color: #fff;
	border-top: 1px dashed rgb(109, 109, 109);
}

/* For User Profile Fields
------------------------------*/

.subscribe-box {
    background: #26292c;
    border: 4px solid rgba(225, 77, 67, 0.92);
    border-radius: 4px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.28);
    padding: 5px;
    float: left;
    margin-right: 5px;
    margin-bottom: 12px;
    opacity: 0.8;
    max-width: 355px;
    position: relative;
    color: #e0e0e0;
}

.subscribe-box.active {
	opacity: 1.0;
}


.subscribe-box .subscribe-expired {
    display: block;
    color: #ffbe00;
    font-size: 10pt;
}

.subscribe-box.active .subscribe-expired {
    opacity: 0;
}

.subscribe-name {
	font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.subscribe-box table td {
	border-top: 1px solid #a9a8a8;
}

.subscribes-block .append-subscribe {
	position: relative;
	clear: both;
    float: none;
    margin-top: 10px;
}

.subscribe-box input.subscribe-start {
    border: 1px solid rgba(0, 0, 0, 0.36);
    font-weight: bold;
    width: 149px;
}

.subscribe-del {
    position: absolute;
    top: -11px;
    right: -8px;
    z-index: 2;
    color: #fff;
    font-size: 18px;
    background: #23282d;
    border-radius: 50%;
    width: 26px;
    height: 25px;
    padding-top: 1px;
    text-align: center;
    border: 3px solid #d1483f;
    cursor: pointer;
}

.subscribe-del:hover {
	background: #636669;
}

.subscribe-del i {

}

.add-subscribe-popup {
	border: 4px solid #d24940;
    border-radius: 4px;
    background: #26292c;
    color: #e0e0e0;
    padding: 10px 14px;
    float: left;
    display: none;
}

.add-subscribe-popup p span {
	color: #fb5d52;
}

.add-subscribe-popup .no-select-subscribes {

}

.add-subscribe-popup select {

}

.subscribes-block .add-subscribe-popup button {
	margin-top: 10px;
}

.bord-bottom {
	border-bottom: 1px solid #a9a8a8;
	padding: 5px 0px 2px 0px;
}

.bord-top {
	border-top: 1px solid #a9a8a8;
    padding: 5px 0px 2px 0px;
}

.color-red {
    color: #fb5d52;
}

.profile-info-block {
    border: 2px dashed rgba(54, 59, 63, 0.34);
    padding: 0px 23px;
    border-radius: 6px;
}


/* lesson student */

.lesson-table {
    width: 100%;
    border: 5px solid black;
}

.lesson-table td{
    border-bottom: 1px solid black;
}

.lesson-table tr:last-child td{
    border-bottom: none;
}