body {
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    background: #FFFFFF;
}

textarea {
    min-height: 30px;
}

.btn {
    cursor: pointer;
}

.fwb {
    font-weight: bold;
}

.scroll-table {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
#tablesorting-1 {
    width: auto;
    min-width: 100%;
    table-layout: fixed;
}
#tablesorting-1 td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 10px;
}
#tablesorting-1 th {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 10px;
}
.input-range {
    margin-top: 10px;
    display: none;
}
.range-group {
    position: relative;
    padding-top: 10px;
}
.range-group > a {
    display: inline-block;
    width: 40px;
    height: 20px;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.range-group > a:hover {
    display: inline-block;
    width: 40px;
    height: 20px;
    cursor: pointer;
    text-align: center;
    -webkit-transform: rotate(-15deg) scale(1.3);
    -ms-transform: rotate(-15deg) scale(1.3);
    transform: rotate(-15deg) scale(1.3);
}
.range-group > a:before {
    content: "\2606"; /*â˜†*/
    font-family: "Ionicons";
    font-size: 35px;
    color: #cccccc;
}
.range-group > a.on:before {
    content: "\2605"; /*â˜…*/
    color: #f3d400;
}

#img_field {
    font-size: 15px;
    margin-top: 10px;
    padding: 5px 8px;
    border: dashed 5px #aaaaaa;
    color: #888888;
    position: relative;
    padding: 0;
    border-radius: 5px;
    cursor: pointer;
    height: 150px;
    text-align: center;
    line-height: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #efefef;
    overflow: hidden;
    box-sizing: border-box;
    transition: 0.3s ease-out;
}

label.wel {
    padding: .25em 0 .25em .75em;
    border-left: 6px solid #003a6f;
    color: #003a6f;
    font-size: 14px;
    margin-bottom: 5px;
}

/* -------------------------------------------------------------------------------
Author: Klip Buttons
Author URI: http://www.klipbuttons.com

Package Name: Klip Buttons - CSS3 Retina Ready Social Buttons
Version: 1.0
------------------------------------------------------------------------------- */



/* Simple 3D Buttons */

.simple-3d {
    font-family: "Helvetica Neue","Helvetica","Arial",Sans-Serif;
    background: #f5f5f5;
    color: white;
    width:100%;
    display: inline-block;
    text-shadow: 0 1px 1px rgba(111, 111, 111, 0);
    position: relative;
    border: none;
    font-size: 12px;
    padding: 40px 25px;
    display: inline-block;
    box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.2), inset 0px -5px 0px 0px rgba(0,0,0,0.3), inset 0px 2px 0px 0px rgba(255,255,255,0.5);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    font-weight: normal;
    text-align: center;
}

.simple-3d:focus{
    outline:none;
}

.simple-3d:active {
    box-shadow: 1px 1px 0 #fff, inset 0 1px 3px rgba(0, 0, 0, 0.4);
    top: 1px;
}


.simple-3d:hover {
    background-color: #f5f5f5;
}

.simple-3d span{
    display: inline-block;
    width: 25px;
    height: 20px;
    background-image: url('../images/social-sprite.png');
    margin-left: -15px;
    margin-right: 10px;
    margin-bottom: -7px;
}


.simple-3d.small{
    padding: 8px 10px;
    width:80px;
    font-size:10px;
    box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.2), inset 0px -4px 0px 0px rgba(0,0,0,0.3), inset 0px 2px 0px 0px rgba(255,255,255,0.5);
}

.simple-3d.small:active {
    box-shadow: 1px 1px 0 #fff, inset 0 1px 3px rgba(0, 0, 0, 0.4);
    top: 1px;
}


.simple-3d.small span{
    display: inline-block;
    width: 25px;
    height: 20px;
    background-image: url('../images/social-sprite.png');
    margin-left: -2px;
    margin-right: 3px;
    margin-bottom: -7px;
}


/* Simple Flat Buttons */

.simple-flat {
    font-family: "Helvetica Neue","Helvetica","Arial",Sans-Serif;
    background: #f5f5f5;
    color: white;
    width:90px;
    text-shadow: 0 1px 1px rgba(111, 111, 111, 0);
    position: relative;
    border: none;
    font-size: 12px;
    padding: 10px 25px; display: inline-block;
    box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.0), inset 0px -2px 0px 0px rgba(0,0,0,0.0), inset 0px 2px 0px 0px rgba(255,255,255,0.5);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
}

.simple-flat.small{
    padding: 8px 10px;
    width:80px;
    font-size:10px;
}

.simple-flat:focus{
    outline:none;
}

.simple-flat:active {
    box-shadow: 1px 1px 0 #fff, inset 0 1px 15px rgba(0, 0, 0, 0.3);
}


.simple-flat:hover {
    background-color: #f5f5f5;
}


.simple-flat span{
    display: inline-block;
    width: 25px;
    height: 20px;
    background-image: url('../images/social-sprite.png');
    margin-left: -15px;
    margin-right: 10px;
    margin-bottom: -7px;
}

.simple-flat.small span{
    display: inline-block;
    width: 25px;
    height: 20px;
    background-image: url('../images/social-sprite.png');
    margin-left: -2px;
    margin-right: 3px;
    margin-bottom: -7px;
}



/* Circle 3D Buttons */


.circle-3d {
    background: #f5f5f5;
    color: #FFFFFF;
    text-align:center;
    text-shadow: 0 1px 1px rgba(111, 111, 111, 0);
    position: relative;
    border: none;
    font-size: 12px;
    padding: 15px 22px;
    display: inline-block;
    box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.2), inset 0px -5px 0px 0px rgba(0,0,0,0.3), inset 0px 2px 0px 0px rgba(255,255,255,0.5);
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
}

.circle-3d:focus{
    outline:none;
}

.circle-3d:active {
    box-shadow: 1px 1px 0 #fff, inset 0 1px 3px rgba(0, 0, 0, 0.4);
    top: 1px;
}


.circle-3d:hover {
    background-color: #f5f5f5;
}

.circle-3d span{
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../images/social-sprite.png');
    margin-top:7px;
}


.circle-3d.small {
    padding: 5px 13px;
    box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.2), inset 0px -4px 0px 0px rgba(0,0,0,0.3), inset 0px 2px 0px 0px rgba(255,255,255,0.5);
}

.circle-3d.small:active {
    box-shadow: 1px 1px 0 #fff, inset 0 1px 3px rgba(0, 0, 0, 0.4);
    top: 1px;
}




/* Circle Flat Buttons */


.circle-flat {
    background: #f5f5f5;
    color: white;
    text-align:center;
    text-shadow: 0 1px 1px rgba(111, 111, 111, 0);
    position: relative;
    border: none;
    font-size: 12px;
    padding: 15px 22px;
    display: inline-block;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
}

.circle-flat:focus{
    outline:none;
}

.circle-flat:active {
    box-shadow: 1px 1px 0 #fff, inset 0 1px 15px rgba(0, 0, 0, 0.3);

}


.circle-flat:hover {
    background-color: #f5f5f5;
}

.circle-flat span {
    display: inline-block;
    width: 21px;
    height: 18px;
    background-image: url('../images/social-sprite.png');
    margin-top: 9px;
}


.circle-flat.small span {
    width: 20px;
}

.circle-flat.small {
    padding: 0px 8px;
}



/* Media Upload  */


#fileThumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 2em auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    transition: all 0.25s ease-in-out;
    height:285px;
}

#fileThumb:empty {
    margin: 0 auto;
    height: 0;
    transition: all 0.25s ease-in-out;
}

@media screen and (min-width: 630px) {
    #fileThumb {
        width: 507px;
    }
}

#mediaInputGroup {
    position: relative;
    width: 75px;
    height: 75px;
    overflow: hidden; /* for IE */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 5px rgb(29, 161, 242);
    box-shadow: 0 0 5px rgb(29, 161, 242);
    margin: 0 auto 1em;
}

#mediaInputGroup:hover {
    -webkit-box-shadow: 0 0 5px rgba(29, 161, 242, 0.4);
    box-shadow: 0 0 5px rgba(29, 161, 242, 0.4);
    background: rgba(143, 212, 255, 0.4);
}

#mediaInputGroup #mediaFiles {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
    opacity: 0;
    filter: alpha(opacity=0); /* for IE */
    -ms-filter: "alpha(opacity=0)"; /* for IE */
    cursor: pointer;
    font-size: 60px;
}

.mediaSelectBtn > .fa {
    font-size: 25px;
    color: #1da1f2;
    width: inherit;
    cursor: pointer;
}

div[id*="fileThumb__item"] {
    width: 100%;
    height: 100%;
    position: relative;
}

div[id*="fileThumb__item"] > figure {
    max-width: 100%;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center;
    border-radius: 5%;
}

div[id*="fileThumb__item"] > figure > img {
    height: 100%;
    opacity: 0;
    pointer-events: none; /* for iOS */
}

#fileThumb > .js-isLeft,
#fileThumb > .js-isRight {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#fileThumb > .js-isLeft {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

#fileThumb > .js-isRight {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#fileThumb .close {
    position: absolute;
    top: 5px;
    left: 5px;
    border: 0;
    background: #000;
    margin: 0;
    cursor: pointer;
    z-index: 1000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
}

#fileThumb .close:before, #fileThumb .close:after {
    content: "";
    position: absolute;
    top: 7px;
    left: 14px;
    width: 2px;
    height: 16px;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background-color: #FFF;
}

#fileThumb .close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#fileThumb .close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#fileThumb .close:hover {
    opacity: .8;
}



/* Social Buttons Icons  */


.social-btn.twitter{background: #00bbf5;}
.social-btn.twitter:hover {background-color: #00ade2;}
.social-btn.twitter span{background-position: -10px -12px;}

.social-btn.facebook{background: #3b5999;}
.social-btn.facebook:hover {background-color: #305197;}
.social-btn.facebook span{background-position: -54px -12px;}

.social-btn.dribbble{background: #f46899;}
.social-btn.dribbble:hover {background-color: #ee578c;}
.social-btn.dribbble span{background-position: -95px -13px;}

.social-btn.googlep{background: #252223;}
.social-btn.googlep:hover {background-color: #252223;}
.social-btn.googlep span{background-position: -138px -12px;}

.social-btn.pinterest{background: #f13434;}
.social-btn.pinterest:hover {background-color: #ef2424;}
.social-btn.pinterest span{background-position: -180px -12px;}

.social-btn.evernote{background: #87c442;}
.social-btn.evernote:hover {background-color: #78c125;}
.social-btn.evernote span{background-position: -223px -12px;}

.social-btn.forrst{background: #558f5f;}
.social-btn.forrst:hover {background-color: #438f50;}
.social-btn.forrst span{background-position: -267px -13px;}

.social-btn.wordpress{background: #9da3aa;}
.social-btn.wordpress:hover {background-color: #909daa;}
.social-btn.wordpress span{background-position: -310px -12px;}


.social-btn.digg{background: #5989ba;}
.social-btn.digg:hover {background-color: #4880b9;}
.social-btn.digg span{background-position: -352px -12px;}

.social-btn.vimeo{background: #5dc8ff;}
.social-btn.vimeo:hover {background-color: #3dbdff;}
.social-btn.vimeo span{background-position: -13px -54px;}

.social-btn.youtube{background: #fe0000;}
.social-btn.youtube:hover {background-color: #e30000;}
.social-btn.youtube span{background-position: -53px -54px;}

.social-btn.linkedin{background: #1385c4;}
.social-btn.linkedin:hover {background-color: #007cc0;}
.social-btn.linkedin span{background-position: -97px -55px;}

.social-btn.flickr{background: white; color:#444;}
.social-btn.flickr:hover {background-color: #eaeaea;}
.social-btn.flickr span{background-position: -140px -54px;}

.social-btn.behance{background: #1376ff;}
.social-btn.behance:hover {background-color: #006bff;}
.social-btn.behance span{background-position: -180px -55px;}

.social-btn.zerply{background: #9dbc79;}
.social-btn.zerply:hover {background-color: #91bd5e;}
.social-btn.zerply span{background-position: -225px -54px;}

.social-btn.tumblr{background: #3c5a76;}
.social-btn.tumblr:hover {background-color: #315475;}
.social-btn.tumblr span{background-position: -267px -54px;}

.social-btn.blogger{background: #ff6300;}
.social-btn.blogger:hover {background-color: #e85a00;}
.social-btn.blogger span{background-position: -310px -54px;}

.social-btn.rss{background: #f6a42b;}
.social-btn.rss:hover {background-color: #f49811;}
.social-btn.rss span{background-position: -350px -54px;}

/* Login Btn
--------------------------------*/
.login-submit-btn {
    background-image: none;
    background: #003a70;
    color: #FFF;
    padding: 1em 5em!important;
    width: inherit;
    height: 55px!important;
    margin: 0 auto!important;
    border: none;
    border-radius: 3px;
    float: none;
    line-height: inherit;
    transition: all .5s ease-in-out;
}

.login-submit-btn > i {
    color: #FFF;
}

.login-submit-btn:hover {
    background: #002548;
    border:none;
}
