/* fonts */

@font-face {
  font-family: 'Allura';
  src: url('/fonts/cc_Allura.otf') format('opentype'),
       url('/fonts/cc_Allura.ttf') format('truetype')
}

@font-face {
  font-family: 'Argent';
  src: url('/fonts/cc_Argent.ttf') format('truetype')
}

@font-face {
  font-family: 'Baries';
  src: url('/fonts/cc_BariesRegular.otf') format('opentype'),
       url('/fonts/cc_BariesRegular.ttf') format('truetype')
}

@font-face {
  font-family: 'Cool';
  src: url('/fonts/cc_Cool.otf') format('opentype'),
       url('/fonts/cc_Cool.ttf') format('truetype')
}

@font-face {
  font-family: 'Kaushan Script';
  src: url('/fonts/cc_KaushanScript.otf') format('opentype'),
       url('/fonts/cc_KaushanScript.ttf') format('truetype')
}

@font-face {
  font-family: 'Korzec';
  src: url('/fonts/cc_Korzec.otf') format('opentype'),
       url('/fonts/cc_Korzec.ttf') format('truetype')
}

@font-face {
  font-family: 'Mountains';
  src: url('/fonts/cc_MountainsofChristmas.otf') format('opentype'),
       url('/fonts/cc_MountainsofChristmas.ttf') format('truetype')
}

@font-face {
  font-family: 'Mufla';
  src: url('/fonts/cc_Mufla.otf') format('opentype'),
       url('/fonts/cc_Mufla.ttf') format('truetype')
}

@font-face {
  font-family: 'Paint';
  src: url('/fonts/cc_Paint.otf') format('opentype'),
       url('/fonts/cc_Paint.ttf') format('truetype')
}

@font-face {
  font-family: 'Parapet';
  src: url('/fonts/cc_Parapet.otf') format('opentype'),
       url('/fonts/cc_Parapet.ttf') format('truetype')
}

@font-face {
  font-family: 'Sansita One';
  src: url('/fonts/cc_SansitaOne.otf') format('opentype'),
       url('/fonts/cc_SansitaOne.ttf') format('truetype')
}

@font-face {
  font-family: 'Segoe';
  src: url('/fonts/cc_Segoeprb.otf') format('opentype'),
       url('/fonts/cc_Segoeprb.ttf') format('truetype')
}

@font-face {
  font-family: 'Smuk';
  src: url('/fonts/cc_Smuk.otf') format('opentype'),
       url('/fonts/cc_Smuk.ttf') format('truetype')
}

@font-face {
  font-family: 'Temas';
  src: url('/fonts/cc_Temas.otf') format('opentype'),
       url('/fonts/cc_Temas.ttf') format('truetype')
}

/* ./fonts */

.main-content {
    display: block;
}

body {
    font-size: 12px;
}

p {
    margin: 0 0 5px;
}

.select2-selection__rendered{
    font-size: 14px;
}
.select2-results__option {
    font-size: 14px;
}
.select2-selection--single
{
  height: 30px!important;
}
.select2-search__field
{
    display: none;
}
.modal-content {
    height: 542px;
    border: 0;
    box-shadow: none;
}

.modal-content > .modal-body {
    padding: 5px 5px 1px 5px;
}
/* right-panel */

.draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: rgba(255, 255, 255, 0.66);
    position: absolute;
    top: 0;
    left: 0;
    min-width: 10px;
    min-height: 10px;
    cursor: pointer;
    cursor: hand;
    z-index: 200;
    /*white-space: nowrap;*/
    border-radius: 4px;
    /*border: 1px solid rgba(255, 255, 255, 0.1);*/
    /*font-size: 8pt;*/
}

.draggable i {
    display: none;
    position: absolute;
    color: rgba(230, 230, 230, 1);
    cursor: pointer;
    top: -10px;
    left: -10px;
}

.selected-ind {
    /*box-shadow: 0 0 5px #00DDDD;*/
    background-color: rgba(49, 0, 187, 0.50) !important;
}

.selected {
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
}

.on-delete{
    box-shadow: 0 0 0 1px red;
}

/*#preview {
    background: url("../img/2077483357_500x500px_12x9x3-Z-zdjecie-w-rozanym-sercu-podtlo.png");
}*/

#config-bg-image{
    /*background-color: rgb(26, 26, 26);*/
    /*background-color: rgba(136, 69, 49, .5);*/
    margin: auto;
    border-radius: 5px;
    width: 500px;
    height: 500px;
    position: relative;
}

#config-bg-image img {
    height: 500px;
}

#config-movable-image {
    position: absolute;
    /*top: 0;*/
    left: 50%;
    margin-left: -150px;
    top: 50%;
    margin-top: -150px;
}

#config-movable-image img {
    /*opacity: 0.5;*/
    width: 100%;
    height: 100%;
}

#config-movable-image-h {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -150px;
    top: 50%;
    margin-top: -150px;
    opacity: 0.5;
    z-index: 90;
    cursor: move;
}

#config-text-area {
    position: absolute;
    top: 330px;
    left: 120px;
    /*border: 1px dotted rgba(255, 255, 255, 0.1);*/
    width: 260px;
    height: 115px;

    /*z-index: 200;*/

}

span.text {
    display: block;
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    width: 100%;
    word-wrap: break-word !important;
}

.collision {
    box-shadow: 0px 0px 0pt 1pt red;
}

.over-bounds {
    border: 1px solid red;
}

.btn-disabled, .btn-disabled:hover, .btn-disabled:focus, .btn-disabled:active {
    color: rgb(200, 200, 200);
    background: rgb(240, 240, 240);
    border: 1px solid rgba(200, 200, 200, 0.5);
}
/* ./right-panel */



/* mods */
.modal-header{
    margin-bottom: 10px;
}

.modal-backdrop {
    background: url("images/overlay.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    opacity: 0.9 !important;
    z-index: 1040;
}

.config-modal textarea {
    resize: none;
}

.radio label{
    font-size: 12px;
}

#image-slider {
    /*margin-left: 8px;*/
}

.modal {
    overflow-y: auto;
}

.modal-dialog {
	width: 945px;
}

#js-show-fonts {
    z-index: 1042;
}

#js-show-fonts .modal-content, #js-show-fonts .modal-dialog {
    width: 860px;
}

#js-show-fonts .modal-dialog {
	margin: 0px auto;
}

#js-show-fonts .modal-content {
    height: 500px;
    margin: 20px auto;
}
#js-show-fonts .modal-body {
	padding: 5px;
}


/* ./mods */

div.clr {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.right-config-box{
 overflow: hidden;
 margin-left: 5px;
 padding: 0;
 position: relative;
 width: 500px;
 float: left;
 border-radius: 5px;
 display: inline-block;
}

.text-tools i.fa{
  margin-left: 11px;
}

.config-modal textarea.big-one{
 height: 108px;
 display: inline-block;
 float: left;
}

.left-config-box{
 width: 430px;
 display: inline-block;
 float: left;
}

.row{
 padding-top: 5px;
 padding-bottom: 5px;
}

.btn {
    display: inline-block;
    padding: 2px 8px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    /*border: 1px solid transparent;*/
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#font-slider{
 /*margin-left: 10px;*/
    top: 2px;
    position: relative;
}

.rotate-me i.fa{
 transform:rotate(90deg); 
 -webkit-transform:rotate(90deg); 
 -moz-transform:rotate(90deg); 
 -o-transform:rotate(90deg); 
}

.float{
 float: right;
 text-align: right;
}

i.fa{
 font-size: 13px;
}

.btn-group .btn {
 display: inline-block;
 padding: 5px 10px;
}
.config-modal textarea.small-one{
 /*width: 428px;*/
 height: 66px;
 display: inline-block;
 float: left;
 /*margin-bottom: 10px;*/
}

.no-padding{
 padding-top: 0px;
}

.checkboxes{
 padding-top: 0px;
}

.full-width{
 width: 100%;
}



.btn-blue {
    color: white;
}

.btn-blue:hover, .btn-blue:focus {
    color: white;
    font-weight: bold;
}

.btn-info-1 {
    background-color: #00A9D3;
}

.btn-info-2 {
    background-color: #27B2D1;
}

.btn-info-3 {
    background-color: #52B9CE;
}

.btn-info-4 {
    background-color: #7ABECC;
}

.btn-info-5 {
    background-color: #9BC3CC;
}


.ajax-overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 2014;
}

.icon-animation {
    height: 100%;
    margin-top: auto;
    position: absolute;
    top: 30%;
    left: 50%;
    width: 100%;
}

.icon-animation i {
    text-align: center;
    font-size: 120px;
    color: rgb(180, 180, 180);
}


/* spinning */
.wobble-fix { -webkit-filter: blur(0); }



/* changes */
.section-bg {
    padding: 0 5px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, .02);
    border-radius: 5px;
    margin-bottom: 2px;
}

.section-one {
    background-color: rgba(255, 206, 11, .06);
}

.section-two {
    background-color: rgba(200, 60, 20, .06);
}

.section-three {
    background-color: rgba(30, 200, 80, .06);
}

.section-four {
    background-color: rgba(10, 90, 220, .06);
}



.form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.4;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.radio, .checkbox {
    display: block;
    min-height: 20px;
    padding-left: 20px;
    margin-top: 0;
    margin-bottom: 5px;
    vertical-align: middle;
}

.radio label {
    font-size: 9px;
}

.image-info {
	color: #d2322d;
	font-weight: bold;
}

#opis {
    height: 150px;
}

#js-project-for-me-modal {
    overflow: hidden;
}

.font-tools {
    min-height: 255px;
}