/*********************************************************************/
/*Editor Layout */
/*********************************************************************/

#editor-holder {
    position: relative;
    margin-top: 30px;
    margin-bottom: 120px;
}

#original-objects-holder {
    overflow: hidden;
    position: relative;
}

#clone-objects-holder {
    overflow: visible !important;
    position: absolute;
    top: 0;
}

#overlay-image-holder {
    position: absolute;
    top: 0;
}

/*********************************************************************/
/*Canvas Objects*/
/*********************************************************************/

.original-object {
    position: absolute;
}

.clone-object {
    position: absolute;
    background-image: url(../img/sys/blank.png);
    cursor: move;
}

.clone-object-selected {
    border: 1px dashed #4eadff;
}

.clone-object-hover {
    border: 1px dashed #007cff;
    background-color: #4eadff;
    filter: alpha(opacity=10);
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    -moz-opacity: 0.1;
    -khtml-opacity: 0.1;
}

/*locked objects*/
.clone-object-locked.clone-object-selected {
    border: 1px dashed #ff4565;
}

.clone-object-locked.clone-object-hover {
    border: 1px dashed #dc143c;
    background-color: #ff4565;
    filter: alpha(opacity=20);
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
}

/*loading objects*/
.clone-object-loading {
    background: url('../img/sys/ajax-loading.gif') repeat center center;
    filter: alpha(opacity=20);
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
}

.selector-object {
    border: 1px solid silver;
    line-height: 30px;
    cursor: pointer;
    margin: 2px 0;
    width: 198px;
}

.selector-object-hover {
    border: 1px dashed dimgray;
    background-color: mediumvioletred;
}

.selector-object-selected {
    background-color: indianred;
}

.disable-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*********************************************************************/
/*Controllers and Menu Objects*/
/*********************************************************************/
.btn-toolbar .btn {
    height: 34px;
}

#single-object-edit-buttons > .btn-group {
    margin-left: 5px;
}

#font-family-dropdown-menu div {
    width: 196px;
    float: left;
    margin: 0 5px;
    padding: 5px;
    cursor: pointer;
}

#font-family-dropdown-menu div:hover {
    background-color: #f5f5f5;
}

.color-picker-grp .dropdown-menu {
    width: 312px;
    padding-left: 5px;
    padding-top: 5px;
}

.color-picker-grp .dropdown-menu span {
    display: inline-block;
    width: 26px;
    height: 26px;
    float: left;
    margin: 2px 2px;
    cursor: pointer;
}

.btn-active {
    background-color: #5ae1ff !important;
}

.force-hide {
    display: none !important;
}

#font-family-infotext {
    display: inline-block;
    min-width: 50px;
}

/*OPACIY SLIDER*/

.slider-path {
    width: 96px;
    position: relative;
    top: 6px;
    float: left;
    background: #ccc;
    background: -webkit-linear-gradient(top, #bbb, #ddd);
    background: -moz-linear-gradient(top, #bbb, #ddd);
    background: linear-gradient(top, #bbb, #ddd);
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #aaa;
    height: 4px;

}

.slider-handle {
    position: absolute;
    top: -7px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #496805;
    width: 16px;
    height: 16px;
    background: #8dca09;
    background: -webkit-linear-gradient(top, #8dca09, #72a307);
    background: -moz-linear-gradient(top, #8dca09, #72a307);
    background: linear-gradient(top, #8dca09, #72a307);
}

.slider-handle:hover, .slider-handle-active {
    background: -webkit-linear-gradient(top, #8dca09, #8dca09);
    background: -moz-linear-gradient(top, #8dca09, #8dca09);
    background: linear-gradient(top, #8dca09, #8dca09);
}

#contextMenu {
    position: absolute;
    display: none;
}

#contextMenu .dropdown-menu {
    display: block;
    position: absolute;
}

/*Resize Handlers*/

#resize-handles-holder {
    display: none;
}

.resize-handle {
    position: absolute;
    height: 12px;
    width: 12px;
    border: 1px solid #4eadff;
    background: transparent;
    cursor: default;
}

.resize-handle:hover {
    background: #4eadff;
}

.TL, .TT, .TR {
    top: -7px;
}

.TR, .RR, .BR {
    right: -7px;
}

.BL, .BB, .BR {
    bottom: -7px;
}

.TL, .LL, .BL {
    left: -7px;
}

.TT, .BB {
    left: 50%;
    margin-left: -7px;
}

.RR, .LL {
    top: 50%;
    margin-top: -7px;
}

input[qq-button-id] {
    height: 50px;
}

/*********************************************************************/
/*Header Fixes */
/*********************************************************************/
/*
#matbuu-header {
	padding : 0;
}

#matbuu-header .dropdown-menu {
	margin-top : 0;
}

#matbuu-header .cizgi {
	border-left : solid 1px #e2e2e2;
	width       : 2px;
	height      : 15px;
}

.mt_mega_menu_hover {
	background : none;
}

#matbuu-header .row {
	margin : 10px 0;
}

#matbuu-header .header-ust-kisayol {
	font-size : 11px;
}

#matbuu-header .header-ust-kisayol a {
	color   : #444;
	padding : 0;
}

#matbuu-header .header-ust-kisayol li {
	margin : 5px 0 5px 10px;

}

#matbuu-header .header-ust-kisayol a:hover, #matbuu-header .header-ust-kisayol a:focus {
	background : none;
}

#matbuu-header .dropdown-menu li {
	margin : 5px 5px;
}

#matbuu-header .dropdown-menu a {
	font-size : 11px;
	padding   : 5px;
}

#matbuu-header .dropdown-menu a:hover {
	color : #cccccc;
}

#matbuu-header .kisayollar {
	margin-top : 20px;
}

#matbuu-header .kisayollar a {
	color     : #fff;
	font-size : 12px;
	padding   : 5px 10px;
}

#matbuu-header .kisayollar a.magazam {
	background : #40d2f9;
}

#matbuu-header .kisayollar a.favorilerim {
	background : #f57fc5;
}

#matbuu-header .kisayollar a.sepetim {
	background : #f98e2b;
}*/

/*********************************************************************/
/*Bootstrap Fixes*/
/*********************************************************************/
.dropdown-menu {
    margin-top: -5px;
}

.dropdown-menu.open-reverse {
    right: 0;
    left: auto;
}

.dropdown-menu li a {
    padding: 3px 12px;
}

.progress {
    position: relative;
    margin-bottom: 10px !important;
}

.progress span {
    position: absolute;
    display: block;
}

@media screen and (min-width: 768px) {
    .modal-xl {
        width: 768px;
    }

    .modal-md {
        width: 650px;
    }
}

@media screen and (min-width: 1000px) {
    .modal-xl {
        width: 1000px;
    }

    .modal-md {
        width: 850px;
    }
}

.btn-toolbar .btn {
    height: 34px;
}

.modal-footer {
    margin-top: 0;
}

.tab-content {
    padding: 0 !important;
    border: none !important;
}

.no-margin {
    margin-left: 0;
    margin-right: 0;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.label {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.success-tooltip + .tooltip > .tooltip-inner {
    background-color: #47a447;
}

.success-tooltip + .tooltip > .tooltip-arrow {
    border-bottom-color: #47a447;
}

.has-auto-tooltip {
    cursor: default;
}

.has-auto-popover {
    cursor: pointer;
}

.btn-link-default {
    color: #999;
}

.btn-link-default:hover {
    color: #000;
    text-decoration: none;
}

.text-sm {
    font-size: 11px;
}

.text-xs {
    font-size: 10px;
}

/*********************************************************************/
/*Right Column*/
/*********************************************************************/

#secenekler-teslimat-holder {
    text-align: center;
    color: #ed5151;
    font-size: 13px;
    font-weight: bold;
    padding: 33px 10px
}

#secenekler-fiyat-holder {
    line-height: 34px;
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
}

.secenek-label {
    line-height: 34px
}

/*Badges*/
/*.badge-verified-designer {*/
/*background    : url("../img/editor-badges.png") no-repeat right 10px;*/
/*padding-right : 45px !important;*/
/*}*/

.verified-user {
    padding-right: 40px;
}

.verified-user-badge {
    position: absolute;
    top: 0;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url(../img/icons/editor-badges.png) no-repeat 0 0;
    display: none;
}

.verified-user > .verified-user-badge {
    display: block !important;

}

#toggle-grafiker-info {
    color: #999
}

#toggle-grafiker-info:hover {
    color: #000
}

/*********************************************************************/
/*Modal Windows*/
/*********************************************************************/

/*Image and Shape*/
.picker {
    border: 1px solid #e7e7e7;
    float: left;
    margin: 0 10px 10px 0;
    padding: 4px;
    cursor: pointer;
    position: relative;
    background-image: url('../img/icons/crosshatch.gif');

    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}

.image-picker {
    height: 90px;
    width: 90px;
}

.shape-picker {
    height: 60px;
    width: 60px;
}

.folder-picker {
    height: 90px;
    width: 90px;
    border-color: #409fcf;
    background-color: #4fceff;
    color: #ffffff;
    line-height: 90px;
    text-align: center;
}

.image-picker img {
    width: 80px;
    height: 80px;
    border-color: #cccccc;
}

.shape-picker img {
    width: 50px;
    height: 50px;
    border-color: #cccccc;
}

.picker:hover {
    background-color: #ffffff;
    border-color: #c3c3c3;
}

.selected-picker {
    border-color: #ffd914 !important;
    background-color: #ffffc0 !important;
}

.selected-picker:after {
    content: url('../img/icons/selectedimagepicker.png');
    position: absolute;
    right: 0;
    top: 0;
}

/*Upload Screen*/
#new-uploadeds-holder {
    margin-top: 20px;
}

.image-picker .progress {
    position: relative;
    height: 10px;
    top: 70px;
}

.delete-file {
    display: block;
    height: 16px;
    width: 16px;
    text-align: center;
    position: absolute;
    left: 5px;
    top: 5px;
    color: #c3c3c3;
    line-height: 16px;
    cursor: pointer;
}

.delete-file:hover {
    background-color: #d2322d;
    color: #ffffff;
}

.active-upload {
    background: #ffffff !important;
}

.uploading-file-info {
    position: absolute;
    top: 50px;
    background-color: #ffffff;
    width: 100%;
    height: 25px;
    line-height: 15px;
    text-align: center;
    left: 0;
    color: #c3c3c3;
    font-size: 12px;
}

.uploading-file-name {
    position: absolute;
    width: 80px;
    height: 60px;
    color: #c3c3c3;
    top: 5px;
    left: 0;
    font-size: 12px;
    overflow: hidden;
    text-align: center;
    line-height: 60px;
}

.upload-tools {
    width: 80px;
    height: 80px;
    position: relative;
}

.upload-error {
    color: #d2322d;
}

.upload-error:hover {
    background-color: #d2322d;
    color: #ffffff;
}

/*Preview Modal*/

.preview-preloader {
    height: 120px;
    text-align: center;
    line-height: 120px;
}

/*Map Modal*/

.pac-container {
    background-color: #fff;
    z-index: 2000;
    position: fixed;
    display: inline-block;
    float: left;
}

#map-controls-holder > * {
    height: 34px;
    position: absolute;
}

#pac-input {
    top: 10px;
    left: 10px;
    width: 380px;
}

#map-type-satellite-button {
    top: 10px;
    left: 586px;
}

#map-type-road-button {
    top: 10px;
    left: 538px;
}

#map-zoom-in-button {
    top: 398px;
    left: 586px;
}

#map-zoom-out-button {
    top: 360px;
    left: 586px;
}

/*QR Modal*/

.form-line {
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}

.form-line label {
    height: 34px;
    line-height: 34px;
    margin: 0;
    padding: 0;
}

.form-line div {
    padding: 0;
    margin: 0;
    padding-right: 10px;
}