@import url("annual-colors.css");

.clear-fix {
    clear: both;
}

.radio label, .checkbox label {
    padding-left: 0px;
}

small, .small {
    font-size: 11px;
}

p, article {
    margin: 0 0 10px; 
    line-height: 1.4em;
}

.dxlpLoadingPanel_SC1.dxlpControl_SC1 {
    border: none;
    box-shadow: none;
}


.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.dxeTextBoxDefaultWidthSys, .dxeButtonEditSys, .dxeMemoSys {
    width: 100%;
}

.form-horizontal .form-group {
    margin-bottom: 4px;
    margin-right: -25px;
    margin-left: -25px;
}

.form-horizontal label {
    margin-top: 0px;
}

.form-horizontal .control-label {
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    padding-top: 10px;
}

.form-group .control-label, .form-group > .col-md-3,
.form-group .control-label, .form-group > .col-xs-3 {
    padding-right: 0px;
	padding-bottom: 10px;
}

.anchor-offset {
    margin-top: 0px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #999;
    padding-bottom: 10px;
}

    .anchor-offset.last {
        margin-bottom: 20px;
        border-bottom: 2px solid #999;
    }

.text-danger {
    display: none;
    color: #e1534f !important;
    font-size: 11px;
    font-weight: bold;
}

    .text-danger.visible {
        display: block !important;
    }

.text-warning {
    color: #ED0000;
    padding-bottom: 5px;
}

.form-horizontal .form-group {
    margin-bottom: 5px;
}

.no-padding-right {
    padding-right: 2px;
}

.no-padding-left {
    padding-left: 2px;
}

.transparent {
    color: transparent !important;
    background-color: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 1px;
    height: 0px !important;
    min-height: 0px !important;
    /*visibility: hidden;*/
    float: left;
}

    .transparent:focus {
        border: 0 !important;
        outline: 0 !important;
    }

.form-horizontal .transparent.dxh0 {
    border: 0 !important;
}

.btn_link {
    margin-top: 10px;
    color: #337ab7;
    cursor: pointer;
    font-size: 14px;
}

    .btn_link:hover {
        text-decoration: underline;
    }


.short {
    max-width: 200px;
}

.medium {
    max-width: 350px;
}

long {
    max-width: 500px;
}


#contact-ajax-wrapper, #photo-ajax-wrapper {
    /* overflow-y: scroll; */
    overflow-x: hidden;
    padding: 10px 10px;
}



.dxpcLite_SC1 .dxpc-content, .dxdpLite_SC1 .dxpc-content {
    padding: 0px;
}

.span-link {
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
}

.dxFirefox .dxeButtonEdit_SC1 td.dxictb, .dxeButtonEdit_SC1 td.dxictb {
    padding: 5px 6px;
}

.contact-box, .attachment-box {
    cursor: pointer;
}

.attachment-add-button {
    display: block;
    float: left;
    color: #85619d;
    cursor: pointer;
    font-size: 1.6em;
    line-height: 2.2em;
    margin: 0;
    padding: 0;    
}

.attachment-add-text {
    opacity: 0;
    margin-top: -5px;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}


    .attachment-add-button:hover .attachment-add-text {
        opacity: 1;
    }

.attachment-container {
    min-width: 120px;
    display: block;
    float: left;
    padding: 8px 30px 8px 8px;
    border: 1px solid #DCDCDC;
    background: #FAFAFA;
    color: #484848;
    text-decoration: none;
    margin-right: 10px;
    position: relative;
    margin-bottom: 10px;
    line-height: 18px;
    border-radius: 2px;
}

.attachment-title {
    font-size: 13px;
    font-weight: bold;
}

.attachment-description {
    font-size: 11px;
}

    .attachment-description .fa {
        font-size: 13px;
    }

.attachment-container .attachment-buttons {
    position: absolute;
    bottom: 2px;
    right: 8px;
    display: block;
}

.attachment-buttons .fa, .attachment-buttons .fa:active, .attachment-buttons .fa:visited, .attachment-buttons .fa {
    color: #000;
    margin-left: 5px;
    cursor: pointer;
}

    .attachment-buttons .fa:hover {
        color: red;
    }


.contact-container {
    min-width: 120px;
    display: block;
    float: left;
    padding: 8px 30px 8px 8px;
    border: 1px solid #DCDCDC;
    background: #FAFAFA;
    color: #484848;
    text-decoration: none;
    margin-right: 10px;
    position: relative;
    margin-bottom: 10px;
    line-height: 18px;
    border-radius: 2px;
}

.contact-title {
    font-size: 16px;
    font-weight: bold;
}

.contact-description {
    font-size: 12px;
    line-height: 14px;
}

    .contact-description .fa {
        font-size: 13px;
    }

.contact-left {
    float: left;
}

.contact-inner:hover {
    cursor: pointer;
    color: #ff0013;
}

.contact-right {
    margin-left: 4px;
    float: right;
}

.contact-container .contact-buttons {
    position: absolute;
    bottom: 2px;
    right: 8px;
    display: block;
    line-height: 24px;
}

.contact-buttons .fa, .contact-buttons .fa:active, .contact-buttons .fa:visited, .contact-buttons .fa {
    color: #000;
    margin-left: 5px;
    cursor: pointer;
}

    .contact-buttons .fa:hover {
        color: red;
    }

.contact-photo {
    width: 45px;
    float: right;
}


.croppedImg {
    width: 204px;
}

.wizard-steps.active {
    font-weight: bold;
}

.webcam_content .container-fluid {
    height: 400px;
}

#imgCrop {
    max-width: 100%;
    max-height: 400px;
}

.preview-container {
    width: 110px !important;
    height: 136px !important;
    margin: 0px auto;
    border: 2px solid #cecece;
    padding: 2px;
}

#imgPreview {
    width: 102px !important;
    height: 128px !important;
    overflow: hidden;
}

.container-photo {
    overflow: hidden;
    clear: both;
}

    .container-photo .photo-cropper {
        overflow: hidden;
    }

    .container-photo .photo-preview {
        float: right;
        width: 112px;
        margin-left: 10px;
    }


@media(max-width: 991px) {
    .container-photo .photo-cropper {
        width: 100%;
    }

    .container-photo .photo-preview {
        display: none;
    }
}

.dxeRadioButtonList_SC1 td.dxe, .dxeCheckBoxList_SC1 td.dxe {
    padding: 0px;
}

.control-value {
    padding-top: 5px;
}

    .control-value.strong {
        font-weight: bold;
    }

.web-group-table {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    margin-bottom: 20px;
}

    .web-group-table tr.bordered {
        border-bottom: 1px dotted #000;
    }

    .web-group-table tr td {
        padding: 5px;
    }

.web-group-name {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}

.web-group-description {
    font-size: 11px;
    line-height: 14px;
    font-weight: normal;
}

.web-group-price {
    font-weight: bold;
    text-align: right;
}

#imgPhoto {
    width: 102px;
    cursor: pointer;
}

.web-group-lock .dxichCellSys {
    position: relative !important;
}

    .web-group-lock .dxichCellSys::after {
        font-family: FontAwesome;
        font-size: 17px;
        content: "\f023";
        position: absolute;
        top: 4px;
        left: 28px;
        color: red;
    }

#popup-footer-div {
    text-align: right;
}

.btn_link {
    color: #000;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
}

#photo-ajax-wrapper hr {
    margin-bottom: 10px;
    margin-top: 10px;
}

/*pagination*/

.pagination {
    margin: 0px;
}

.alpha li a {
    border: none;
    background-color: transparent;
}

.alpha .inactive, .pagination > li > a, .pagination > li > span {
    border: none;
    background-color: transparent;
}

    .alpha .inactive span {
        color: #e3e3e3;
    }

.pagination > li > a, .pagination > li > span,
.pagination > li:first-child > a, .pagination > li:last-child > a {
    padding: 4px 10px;
    vertical-align: middle;
    text-align: center;
    line-height: 28px;
    border-radius: 0px !important;
    color: #000;
    min-width: 34px;
}

.pagination > li > a, .pagination > li > span, .pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0px !important;
}

.pagination > li.active > a, .pagination > li > span, .pagination > li.active:first-child > a, .pagination > li.active:first-child > span, .pagination > li.active:last-child > a, .pagination > li.active:last-child > span {
    color: #FFF;
}


.pagination > li > a, .pagination > li > span, .pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    color: #000;
}

.alpha .inactive span {
    background-color: transparent;
    color: #ddd !important;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background: #93107e;
}

.pagination > li > span:hover, .pagination > li > a:hover {
    background: #93107e;
    color: #fff;
}

.pagination > li.inactive > span:hover {
    background: #FFF;
    color: #DDD;
}

/* pagination end */

.fg-filter {
    margin-top: 30px;
    margin-bottom: 30px;
}


.fg-item {
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    padding-bottom: 30px;
}

    .fg-item a:hover {
        color: inherit;
    }

.fg-item-title {
    padding-top: 15px;
    color: #323232;
    cursor: pointer;
    font-weight: 600;
}

.fg-item-img {
    position: relative;
    overflow: hidden;
}

.fg-item-overlay {
    padding: 25px;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.80);
    text-align: center;
    color: #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    font-size: 13px;
    line-height: 16px;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}

.fg-item:hover .fg-item-overlay {
    opacity: 1;
    visibility: visible;
}

.fg-item-overlay .fg-item-title {
    color: #FFF;
    margin-bottom: 10px;
}

.fg-item-section {
    font-size: 12px;
    font-weight: 600;
}

.fg-detail {
    margin-top: 60px;
    font-size: 14px;
	line-height: 25px;
}

.fg-detail-section {
    margin-bottom: 20px;
}

.fg-detail-section-header {
    font-weight: 600;
}

.fg-item:hover .img-responsive {
    transform: scale(1.1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    width: 100%;
}

.fg-item .img-responsive {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    width: 100%;
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.fg-screening {
    background-color: whitesmoke;
    padding: 20px;
}

/* video player */
.tv {
    z-index: 1;
    width: 1055px;
    height: 460px;
    overflow: hidden;
}

.screen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: auto;
    opacity: 0;
    transition: opacity .5s;
}

.active {
    opacity: 1;
}

.table-row-header {
    border-bottom: 1px solid #000;
    font-weight: bold;
    line-height: 30px;
}

.table-row {
    border-bottom: 1px dotted #000;
    padding: 10px 0px;
    line-height: 32px;
}

    .table-row.last {
        border-bottom: 1px solid #000;
    }

.datakal-user-status {
    position: absolute;
    top: 90px;
    width: 100%;
    z-index: 1001;
}

    .datakal-user-status a {
        padding: 10px 16px;
        font-weight: bold;
    }



.contact-footer-buttons {
    padding: 10px 0px;
    text-align: right;
}

.dxlpLoadingPanel_STC, .dxlpLoadingPanelWithContent_STC {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}


textarea:not(textarea),
input[type=text]:not(textarea),
input[type=url]:not(textarea),
input[type=tel]:not(textarea),
input[type=number]:not(textarea),
input[type=color]:not(textarea),
input[type=email]:not(textarea),
input[type=email]:not(textarea),
input[type=password]:not(textarea) {
    height: unset;
}

select {
    height: unset;
}

textarea:not(textarea), input[type=text]:not(textarea), input[type=url]:not(textarea), input[type=tel]:not(textarea), input[type=number]:not(textarea), input[type=color]:not(textarea), input[type=email]:not(textarea), input[type=email]:not(textarea), input[type=password]:not(textarea) {
    height: unset;
}

::selection {
    color: unset !important;
}

::-moz-selection {
    color: unset !important;
}

textarea {
    min-height: unset !important;
}

h4 {
    margin-bottom: 10px;
    padding: 10px 0;
    margin: 10px 0;
    font-size: 24px;
    margin-top: 40px;
}

.dxeErrorCellSys {
    color: red;
}

li {
    margin-bottom: 0px;
}


@media (max-width: 768px) {
	.navigation-link {
		color: black !important;
	}
}

.form-block {
    background-color: whitesmoke;
/*	background-color: var(--firstcolor);*/
        padding: 20px;
    }    

.dxbButton_STC {
/*	background-color: #85619d;
	border-color: #85619d; */
	background-color: var(--secondcolor);
	border-color: var(--secondcolor);
	margin:0;
    margin-right: 7px;
}

#popup-footer-div {
    text-align: right;
    padding: 10px;
}

.text-alt, .counter-box .counter-content .title {    
    padding-top: 10px;
}