@import 'font.css';
@import 'ui.css';
*, html, form {
    font-family: 'open_sanslight';
}
html, 
body {
    background: #152233;
    background-size: cover;
    width: 100%;
    height: 100%;
}
:root{
    --ui-principal-color: #eea90d;
    --uiForm-submit-background-color: #eea90d;
}

/**
 * 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}

/* Web Version */
.w {
    width:90%;
    max-width:1100px; 
    margin:0 auto;
    position:relative; 
}

.content{
/*    display: block;*/
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
    /*.content:before{
        display: inline-block;
        vertical-align: middle;
        width: 1px;
        content: '';
        height: 100%;
        margin-right: -3px;
    }*/
    .content .form-wrap{
        display: inline-block;
        vertical-align: middle;
        background-color: rgba(255,255,255,0.1);
        border-radius: 6px;
        min-width: 300px;
        width: 90%;
        max-width: 400px;
        padding: 20px 30px;
        box-sizing: border-box;
        margin-right: -3px;
    }
        .content .form-wrap img{
            display: block;
            width: 120px;
            margin: 0 auto;
            margin-bottom: 10px;
        }
        .content .form-wrap h1{
            display: block;
            color: #fff;
            font-size: 16px;
            padding: 10px 0 5px 0;
            text-align: center;
        }
        .content .form-wrap p{
            display: block;
            text-align: center;
            font-size: 14px;
            color: #fff;
            padding-bottom: 10px;
        }
        
        .form-clear{
            display: inline-block;
        }
        .content .form-wrap form a {
            display: block;
            text-align: center;
            color: #9E9E9E;
            font-family: 'open_sansregular';
            font-size: 14px;
            margin: 0 auto;
        }
        .content .form-wrap form.uiForm .fieldset .wrap .uiForm-wrapper{
            background-color: #05bfa4;
            -webkit-box-shadow: unset !important;
            -moz-box-shadow: unset !important;
            box-shadow: unset !important;
        }
            
            .content .form-wrap form.uiForm .fieldset .wrap input::-webkit-input-placeholder { 
              color:rgba(255, 255, 255, 0.6) !important;
            }
            .content .form-wrap form.uiForm .fieldset .wrap input::-moz-placeholder { 
              color: rgba(255, 255, 255, 0.6) !important;
            }
            .content .form-wrap form.uiForm .fieldset .wrap input:-moz-placeholder { 
              color:rgba(255, 255, 255, 0.6) !important;
            }
            .content .form-wrap form.uiForm .fieldset .wrap input:-webkit-autofill,
            .content .form-wrap form.uiForm .fieldset .wrap input:-webkit-autofill:hover,
            .content .form-wrap form.uiForm .fieldset .wrap input:-webkit-autofill:focus,
            .content .form-wrap form.uiForm .fieldset .wrap input:-webkit-autofill:active {
                transition: background-color 5000s ease-in-out 0s;
                -webkit-text-fill-color: var(--uiForm-input-color);
            }


#main{}

    #main .options-main{
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 240px;
        bottom: 0;
        transition: left .25s linear;
        -webkit-box-shadow: 1px 0px 10px 2px rgba(0,0,0,0.65);
        -moz-box-shadow: 1px 0px 10px 2px rgba(0,0,0,0.65);
        box-shadow: 1px 0px 10px 2px rgba(0,0,0,0.65);
    }
    #main.full-screen .options-main{
        left:-240px;
        transition: left .25s linear;
    }
        #main .options-main .top{
            /* display: block;
            height: 50px;
            background-color: #9E9E9E;  
            position: relative; */
            display: flex;
            height: 40px;
            background-color: #9E9E9E;
            position: relative;
            padding: 0 10px;
            align-items: center;
        }
            #main .options-main .top button.action{
                content: '\f053';
                font-family: 'FontAwesome';
                position: absolute;
                top: 0;
                right: -40px;
                height: 40px;
                width: 40px;
                z-index: 9;
                color: #fff;
                background-color: inherit;
                border-bottom-right-radius: 14px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                background-position: 0 0, 0 100%;
                background-repeat: no-repeat;
                -webkit-background-size: 1px 100%;
                -moz-background-size: 1px 100%;
                background-size: 1px 100%;
                background-image: -webkit-linear-gradient(top, #9E9E9E 10%, #fff 50%, #9E9E9E 90%), -webkit-linear-gradient(top, #2b3a8a 10%, #fff 50%, #2b3a8a 90%);
                background-image: -moz-linear-gradient(top, #9E9E9E 10%, #fff 50%, #9E9E9E 90%), -moz-linear-gradient(top, #2b3a8a 10%, #fff 50%, #2b3a8a 90%);
                background-image: -o-linear-gradient(top, #9E9E9E 10%, #fff 50%, #9E9E9E 90%), -o-linear-gradient(top, #2b3a8a 10%, #fff 50%, #2b3a8a 90%);
                background-image: linear-gradient(to top, #9E9E9E 10%, #fff 50%, #9E9E9E 90%);
                cursor:pointer;
                -webkit-box-shadow: 4px 2px 8px -2px rgba(0,0,0,0.65);
                -moz-box-shadow: 4px 2px 8px -2px rgba(0,0,0,0.65);
                box-shadow: 4px 2px 8px -2px rgba(0,0,0,0.65);
            }
            #main .options-main .top button.action:before{
                content: '\f053';
                font-family: 'FontAwesome';
            }
            #main.full-screen .options-main .top button.action:before{
                content: '\f0c9';
                font-family: 'FontAwesome';
            }
            #main .options-main .top .fieldset{
                display: block;
                position: relative;
                /* padding: 10px; */
                width: 100%;
            }
                #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: 12px;
                    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: 40px;
            left: 0;
            right: 0;
            bottom: 50px;
            overflow: auto;
            /* transition: 2s; */
        }
        #main.full-screen .options-main .list{
            /* right: -40px;
            left: unset;
            top: 50px;
            transition: 1s linear; */
        }
        #main .options-main .list::-webkit-scrollbar{
            width: 5px;

        }
        #main .options-main .list::-webkit-scrollbar-thumb {
            /*background: #d44100;*/
            background: #002931;
            border-radius: 2px;
        }

        #main .options-main .list::-webkit-scrollbar-track {
            /*background: #a03404;*/
            background: rgba(255,255,255,0.4);
        }

        #main .options-main .list::-webkit-scrollbar-track:hover,
        #main .options-main .list::-webkit-scrollbar-track:active {
            /*background: #a03404;*/
        }

            #main .options-main .list ul{}
            
            #main.full-screen .options-main .list ul{
                /* border-top-right-radius: 4px;
                border-bottom-right-radius: 4px;
                overflow: hidden;
                width: 40px; */
            }
                #main .options-main .list ul li{
                    display: block;
                    border-bottom: 1px solid rgba(204, 204, 204, 0.45);
                    background-color: #2d3948;
                }
                #main .options-main .list ul li:first-child{
                    border-top: 1px solid rgba(204, 204, 204, 0.45);
                }
                
                #main .options-main .list ul li:hover,
                #main .options-main .list ul li.hover{
                    background-color: #EEAA0F;
                }

                    #main .options-main .list ul li a{
                        /* display: block; */
                        width: 100%;
                        padding: 8px 10px;
                        box-sizing: border-box;
                        display: flex;
                        flex-direction: row;
                        gap: 10px;
                        
                    }
                   
                    #main .options-main .list ul li a span{
                        color: #fff;
                        text-transform: uppercase;
                        font-family: 'open_sansregular';
                        font-size: 12px;
                    }
                    #main.full-screen .options-main .list ul li a span{
                        /* opacity: 0;
                        max-width: 0;
                        max-height: 0;
                        overflow: hidden;
                        transition: all .5s linear; */
                    }
                    #main .options-main .list ul li a b{
                        color: #fff;
                        font-size: 14px;
                    }
        #main .options-main .bottom{
            position: absolute;
            bottom: 0;
            height: 50px;
            left: 0;
            right: 0;
            background-color: #02BFA4;
        }
            #main .options-main .bottom a{
                display: block;
                font-family: 'open_sansregular';
                font-size: 12px;
                text-transform: uppercase;
                color: #fff;
                text-align: center;
                padding: 16px 0;
                cursor:pointer;
            }
#main .frame{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    padding: 20px 20px 20px 50px;
    left: 240px;
    background-color: #f4f9fb;
    transition: left .25s linear;
}
#main.full-screen .frame{
    left:0;
    transition: left .25s linear;
}


    #main .frame .frame-content{
        height: 100%;
        width: 100%;
    }
        #main .frame .frame-content .tools{
            display: block;
            padding-bottom: 15px;
            text-align: right;
        }
            #main .frame .frame-content .tools #search{
                display: inline-block;
                vertical-align: top;
                width: 180px;
                height: 31px;
            }
                #main .frame .frame-content .tools #search .fieldset .wrap icon {
                    font-size: 13px;
                    color: #05bfa4;
                }
                #main .frame .frame-content .tools #search .fieldset .wrap input{
                    color: #838688;
                }
        #main .frame .frame-content .pages{
            display: block;
            text-align: center;
            padding: 6px;
        }
            #main .frame .frame-content .pages a{
                display: inline-block;
                background-color: #ccc;
                color: #fff;
                font-family: 'open_sanssemibold';
                font-size: 14px;
                padding: 8px;
                text-align: center;
                margin: 2px;
            }
                #main .frame .frame-content .pages a:hover,
                #main .frame .frame-content .pages a.selected{
                    background-color: #EEAA0F;
                }
        #main .frame .frame-content .list{
            display: block;
            overflow: scroll;
            text-align: center;
            height: calc(100% - (40px + 46px));
            padding-top: 2px;
            box-sizing: border-box;
        }
            #main .frame .frame-content .list .box-item{
                display: inline-block;
                vertical-align: top;
                width: 25%;
                min-width: 180px;
                margin-right: -3px;
                padding: 0 10px 20px;
                box-sizing: border-box;

            }
                #main .frame .frame-content .list .box-item .box-w{
                    -webkit-box-shadow: 1px 1px 2px 1px #525252;
                    -moz-box-shadow: 1px 1px 2px 1px #525252;
                    box-shadow: 1px 1px 2px 1px #525252;
                    border-radius: 4px;
                    background: #fff;
                }
                    #main .frame .frame-content .list .box-item .box-w .box-header{
                        display: block;
                        border-bottom: 1px solid #ccc;
                    }
                        #main .frame .frame-content .list .box-item .box-w .box-header .wrap{
                            padding: 6px;
                        }
                            #main .frame .frame-content .list .box-item .box-w .box-header .wrap h5{
                                position: relative;
                                display: block;
                                display: -webkit-box;
                                padding-left: 30px;
                                font-family: 'open_sansregular';
                                font-size: 11px;
                                line-height: 14px;
                                -webkit-line-clamp: 2;
                                -webkit-box-orient: vertical;
                                overflow: hidden;
                                text-overflow: ellipsis;
                                min-height: 16px;
                            }
                                #main .frame .frame-content .list .box-item .box-w .box-header .wrap h5 b{
                                    position: absolute;
                                    left: 0;
                                    top: 50%;
                                    -webkit-transform: translate(50%, -50%);
                                    transform: translate(50%, -50%);
                                    color: #3f51b5;
                                    font-size: 14px;
                                }

                    #main .frame .frame-content .list .box-item .box-w .box-body{
                        display: block;
                        height: 130px;
                        position: relative;
                        cursor: pointer;
                        border-bottom: 1px solid #ccc;
                    }
                        #main .frame .frame-content .list .box-item .box-w .box-body .body-items{
                            display: block;
                            height: 100%;
                            background: no-repeat center center;
                            background-size: cover;
                            opacity: 0.5;
                        }
                            #main .frame .frame-content .list .box-item .box-w .box-body .body-items a{
                                display: block;
                                width: 100%;
                                height: 100%;
                            }
                        #main .frame .frame-content .list .box-item .box-w .box-body:after{
                            content: '\f06e';
                            font-family: 'FontAwesome';
                            font-size: 14px;
                            position: absolute;
                            bottom: 4px;
                            right: 4px;
                            cursor:pointer;
                            color: #1a3852;
                            pointer-events: none;
                        }
                    #main .frame .frame-content .list .box-item .box-w .box-footer{
                        display: block;
                        padding: 6px;
                    }
                        #main .frame .frame-content .list .box-item .box-w .box-footer .user{}
                            #main .frame .frame-content .list .box-item .box-w .box-footer .user img{
                                display: inline-block;
                                vertical-align: middle;
                                margin-right: -3px;
                                width: 30px;
                                border-radius: 30px;
                            }
                            #main .frame .frame-content .list .box-item .box-w .box-footer .user span{
                                display: inline-block;
                                vertical-align: middle;
                                margin-right: -3px;
                                width: calc(100% - 30px);
                                padding-left: 5px;
                                box-sizing: border-box;
                            }



/* Inicio .uiScrollTable */
.uiScrollTable {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #eee;
  box-shadow: 0px 1px 18px -1px rgba(0,0,0,0.16);
-webkit-box-shadow: 0px 1px 18px -1px rgba(0,0,0,0.16);
-moz-box-shadow: 0px 1px 18px -1px rgba(0,0,0,0.16);
}
.uiScrollTable table {
  border: none;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

/* Inicio .thead */
.uiScrollTable .thead,
.uiScrollTable .aux {
  display: block;
  width: 100%;
  overflow: auto;
  background-color: #fafafa;
/*  border-bottom: 1px solid #fff;*/
}
.uiScrollTable .thead {
    /*box-shadow: 0px 6px 6px -1px rgba(0,0,0,0.16);
    -webkit-box-shadow: 0px 6px 6px -1px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 6px 6px -1px rgba(0,0,0,0.16);*/

    box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.16);
    -webkit-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.16);
}
.uiScrollTable .aux::-webkit-scrollbar,
.uiScrollTable .thead::-webkit-scrollbar {
  display: none;
}

.uiScrollTable .aux tr th,
.uiScrollTable .thead tr th {
  text-transform: uppercase;
  color: #848588;
  font-family: 'open_sanssemibold';
  font-size: 0.9rem;
  padding: 0.6rem 1.2rem;
  min-width: 50px;
  box-sizing: border-box;
}
.uiScrollTable .thead table thead tr th .col-fixed {
  display: block;
  font-family: inherit;
  font-size: inherit;
  text-align: inherit;
}
.uiScrollTable .aux table thead th .header-box{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row;
    align-content: flex-end;
    gap: 5px;
}
.uiScrollTable .aux table thead th .header-box #search{
    display: flex;
    align-self: flex-start;
    margin-right: auto;
}
.uiScrollTable .thead table thead th.header,
.uiScrollTable .thead table thead th.tablesorter-header {
  padding: 0.6rem 1.2rem;
  white-space: normal;
  cursor: pointer;
  position: relative;
}

.uiScrollTable .thead table thead th.header::before,
.uiScrollTable .thead table thead th.tablesorter-header::before {
  content: "\f0de";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  right: 4px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.uiScrollTable .thead table thead th.header::after,
.uiScrollTable .thead table thead th.tablesorter-header::after {
  content: "\f0dd";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  right: 4px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.uiScrollTable .tbody table thead th:not([sorter="false"]).header,
.uiScrollTable .tbody table thead th:not([sorter="false"]).tablesorter-header {
  padding: 0 18px 0 6px;
}
.uiScrollTable .thead table thead th.headerSortUp::before,
.uiScrollTable .thead table thead th.tablesorter-headerSortUp::before,
.uiScrollTable .thead table thead th.tablesorter-headerAsc::before {
  color: #333;
}
.uiScrollTable .thead table thead th.headerSortDown::after,
.uiScrollTable .thead table thead th.tablesorter-headerSortDown::after,
.uiScrollTable .thead table thead th.tablesorter-headerDesc::after {
  color: #333;
}

.uiScrollTable table thead tr th button {
  display: inline-block;
  vertical-align: middle;
  background-color: #eea90d;
  color: #fff;
  padding: 8px;
  text-align: center;
  cursor: pointer;
}

.uiScrollTable table thead tr th #search {
  display: inline-block;
  vertical-align: middle;
  margin: unset;
  width: 200px;
}
.uiScrollTable table thead tr th #search .fieldset .wrap {
  padding: 0 8px 0 0 !important;
}
.uiScrollTable table thead tr th #search .fieldset .wrap icon {
  font-size: 13px;
  color: #05bfa4;
}
.uiScrollTable table thead tr th #search .fieldset .wrap [type="text"] {
  height: 31px;
  color: #838688;
}
/* FIN .thead */

/* Inicio .tbody */
.uiScrollTable .tbody {
  display: block;
  overflow: auto;
  width: 100%;
  position: relative;
}
.uiScrollTable .tbody thead tr {
  height: 0px;
}
.uiScrollTable .tbody thead tr th,
.uiScrollTable .tbody thead tr:last-child th {
  height: 0;
  padding: 0 1.2rem;
  border-bottom: unset;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-family: var(--regular-font);
}
.uiScrollTable .tbody thead tr th .col-sizing {
  height: 0px;
  overflow: hidden;
}
.uiScrollTable .tbody::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: transparent;
}
.uiScrollTable .tbody:hover::-webkit-scrollbar-thumb {
  background: #002931;
  border-radius: 2px;
}

.uiScrollTable .tbody::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.4);
}

.uiScrollTable .tbody table tbody tr[inactive] td {
  color: #9e9e9e;
}
.uiScrollTable .tbody table tbody tr td[sort-value] hidden{
    font-size: 0;
    color: transparent;
    height: 0;
    width: 0;
    overflow: hidden;
    opacity: 0;
}
.uiScrollTable .tbody table tbody tr {
  border-bottom: 1px solid #fafafa;
}
.uiScrollTable .tbody table tbody tr:hover {
  background-color: #fafafa;
}
.uiScrollTable .tbody table tbody tr td {
  text-align: left;
  color: #333;
  font-family: var(--regular-font);
  font-size: 1rem;
  padding: 0.6rem 1.2rem;
  min-width: 50px;
  box-sizing: border-box;
}
.uiScrollTable .tbody table tbody tr td[align="center"] {
  text-align: center;
}
.uiScrollTable .tbody table tbody tr td img {
  display: block;
  margin: 0 auto;
  width: 60px;
}

.uiScrollTable .tbody table tbody tr td a {
  display: block;
  text-align: center;
  color: #439eca;
  font-family: "open_sansregular";
  font-size: 12px;
  position: relative;
}
.uiScrollTable .tbody table tbody tr td a form {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.uiScrollTable form.UX {
  max-width: 100% !important;
}
.uiScrollTable table tbody tr td a form input[type="file"],
.uiScrollTable table tbody tr td a form input[type="color"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  cursor: pointer;
}
/* Fin .tbody */

/* Inicio .tfoot */
.uiScrollTable .tfoot {
  display: block;
  width: 100%;
  background-color: #fafafa;
}
.uiScrollTable .tfoot td {
  display: flex;
  padding: 0.6rem 1.2rem;
  color: #848588;
  font-family: var(--regular-font);
  font-size: 1rem;
  padding: 0.6rem;
}
.uiScrollTable .tfoot a {
/*  display: inline-block;*/
/*  background-color: #ccc;*/
/*  color: #fff;*/
  font-family: "open_sansregular";
  font-size: 14px;
  padding: 8px;
  text-align: center;
  margin: 2px;
}
.uiScrollTable .tfoot a:hover,
.uiScrollTable .tfoot a.selected {
/*  background-color: #eeaa0f;*/
    color: #eeaa0f;
}

.uiScrollTable .tfoot td .page-box,
.uiScrollTable .tfoot td .page-box-right,
.uiScrollTable .tfoot td .page-box-left{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
} 
.uiScrollTable .tfoot td .page-box-right{
    margin-left: auto;
}
.uiScrollTable .tfoot td .page-box-left{
    margin-right: auto;
}
.uiScrollTable .tfoot td .page-box .page-box-buttons,
.uiScrollTable .tfoot td .page-box-right .page-box-buttons,
.uiScrollTable .tfoot td .page-box-left .page-box-buttons {
  padding: 0 3px;
}

.uiScrollTable .tfoot td .page-box .page-box-buttons button,
.uiScrollTable .tfoot td .page-box-right .page-box-buttons button,
.uiScrollTable .tfoot td .page-box-left .page-box-buttons button,
.uiScrollTable .tfoot td .page-box .page-box-buttons a,
.uiScrollTable .tfoot td .page-box-right .page-box-buttons a,
.uiScrollTable .tfoot td .page-box-left .page-box-buttons a{
  font-size: 1rem;
  padding: 3px;
  margin: 1px;
  cursor: pointer;
  position: relative;
}
.uiScrollTable .tfoot td .page-box .page-box-buttons button b,
.uiScrollTable .tfoot td .page-box-right .page-box-buttons button b,
.uiScrollTable .tfoot td .page-box-left .page-box-buttons button b,
.uiScrollTable .tfoot td .page-box .page-box-buttons a b,
.uiScrollTable .tfoot td .page-box-right .page-box-buttons a b,
.uiScrollTable .tfoot td .page-box-left .page-box-buttons a b{
    pointer-events: none;
}
/* Fin .tfoot */
.skeleton{
    display: inline-block;
    position: relative;
    overflow: hidden;
    background-color: #DDDBDD;
}
.skeleton *{
    opacity: 0;
}
.skeleton::after{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(
      90deg,
      rgba(255,255,255, 0) 0,
      rgba(255,255,255, 0.2) 20%,
      rgba(255,255,255, 0.5) 60%,
      rgba(255,255,255, 0)
    );
    animation: shimmer 2s infinite;
    content: '';
}
@keyframes shimmer{
   100% {
      transform: translateX(100%);
    }
}

/*.uiScrollTable{
    width: 100%;
    height: 100%;
}
    .uiScrollTable .thead{
        display: block;
        width: 100%;
        overflow: auto;
    }
        .uiScrollTable .thead::-webkit-scrollbar{
            display: none;
        }
    .uiScrollTable .tbody{
        display: block;
        overflow: auto;
        width: 100%;
        position: relative;
    }
        .uiScrollTable .tbody::-webkit-scrollbar{
            width: 5px;
            height: 5px;
            background-color: transparent;
        }
        .uiScrollTable .tbody:hover::-webkit-scrollbar-thumb {
            background: #002931;
            border-radius: 2px;
        }

        .uiScrollTable .tbody::-webkit-scrollbar-track {
            
            background: rgba(255,255,255,0.4);
        }
    .uiScrollTable .tfoot{
        display: block;
        width: 100%;
    }
        .uiScrollTable .tfoot a{
            display: inline-block;
            background-color: #ccc;
            color: #fff;
            font-family: 'open_sanssemibold';
            font-size: 14px;
            padding: 8px;
            text-align: center;
            margin: 2px;
        }
            .uiScrollTable .tfoot a:hover,
            .uiScrollTable .tfoot a.selected{
                background-color: #EEAA0F;
            }
        .uiScrollTable table{
            width: 100%;
        }
            .uiScrollTable table thead{}
                .uiScrollTable table thead tr th{
                    text-align: center;
                    text-transform: uppercase;
                    font-size: 11px;
                    color:#000;
                    padding: 6px;
                    font-family: 'open_sanssemibold';
                    box-sizing: border-box;
                    min-width: 50px;
                }
                .uiScrollTable table thead tr th button{
                    display: inline-block;
                    vertical-align: middle;
                    background-color: #eea90d;
                    color: #fff;
                    padding: 8px;
                    text-align: center;
                    cursor: pointer;
                }
               
                .uiScrollTable table thead tr th #search{
                    display: inline-block;
                    vertical-align: middle;
                    margin: unset;
                    width: 180px;
                }
                    .uiScrollTable table thead tr th #search .fieldset .wrap{
                        padding: 0 8px 0 0 !important;
                    }
                        .uiScrollTable table thead tr th #search .fieldset .wrap icon{
                            font-size: 13px;
                            color: #05bfa4;
                        }
                        .uiScrollTable table thead tr th #search .fieldset .wrap [type="text"]{
                            height: 31px;
                            color: #838688;
                        }
                
                .uiScrollTable table thead tr:last-child th{
                    border-bottom: 2px solid #02BFA4;
                }
               
                .uiScrollTable table tbody tr.inactive td{
                    color:#9e9e9e;
                }
                
                .uiScrollTable table tbody tr:hover{
                    background-color: #e8ebff;
                }
                .uiScrollTable 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;
                    min-width: 50px;
                }
                .uiScrollTable table tbody tr td img{
                    display: block;
                    margin: 0 auto;
                    width: 60px;
                    border-radius: 100px;
                }

                .uiScrollTable table tbody tr td a{
                    display: block;
                    text-align: center;
                    color:#439eca;
                    font-family: 'open_sansregular';
                    font-size: 12px;
                    position: relative;
                }
                    .uiScrollTable table tbody tr td a form{
                        position: absolute;
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                    }
                        .uiScrollTable table tbody tr td a form input[type="file"],
                        .uiScrollTable table tbody tr td a form input[type="color"]{
                            position: absolute;
                            top: 0;
                            left: 0;
                            right: 0;
                            bottom: 0;
                            opacity: 0;
                            width: 100%;
                            cursor: pointer;
                        }
                .uiScrollTable table tbody tr td:last-child{
                    border-right:unset;
                }
                .uiScrollTable table tfoot tr td{
                    text-align: center;
                    padding: 6px;
                }*/
/*

form.uiForm{
    padding-left: 8px;
    min-width: 200px;
}   
        form.uiForm title{
            display: block;
            text-align: center;
            color:#476475;
            font-size: 14px;
            font-family: 'open_sanssemibold';
            padding: 10px 0 5px 0; 
        }
        form .fieldset{
            display: inline-block;
            vertical-align: top;
            width: 100%;
            margin-right: -3px;
            position: relative;
        }
            form .fieldset:after{
                content: attr(data-error);
                color: #f00;
                font-size: 10px;
                text-transform: uppercase;
                font-family: 'open_sansregular';
                position: absolute;
                bottom: 10px;
                right: 12px;
            }
            form .fieldset label{
                display: block;
                font-family: 'open_sansregular';
                font-size: 11px;
                color:#000;
                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 .w33{
    width: 33.4%;
}
form .w3{
    width: 30%;
}
form .w25{
    width: 25%!important;
}
form .w2{
    width: 20%;
}
form .w1{
    width: 10%;
}
form.uiForm .fieldset .wrap-check,
form.uiForm .fieldset .wrap-range,
form.uiForm .fieldset .wrap{
    padding: 2px 8px 8px 0 !important;
}
form.uiForm .fieldset .wrap-check,
form.uiForm .fieldset .wrap-range{
    position: relative;
}
    form.uiForm .fieldset .wrap-range label{
        display: block;
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        padding: 4px;
        border: 1px solid #ccc;
        background: #fff;
        font-family: 'open_sansregular';
        color: #000;
        white-space: nowrap;
        text-transform: unset;
        text-align: center;
    }
form.uiForm .fieldset .wrap-check label{
    display: inline-block;
    vertical-align: middle;
    font-family: 'open_sanssemibold';
    font-size: 11px;
    text-transform: uppercase;
    width: calc(100% - 52px);
    text-align: left;
    padding: unset;
}
form.uiForm .fieldset .wrap-check.both-labels{
    text-align: center;
}
    form.uiForm .fieldset .wrap-check.both-labels label{
        width: unset;
    }
form.uiForm .fieldset .checkbox-item{
    display: inline-block;
    width: 40px;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    height: 32px;
}

    .fieldset .wrap-check .selector{
        display: inline-block !important;
        vertical-align: middle;
        position: relative;
        height: 31px;
        width: 45px !important;
        border: 1px solid #ccc;
        overflow: hidden;
        border-radius: 21px;
        -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;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    form.uiForm .fieldset .wrap-check.both-labels .selector{
        margin: 0 5px;
    }
    .fieldset .wrap-check .selector .check-status{
        display: block;
        height: 100%;
        width: 100%;
        padding: unset;
        background: #ccc;
        -webkit-transition: background 100ms linear;
        -moz-transition: background 100ms linear;
        -o-transition: background 100ms linear;
        transition: background 100ms linear;
    }
    .fieldset .wrap-check .selector .checkmark{
        height: unset !important;
        width: 28px;
        border-radius:100px;
        display: block;
        text-align: center;
        background-color: #fff;
        position: absolute;
        left: 2px;
        top:2px;
        bottom: 2px;
        -webkit-transition: all 100ms ease-in-out;
        -moz-transition: all 100ms ease-in-out;
        -o-transition: all 100ms ease-in-out;
        transition: all 100ms ease-in-out;
        padding: unset !important;
        cursor:pointer;
    }
    .fieldset .wrap-check .selector input:checked ~ .checkmark {
        right: 1px;
        left: unset;
    }
    .fieldset .wrap-check .selector input:checked ~ .check-status{
        background-color: #4bd963;
    }
form.uiForm .fieldset .wrap-select{
    padding: 2px 8px 8px 0;
    position: relative;
}
form.uiForm .fieldset .wrap-select:after{
    content: '\f0d7';
    font-family: 'FontAwesome';
    position: absolute; 
    right: 16px;
    top: 30%;
    pointer-events: none;
    font-size: 12px;
    color:#5d5b5b;
}
form.uiForm .fieldset .wrap-file{
    padding: 2px 8px 8px 0;
    position: relative;
}
form.uiForm .fieldset .wrap-file:before{
    display: block;
    display: -webkit-box;
    content: attr(data-before);
    -webkit-box-shadow: inset 0 0 0 1px #1a3852;
    -moz-box-shadow: inset 0 0 0 1px #1a3852;
    box-shadow: inset 0 0 0 1px #1a3852;
    position: absolute;
    top: 2px;
    left: 0;
    right: 8px;
    border-radius: 4px;
    font-size: 14px;
    color:#fff;
    font-family: 'open_sansregular';
    padding: 6px;
    height: 31px;
    line-height: 26px;
    box-sizing: border-box;
    overflow:hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    background-color: #1a3852 !important;
}
form.uiForm .fieldset .wrap-file:after{
    display: block;
    content: '\f15b';
    font-family: 'FontAwesome';
    font-size: 12px;
    right: 16px;
    color:#fff;
    top: 33%;
    position: absolute;
    pointer-events: none;
    
}
form.uiForm .fieldset .wrap-select:before{
    content: attr(data-content);
    position: absolute;
    right: 20px;
    left: 0;
    font-family: 'open_sansregular';
    font-size: 13px;
    line-height: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    pointer-events: none;
    height: 31px;
    box-sizing: border-box;
    padding: 6px;
    color: #5d5b5b;
}
form.uiForm .fieldset .wrap-select:after{
    content: '\f0d7';
    font-family: 'FontAwesome';
    position: absolute; 
    right: 16px;
    top: 30%;
    pointer-events: none;
    font-size: 12px;
}
form.uiForm .fieldset span{
   
    padding: 6px 4px;
    
    color:#fff;
    width: 100%;
    font-family: 'open_sansregular';
    font-size: 13px;
    box-sizing: border-box;
    height: 31px;
}
form.uiForm .fieldset i{
    display: block;
    padding: 6px 4px;
    color:#3e3a3a;
    width: 100%;
    font-family: 'open_sansregular';
    font-size: 13px;
    box-sizing: border-box;
    height: 31px;
}


form.uiForm .fieldset input,
form.uiForm .fieldset select,
form.uiForm .fieldset textarea{
    display: block;
    padding: 6px !important;
    color:#5d5b5b;
    -webkit-box-shadow: inset 0 0 0 1px #ccc !important;
    -moz-box-shadow: inset 0 0 0 1px #ccc !important;
    box-shadow: inset 0 0 0 1px #ccc !important;
    border-radius: 4px !important;
    background-color: #fff !important;
    width: 100%;
    font-family: 'open_sansregular';
    font-size: 13px;
    box-sizing: border-box;
    height: 31px;
    border: unset !important;
}
form.uiForm .fieldset input::-webkit-input-placeholder { 
  color:rgba(0, 0, 0, 0.6);
}
form.uiForm .fieldset input::-moz-placeholder { 
  color: rgba(0, 0, 0, 0.6);
}
form.uiForm .fieldset input:-moz-placeholder { 
  color:rgba(0, 0, 0, 0.6);
}

form.uiForm .fieldset .wrap .uiForm-wrapper{
   -webkit-box-shadow: inset 0 0 0 1px #ccc !important;
    -moz-box-shadow: inset 0 0 0 1px #ccc !important;
    box-shadow: inset 0 0 0 1px #ccc !important; 
    background-color: #fff;
    border-radius: 4px !important;
}
form.uiForm .fieldset .wrap .uiForm-wrapper icon{
    display: inline-block;
    vertical-align: middle;
    color: #02BFA4;
    font-size: 20px;
    width: 12%;
    min-width: 30px;
    border-radius: 4px 0 0 4px;
    text-align: center;
}

form.uiForm .fieldset .uiForm-wrapper input.withIcon{
    display: inline-block;
    vertical-align: middle;
    width: 88%;
    max-width: calc(100% - 30px);
    background-color:unset !important;
    color: #fff;
    -webkit-box-shadow: unset !important;
    -moz-box-shadow: unset !important;
    box-shadow: unset !important;
    height: 31px;
    border-top-left-radius: unset !important;
    border-bottom-left-radius: unset !important;
}
form.uiForm .fieldset .uiForm-wrapper input.withIcon::-webkit-input-placeholder { 
  color:rgba(0, 0, 0, 0.3);
}
form.uiForm .fieldset .uiForm-wrapper input.withIcon::-moz-placeholder { 
  color: rgba(0, 0, 0, 0.3);
}
form.uiForm .fieldset .uiForm-wrapper input.withIcon:-moz-placeholder { 
  color:rgba(0, 0, 0, 0.3);
}

form .fieldset input[type='range']{
    -webkit-appearance: none;
    width: 100%;
    height: 20px;
    border:1px solid #ccc;
    outline: none;
    border-radius: 6px;
    background: linear-gradient(90deg, rgb(0,145,208,1) 0%, rgb(255, 255, 255) 0%);
    -webkit-transition: .2s;
    transition: opacity .2s;
    padding: unset!important;
    margin:32px 0 5px 0;
}
    form .fieldset input[type='range']::-webkit-slider-thumb{
        -webkit-appearance: none;
        appearance:none;
        width: 50px;
        height: 30px;
        background-color: #fff;
        border:1px solid #ccc;
        border-radius: 4px;
        cursor: pointer;
    }
    form .fieldset input[type='range']::-moz-range-thumb{
        -webkit-appearance: none;
        appearance:none;
        width: 50px;
        height: 30px;
        background-color: #fff;
        border:1px solid #ccc;
        border-radius: 4px;
        cursor: pointer;
    }
form.uiForm .fieldset input.error,
form.uiForm .fieldset select.error,
form.uiForm .fieldset textarea.error{
    -webkit-box-shadow: inset 0 0 0 1px #f00 !important;
    -moz-box-shadow: inset 0 0 0 1px #f00 !important;
    box-shadow: inset 0 0 0 1px #f00 !important;
}
form.uiForm .fieldset select{
    color:transparent !important;
}

form.uiForm .fieldset input[type="file"]{
    opacity: 0;
}
form.uiForm input[type="date"]{
    padding: 9px 6px !important;
}
form.uiForm input[type="radio"],
form.uiForm input[type="checkbox"]{
    padding: unset !important;
    opacity: 0;
    position: absolute;
    cursor:pointer;
    -webkit-appearance: checkbox;
}

form.uiForm .fieldset textarea{
    height: 80px;
}
form.uiForm .fieldset button{
    display: block;
    padding: 6px 0;
    color:#fff;
    text-indent: 8px;
    border-radius: 4px;
    background-color: #607D8B;
    width: 100%;
    font-family: 'open_sansregular';
    font-size: 13px;
    line-height: 13px;
    cursor:pointer;
    height: 31px;
}
form.uiForm .fieldset button span{
    font-family: 'open_sansregular';
    font-size: 13px;
}
form.uiForm .fieldset [type="button"],
form.uiForm .fieldset [type="submit"]{
    background-color: #EEAA0F !important;
    height: 31px;
    color:#fff;
    font-family: 'open_sansregular';
    -webkit-box-shadow: unset !important;
    -moz-box-shadow: unset !important;
    box-shadow: unset !important;
}
form.uiForm .fieldset button b{
    font-family: 'FontAwesome';
    display: inline-block;
}
form.uiForm .fieldset .selector{
    display: block;
    width: 100%;
}
    form.uiForm .fieldset .selector button.option{
        display: inline-block;
        width: calc(100% / 3);
        vertical-align: top;
        margin: unset;
        border: 1px solid #0091d0;
        text-align: center;
        padding: 6px 4px;
        cursor: pointer;
        color: #0091d0;
        border-radius: unset;
        background: #fff;
        font-size: 11px;
        font-family: 'open_sansregular';
        text-indent: unset;
        height: 31px;
        box-sizing: border-box;
        text-transform: capitalize;
    }
    form.uiForm .fieldset .selector.block button.option{
        display: block;
        width: 100%;
    }
    form.uiForm .fieldset .selector button.option:first-child{
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        border-right:unset;
    }
    form.uiForm .fieldset .selector button.option:last-child{
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
        border-left: unset;
    }
    form.uiForm .fieldset .selector.block button.option{
        border: 1px solid #0091d0;
    }
    form.uiForm .fieldset .selector button.option:hover,
    form.uiForm .fieldset .selector button.option.selected{
        background-color: #0091d0;
        color: #fff;
    }
        form.uiForm .fieldset .selector button.option b{
            color: #0091d0;
            display: inline;
            position: relative;
        }
        form.uiForm .fieldset .selector button.option:hover b,
        form.uiForm .fieldset .selector button.option.selected b{
            color: #fff;
            background-color: #0091d0;
        }
            form.uiForm .fieldset .selector button.option b .bubble-selector-info{
                display: block;
                position: absolute;
                bottom: calc(100% + 10px);
                left: -5px;
                opacity: 0;
                -webkit-box-shadow: 0px 1px 5px 2px rgba(0,0,0,0.4);
                -moz-box-shadow: 0px 1px 5px 2px rgba(0,0,0,0.4);
                box-shadow: 0px 1px 5px 2px rgba(0,0,0,0.4);
                width: 100px;
                border-radius: 2px;
                height: 0;
                width: 0;
                overflow:hidden;
            }
                form.uiForm .fieldset .selector button.option b .bubble-selector-info:before{
                    content: '';
                    width: 10px;
                    height: 10px;
                    background: #fff;
                    position: absolute;
                    top: calc(100% - 5px);
                    left: 5px;
                    transform:rotate(45deg);
                    -webkit-box-shadow: 0px 1px 5px 2px rgba(0,0,0,0.4);
                    -moz-box-shadow: 0px 1px 5px 2px rgba(0,0,0,0.4);
                    box-shadow: 0px 1px 5px 2px rgba(0,0,0,0.4);
                }
            form.uiForm .fieldset .selector button.option b:hover .bubble-selector-info{
                opacity: 1;
                height: unset;
                width: 100px;
                overflow: unset;
            }
                form.uiForm .fieldset .selector button.option b .bubble-selector-info .wrap{
                    padding: 3px;
                    z-index: 1;
                    background: #fff;
                    height: 100%;
                    box-sizing: border-box;
                    border-radius: 2px;
                    position: relative;
                }
                    form.uiForm .fieldset .selector button.option b .bubble-selector-info .wrap p{
                        color: #465765;
                        font-family: 'open_sansregular';
                        font-size: 8px;
                        padding: unset;
                        margin: unset;
                        letter-spacing: unset;
                        text-align: left;
                        width: unset;
                    }
*/
.popUp{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .popUp-content{
        /* position: absolute; */
        height: 200px;
        width: 300px;
        /* margin-left: -150px; */
        /* margin-top:-100px; */
        /* left:50%; */
        /* top: 50%; */
        border-radius: 4px;
        background-color: #fff;
        position: relative;
    }
        .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;
            overflow: hidden;
            box-sizing: border-box;
        }
            .popUp-content .content-wrap .content-display{
                height: 100%;
                overflow: scroll;
                -webkit-overflow-scrolling: touch;
            }
        .popUp-content .content-wrap:nth-child(2){
            border-top-left-radius: 2px;
            border-top-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%;}
