@charset "utf-8";

/* ELEMENT */
* {
    -webkit-appearance: none;
}
html {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 12px;
    background-color: #F5F7FA;
}
body {
}
h1, h2, h3, h4, h5, h6 {
    display: inline;
}
input, select, textarea {
    background-color: #F4F4F4;
    outline: none;
} 
input:focus, select:focus, textarea:focus {
    background-color: #eff9ff;
    box-shadow: none;
    outline: none;
}
input:checked ~ span.set-color {
    background: #7DC500;
}
input:checked ~ span.set-color2 {
    background: #5D9CEC;
}
input:checked ~ span.set-color3 {
    background: #F1C40F;
}
select {
    min-width: 70px!important;
}
select#query-division,
select#query-operational-end,
select#query-client-operational-end,
select#query-job-location {
    min-width: 70px!important;
    color: #5C5C5C;
    padding: 1px 10px;
    box-shadow: none;
    background-color: #F4F4F4;
    border: 1px #EAE4E4 solid;
    border-radius: 3px;         /* CSS3 */
    -moz-border-radius: 3px;    /* Firefox */
    -webkit-border-radius: 3px; /* Safari,Chrome */
}
#query-account-name,
#query-company-order,
#query-start,
#query-end,
#query-operational-start,
#query-operational-end {
    min-width: 70px!important;
    color: #5C5C5C;
    padding: 1px 10px;
    box-shadow: none;
    background-color: #F4F4F4;
    border: 1px #EAE4E4 solid;
    border-radius: 3px;         /* CSS3 */
    -moz-border-radius: 3px;    /* Firefox */
    -webkit-border-radius: 3px; /* Safari,Chrome */
}

/* ID */

/* user */
#ul-user2 > li {
	width: 1556px;
	min-width: 100%;
}
#ul-user2-regular > li {
	width: 1556px;
	/*width: 865px;*/
	min-width: 100%;
}
#ul-user2-regular-my > li {
	/*width: 1556px;*/
	width: 865px;
	min-width: 100%;
}
#ul-user2-client > li {
	width: 1456px;
	min-width: 100%;
}
#ul-account > li {
	width: 1280px;
    min-width: 100%;
}
#ul-manager-user-admin > li,
#ul-manager-user-client > li {
    min-width: 100%;
}
#ul-manager-user-admin .thumbnail-list,
#ul-manager-user-client .thumbnail-list {
	height: 30px;
}
#ul-user2 hr,
#ul-user2-regular hr,
#ul-user2-regular-my hr,
#ul-user2-client hr,
#ul-account hr,
#ul-manager-user-admin hr,
#ul-manager-user-client hr {
    margin: 0;
}
#account-name {
      font-size: 13px;
      color: #757575;  
      cursor: pointer;
}
#label-point {
    color: #F1C40F;
    font-size: 15px;
}
#point {
    color: #F1C40F;
    font-size: 24px;
}
#mini-point {
    display:none;
    text-align: center;
    color: #F1C40F;
    font-size: 12px;
}

/* auth */
#admin-message {
    font-size: 14px;
    margin: 0 0 15px 0;
    padding: 5px;
    color: #777777;
    background-color: #FFF;
    border-radius: 5px;         /* CSS3 */
    -moz-border-radius: 5px;    /* Firefox */
    -webkit-border-radius: 5px; /* Safari,Chrome */
}
#reset-title {
    color: #919191;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 20px 0;
}
#register-admin-form {
    margin: 0;
    padding: 0;
}
#login-logout-message {
    margin: 0 0 20px 0;
    padding: 1px 0 0 0;
    background-color: #7DC500;
    color: #FFF;
    border-radius: 3px;         /* CSS3 */
    -moz-border-radius: 3px;    /* Firefox */
    -webkit-border-radius: 3px; /* Safari,Chrome */
}
#login-error-message {
    margin: 0 0 20px 0;
    padding: 1px 0 0 0;
    background-color: #F95864;
    color: #FFF;
    border-radius: 3px;         /* CSS3 */
    -moz-border-radius: 3px;    /* Firefox */
    -webkit-border-radius: 3px; /* Safari,Chrome */
}
#newpassword-message,
#role-name {
    margin: 0 0 25px 0;
    padding: 1px 0 0 0;
    background-color: #7DC500;
    color: #FFF;
    border-radius: 3px;         /* CSS3 */
    -moz-border-radius: 3px;    /* Firefox */
    -webkit-border-radius: 3px; /* Safari,Chrome */
}

/* survey */
#survey-delete {
    background-color: #F95864;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 12px;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
    display: none;
}
#update-survey-submit {
    display: none;
}

#create-question-submit {
    display: none;
}
#create-survey-submit {
    display: none;
}
#question-list input,
#question-list textarea {
    width: 110px;
}
#question-submit {
    display: none;
}
#question-delete {
    cursor: pointer;
}
#question-form input[type="radio"],
#question-form input[type="checkbox"],
#mental-form input[type="radio"],
#mental-form input[type="checkbox"],
#motivation-form input[type="radio"],
#motivation-form input[type="checkbox"] {
    width: 1px;
    height: 1px;
    opacity: 0;
}

/* button */
#user-delete,
#skill-delete,
#skill-modify,
#certificate-modify,
#certificate-delete,
#experience-detail,
#experience-modify,
#experience-delete,
#portfolio-modify,
#portfolio-delete,
#training-detail,
#training-modify,
#training-delete,
#evaluate-detail,
#evaluate-modify,
#evaluate-delete {
    cursor: pointer;
}

/* etc */
#skill-list tr td:nth-child(3),
#skill-list tr td:nth-child(4) {
    font-size: 12px;
    color: #009FD1;
    display: table-cell;
    vertical-align: middle;
}
#skill-cancel,
#certificate-cancel,
#experience-cancel,
#portfolio-cancel,
#training-cancel,
#evaluate-cancel {
    display: none;
}
#ul-user,
#ul-user2,
#ul-user-regular,
#ul-user2-regular,
#ul-user2-regular-my,
#ul-user2-client,
#ul-account,
#ul-manager-user-admin,
#ul-manager-user-client,
#ul-evaluate {
    list-style: none;
    margin: 12px 0;
    padding: 0;
    display: none;
	width: 100%;
    overflow-y: hidden;
}
#ul-project,
#ul-project-regular,
#ul-project-client {
    list-style: none;
    margin: 12px 0;
    padding: 0;
    display: none;
}
#ul-project-regular .thumbnail {
    cursor: default;
}
#ul-project-public {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    display: none;
}
#project-member {
    padding: 0 10px;
    list-style: none;
}
#motivation-submit {
    display: none;
}
#sortable tr:hover {
    /*cursor: move;*/
}
#add-user-csv-list {
    font-size: 11px;
}
#plan-table {
    margin: 0 20px;
    border-collapse: separate;
    border-spacing: 0 20px;
}
#plan-notice-table {
    margin: 0 20px;
    border-collapse: separate;
    border-spacing: 20px 20px;
}
#payjp_checkout_box {
    margin: 0 0 20px 32px;
}
#change-plan {
    cursor: pointer;
    text-decoration: underline;
}
#plan-submit {
    margin: 0 0 32px 32px;
    display: none;
}
#cancellation {
    cursor: pointer;    
}

/* sort */
#sort-box,
#statistic-box {
    margin: 0 0 15px 7px;
    /*text-align: center;*/
}
#search-box-user2 {
    margin-bottom: -15px;
    /*text-align: center;*/
}
.filter-box {
	margin: 0 0 15px 7px;
}
.filter-box .tab-filter {
	text-align: left !important;
}
.filter-box hr {
	margin-top: 3px !important;
	margin-bottom: 0px !important;
}
.filter-box .form-group{
	margin-bottom: 7px !important;
}
#sorting-name,
#sorting-hireday,
#sorting-birthday,
#sorting-number,
#sorting-name-regular,
#sorting-hireday-regular,
#sorting-birthday-regular,
#sorting-number-regular,
#sorting-name2,
#sorting-hireday2,
#sorting-birthday2,
#sorting-number2,
#sorting-name2-regular,
#sorting-hireday2-regular,
#sorting-birthday2-regular,
#sorting-number2-regular,
#sorting-name2-client,
#sorting-hireday2-client,
#sorting-birthday2-client,
#sorting-operational-start2-client,
#sorting-operational-end2-client,
#sorting-number2-client,
#sorting-acc-project,
#sorting-acc-request,
#sorting-acc-active,
#sorting-acc-none-active,
#sorting-operational-start2,
#sorting-monthly-unit-price2,
#sorting-total-member {
    margin: 0 10px;
    cursor: pointer;
    color: #00B3EA;
}
#sorting-clear,
#sorting-clear-regular,
#sorting-clear2,
#sorting-clear2-regular,
#sorting-clear2-client {
    margin: 0 20px 0 0;
    cursor: pointer;
    color: #00B3EA;
}
#description-division,
#description-operational-end {
    margin: 0 0 0 20px;
    color: #5C5C5C;
}
/* CLASS */

/* user */

.role-select {
    margin: 15px 0 0 0;
}
.mini-point {
    display:none;
    text-align: center;
    font-size: 12px;
}
 .user-line {
    background-color: #00B3EA;
    height: 3px;
    margin: 0 0 7px 0;
}
.user-kana {
    color: #757575;
    font-size: 14px;
    margin: 0 ;
}

.user-role {
    color: #ADADAD;
    font-size: 15px;
    font-weight: bold;
}
.modal-user-list {
    padding: 0 15px;
}
.user-col-left {
    color: #757575;
    border-right: 1px solid #FFF; 
}
.user-col-right {
    color: #757575;
    border-left: 1px solid #FFF; 
}
.user-col {
    color: #757575;
}
.user-cell {
    color: #222D32;
    font-size: 13px;
    padding: 0;
    margin: 0 0 4px 0;
}
.user-box,
.account-box,
.user-admin-box,
.user-client-box {
    padding : 4px;
}
.user-box hr,
.user-admin-box hr,
.user-client-box hr {
    padding: 0;
    margin: 0;
}
.row-user-appeal,
.row-user-note {
    max-width: 85%;
    margin: 0 auto;
}
.user-appeal,
.user-note {
    display: inline-block;
    text-align: left;
}
.row-user-portfolio {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}
.user-portfolio {
    display: inline-block;
    text-align: left;
}
.thumbnail .thumbnail-image {
    background-color: #F7F7F7;
    padding: 4px 0;
}
.thumbnail .thumbnail-image>img {
    z-index: 5;
    height: 100px;
    width: 100px;
    border: 3px solid;
    border-color: transparent;
    border-color: rgba(255,255,255,0.3);
}
.sweet-alert .thumbnail-image>img {
    z-index: 5;
    height: 100px;
    width: 100px;
    border: 3px solid;
    border-color: transparent;
    border-color: rgba(255,255,255,0.3);
    cursor: default;
}
.thumbnail .user-indicator {
    background-color: #00B3EA;
    height: 2px;
}
.thumbnail .user-name {
    color: #6F6F6F;
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0;
    vertical-align: top;
}
.thumbnail .user-division {
    color: #757575;
    font-size: 12px;
    margin: 0 ;
}
.thumbnail .user-position {
    color: #757575;
    font-size: 12px;
    margin: 0 ;
}
.thumbnail .thumbnail-project-image>img {
    z-index: 5;
    height: 70px;
    width: 70px;
    border: 3px solid;
    border-color: transparent;
    border-color: rgba(255,255,255,0.3);
}
.thumbnail-list {
    display: block;
    /*padding: 5px;*/
    /*background-color: #F7F7F7;*/
    cursor: pointer;
    text-align: left;
    margin: -1px;
}
.thumbnail-list:hover {
    background-color: #F7F7F7;
}
.thumbnail-list .user-row,
.thumbnail-list .user-type,
.thumbnail-list .user-min-monthly-fee {
    display: inline-block;
    width: 100px;
}
.thumbnail-list .user-active-flg{
    display: inline-block;
    width: 80px;
}
.thumbnail-list .user-number {
    display: inline-block;
    width: 75px;
    margin: 0 0 0 20px;
}
.thumbnail-list .user-name {
    display: inline-block;
    width: 150px;
}
.top {
	vertical-align: top;
}
.thumbnail-list .user-skill,
.thumbnail-list .user-operational-time-range,
.thumbnail-list .user-job-type,
.thumbnail-list .user-division {
	display: inline-block;
    width: 200px;
}
.thumbnail-list .request-proposal,
.thumbnail-list .user-request-proposal {
	display: inline-block;
    width: 150px;
}
.thumbnail-list .account-name {
	display: inline-block;
    width: 250px;
}
.thumbnail-list .user-position {
	display: inline-block;
    width: 150px;
}
.thumbnail-list .user-checkbox {
    /*display: inline-block;*/
    float: right;
    margin: 5px 10px 0 0;
}
.thumbnail-list img {
    /*z-index: 5;*/
    height: 30px;
    width: 30px;
    border: 3px solid;
    border-color: transparent;
    border-color: rgba(255,255,255,0.3);
    margin: 0 10px 0 0;
    /*display: none;*/
}
.thumbnail-list .account-canceled {
	font-weight: bold;
	color: #00B3EA;
    display: inline-block;
    width: 100px;
}
.thumbnail-list .account-member {
    display: inline-block;
    width: calc(100% - 750px);
}
.thumbnail-list .account-request {
    display: inline-block;
}
.years-meter {
    margin: 0 0 0 55px;
    position: relative;
    top: -2px;
}
.self-assessment-meter {
    margin: 0 0 0 55px;
    position: relative;
    top: -2px;
}
.thermometer-outer {
    background: #ADADAD;
    border-radius: 1px;
}
.thermometer-outer-h {
    height: 0px;
    width: 100%;
}
.thermometer-outer-v {
    height: 200px;
    width: 20px;
}
.thermometer-inner {
    background: #5D9CEC;
}
.thermometer-inner-h {
    height: 20px;
}
.thermometer-inner-v {
    width: 20px;
}
.skill-year {
    font-size: 12px;
}
.close-user {
    background-color: #C1C1C1;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    padding: 10px;
    width: 115px;
    border-radius: 5px;
    margin: 50px auto 0;
    cursor: pointer;
}
.close-user:hover {
    opacity: .9;
}
.delete-user {
    float: right;
    background-color: #F95864;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 12px;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 2px 5px;
    margin: 15px 0 0 0;
    cursor: pointer;
}
.delete-users,
.search-export {
    float: right;
    margin: 10px 25px 0 0;
    cursor: pointer;
}
.check-users {
    float: right;
    margin: 10px 10px 0 0;
    cursor: pointer;
}


/* project */
 .project-line {
    background-color: #9589ED;
    height: 3px;
    margin: 10px 0 5px 0;
}
.project-client-line {
    height: 5px;
}
.project-skill {
	border: 1px solid #000;
	padding: 10px;
}
 .project-detail-line {
    background-color: #9589ED;
    height: 3px;
}
 .project-name {
    background-color: #FFF;
    padding: 15px 0;
    font-size: 28px;
    color: #757575;
    font-weight: bold;
}
.invalid-message {
    margin: 5px 0;
    font-size: 13px;
    padding: 1px 0 0 0;
    background-color: #FF9E35;
    color: #FFF;
    border-radius: 3px;         /* CSS3 */
    -moz-border-radius: 3px;    /* Firefox */
    -webkit-border-radius: 3px; /* Safari,Chrome */
}
.modal-project-list {
    padding: 0 15px;
}
.project-col-left {
    color: #757575;
    border-right: 1px solid #FFF; 
}
.project-col-right {
    color: #757575;
    border-left: 1px solid #FFF; 
}
.project-col {
    color: #757575;
}
.project-cell {
    color: #222D32;
    font-size: 13px;
    margin: 0 0 2px 0;
    white-space: pre-line;
}
.project-box {
    padding : 3px 3px 15px;
}
.assign-member {
    background-color: #8CD4F5;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 0;
    margin: 10px 0;
    cursor: pointer;
}
.assign-member-edit {
    background-color: #00B3EA;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    padding: 10px;
    width: 115px;
    border-radius: 5px;
    margin: 15px auto 10px;
    cursor: pointer;
}
.assign-member-edit:hover {
    opacity: .7;
}
.update-project {
    background-color: #8CD4F5;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 0;
    margin: 10px 0;
    cursor: pointer;
}
.delete-project {
    float: right;
    background-color: #F95864;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 12px;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 2px 5px;
    cursor: pointer;
}
.close-project {
    background-color: #C1C1C1;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    padding: 10px;
    width: 115px;
    border-radius: 5px;
    margin: 25px auto 0;
    cursor: pointer;
}
.close-project:hover {
    opacity: .9;
}

/* survey */ 
.survey-border {
    margin: 50px 0;
}
.answer-type {
    display: none;
}
.add-question {
    cursor: pointer;
    background: #7C7C7C;
    padding: 10px 0;
    color: white;
}
.answer-button {
    cursor: pointer;
    padding: 2px 9px;
    width: 500px;
    font-size: 12px;
    background-color: #ADADAD;
    color: white;
    border-radius: 5px;         /* CSS3 */
    -moz-border-radius: 5px;    /* Firefox */
    -webkit-border-radius: 5px; /* Safari,Chrome */
    white-space: nowrap!important;
}

/* ems */
.table-ems {
    margin: 10px 0;
    border-spacing: 10px;
}
.table-ems td:nth-child(1) {
    width: 110px;
    padding: 1px 2px;
}
.table-ems td:nth-child(2) {
    width: 370px;
    padding: 1px 2px;
}
.table-ems td:nth-child(3) {
    width: 80px;
    padding: 1px 2px;
}
.ems-reference {
    margin: 30px 0 0 0;
    font-size: 11px;
}

/* label */
.label-list-user {
    background-color: #00B3EA;
    color: #FFF;
    font-size: 18px;
    font-weight: normal;
}
.label-list-project {
    color: #757575;
    font-size: 22px;
    font-weight: bold;
    margin: 20px;
}
.label-upload {
	text-align: center;
    color: #757575;
    font-size: 22px;
    font-weight: bold;
    margin: 20px;
}
.label-skill {
    background-color: #7DC500;
    padding: 0 8px;
    color: #FFF;
    border-radius: 5px;         /* CSS3 */
    -moz-border-radius: 5px;    /* Firefox */
    -webkit-border-radius: 5px; /* Safari,Chrome */
}
.label-skill-info {
    margin: 5px 3px;
    background-color: #5D9CEC;
    padding: 0px 5px;
    color: #FFF;
    font-size: 15px;
    border-radius: 3px;          /* CSS3 */ 
    -moz-border-radius: 3px;     /* Firefox */ 
    -webkit-border-radius: 3px;  /* Safari,Chrome */
}
.label-project-info {
    margin: 2px 2px;
    background-color: #9589ED;
    padding: 0 5px;
    color: #FFF;
    font-size: 12px;
    border-radius: 3px;          /* CSS3 */ 
    -moz-border-radius: 3px;     /* Firefox */ 
    -webkit-border-radius: 3px;  /* Safari,Chrome */
}
.label-certificate {
    background-color: #E8BC0D;
    padding: 0 8px;
    color: #FFF;
    border-radius: 5px;         /* CSS3 */
    -moz-border-radius: 5px;    /* Firefox */
    -webkit-border-radius: 5px; /* Safari,Chrome */
}
.label-admin-certificate {
    margin: 2px 1px;
    background-color: #E8BC0D; background-color: #009FD1;
    padding: 0 5px;
    color: #FFF;
    font-size: 12px;
/*    border-radius: 5px;          CSS3 
    -moz-border-radius: 5px;     Firefox 
    -webkit-border-radius: 5px;  Safari,Chrome */
}
.label-experience {
    background-color: #9589ED;
    padding: 0 8px;
    color: #FFF;
    border-radius: 5px;         /* CSS3 */
    -moz-border-radius: 5px;    /* Firefox */
    -webkit-border-radius: 5px; /* Safari,Chrome */
}
.label-training {
    background-color: #9589ED;
    padding: 0 8px;
    color: #FFF;
    border-radius: 5px;         /* CSS3 */
    -moz-border-radius: 5px;    /* Firefox */
    -webkit-border-radius: 5px; /* Safari,Chrome */
}
.label-project {
    background-color: #9589ED;
    padding: 0 8px;
    color: #FFF;
    border-radius: 5px;         /* CSS3 */
    -moz-border-radius: 5px;    /* Firefox */
    -webkit-border-radius: 5px; /* Safari,Chrome */
}
.label-portfolio {
    background-color: #009FD1;
    padding: 0 8px;
    color: #FFF;
    border-radius: 5px;         /* CSS3 */
    -moz-border-radius: 5px;    /* Firefox */
    -webkit-border-radius: 5px; /* Safari,Chrome */
}
.label-admin-portfolio {
    margin: 5px 1px;
}
.label-admin-portfolio > span {
    background-color: #5D9CEC;
    padding: 1px 5px;
    color: #FFF;
    font-size: 15px;
    border-radius: 3px;         /* CSS3 */
    -moz-border-radius: 3px;    /* Firefox */
    -webkit-border-radius: 3px; /* Safari,Chrome */
}
.label-all {
    background-color: #5D9CEC;
    padding: 0 8px;
    font-size: 14px;
    color: #FFF;
    border-radius: 5px;         /* CSS3 */
    -moz-border-radius: 5px;    /* Firefox */
    -webkit-border-radius: 5px; /* Safari,Chrome */
}
.label-single {
    background-color: #5D9CEC;
    padding: 0 8px;
    font-size: 14px;
    color: #FFF;
    border-radius: 5px;         /* CSS3 */
    -moz-border-radius: 5px;    /* Firefox */
    -webkit-border-radius: 5px; /* Safari,Chrome */
}
.label-external {
    background-color: #A79CF2;
    padding: 0 8px;
    color: #FFF;
    border-radius: 5px;         /* CSS3 */
    -moz-border-radius: 5px;    /* Firefox */
    -webkit-border-radius: 5px; /* Safari,Chrome */
}
.label-internal {
    background-color: #F5A800;
    padding: 0 8px;
    color: #FFF;
    border-radius: 5px;         /* CSS3 */
    -moz-border-radius: 5px;    /* Firefox */
    -webkit-border-radius: 5px; /* Safari,Chrome */
}
.label-esteem {
    background-color: #FF5A5E;
    padding: 0 8px;
    color: #FFF;
    border-radius: 5px;         /* CSS3 */
    -moz-border-radius: 5px;    /* Firefox */
    -webkit-border-radius: 5px; /* Safari,Chrome */
}
.label-realize {
    background-color: #7DC500;
    padding: 0 8px;
    color: #FFF;
    border-radius: 5px;         /* CSS3 */
    -moz-border-radius: 5px;    /* Firefox */
    -webkit-border-radius: 5px; /* Safari,Chrome */
}
.label-white {
    position: relative;
    top: -1px;
    background-color: #FFF;
    color: #FFF;
}
.label-plan {
    background-color: #909191;
    padding: 0 8px;
    color: #FFF;
    border-radius: 5px;         /* CSS3 */
    -moz-border-radius: 5px;    /* Firefox */
    -webkit-border-radius: 5px; /* Safari,Chrome */
}

/* modal tab (user and project */
.tab,
.tab-filter {
    overflow:hidden;
    text-align:center;
    padding: 0;
    margin: 0;
}
.tab li,
.tab-filter li {
    cursor: pointer;
    background:#ccc;
    padding:5px 25px;
    margin: 0 1px 0 0;
    display: inline-block;
    list-style: none;
}
.tab li.select,
.tab-filter li.select {
    background:#eee;
}
.modal-user-list .tab-content0 {
    list-style: none;
}
.modal-user-list .tab-content1,
.modal-user-list .tab-content2,
.modal-user-list .tab-content3,
.modal-user-list .tab-content4,
.modal-user-list .tab-content5,
.modal-user-list .tab-content6,
.modal-user-list .tab-content7,
.modal-user-list .tab-content8 {
    display: none;
    list-style: none;
}
.modal-project-list .tab-content0 {
    background:#FFF;
    padding:10px 20px 5px;
    list-style: none;
}
.modal-project-list .tab-content1 {
    display: none;
    background:#FFF;
    padding:10px 0 0;
    list-style: none;
}
.filter-box .tab-content0, 
.filter-box .tab-content1 {
    padding:10px 10px 5px;
    list-style: none;
}
.filter-box .tab-content1 {
	display: none;
}
.hide {
    display:none;
}

/* logo */

.logo-lg > img {
    width: 130px;
}
.logo-mini > img {
    width: 28px;
}
.login-logo img {
    width: 300px;
}

/* etc */
.upload-title {
    color: #757575;
}
.dynatable-pagination-links {
    margin: 25px 0 0 0;
}
.nextshow {
    cursor: pointer;
    background: #7C7C7C;
    padding: 17px 0;
    color: white;
    font-size: 16px;
    display: none;
}
.csv-template {
    margin: 10px 0;
}
.csv-notice {
    margin: 5px 0;
    color: #F05050;
    font-size: 14px;
}
.edit-notice {
    margin: 5px 0;
    color: #F05050;
    font-size: 13px;
}
.img-circle {
    cursor: pointer;
}
.img-circle-nofunc {
    cursor: default !important;
    border-radius: 50%;
}
.notice-up-image,
.remind-register {
    color: #F95864;
    font-size: 12px;
}
.no-info {
    font-size: 12px;
}
.designer {
    display: none;
}
.hundred-score {
    font-weight: normal;
    font-size: 14px;
}
.modal-experience {
    margin: 0 auto;
    text-align: left;
    word-wrap: break-word;
}
.skill-data button{
    background-color: #7DC500;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer;
}
.plan-table-mini > img {
    width: 35px;
}
.plan-table-mini {
    font-size: 13px;
}
.sort-caret {
    position: relative;
    top: 2px;
    font-size: 22px;
}
.sort-caret-icon {
    visibility: hidden;   
}
.new {
    font-size: 13px;
    padding: 1px 2px 2px 2px;
}
.p-none {
	padding: 0px !important;
}
.user-regular-header {
    color: #757575;
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 10px 0;
    padding: 0;
    line-height: 40px;
    display: block;
}
.user-regular-header .thumbnail-image>img {
    z-index: 5;
    height: 100px;
    width: 100px;
    border: 3px solid;
    margin-left: 130px;
    border-color: transparent;
    border-color: rgba(255,255,255,0.3);
    cursor: pointer;
}
.regular-radio {
    display: none;
}

.regular-radio + label {
    -webkit-appearance: none;
    margin-bottom: -4px;
    background-color: #e1e1e1;
    border: 4px solid #e1e1e1;
    border-radius: 10px;
    width: 100%;
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px;
}

.regular-radio:checked + label {
    background: grey;
    border: 4px solid #e1e1e1;
}

.label-for-checkbox input {
	display: none; /* Hide the default checkbox */
}

/* Style the artificial checkbox */
.label-for-checkbox span {
	height: 15px;
	width: 15px;
	border: 1px solid grey;
	display: inline-block;
	position: relative;
}

/* Style its checked state...with a ticked icon */
[type=checkbox]:checked + span:before {
	content: '\2714';
	position: absolute;
	top: -1px;
	left: 0;
}
.box-checkbox {
	padding-top: 10px;
	padding-left: 10px;
	border-radius: 3px;
	background-color: #F4F4F4;
	border: 1px #EAE4E4 solid;
}

.modal-user-list .dynatable-search input {
	display: none;
}
.url-project-public {
	margin-top: 5px;
}
#add-user-csv-table tr th:nth-child(27),
#add-user-csv-table tr th:nth-child(28),
#add-user-csv-table tr th:nth-child(29),
#add-user-csv-table tr th:nth-child(30),
#add-user-csv-table tr th:nth-child(31),
#add-user-csv-table tr th:nth-child(32),
#add-user-csv-table tr th:nth-child(33),
#add-user-csv-table tr td:nth-child(27),
#add-user-csv-table tr td:nth-child(28),
#add-user-csv-table tr td:nth-child(29),
#add-user-csv-table tr td:nth-child(30),
#add-user-csv-table tr td:nth-child(31),
#add-user-csv-table tr td:nth-child(32),
#add-user-csv-table tr td:nth-child(33) {
	display: none;	
}
.project-col-default {
	background-color: #CCC;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	min-height: 30px;
	line-height: 200%;
	flex: 1;
}
.project-col-bottom {
	background-color: #CCC;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #000;
}
.project-cell-default {
	overflow-wrap: break-word;
	text-align: left;
	border-top: 1px solid #000;
	min-height: 30px;
	line-height: 200%;
	flex: 1;
}
.project-cell-end {
	overflow-wrap: break-word;
	text-align: left;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.project-cell-right {
	overflow-wrap: break-word;
	text-align: left;
	border-right: 1px solid #000;
	flex: 2 !important;
}
.d-flex {
	display: flex;
}
.label-filter {
	margin-right: 10px;
}
.icon-input-date {
	position: absolute; 
  	padding: 5px; 
	min-width: 20px; 
}
.icon-feedback {
	height: 25px;
    width: 25px;
    line-height: 25px;
}
.input-field { 
  	padding-left: 20px !important;
  	width: 150px;
}
#query-canceled {
	padding: 0px 5px;
}
.user-box p {
	margin-bottom: 5px !important;
}
.select-control {
	height: 40px !important; 
}
.account-list-helper1,
.account-list-helper2 {
	margin-bottom: 5px;
    color: #5C5C5C;
    padding: 1px 5px;
    box-shadow: none;
    background-color: #F4F4F4;
    border: 1px #EAE4E4 solid;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
textarea.form-control {
	min-height: 40px;
}

.el-for-admin,
.el-for-client {
	display: none;
}

.no-label #skill-modify,
.no-label #skill-delete,
.no-label #certificate-modify,
.no-label #certificate-delete,
.no-label #experience-modify,
.no-label #experience-delete,
.no-label #portfolio-modify,
.no-label #portfolio-delete,
.no-label #training-modify,
.no-label #training-delete {
    display: none;
}

@media screen and (max-width: 986px) {
    .d-flex {
        display: initial;
    }
    .project-col-default {
    	border: none;
    }
    .project-cell-default {
    	border: none;
    }
    .project-skill {
   		border: 1px solid #ccc;
    	padding: 10px;
    }
}

.border-default {
	border: 1px solid #ddd;
}
.no-border {
	border: none !important;
}
.user-head {
	padding: 4px;
	width: 1556px;
	min-width: 100%;
}
.user-head .image,
.user-head .user-name,
.user-head .age,
.user-head .gender,
.user-head .nationality,
.user-head .min-monthly-fee,
.user-head .address,
.user-head .skill,
.user-head .assign-time,
.user-head .operation-time,
.user-head .division,
.user-head .skill-check,
.user-head .job-type,
.user-head .modified,
.user-head .request-proposal,
.user-head .active-flg {
	font-weight: bold;
	vertical-align: top;
}

.user-head .image,
.thumbnail-list .image {
	display: inline-block;
	width: 40px;
}
.user-head .age,
.user-head .gender,
.user-head .nationality,
.thumbnail-list .age,
.thumbnail-list .gender,
.thumbnail-list .nationality {
	display: inline-block;
	width: 50px;
}
.user-head .min-monthly-fee,
.user-head .active-flg,
.user-head .modified,
.user-head .division,
.thumbnail-list .min-monthly-fee,
.thumbnail-list .active-flg,
.thumbnail-list .modified,
.thumbnail-list .division {
	display: inline-block;
	width: 100px;
}
.thumbnail-list .active-flg {
	display: inline-block;
	width: 100px;
}

.user-head .user-name,
.user-head .address,
.user-head .assign-time,
.user-head .operation-time,
.user-head .request-proposal,
.user-head .skill-check,

.thumbnail-list .user-name,
.thumbnail-list .address,
.thumbnail-list .assign-time,
.thumbnail-list .operation-time,
.thumbnail-list .request-proposal,
.thumbnail-list .skill-check {
	display: inline-block;
	width: 150px;
}
.user-head .skill,
.user-head .job-type,
.thumbnail-list .skill,
.thumbnail-list .job-type {
	display: inline-block;
	width: 200px;
}
.delete-user-admin,
.delete-user-client {
	float: right;
    background-color: #F95864;
    padding: 0 8px;
    color: #FFF;
    border-radius: 5px;         /* CSS3 */
    -moz-border-radius: 5px;    /* Firefox */
    -webkit-border-radius: 5px; /* Safari,Chrome */
    margin-right: 18px;
}
.pointer-cursor {
    cursor: pointer;
}

/* AJAX Loading */
#overlay{	
	position: fixed;
	top: 0;
	z-index: 1500;
	width: 100%;
	height:100%;
	display: none;
	background: rgba(0,0,0,0.2);
}
.cv-spinner {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;  
}
.spinner {
	width: 40px;
	height: 40px;
	border: 4px #ddd solid;
	border-top: 4px #2e93e6 solid;
	border-radius: 50%;
	animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
	0% { 
		transform: rotate(0deg); 
	}
	100% { 
		transform: rotate(359deg); 
	}
}
.is-hide{
	display:none;
}
.mr-5 {
	margin-right: 5px;
}

#skill-add,
#certificate-add,
#experience-add,
#portfolio-add,
#training-add,
#evaluate-add {
	min-width: 150px;
}
#skill-add-box,
#certificate-add-box,
#experience-add-box,
#portfolio-add-box,
#training-add-box,
#evaluate-add-box {
	display: none;
}
.h-25 {
	height: 25px !important;
}
.form-search-advanced, 
.form-search-advanced-regular {
	display: none;
}
.form-search-normal {
	
}
/* .evaluate {
	padding: 15px;
    margin-top: 15px;
    position: relative;
    min-height: 1px;
    border: 1px solid;
    background-color: #dedede;
}
.evaluate span {
	font-weight: bold;
} */
.star-average{
float: none;
    width: 100%;
    height: auto;
    border: 0;
    display: table;
    }
    
.ratingtitle{
	width: 200px;
	float: left;
	font-weight: bold;
}
ul#ul-evaluate > li {
    background: #EAE4E4;
    position: relative;
    margin-top: 20px;
    padding: 15px;
}

ul#ul-evaluate  > li:before {
    content: '';
    position: absolute;
    top: 0; right: 0;
    border-top: 20px solid white;
    border-left: 20px solid #ccc;
    width: 0;
}

#ul-evaluate {
	padding: 20px;
	margin-top: 0px;
}

ul#ul-evaluate > li:first-child {
	margin-top: 0px;
}

/* Rating Star Widgets Style */
.rating-stars ul {
    list-style-type:none;
    padding:0;
    margin-bottom: 5px;
    -moz-user-select:none;
    -webkit-user-select:none;
}
.rating-stars ul > li.star {
    display:inline-block;
}

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
    font-size:1.5em; /* Change the size of the stars */
    color:#ccc; /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
    color:#FFCC36;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
  color:#FF912C;
}
span.star > i.fa {
    font-size:1.5em; /* Change the size of the stars */
    color:#FF912C; /* Color on idle state */
}
.ratingnote ul {
    padding: 20px;
}
.rating-disable {
    opacity: 0.5;
    pointer-events: none;
}
.thumbnail-evaluate .rating-stars ul {
	pointer-events: none;
}
p.rating-author,
p.rating-point {
	font-weight: bold;
    font-size: 18px;
}
span.rating-time {
	font-weight: bold;
	margin: 0 15px;
}
#evaluate-delete {
	    background: #F95864;
    color: white;
    border-radius: 3px;
    font-weight: normal;
}
.thumbnail-evaluate  textarea {
	background: #EAE4E4;
    BORDER: 1px solid #ccc;
    font-weight: bold;
    pointer-events: none;
}
.input-group-unstyled .input-group-addon {
    border-radius: 4px;
    border: 0px;
    background-color: transparent;
}
.search-panel {
	background-color: white;
	margin: 10px;
	border-radius: 3px;
}
.search-panel .form-group {
	margin-bottom: 10px !important;
}
.search-panel .form-control {
	height: 30px;
	background-color: #fff
}
.search-panel .form-group .form-control-feedback {
	right: 15px;
    height: 30px;
    line-height: 30px;
}

@media (min-width: 768px) {
	.sidebar-mini.sidebar-collapse .main-sidebar .search-panel {
    	display: none!important;
    	-webkit-transform: translateZ(0);
    }
}
.mr-5 {
	margin-right: 5px;
}
.mt-10 {
	margin-top: 10px;
}
.mb-10 {
	margin-bottom: 10px;
}
.pl-5 {
	padding-left: 5px;
}
.pr-5 {
	padding-right: 5px;
}
#rating-average {
	font-size: 25px;
	font-weight: bold;
}
.box-rating-summary {
	border: 5px solid #f1c40f !important;
	margin-bottom: 0px !important;
	pointer-events: none;
}
.box-rating-summary .box-body {
	padding: 5px !important;
}
.dashboard-info-box {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 2px;
    margin-bottom: 15px;
}
.dashboard-info-box-content {
    padding: 5px 10px;
}
.dashboard-info-box-text {
    text-transform: uppercase;
}
.dashboard-info-box-text {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dashboard-info-box-number {
    display: block;
    font-size: 25px;
    text-align: right;
    margin-right: 15px;
    margin-top: 15px;
}
.chart-legend {
	margin: 10px;
}
.chart-legend > ul {
	padding: 0;
}
.chart-legend > ul > li {
	/* white-space: nowrap; */
	word-break: break-all;
    overflow: hidden;
/*     text-overflow: ellipsis;
    max-width: 20ch; */
}
.chart-legend > ul > li span {
	display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    border-radius: 6px;
}
.requirements-definition-search-box {
    margin: 0 0 7px 0;
}
