/* This script sets properties to help make styling simple and effective */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    line-height: 1.25;
    overflow-x: hidden;
	font-family: Roboto, Segoe UI;
}

ol, ul {
    list-style: none;
}

.padding-10{
	padding: 10px;
}

.padding-right-left{
	padding-left: 10px;
	padding-right: 10px;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.caps {
    text-transform: uppercase;
}

* {
    box-sizing: border-box;
    outline: 0px solid transparent !important;
}

.material-icons, .glyphicon {
    text-rendering: optimizelegibility;
    -webkit-font-feature-settings: 'Liga';
}

.clearfix {
}

.clearfix::after {
    display: table;
    content: "";
    clear: both;
}

.tdu {
    text-decoration: underline !important;
}

.z-zero{
    z-index: 0 !important;
}

a {
    color: inherit;
    text-decoration: none;
}

.ofit {
    object-fit: cover;
}

.image-full > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

img {
    object-fit: cover;
}

button {
    cursor: pointer;
}

div.container,div.wrappper {
    width: 100%;
    position: relative;
}

.-iright- {
    float: right;
}

select:not(.amon) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(data:image/svg+xml;utf8;base64,PHN2ZyBoZWlnaHQ9JzI1JyB2aWV3Qm94PScwIDAgMjQgMjQnIHdpZHRoPSc1MCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNNyAxMGw1IDUgNS01eicgZmlsbD0nIzk5OScvPjwvc3ZnPg==) no-repeat right 30% !important;
}

::selection {
    background: #17a05d;
    color: #fff;
}

::-moz-selection {
    background: #17a05d;
    color: #fff;
}

.trans {
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tac {
    text-align: center;
}

h4, h1, h3, h5, h2, h6, b {
    font-weight: 500;
}

ul.descli {
    margin-left: 20px;
}

ul.descli > li {
    font-weight: 400;
    line-height: 26px;
    list-style-type: square;
    font-size: 95%;
    color: #5e5e5e;
}

div.flexx-box {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-direction: row;
}

div.flexx-box > div {
    padding: 10px 0;
}

div.flexx-box > div:first-child {
    margin-right: 16px;
}

div.flexx-box > div:first-child > i {
    font-size: 120%;
    color: #007acc;
}

div.flexx-box > div:nth-child(2) {
    align-self: stretch;
    flex-grow: 1;
    font-weight: 400;
}

div.flexx-box > div:nth-child(2) > .mtxx {
    font-size: .92rem;
    line-height: 1.5;
}

div.flexx-box > div:nth-child(2) > .mtxx.inh {
    color: #5e5e5e;
}

div.flexx-box > div:nth-child(3) {
    width: 100px;
    text-align: right;
}

div.flexx-box > div .click-item {
    display: inline-block;
    background-color: #007acc;
    color: #ffffff !important;
    border: 1px solid #0078d7;
    padding: 8px 10px;
    border-radius: 2px;
    font-size: 80%;
    cursor: pointer;
    font-weight: 500;
}

.ttl-hidden {
    display: none !important;
}

.double-sided-box {
    width: 100%;
    padding: 10px;
}

.double-sided-box > div {
    width: 100%;
}

.double-sided-box > div:first-child {
    text-align: center;
}

.double-sided-box > div:first-child > * {
    margin-bottom: 15px;
}

.double-sided-box > div:nth-child(2) {
    white-space: nowrap;
    border: 1px solid rgb(221,221,221);
    overflow: hidden;
    border-radius: 60px;
}

.double-sided-box > div:nth-child(2) > input {
    width: 50%;
    margin: 0;
    padding: 10px;
    text-align: center;
    border-width: 0;
}

.double-sided-box > div:nth-child(3) {
    text-align: center;
    margin-top: 20px;
}

.double-sided-box > div:nth-child(3) > button {
    padding: 8px 16px;
    background: rgb(231,231,231);
    font-weight: 500;
    border: 1px solid rgb(221,221,221);
    border-radius: 60px;
}

.double-sided-box > div:nth-child(2) > input:nth-child(2) {
    margin-left: -5px;
    border-left: 1px solid rgb(221,221,221);
}

.tar {
    text-align: right;
}

.tal {
    text-align: left;
}

.cur {
    cursor: pointer;
}

.small-title {
    color: #6e6b7e;
}

.loading-spinner {
    display: none !important;
}

.ls-loading,.spin-item {
    position: relative;
    animation: myrotate 1s 0s linear infinite;
    -webkit-animation: myrotate 1s 0s linear infinite;
    -moz-animation: myrotate 1s 0s linear infinite;
    -ms-animation: myrotate 1s 0s linear infinite;
    -o-animation: myrotate 1s 0s linear infinite;
}

@keyframes myrotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes myrotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-moz-keyframes myrotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-ms-keyframes myrotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-o-keyframes myrotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.sprtor {
    width: 100%;
    height: 1px;
    background: rgb(231,231,231);
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.empty-container-all {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: transparent;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

.empty-container-all > div > * {
    text-align: center;
    margin: 20px 0;
}

.empty-container-all > div > div > i {
    display: inline-block;
    width: 100px;
    height: 100px;
    background-color: rgb(221,221,221);
    line-height: 100px;
    color: #696969;
    font-size: 350%;
    border-radius: 50%;
}

.empty-container-all > div button {
    padding: 8px 16px;
    background: #45a049;
    font-weight: 500;
    color: #ffffff;
    border-width: 0;
    border-radius: 60px;
}

.empty-container-all > div p {
    color: #696969;
}

.cdi-general-box {
    width: 100%;
    height: 100%;
    background-color: rgba(36,43,56,0.8);
    position: fixed;
    z-index: 99;
    top:0;
    left:0;
    display:none;
}

.cdi-general-box > div {
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

.cgb-main {
    width: 70%;
    max-width: 900px;
    min-width: 300px;
    background-color: #ffffff;
    box-shadow: 0 1px 3px 2px rgba(0,0,0,0.15);
    border-radius: 2px;
    overflow: hidden;
}

.cgb-main > div {
    width: 100%;
    padding: 10px;
    position: relative;
}

.cgb-main > div:nth-child(2) {
    border-top: 1px solid rgb(241,241,241);
}

.cgb-main > div:nth-child(1) {
    display: table;
    padding: 0;
    background-color: rgb(241,241,241);
}

.cgb-main > div:nth-child(1) > div {
    display: table-cell;
    vertical-align: middle;
    padding: 8px;
}

.cgb-main > div:nth-child(1) > div:first-child, .cgb-main > div:nth-child(1) > div:nth-child(3) {
    width: 10%;
    text-align: center;
}

.cgb-main > div:nth-child(1) > div:nth-child(2) {
    width: 80%;
    padding-left: 0;
    padding-right: 0;
}

.cgb-main > div:nth-child(1) > div:nth-child(2) > input {
    width: 100%;
    border-width: 0;
    padding: 10px;
    background-color: rgb(241,241,241);
}

.cgb-main > div:nth-child(2) {
    min-height: 200px;
    max-height: 450px;
    overflow-y: auto;
    padding: 0;
}

.cgb-main > div:nth-child(2) > .cgb-item {
    width: 100%;
    display: block;
    padding: 15px 20px;
    font-size: .85rem;
    padding: 10px 15px;
}
.pnjob {
    background: #f0f8ff;
    color: #696969;
}
a.cgb-item.ellipsis.trans.cur.pnjob.clearfix {
    margin-bottom: 10px;
}
span.star-rate {
    background: #1e90ff;
    font-weight: 500;
    padding: 2px 5px;
    color: #ffffff;
    border-radius: 2px;
    font-size: .65rem;
}
.dflex{
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
}
.dflex-align{
	align-items: center;
}
.dflex-stretch{
	align-self: stretch;
	flex-grow: 1;
}
.dflex-space-between{
	justify-content: space-between;
}
.dflex-wrap{
	flex-wrap: wrap;
}
.dflex-center{
	align-items: center;
	justify-content: center;
}
.color-white{
	color: #fff !important;
}
.color-snow{
	color: #aeaeae !important;
}
.pad{
	padding: 70px 0px; 
}
.pad-25{
	padding: 25px 0px;
}
.spscr::-webkit-scrollbar {
    width: 8px;
}
.spscr::-webkit-scrollbar-track {
    background: #f7f7f7;
}
.spscr::-webkit-scrollbar-thumb {
    background: #888;
}
.spscr-hi::-webkit-scrollbar {
    width: 8px;
	display: none;
}
.spscrhi::-webkit-scrollbar-track {
    background: #f7f7f7;
}
.spscrhi::-webkit-scrollbar-thumb {
    background: #888;
}
@media screen and (min-width: 950px){
	.cgb-main > div:nth-child(2) > .cgb-item:not(.pnjob):hover,.cgb-main > div:nth-child(2) > .cgb-item:not(.pnjob) > span:hover {
		color: #696969;
		border-color: #696969;
	}
	.double-sided-box > div:nth-child(3) > button:hover {
		background: rgb(221,221,221);
	}

	.double-sided-box > div:nth-child(2) > input:focus {
		background-color: aliceblue;
	}

	div.flexx-box > div .click-item:hover {
		background-color: #0078d7;
	}

	.tdu:hover {
		border: 1px dotted #45a049;
	}
}