*, html, form {
    font-family:'open_sanslight';
}
html, 
body {
    height: 100%;
    background-color: #e6e6e6;
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden;height: inherit;}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0);height: inherit;}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{height:inherit; min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/*DEFAUULT FORM*/
form{
    padding-left: 8px;
}
        form .fieldset{
            display: inline-block;
            vertical-align: top;
            width: 100%;
            margin-right: -3px;
        }
            form .fieldset label{
                display: block;
                font-family: 'open_sanssemibold';
                font-size: 11px;
                text-transform: uppercase;
            }
    
form .w9{
    width: 90%;
}
form .w8{
    width: 80%;
}
form .w7{
    width: 70%;
}
form .w6{
    width: 60%;
}
form .w5{
    width: 50%;
}
form .w4{
    width: 40%;
}
form .w3{
    width: 30%;
}
form .w25{
    width: 25%!important;
}
form .w2{
    width: 20%;
}
form .w1{
    width: 10%;
}
form .fieldset .wrap-check,
form .fieldset .wrap{
    padding: 2px 8px 8px 0;
}
form .fieldset .wrap-check{
    position: relative;
}
form .fieldset .wrap-check label{
    display: inline-block;
    vertical-align: middle;
    font-family: 'open_sanssemibold';
    font-size: 11px;
    text-transform: uppercase;
    width: calc(100% - 40px);
}
form .fieldset .checkbox-item{
    display: inline-block;
    width: 40px;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    height: 32px;
}

    .fieldset .wrap-check .selector{
        display: inline-block;
        vertical-align: middle;
        position: relative;
        height: 21px;
        width: 32px;
        border: 1px solid #bdc3c7;
        overflow: hidden;
        border-radius: 11px;
        background: #bdc3c7;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        margin: 3px 5px 3px 0;
    }
    .fieldset .wrap-check .selector:before{
        content: "\f111";
        font: normal normal normal 21px FontAwesome;
        display: block;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-align: center;
        color: #fff;
        position: absolute;
        left: 1px;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }
    .fieldset .wrap-check .selector.checked{
        background-color: #40d47e;
        border-color: #40d47e;
    }
    .fieldset .wrap-check .selector.checked:before{
        background-color: #40d47e;
        border-color: #40d47e;
        right: 1px;
        left: unset;
    }

form .fieldset .wrap-select{
    padding: 2px 8px 8px 0;
    position: relative;
}
form .fieldset .wrap-select:after{
    content: '\f0d7';
    font-family: 'FontAwesome';
    position: absolute; 
    right: 16px;
    top: 30%;
    pointer-events: none;
    font-size: 12px;
}
form .fieldset .wrap-file{
    padding: 2px 8px 8px 0;
    position: relative;
}
form .fieldset .wrap-file:before{
    display: block;
    content: attr(data-before);
    -webkit-box-shadow: inset 0 0 0 1px #ccc;
    -moz-box-shadow: inset 0 0 0 1px #ccc;
    box-shadow: inset 0 0 0 1px #ccc;
    position: absolute;
    top: 2px;
    left: 0;
    right: 8px;
    border-radius: 4px;
    font-size: 14px;
    color:#3e3a3a;
    font-family: 'open_sansregular';
    padding: 6px 4px;
}
form .fieldset .wrap-file:after{
    display: block;
    content: '\f15b';
    font-family: 'FontAwesome';
    font-size: 12px;
    right: 16px;
    color:#3e3a3a;
    top: 30%;
    position: absolute;
    pointer-events: none;
    
}
form .fieldset .wrap-select:after{
    content: '\f0d7';
    font-family: 'FontAwesome';
    position: absolute; 
    right: 16px;
    top: 30%;
    pointer-events: none;
    font-size: 12px;
}

form .fieldset input,
form .fieldset select,
form .fieldset textarea{
    display: block;
    padding: 6px 4px;
    color:#3e3a3a;
    -webkit-box-shadow: inset 0 0 0 1px #ccc;
    -moz-box-shadow: inset 0 0 0 1px red;
    box-shadow: inset 0 0 0 1px #ccc;
    border-radius: 4px;
    background-color: #fff;
    width: 100%;
    font-family: 'open_sansregular';
    font-size: 13px;
    box-sizing: border-box;
    height: 31px;
}
form .fieldset input[type="file"]{
    opacity: 0;
}
form input[type="date"]{
    padding: 5px 4px;
}
form input[type="checkbox"]{
    padding: unset;
    opacity: 0;
    height: 100%;
    width: 100%;
    cursor:pointer;
}

form .fieldset textarea{
    height: 80px;
}
form .fieldset button{
    display: block;
    padding: 6px 0;
    color:#fff;
    text-indent: 8px;
    -webkit-box-shadow: inset 0 0 0 1px #607D8B;
    -moz-box-shadow: inset 0 0 0 1px #607D8B;
    box-shadow: inset 0 0 0 1px #607D8B;
    border-radius: 4px;
    background-color: #607D8B;
    width: 100%;
    font-family: 'open_sansregular';
    font-size: 13px;
    cursor:pointer;
}
form .fieldset [type="submit"]{
    background-color: #8bc34a;
}
form .fieldset button b{
    font-family: 'FontAwesome';
    display: inline-block;
}

/* Web Version */
.w {
    width:90%;
    max-width:1100px; 
    margin:0 auto;
    position:relative; 
}

.content{
    position: fixed;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
}
    .content .form-wrap{
        display: block;
        position: absolute;
        width: 400px;
        height: 375px;
        top: 50%;
        margin-top: -187px;
        left: 50%;
        margin-left:-200px;
    }
        .content .form-wrap img{
            display: block;
            width: 250px;
            margin: 0 auto;
        }
        .content .form-wrap form{
            margin: 20px 20px;
            padding: 15px;
            background-color: #313332;
            border-radius: 4px;
        }
            .content .form-wrap form a{
                display: block;
                text-align: center;
                color: #9E9E9E;
                font-family: 'open_sansregular';
                font-size: 14px;
            }
            .content .form-wrap form .fieldset{
                display: block;
                margin: 10px 0;
            }
                .content .form-wrap form .fieldset b{
                    display: inline-block;
                    vertical-align: top;
                    margin-right: -3px;
                    color: #002931;
                    font-size: 20px;
                    padding: 9px 0;
                    width: 12%;
                    border-radius: 4px 0 0 4px;
                    background-color: #fff;
                    text-align: center;

                }
                .content .form-wrap form .fieldset input{
                    display: inline-block;
                    vertical-align: top;
                    margin-right: -3px;
                    font-size: 16px;
                    color: #002931;
                    padding: 8px 0;
                    width: 88%;
                    border-radius: 0 4px 4px 0;
                    background-color: #fff;
                    font-family: 'open_sansregular';
                    line-height: 16px;
                    height: unset!important;
                    -webkit-box-shadow:unset;
                    box-shadow:unset;
                }
                .content .form-wrap form .fieldset input:-webkit-autofill,
                .content .form-wrap form .fieldset input:-webkit-autofill:hover,
                .content .form-wrap form .fieldset input:-webkit-autofill:focus,
                .content .form-wrap form .fieldset input:-webkit-autofill:active {
                    transition: background-color 5000s ease-in-out 0s;
                    -webkit-text-fill-color: #002931;
                }
                .content .form-wrap form .fieldset input[type=submit]{
                    text-align: center;
                    width: 100%;
                    border-radius: 4px;
                    background-color: #ed6b5a;
                    color: #fff;
                    font-family: 'open_sansregular';
                    padding: 11px 0;
                }

                .content .form-wrap form .fieldset input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
                  color: rgb(77, 105, 111);
                }
                .content .form-wrap form .fieldset input::-moz-placeholder { /* Firefox 19+ */
                  color: rgb(77, 105, 111);
                }
                .content .form-wrap form .fieldset input:-ms-input-placeholder { /* IE 10+ */
                  color: rgb(77, 105, 111);
                }
                .content .form-wrap form .fieldset input:-moz-placeholder { /* Firefox 18- */
                  color: rgb(77, 105, 111);
                }
        .form-clear{
            display: inline-block;
            vertical-align: top;
            margin-bottom: 5px;
        }
        .select-wrap{
            position: relative;
        }
            .select-wrap:after{
                content: "";
                position: absolute;
                z-index: 2;
                right: 20px;
                top: 50%;
                margin-top: -3px;
                height: 0;
                width: 0;
                border-top: 6px solid #f99300;
                border-left: 6px solid transparent;
                border-right: 6px solid transparent;
                pointer-events: none;
            }
#main{}
    #main .options-main{
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 220px;
        bottom: 0;
        background-color: #252726;
    }

        #main .options-main .top{
            display: block;
            height: 56px;
            background-color: #1c6d86;
            border-bottom: 1px solid #9e9e9e;
        }
            #main .options-main .top .fieldset{
                display: block;
                position: relative;
                padding: 10px;
            }
                #main .options-main .top .fieldset label{
                    display: block;
                    font-family: 'open_sansregular';
                    font-size: 10px;
                    text-transform: uppercase;
                    color: #fff;
                }
                #main .options-main .top .fieldset select{
                    display: block;
                    color: #fff;
                    text-transform: uppercase;
                    font-family: 'open_sansregular';
                    font-size: 14px;
                    width: 100%;
                }
                #main .options-main .top .fieldset select option{
                    color: #000;
                }
                #main .options-main .top .fieldset:after{
                    content: '\f0d7';
                    position: absolute;
                    top: 50%;
                    color: #fff;
                    right: 20px;
                    font-family: 'FontAwesome';
                    pointer-events: none;
                    font-size: 12px;
                }
        #main .options-main .list{
            position: absolute;
            top: 56px;
            left: 0;
            right: 0;
            bottom: 50px;
            overflow:auto;
        }
        #main .options-main .list::-webkit-scrollbar{
            width: 8px;
        }
        #main .options-main .list::-webkit-scrollbar-thumb {
            background: #d44100;
            border-radius: 2px;
        }

        #main .options-main .list::-webkit-scrollbar-track {
            background: #a03404;
        }

        #main .options-main .list::-webkit-scrollbar-track:hover,
        #main .options-main .list::-webkit-scrollbar-track:active {
            background: #a03404;
        }
            #main .options-main .list ul{}
                #main .options-main .list ul li{
                    display: block;
                    padding: 10px 10px 10px 20px;
                }
                
                #main .options-main .list ul li{
                    border-bottom: 1px solid #9e9e9e;
                }
                #main .options-main .list ul li:hover,
                #main .options-main .list ul li.hover{
                    background-color: #ed6b5a;
                }
                    #main .options-main .list ul li a{
                        display: block;
                        color: #fff;
                        text-transform: uppercase;
                        font-family: 'open_sansregular';
                        font-size: 12px;
                        width: 100%;
                    }
                    #main .options-main .list ul li a b{
                        color: #fff;
                        font-size: 12px;
                    }
        #main .options-main .bottom{
            position: absolute;
            bottom: 0;
            height: 50px;
            left: 0;
            right: 0;
        }
      
        #main .options-main .bottom{
            background-color: #790f0f;
            border-top: 1px solid #9e9e9e;
        }
            #main .options-main .bottom a{
                display: block;
                font-family: 'open_sansregular';
                font-size: 14px;
                text-transform: uppercase;
                color: #fff;
                text-align: center;
                padding: 15px 0;
                cursor:pointer;
            }
#main .frame{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    padding: 20px;
    left: 220px;
    background-color: #f5f5f5;
}
    #main .frame #web-categories,
    #main .frame #web-productos,
    #main .frame #web-blog,
    #main .frame #web-contacto,
    #main .frame #web-arancel,
    #main .frame #web-banner,
    #main .frame #web-textos,
    #main .frame #web-social,
    #main .frame #web-usuarios,
    #main .frame #web-inconclusos,
    #main .frame #web-pagados,
    #main .frame #web-questions,
    #main .frame #web-services,
    #main .frame #web-enviados{
        position: relative;
        height: 100%;
    }
        #main .frame{
            overflow: hidden;
        }

        #main .frame .table-body{
            position: absolute;
            right: 0;
            left: 0;
            bottom: 40px;
            top: 60px;
            overflow: auto;
        }
        #main .frame .table-body span{
            display: inline-block;
            width: 100px;
        }
        #main .frame .table-body .level{
            display: inline-block;
        }
        #main .frame .table-body .level .filled{
            color: #ed6b5a;
        }
        #main .frame .table-body table{
            padding-right: 4px;
            box-sizing: content-box;
        }

        #main .frame .table-body::-webkit-scrollbar{
            width: 4px;
            display: none;
            position: fixed;
            right: 0;
        }
        #main .frame .table-body::-webkit-scrollbar-thumb {
            background: #9e9e9e;
            border-radius: 2px;
        }
        #main .frame .table-body:hover::-webkit-scrollbar{
            display: block;
        }

        #main .frame .table-body::-webkit-scrollbar-track {
            background: #ccc;
        }

        #main .frame .table-body::-webkit-scrollbar-track:hover,
        #main .frame .table-body::-webkit-scrollbar-track:active {
            background: #ccc;
        }
        #main .frame .table-foot{
            text-align: center;
            position: absolute;
            bottom: 0;
            right: 0;
            left: 0;
        }
            #main .frame .table-foot a{
                display: inline-block;
                background-color: #ccc;
                color:#fff;
                font-family: 'open_sanssemibold';
                font-size: 14px;
                padding: 8px;
                text-align: center;
                margin:0 2px;
            }
            #main .frame .table-foot a:hover,
            #main .frame .table-foot a.selected{
                background-color: #d44100;
            }
#web-banner{
    overflow: auto;
}
#web-banner .banner-home,
#web-banner .banner-blog,
#web-banner .banner-product,
#web-banner .banner-product-in,
#web-banner .banner-contact{
    position: relative;
    height: 300px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
    #web-banner .banner-home td img,
    #web-banner .banner-blog td img,
    #web-banner .banner-product td img,
    #web-banner .banner-product-in td img,
    #web-banner .banner-contact td img{
        display: block;
        width: 88px;
        margin: 0 auto;
    }
#main .frame #web-contacto .map{
    height: 300px;
}
.items {
    display: block;
    padding: 4px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
    .items .product-item{
        display: inline-block;
        vertical-align: top;
        margin-right: -3px;
        padding: 4px;
        /*border: 1px solid #ccc;
        border-radius: 4px;*/
    }
        .items .product-item img {
            display: inline-block;
            vertical-align: middle;
            margin-right: -3px;
            width: 50px;
        }
    .items .product-item .product-detail {
        display: inline-block;
        vertical-align: middle;
        margin-right: -3px;
        padding: 4px;
    }
        .items .product-item .product-detail b {
            display: block;
            font-size: 12px;
            font-family: 'open_sanslight';
            color: #000;
        }
        .items .product-item .product-detail i {
            display: block;
            font-size: 12px;
            font-family: 'open_sanslight';
            font-style: normal!important;
            color: #000;
        }
.items-transbank {
    display: block;
    padding: 4px;
}
    .items-transbank .transbank-item{
        border-bottom: 1px solid #ccc;
    }
        .items-transbank .transbank-item label{
            display: inline-block;
            text-transform: uppercase;
            font-size: 12px;
            color: #000;
            padding: 6px;
            font-family: 'open_sanssemibold';
        }
        .items-transbank .transbank-item b{
            display: inline-block;
            font-size: 12px;
            color: #ccc;
            padding: 0 6px;
            font-family: 'open_sanssemibold';
        }
table{
    width: 100%;
}
    table thead{}
        table thead tr th{
            text-align: center;
            text-transform: uppercase;
            font-size: 12px;
            color:#000;
            padding: 6px;
            font-family: 'open_sanssemibold';
        }
        
        table tbody tr.subcategories{
            display: none;
            background-color: #f9f1f1;
        }
        table tbody tr.subcategories.show{
            display: table-row;
        }
            table tbody tr.subcategories td:first-child{
                padding-left: 60px!important;
            }
            table table tbody tr td{
                padding-left: 6px!important;
            }
            table tbody tr td img.service{
                display: block;
                width: 100px;
                margin: 0 auto;
            }
            table tbody tr td .image-product,
            table tbody tr td .image-blog{
                display: inline-block;
                vertical-align: top;
                width: 40px;
                height: 40px;
                margin: 4px;
                position: relative;
                background: no-repeat center center;
                background-size: contain;
            }   

                table tbody tr td .image-blog a{
                    position: absolute;
                    background-color: black;
                    padding: 0 2px;
                    color: #fff;
                    display: none;
                }
                table tbody tr td .image-blog:hover a{
                    display: block;
                }
                table tbody tr td .image-product a{
                    position: absolute;
                    background-color: black;
                    padding: 0 2px;
                    color: #fff;
                    display: none;
                }
                table tbody tr td .image-product:hover a{
                    display: block;
                }
                table tbody tr td .image-product .del-img-product,
                table tbody tr td .image-blog .del-img-blog{
                    top: 0;
                    right: 0;
                }
                table tbody tr td .image-product .principal-img-product,
                table tbody tr td .image-blog .principal-img-blog{
                    top: 0;
                    left: 0;
                }
                table tbody tr td .image-product .principal,
                table tbody tr td .image-blog .principal{
                    color:#ffff00;
                    display: block;
                }
                table tbody tr td p,
                table tbody tr td .outstanding-product{
                   display: inline-block;
                }
                table tbody tr td .outstanding-product{
                   background-color: #e7e9d5;
                   color: #fff;
                }
                table tbody tr td .principal{
                    color:#ffff00;
                }
                table tbody tr td .image-product img,
                table tbody tr td .image-blog img{
                    display: block;
                    width: 100%;
                }
                table tbody tr td p{
                    font-size: 12px;
                    font-family: 'open_sansregular';
                }
                table tbody tr td p a{
                    display: unset;
                }
        table thead tr:first-child th:last-child{
            padding: unset;
        }
        table thead tr:last-child th{
            border-bottom: 2px solid #002931;
        }
        
        table thead tr th:nth-last-child(2),
        table thead tr th:last-child,
        table tbody tr td:nth-last-child(2),
        table tbody tr td:last-child {
            width: 65px !important;
        }
        table tbody tr.inactive td{
            color:#9e9e9e;
        }
        table thead tr th:last-child a{
            display: block;
            background-color: #ed6b5a;
            color:#fff;
            padding: 6px;
            text-align: center;
        }
        
        table tbody tr td{
            text-align: left;
            font-size: 12px;
            color:#000;
            padding: 6px;
            font-family: 'open_sansregular';
            border-right: 1px solid #ccc;
            border-bottom: 1px solid #ccc;
        }
        table tbody tr td .image{
            display: inline-block;
            vertical-align: top;
            width: 60px;
            height: 60px;
            background: no-repeat center center;
            background-size: contain;
            position: relative;
            border:1px solid #e4e4e4;
            margin-bottom: 2px;
            cursor:pointer;
        }
            table tbody tr td .image span{
                position: absolute;
                right: 0;
                top: 0;
                color: #ff0000;
            }

        table tbody tr td a{
            display: block;
            text-align: center;
            color:#439eca;
            font-family: 'open_sansregular';
            font-size: 12px;
            position: relative;
        }
            table tbody tr td a form{
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
            }
                table tbody tr td a form input[type="file"]{
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    opacity: 0;
                    width: 100%;
                    cursor: pointer;
                }
        table tbody tr td:last-child{
            border-right:unset;
        }




.popUp{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.61);
    z-index: 999999;
}
    .popUp-content{
        position: absolute;
        height: 200px;
        width: 300px;
        margin-left: -150px;
        margin-top:-100px;
        left:50%;
        top: 50%;
        border-radius: 4px;
        background-color: #fff;
        max-width: 90%;
    }
        .popUp-content .head{
            display: block;
            text-align: center;
            text-transform: uppercase;
            padding: 10px;
            color: #fff;
            font-family: 'open_sanssemibold';
            font-size: 12px;
            border-top-left-radius: 2px;
            border-top-right-radius: 2px;
        }
            .popUp-content .head .head-content{
                display: inline-block;
                vertical-align: middle;
                width: 33%;
            }
            .popUp-content .head .head-content img{
                height: 50px;
            }
            .popUp-content .head .head-content:first-child{
                text-align: left;
            }
            .popUp-content .head .head-content:last-child{
                text-align: right;
            }
            .popUp-content .head .head-content b,
            .popUp-content .head .head-content p{
                display: block;
                text-align: center;
                color: #000;
                font-size: 12px;
                font-family: 'open_sanssemibold';
            }
        .popUp-content .close{
            position: absolute;
            right: -11px;
            top: -13px;
            color: #fff;
            font-size: 16px;
            line-height: 16px;
            background-color: #000;
            padding: 5px;
            border-radius: 6px;
            cursor: pointer;
        }
        
        .popUp-content .content-wrap{
            padding:20px;
            background-color: #fff;
            border-bottom-left-radius: 2px;
            border-bottom-right-radius: 2px;
        }

        .mobile .popUp-content form .w9,
        .mobile .popUp-content form .w8,
        .mobile .popUp-content form .w7,
        .mobile .popUp-content form .w6,
        .mobile .popUp-content form .w5,
        .mobile .popUp-content form .w4,
        .mobile .popUp-content form .w3,
        .mobile .popUp-content form .w25,
        .mobile .popUp-content form .w2,
        .mobile .popUp-content form .w1{width: 100%;}
       

@font-face {
    font-family: 'open_sansbold';
    src: url('fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansbold_italic';
    src: url('fonts/opensans-bolditalic-webfont.woff2') format('woff2'),
         url('fonts/opensans-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansextrabold';
    src: url('fonts/opensans-extrabold-webfont.woff2') format('woff2'),
         url('fonts/opensans-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansextrabold_italic';
    src: url('fonts/opensans-extrabolditalic-webfont.woff2') format('woff2'),
         url('fonts/opensans-extrabolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansitalic';
    src: url('fonts/opensans-italic-webfont.woff2') format('woff2'),
         url('fonts/opensans-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sanslight';
    src: url('fonts/opensans-light-webfont.woff2') format('woff2'),
         url('fonts/opensans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sanslight_italic';
    src: url('fonts/opensans-lightitalic-webfont.woff2') format('woff2'),
         url('fonts/opensans-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('fonts/opensans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sanssemibold_italic';
    src: url('fonts/opensans-semibolditalic-webfont.woff2') format('woff2'),
         url('fonts/opensans-semibolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*DEFAUULT FORM*/
#main .frame form{
    padding-left: 8px;
}
        #main .frame form .fieldset{
            display: inline-block;
            vertical-align: top;
            width: 100%;
            margin-right: -3px;
        }
            #main .frame form .fieldset label{
                display: block;
                font-family: 'open_sanssemibold';
                font-size: 11px;
                text-transform: uppercase;

            }
#main .frame form .w9{
    width: 90%;
}
#main .frame form .w8{
    width: 80%;
}
#main .frame form .w7{
    width: 70%;
}
#main .frame form .w6{
    width: 60%;
}
#main .frame form .w5{
    width: 50%;
}
#main .frame form .w4{
    width: 40%;
}
#main .frame form .w3{
    width: 30%;
}
#main .frame form .w2{
    width: 20%;
}
#main .frame form .w1{
    width: 10%;
}

#main .frame form .fieldset .wrap{
    padding: 2px 8px 8px 0;
}
#main .frame form .fieldset .wrap-select{
    padding: 2px 8px 8px 0;
    position: relative;
}
#main .frame form .fieldset .wrap-file{
    padding: 2px 8px 8px 0;
    position: relative;
}
#main .frame form .fieldset .wrap-file:before{
    display: block;
    content: attr(data-before);
    -webkit-box-shadow: inset 0 0 0 1px #ccc;
    -moz-box-shadow: inset 0 0 0 1px #ccc;
    box-shadow: inset 0 0 0 1px #ccc;
    position: absolute;
    top: 2px;
    left: 0;
    right: 8px;
    border-radius: 4px;
    font-size: 14px;
    color:#3e3a3a;
    font-family: 'open_sansregular';
    padding: 6px 4px;
    background-color: #fff;
}
#main .frame form .fieldset .wrap-file:after{
    display: block;
    content: '\f15b';
    font-family: 'FontAwesome';
    font-size: 12px;
    right: 16px;
    color:#3e3a3a;
    top: 30%;
    position: absolute;
    pointer-events: none;
    
}
#main .frame form .fieldset .wrap-select:after{
    content: '\f0d7';
    font-family: 'FontAwesome';
    position: absolute; 
    right: 16px;
    top: 30%;
    pointer-events: none;
    font-size: 12px;
}

#main .frame form .fieldset input,
#main .frame form .fieldset select,
#main .frame form .fieldset textarea{
    display: block;
    padding: 6px 4px;
    font-size: 14px;
    color:#3e3a3a;
    -webkit-box-shadow: inset 0 0 0 1px #ccc;
    -moz-box-shadow: inset 0 0 0 1px red;
    box-shadow: inset 0 0 0 1px #ccc;
    border-radius: 4px;
    background-color: #fff;
    width: 100%;
    font-family: 'open_sansregular';
    font-size: 14px;
    box-sizing: border-box;

}
#main .frame form .fieldset input[type="file"]{
    opacity: 0;
}
#main .frame form .fieldset input[type="submit"]{
    display: block;
    background-color: #ed6b5a;
    color: #fff;
    padding: 6px;
    text-align: center;
}

#main .frame form .fieldset textarea{
    height: 80px;
}
#main .frame form .fieldset button{
    display: block;
    padding: 6px 0;
    font-size: 14px;
    color:#FFF;
    text-indent: 8px;
    -webkit-box-shadow: inset 0 0 0 1px #8bc34a;
    -moz-box-shadow: inset 0 0 0 1px #8bc34a;
    box-shadow: inset 0 0 0 1px #8bc34a;
    border-radius: 4px;
    background-color: #8bc34a;
    width: 100%;
    font-family: 'open_sansregular';
    font-size: 14px;
}
#main .frame form .fieldset button b{
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
}
#main .frame form.without-spaces{
    padding: unset !important;
}

#main .frame .table-body .list .sp .item .actions .fieldset{
    display: inline-block;
    vertical-align: top;
    margin-right: -3px;
    width: 100%;
}
#main .frame .table-body .list .sp .item .actions .w5{
    width: 50%;
}
#main .frame .table-body .list .sp .item .actions .w4{
    width: 40%;
}
#main .frame .table-body .list .sp .item .actions .w3{
    width: 30%;
}
#main .frame .table-body .list .sp .item .actions .wrap,
#main .frame .table-body .list .sp .item .actions .wrap-file,
#main .frame .table-body .list .sp .item .actions .wrap-select{
    padding: unset !important;
    position: relative;
}
#main .frame .table-body .list .sp .item .actions .fieldset .wrap-select:after{
    content: '\f0d7';
    font-family: 'FontAwesome';
    position: absolute; 
    right: 16px;
    top: 30%;
    pointer-events: none;
    font-size: 12px;
}
    #main .frame .table-body .list .sp .item .actions select{
        display: block;
        color:#3e3a3a;
        background-color: #fff;
        width: 100%;
        font-family: 'open_sansregular';
        font-size: 12px;
        box-sizing: border-box;
        padding: 6px 4px;
    } 
    #main .frame .table-body .list .sp .item .actions input[type="file"]{
        opacity: 0;
        height: 100%;
        width: 100%;
        cursor: pointer;
    }
    #main .frame .table-body .list .sp .item .actions input,
    #main .frame .table-body .list .sp .item .actions select,
    #main .frame .table-body .list .sp .item .actions button{
        -webkit-box-shadow: inset 0px 0px 2px 0.2px rgb(130, 130, 130);
        -moz-box-shadow: inset 0px 0px 2px 0.2px rgb(130, 130, 130);
        box-shadow: inset 0px 0px 2px 0.2px rgb(130, 130, 130);
        border-radius: unset !important;
    }

    #main .frame .table-body .list .sp .item .actions button{
        position: relative;
        display: block;
        padding: 6px 0;
        font-size: 12px;
        color:#FFF;
        background-color: #8bc34a;
        width: 100%;
        font-family: 'open_sansregular';
        cursor:pointer;
    }
    #main .frame .table-body .list .sp .item .actions button.add-service-image{
        height: 192px;
        color: #8bc34a;
        background: #fff;
    }
    #main .frame .table-body .list .sp .item .actions button.add-service-image b{
        font-size: 30px;
    }
    #main .frame .table-body .list .sp .item .actions button b{
        display: block;
        text-align: center;
    }
    #main .frame .table-body .list .sp .item .actions button form{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: unset;
    }
.table-body .list{
    overflow-x: hidden;
}
.table-body .list .sp{
    display:inline-block;
    vertical-align: top;
    margin-right: -3px;
    padding: 5px;
    width: 20%;
    box-sizing: border-box;
}
.table-body td .list .sp{
    width: 15%;
}
    .table-body .list .sp .item{}
        .table-body .list .sp .item .resource{
            display: block;
            background: no-repeat center center;
            background-size: cover; 
        }
            .table-body .list .sp .item .resource img{
                display: block;
                width: 100%;
            }
}






