
/* test */

.creator { 
    
    border:1px;
}

.creator_wrapper {
    padding-bottom: 0.3rem;
    /*border-bottom: 1px solid #ebebeb; */
}

.creator_wrapper .form-control { 

    margin-bottom:5px;
}

a.change_project { 
    display:inline-block;
    width:300px;
    margin:10px;
    margin-bottom: 0px;
}

.change_project span {
    font-size: 0.8rem;
}

#inputs_breakline {
    width: 100%;
    height: 20px;
    display: block;
}

.variants_container a {
    font-size: 15px;
}

.custom_variant { 
    cursor:pointer;
    max-width:100px;
    margin:5px;
}


.custom_variant.length_5 { 
    max-width:60px !important;
}


.creator_input {
    font-family: 'Poppins', sans-serif;
    padding: 5px;
    width:100% !important;
    font-size:15px  !important;
    line-height:21px  !important; 
    resize: none;
}

.custom_creator_input {
    font-family: 'Poppins', sans-serif;
    padding: 5px;
    width:100% !important;
    font-size:15px  !important;
    line-height:21px  !important;
    font-weight: 600;
}

.custom_form .custom_variant { 
    border: 1px solid #ffffff;
}

.custom_form .custom_variant.selected_variant {  
    border: 1px solid #03a9f4;
}

.creator-tabs {
    line-height: 1.2rem;
    display: table;
    margin: auto;
    margin-bottom: 10px;
}

#tabs_line {
    position: static;
    margin-top: -21px;
    margin-bottom: 20px;
    border-color: #e0e0e0;
}

.creator-tabs .nav-item {
    margin-left: 0px !important;
}

.creator-tabs a {
    text-transform: uppercase;
    background-color: #d8d8d8;
    padding: 5px 15px !important;
    font-size: 14px;
    margin-bottom: 5px;
    border-bottom: 1px solid #bcbcbc !important;
}

.creator-tabs a:hover {
    color: #666;
}

.creator-tabs .selected {
    text-transform: uppercase;
    font-size: 0.8rem;
    color: black !important;
    background-color: white;
    border: 1px solid #bcbcbc;
    border-top: 2px solid #005E58;
    border-bottom: 1px solid #fff !important;
    margin-bottom: 10px; 
}

#select_project_button {
    font-family: 'Lato', sans-serif;
    margin: auto;
    border-radius: 5px;
    width: 59%;
    margin-bottom: 7px;
    line-height: 0.6rem;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    padding: 0.56rem 1rem;
    font-size: 0.85rem;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#select_project_button p {
    margin: 0px;
    margin-top: 6px;
    font-size: 12px;
}

#save_modal_button {
    font-family: 'Lato', sans-serif;
    background-color: #abb2b8;
    width: 40%;
    margin-top: -17px;
    line-height: 0.6rem;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid #ebebeb;
    padding: 7px;
    font-size: 0.85rem;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: #E8E8E8;
    background-image: -moz-linear-gradient(top, #FCFCFC, #E8E8E8);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FCFCFC), to(#E8E8E8));
    background-image: -webkit-linear-gradient(top, #FCFCFC, #E8E8E8);
    background-image: -o-linear-gradient(top, #FCFCFC, #E8E8E8);
    background-image: linear-gradient(to bottom, #FCFCFC, #E8E8E8);
    background-repeat: repeat-x;
}

#save_modal_button:hover {
    background-color: #b9c2d3;
    border-color: #b9c2d3;
    color: black;
}

#without_grawer {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 5px;
    width: 100%;
    font-size: 13px;
    float: left;
}

#without_grawer .switch {
    font-size: 13px;
    float: left;
    margin-right: 15px;
    margin-top: 6px;
 }

#sentences_bank {
    position: absolute;
    display: block;
    left: 30%;
    font-family: 'Lato', sans-serif;
    background-color: #abb2b8;
    width: 40%;
    margin-top: -11px;
    line-height: 0.6rem;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid #ebebeb;
    padding: 7px;
    font-size: 0.65rem;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

    background-color: #E8E8E8;
	background-image: -moz-linear-gradient(top, #FCFCFC, #E8E8E8);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FCFCFC), to(#E8E8E8));
	background-image: -webkit-linear-gradient(top, #FCFCFC, #E8E8E8);
	background-image: -o-linear-gradient(top, #FCFCFC, #E8E8E8);
	background-image: linear-gradient(to bottom, #FCFCFC, #E8E8E8);
	background-repeat: repeat-x;
}

#sentences_bank:hover {
    background-color: #E8E8E8;
    *background-color: #003bb3;
    background-image: -moz-linear-gradient(top, #F5F5F5, #E8E8E8);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F5F5F5), to(#E8E8E8));
	background-image: -webkit-linear-gradient(top, #F5F5F5, #E8E8E8);
	background-image: -o-linear-gradient(top, #F5F5F5, #E8E8E8);
	background-image: linear-gradient(to bottom, #F5F5F5, #E8E8E8);
	background-repeat: repeat-x;
}

.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 18px;
  }
  
  .switch input {display:none;}
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 0px;
    top: -1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border: 1px solid #ccc;
  }
  
  input:checked + .slider {
    background-color: #005E58;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #005E58;
    border-color: #005E58;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(11px);
    -ms-transform: translateX(11px);
    transform: translateX(11px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

#projects_modal .modal-dialog { 
    max-width:1000px;
}


.project_cover { 
    width:300px;
    float:left;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
}

.change_project hr {
    margin-bottom: 15px;
}

.highlight_true a { 
    background-color: #b81f1f !important;
    background-image: none !important;
}

.modal-dialog .creator_modal {
    max-width: 650px !important;
}

.creator_modal .modal-content {
    max-width: 650px;
    margin: auto;
    border: 3px solid #59626b;
    padding: 10px;
}

.creator_modal .modal_table {
    width: 50%;
    float: left;
    display: inline-block;
    border-radius: 15px;
    padding: 5px;
    max-height: 60px;
}

.creator_modal .modal_table a {
    display: table;
    width: 100%;
    border: 2px solid #abb2b8;
    border-radius: 7px;
    background-color: #59626b;
    background-image: linear-gradient(to bottom, #737373, #8d8d8d);
}



.creator_modal .modal_table a:hover {
    background-color: #808991;
 }
/*
.modal_table a::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 80px;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0.7)),color-stop(50%,rgba(255,255,255,0.6)),to(transparent));
    background: linear-gradient(to bottom,rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.6) 50%,transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000',endColorstr='#00000000',GradientType=0 );
}*/

.creator_modal .modal_table a h4 {
    border: 1px solid white;
    border-radius: 5px;
    color: white;
    padding: 10px;
    margin-bottom: 0px;
    font-family: 'Times New Roman', 'Palatino,Serif';
    text-transform: uppercase;
    font-size: 19px;
}

.creator_modal .arrow {
    position: absolute;
    font-size: 25px;
    color: white;
    right: 5px;
    top: 5px;
}

.creator_modal .modal-body {
    display: inline-table;
    padding: 0px;
    padding-top: 10px !important;
    margin: auto !important;
}

.creator_modal .name_of_feast {
    margin-top: -28px;
    text-align: center;
    font-size: 25px;
    font-family: 'Cinzel', serif;
}

.creator_modal .modal-title {
    text-align: center;
}

.tabliczki {
    max-width: 1090px !important;
}

.tabliczki .modal-content {
    max-width: 100% !important;
}

.tabliczki .modal-content a {
    width: 300px;
}

.tabliczki .modal-body {
        text-align: -webkit-center;
        text-align: center;
}

.tabliczki {
    max-width: 1050px !important;
}

.creator_modal .change_sentence {
    float: left !important;
    width: 95%;
    text-align: -webkit-center;
    text-align: center;
    margin: 10px;
}

.creator_modal .change_sentence hr {
    /*background: 50% 50% url(https://www.murrano.pl/grawer/zyczenia_grawer/divider.png) no-repeat;*/
    height: 50px;
    border-top: 0px;
}

.error_color { 
    background-color:#ff9a9a !important;
}


.images-slider { 
    margin-right: 20px;
    padding-top:10px;
    width:100px;

}

.btn.slide-images { 
    border-radius: 3px;
    display: block;
    height: 17px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 5px;
    padding-top: 5px;
    width: 100%;
}

.btn.slide-images:focus {
    outline: none;
}

.slide-images i {
    margin-top: -15px;
}

.images-slider img {
    border-left:3px solid #ffffff;
    padding-left: 3px !important;
}

.images-slider img.selected  {
    border-left:3px solid #005E58;
    transition: all 300ms ease 0s;
}

.thbViewerContainer {
    
    overflow: hidden;
}

.thbviewer { 
    position:relative;
    transition: all 300ms ease 0s;
}


.pts-product { 
    margin-left:4%;
    margin-right:4%;

}


@media screen and (max-width: 1200px) {

    .pts-product { 
        margin-left:20px;
        margin-right:20px;
    
    }

    .creator-tabs .selected {
        font-size: 0.67rem;
    }
}

@media screen and (max-width: 991px) {

    .creator-tabs .selected {
        font-size: 0.8rem;
    }

}

@media screen and (max-width: 600px) {

    .pts-product { 
        margin-left:5px;
        margin-right:5px;
    
    }

    .creator_modal .modal_table {
        width: 100%;
    }

    /* .creator_modal .arrow {
        position: absolute;
        right: 0;
        margin-top: -37px;
        margin-right: 15px;
        font-size: 25px;
        color: white;
    } */

}

@media (max-width: 576px) {

    .creator_modal .name_of_feast {
        margin-top: 10px;
    } 

}

#select_font {
    font-family: 'Poppins', sans-serif;
    padding: 5px;
    width:100% !important;
    font-size:15px  !important;
    line-height:21px  !important; 
}

.stretch li {
    width: 100%;
    text-align: center;
}

.active_size_table
{
    width: 50% !important;
    display: inline-block;
    text-align: center;
}


.save-creator-locked { 

    background-image: linear-gradient(to bottom, #333, #999) !important;
}


/* style od czekboksa rezygnacji z graweru */

.chk_container {
    margin: 0px;
    cursor: pointer;
}

.chk_container input {
    display: none;
}

.chk_container p {
    float: left;
    padding-top: 2px;
    font-weight: 400;
    margin: 0px;
}

.chk_container .deselected {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #ccc;
    /* position: absolute; */
    left: 0;
    top: 0;
    margin: 6px;
    float: left;
}

.chk_container .chk_selected {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #257D77;
    /* position: absolute; */
    left: 0;
    top: 0;
    color: white;
    padding: 4px;
    font-size: 12px;
    margin: 6px;
    float: left;
    /* -webkit-transition: background-color 1s; /* Safari */
    /*transition: background-color 1s; */
}

.chk_container:hover .deselected {
    background-color: #808080;
    transition: background-color 1s;
}
#show_grawer {
    display: none;
}

@media (max-width: 768px) { /*mobilki*/

    #without_grawer {
        width: 60%;
        text-align: left;
    }

    #without_grawer label {
        font-size: 12px;
    }
    
    #show_grawer {
        display: block;
        width: 40%;
        text-align: center;
        margin-top: 8px;
        margin-bottom: 5px;
        font-size: 13px;
        float: left;
        font-weight: 400;
    }

    #show_grawer > div {
        width: 100%;
    }

}


/* Zakładka dostawy */


    .supplier {
        border-top: 1px solid #ebebeb;
        margin-top: 10px;
    }

    .firstSupp {
        margin-top: 0px;
    }

    .delivery_type {
        /* margin-bottom: 10px;
        border-top: 1px solid #ebebeb; */
        padding-top: 10px;
    }

    .deliveryHead {
        width: 100%;
        float: left;
    }
    
    .delivery_type span {
        color: grey;
        font-size: 0.8rem;
        padding-left: 8px;
    }
    .dPrice, .dTime {
        text-align: center;
    }

    .dImage img {
        max-height: 55px;
    }

    .dPrice {
        font-family: 'Roboto';
        text-align: center;
        font-size: 18px;
        font-weight: 300;
    }

    #delivery_block h3 {
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        font-size: 1.15rem;
        display: inline;

        margin-bottom: 0px;
        text-transform: uppercase;
    }

    .dExpected {
        font-size: 0.7rem;
        color: grey;
        text-align: center;
        padding-right: 30px;
        margin-top: 4px;
    }

    .dDescription p {
        margin: 0px;
        line-height: 0.8rem;
        padding-top: 0.5rem;
    }

    .dTime p {
        margin: 0px;
        line-height: 0.8rem;
        padding-top: 0.5rem;
    }

    .dPrice p {
        margin: 0px;
        line-height: 0.8rem;
        padding-top: 0.5rem;
    }

    .delivery_type u {
        color: #1a6a5c;
    }

    .freeShip {
        width: 100%;
        float: left;
    }
    
    .dImage p {
        display: none;
    }

    @media screen and (max-width: 768px) {
        .delivery_type {
            margin-bottom: 10px;
            padding-top: 10px;
            border: 0px;
            text-align: center;
        }
        
        .freeShip {
            display: contents;            
        }

        .dExpected {
            display: none;
        }

        .deliveryHead .col-md-9 {
            text-align: center;
            margin: 10px;
        }

        .dImage img {
            max-height: 75px;
            border: 1px solid #ebebeb;
            border-left: 0px;
            border-right: 0px;
            margin: 50px 0px 10px 0px;
        }

        .firstSupp .dImage img {
            margin: 10px 0px;
        }
       .delivery_type span {
            padding-left: 0px;
        }

        .dImage p {
            display: block;
            color: #ebebeb;
        }
    }

    /* zakładka kontaktu */

    
    #contact_tab_header {
        font-family: 'Poppins', sans-serif;
        font-weight: bold;
        line-height: 1.1;
        text-transform: uppercase;
        font-size: 1.15rem;
        padding-top: 18px;
    }
    
    .contactIcons {
        text-align: center;
        margin-top: 20px;
    }
    
    
    .contactIcons p {
        text-transform: uppercase;
        font-size: 0.9rem;
    }

    .contactIcons a {
        font-weight: bold;    
    }

    .contactIcons a:hover {
        color: black;
    }

    .contactIcons a:focus {
        color: black;
    }

    .contactIcons img {
        width: 40px;
    }

    .contactIcons b {
        font-family: 'Poppins';
        font-size: 1rem;
    }