@charset"UTF-8"; 
/**
 * Style CSS
 * 
 * @author    Yusuke Shiuchi <shiuchi@webgrows.jp>
 * @Copyright 2017 WebGrows. All rights reserved.
 * @version   1.0
 * @create    2018/04/20
 * @update  
**/

/*----------------------------------------------------
    Body
----------------------------------------------------*/

body {
	position: relative;
	/* overflow:auto; */
}

body, input, textarea, select, .form-control  {
	font-size: 14px;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, input, textarea, select, .form-control  {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color: #323232;
	word-break: break-all;
}

.skin-blue .wrapper {
	background: #FFF;
	overflow: hidden;
}

.container {
	/*width: 1170px;*/
	width: 1250px;
}
@media (max-width: 1250px) {
	.skin-blue .wrapper {
		width: 1250px;
	}
	body {
		overflow-x: auto;
	}
}
@media (max-width: 767px) {
	.container {
		width: 100%;
	}
	.skin-blue .wrapper {
		width: 100%;
	}
	.wrapper {
		padding-top: 50px;
	}
}

/*----------------------------------------------------
    Common
----------------------------------------------------*/

.red { color: red; }


/* --- Alert Message ----------------------------- */

.alert-message {
    color: #333;
    background-color: #FDFDFD;
    border-color: #CCC;
    display: block;
    width: 100%;
}
.alert-message .icon {
	width: 40px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.alert-message .icon .glyphicon {
	font-size: 29px;
}
.alert-message .msg {
	padding: 0 10px;
	display: table-cell;
	vertical-align: middle;
}
.alert-message .msg p {
	margin-bottom: 0px;
}
.alert-message .msg .main-massage {
    font-weight: bold;
    font-size: 16px;
}

/* --- Alert Message - Info ----------------------------- */

.alert-message.alert-info {
	color: #31708f !important;
    background-color: #d9edf7 !important;
    border-color: #bce8f1 !important;
} 

/* --- Alert Message - Button ----------------------------- */

.alert-message .button-outer {
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 17px;
}

/* --- Text Disply Block - Replied Block ----------------------------- */

.replied-block {
	font-weight: bold;
}
.replied-block > .item {
	display: inline-block;
	margin: 0 1em;
}

/* --- Text Type ----------------------------- */

.text-provisional {
	font-weight: bold;
	color: #FF6912;
}

.text-project-link {
	font-weight: bold;
}

/* --- Input Client Select ----------------------------- */
/* --- Input Photographer Select ----------------------------- */

.search-client-outer,
.search-photographer-outer {
	display: inline-block;
	position: relative;
}
.search-client-outer .reset,
.search-photographer-outer .reset {
	font-family: "Glyphicons Halflings";
	position: absolute;
	content: "\e014";
	width: 1.5em;
	height: 1.5em;
	color: #777;
	background-color: #DDD;
	top: 50%;
	right: 10px;
	display: block;
	z-index: 2;
	transform: translateY(-50%);
	border-radius: 10px;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	opacity: 0.7;
}
.search-client-outer .reset:before,
.search-photographer-outer .reset:before {
	line-height: 1.5em;
	text-align: center;
}
.search-client-outer .reset:hover,
.search-photographer-outer .reset:hover {
	opacity: 0.4;
}

/* --- File Upload ----------------------------- */

.fileList {
	margin: 20px 0;
	font-size: 0;
}

/* --- Day Assign Client ----------------------------- */

.day-assign-client {
	font-size: 12px;
}

/* --- Day Assign Client ----------------------------- */

.user-address {
    font-size: 12px;
}

/* --- Project Modal ----------------------------- */

#projectModal {}
#projectModal .pg-memo {
	margin-bottom: 1em;
}

/*----------------------------------------------------
    Common
----------------------------------------------------*/

.only-pc {
	display: block;
}
.only-sp {
	display: none;
}
@media (max-width: 767px) {
	.only-pc {
		display: none;
	}
	.only-sp {
		display: block;
	}
	.only-sp.inline {
		display: inline;
	}
}

.hide {
	display: inherit;
}

.skin-blue .sidebar a {
    color: #2ba6e1;
}

.t-center {
	text-align: center;
}
.t-right {
	text-align: right;
}
.t-left {
	text-align: left;
}

.btn-mid {
	min-width: 180px;
	margin: 0 3px;
}
.btn-thread {
	min-width: 100px;
	margin: 0 4px;
}
@media (max-width: 767px) {
	.btn-mid {
		min-width: 100%;
		margin-bottom: 20px;
	}
}

.input-mid {
	width: 200px;
	display: inline-block;
}
.input-mid-2 {
	width: 300px;
	min-width: 300px;
}
@media (max-width: 767px) {
	.input-mid {
		width: 100%;
		min-width: 100%;
	}
	.input-mid-2 {
		width: 100%;
		min-width: 100%;
	}
}

.textarea-wide {
	width: 100%;
	padding: 10px;
}

.box {
	padding: 20px 0 40px;
	border-top: 2px solid #d2d6de;
	box-shadow: none;
	border-radius: 0;
}
.box-border {
	border-top: 2px solid #d2d6de;
	border-left: 1px solid #d2d6de;
	border-right: 1px solid #d2d6de;
	border-bottom: 1px solid #d2d6de;
}
.box-nopadding {
	padding: 0 !important;
}
@media (max-width: 767px) {
	.box, .box-border {
		border: none;
		box-shadow: none;
		padding: 0;
	}
}


.clear {
	clear: both;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.bold {
	font-weight:bold;
}

.left {
	float: left;
}
.right {
	float: right;
}
@media (max-width: 767px) {
	.sp-float-none {
		float: none;
	}
}

.mw-300 {
	max-width: 300px;
}
@media (max-width: 767px) {
	.sp-mw-wide {
		max-width: 100%;
	}
	.sp-wide {
		width: 100%;
	}
}

.bb-n {
	border-bottom: none;
}

/* -- padding -- */

.pt0 {padding-top:0px;}
.pt5 {padding-top:5px;}
.pt10{padding-top:10px;}
.pt15{padding-top:15px;}
.pt20{padding-top:20px;}
.pt25{padding-top:25px;}
.pt30{padding-top:30px;}
.pt35{padding-top:35px;}
.pt40{padding-top:40px;}
.pt45{padding-top:45px;}
.pt50{padding-top:50px;}
.pb0 {padding-bottom:0px;}
.pb5 {padding-bottom:5px;}
.pb10{padding-bottom:10px;}
.pb15{padding-bottom:15px;}
.pb20{padding-bottom:20px;}
.pb25{padding-bottom:25px;}
.pb30{padding-bottom:30px;}
.pb35{padding-bottom:35px;}
.pb40{padding-bottom:40px;}
.pb45{padding-bottom:45px;}
.pb50{padding-bottom:50px;}
.pr0 {padding-right:0px;}
.pr5 {padding-right:5px;}
.pr10{padding-right:10px;}
.pr15{padding-right:15px;}
.pr20{padding-right:20px;}
.pr25{padding-right:25px;}
.pr30{padding-right:30px;}
.pr35{padding-right:35px;}
.pr40{padding-right:40px;}
.pr45{padding-right:45px;}
.pr50{padding-right:50px;}
.pl0 {padding-left:0px;}
.pl5 {padding-left:5px;}
.pl10{padding-left:10px;}
.pl15{padding-left:15px;}
.pl20{padding-left:20px;}
.pl25{padding-left:25px;}
.pl30{padding-left:30px;}
.pl35{padding-left:35px;}
.pl40{padding-left:40px;}
.pl45{padding-left:45px;}
.pl50{padding-left:50px;}

/* -- margin -- */

.mb0 {margin-bottom:0px;}
.mb5 {margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}
.mb35{margin-bottom:35px;}
.mb40{margin-bottom:40px;}
.mb45{margin-bottom:45px;}
.mb50{margin-bottom:50px;}
.mt0 {margin-top:0px;}
.mt5 {margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}
.mt35{margin-top:35px;}
.mt40{margin-top:40px;}
.mt45{margin-top:45px;}
.mt50{margin-top:50px;}
.mr0 {margin-right:0px;}
.mr5 {margin-right:5px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.mr25{margin-right:25px;}
.mr30{margin-right:30px;}
.mr35{margin-right:35px;}
.mr40{margin-right:40px;}
.mr45{margin-right:45px;}
.mr50{margin-right:50px;}
.ml0 {margin-left:0px;}
.ml5 {margin-left:5px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.ml25{margin-left:25px;}
.ml30{margin-left:30px;}
.ml35{margin-left:35px;}
.ml40{margin-left:40px;}
.ml45{margin-left:45px;}
.ml50{margin-left:50px;}

.w100 {
	width: 100%;
}

.help-block {
	font-size: 90%;
}

.req {
	background-color: red;
	color: #FFF;
	font-size: 10px;
	padding: 2px 5px 1px 4px;
	display: inline-block;
	line-height: 1.2;
	border-radius: 10px;
	vertical-align: middle;
	margin-left: 0.5em;
}
.error {
	color: red;
	font-weight: bold;
}

.form-inline input[name="experience"].form-control {
	width: 6em;
	min-width: 6em;
}

.dropdown-menu {
	z-index: 100000 !important;
}
.dropdown-menu a.sorting {
	position:relative;
	padding-right: 2.5em;
}
.dropdown-menu a.sorting:after {
    opacity: 0.2;
    content: "\e150";
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    font-family: 'Glyphicons Halflings';
    opacity: 0.5;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.dropdown-menu a.sorting.sorting_DESC:after {
	content: "\e155";
}
.dropdown-menu a.sorting.sorting_ASC:after {
	content: "\e156";
}


/* Loader */

.loader {
	display: inline-block;
	height: 34px;
	width: 100px;
	vertical-align: middle;
	background-image: url(../img/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center;
}

/* Alert */

.alert-warning {
    color: #8a6d3b !important;
    background-color: #fcf8e3 !important;
    border-color: #faebcc !important;
}
.alert-danger {
	color: #a94442 !important;
	background-color: #f2dede !important;
	border-color: #ebccd1 !important;
	display: table;
	width: 100%;
}
.alert-success {
	color: #42A843 !important;
	background-color: #DFF2DF !important;
	border-color: #CCEBD6 !important;
	display: table;
	width: 100%;
}
.alert-danger .main-massage,
.alert-success .main-massage  {
	font-weight: bold;
	font-size: 16px;
}
.alert-danger .icon, 
.alert-danger .msg p,
.alert-success .icon, 
.alert-success .msg p {
	display: table-cell;
	vertical-align: middle;
}
.alert-danger .icon,
.alert-success .icon {
	width: 40px;
	text-align: center;
}
.alert-danger .icon .glyphicon,
.alert-success .icon .glyphicon {
	font-size: 29px;
}
.alert-danger .msg,
.alert-success .msg {
	padding: 0 10px;
	/* vertical-align: middle; */
}
.alert-danger .msg p,
.alert-success .msg p {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.alert-danger,
	.alert-success {
		padding: 15px 6px;
		font-size: 12px;
	}
	.alert-danger .main-massage,
	.alert-success .main-massage {
		font-size: 14px;
	}
}



*:focus {
	outline: none;
}

.bg-greenish-yellow {
	background-color: #C2ED00 !important;
	color: #FFF;
}
.bg-gray {
    color: #FFF;
    background-color: #d2d6de !important;
    background-color: #C2C5CC !important;
    background-color: #AAADB3 !important;
}

@media (max-width: 767px) {
	.sp-wide {
		width: 100%;
	}

	.no-padding-both {
		margin: 0 -15px;
	}
}


/*--- Modal ------------*/

.modal-open .modal {
	z-index: 10000;
}
.modal-content {
	box-shadow: none;
}


.input-group .input-group-addon {
	cursor: pointer;
}

/* W Button Outer */

@media (max-width: 767px) {
    .sp-wbutton-outer {}
    .sp-wbutton-outer .btn {
    	width: 40%;
    	min-width: inherit;
    	max-width: 150px;
    	margin-left: 3%;
    	margin-right: 3%;
    }
}

/* mkLoader */

.mkloader {
	position: absolute;
    top: 0;
    left: 0;
    background: #FFF;
    background-image: url(../img/loading.GIF);
    background-size: 40px;
    background-position: center;
    background-repeat: no-repeat;
}

/*--- Icon Help ------------*/

.icon-help {
    vertical-align: middle;
}
.icon-help span {
	font-size: 16px;
	transform: rotate(0.05deg);
	/* vertical-align: middle; */
	/* line-height: 1; */
}
.search-keyword {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}
.search-keyword .form-group {
	margin-bottom: 0;
}
.search-keyword .search-keyword-input {
    /* float: left; */
    display: inline-block;
    vertical-align: middle;
}
.search-keyword .search-keyword-help {
	/* float: left; */
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

.search-keyword .icon-help {
	/* position: absolute; */
	/* top: 50%; */
	/* transform: translateY(-50%); */
	/* right: -25px; */
	/* float: right; */
}

/*--- Icon Help - Popover ------------*/

.helpPopover {
    max-width: 330px;
    font-size: 12px;
}
.helpPopover.helpClientNo-popover {
	max-width: 200px;
}

/* --- Button Move Top ----------------------------- */

.pageToTop {
    width: 40px;
    height: 40px;
    position: absolute;
    /* margin-top: -30px; */
    /* margin-left: -30px; */
    /* top: 50%; */
    right: 30px;
    bottom: 30px;
    position: fixed;
    z-index: 1000;
    background: #FFF;
}
.pageToTop .moveTopBtn {
    width: 100%;
    height: 100%;
    background: transparent;
    cursor: pointer;
    border: 1px solid #F39333;
    cursor: pointer;
    display: block;
    position: relative;
}
.pageToTop .moveTopBtn:after {
    content: "";
    position: absolute;
    margin-left: -5px;
    left: 50%;
    width: 10px;
    height: 10px;
    border-top: 1px solid #F39333;
    border-right: 1px solid #F39333;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    vertical-align: middle;
    margin-top: -2px;
    top: 50%;
}
.pageToTop .moveTopBtn:hover {
	background-color: #F39333;
}
.pageToTop .moveTopBtn:hover:after {
    border-color: #FFFFFF;
}

/* Page Message */

.page-massage-body .message-post .pageToTop {
    display: none;
}

@media (max-width: 767px) {
	.page-massage-body .pageToTop {
		bottom: 100px;
		right: 15px;
		display: none;
	}
	.page-massage-body .message-post .pageToTop {
		top: -60px;
		right: 15px;
		display: block;
		position: absolute;
	}
}

/*----------------------------------------------------
    Common / Table Head Fix
----------------------------------------------------*/

table.table-head-fix {}
table.table-head-fix thead {
	display: block;
}
table.table-head-fix tr {}
table.table-head-fix tr th, table.table-head-fix tr td {
    table-layout: fixed;
    width: 90%;
}
table.table-head-fix tbody {
    max-height: 400px;
    overflow-y: auto;
    display: block;
}


/*----------------------------------------------------
    Autocomplete
----------------------------------------------------*/

.ui-widget.ui-widget-content {
	overflow-x: hidden;
	z-index: 1000;
	max-height: 200px;
	overflow-y: scroll;
}


/* Calendar */

.class-sunday {
    color: red !important;
}
.class-saturday {
    color: blue !important;
}
.class-sunday.disabled, .class-saturday.disabled {
    opacity: 0.5;
}

/*----------------------------------------------------
    Autocomplete Client List
----------------------------------------------------*/

.autocomplete-client-list {
	padding: 15px 0px;
}
.autocomplete-client-list .client-item {
	padding: 10px;
	border-top: 1px solid #DDD;
}
.autocomplete-client-list .client-item:last-child {
	border-bottom: 1px solid #DDD;
}
.autocomplete-client-list .client-item .client-name {
	float:left;
	font-weight: bold;
	/* margin-right: 20px; */
	width: 50%;
}
.autocomplete-client-list .client-item .client-member {
	float:left;
	/* margin-right: 20px; */
	width: 40%;
}
.autocomplete-client-list .client-item .client-delete {
	float: right;
}
@media (max-width: 767px) {
	.autocomplete-client-list {}
	.autocomplete-client-list .client-item {
		position: relative;
	}
	.autocomplete-client-list .client-item:last-child {}
	.autocomplete-client-list .client-item .client-name {
		float:none;
		width: 100%;
		padding-right: 50px;
	}
	.autocomplete-client-list .client-item .client-member {
		float:none;
		width: 100%;
	}
	.autocomplete-client-list .client-item .client-delete {
		float: right;
		position: absolute;
		top: 10px;
		right: 10px;
		left: auto;
	}
}

/*----------------------------------------------------
    Info
----------------------------------------------------*/

.info-link {
    cursor: pointer;
}

.info-panel {
    padding: 20px;
    margin-top: 10px;
    background-color: #d9edf7;
    border-color: #bce8f1;
    border: 1px solid #bce8f1;
    display: none;
    /* height: 0; */
}
.info-panel dl {
    font-size: 0;
    margin-bottom: 0;
}
.info-panel dl dt {
    display: inline-block;
    width: 4%;
    /* float: left; */
    font-size: 14px;
    vertical-align: top;
}
.info-panel dl dd {
    display: inline-block;
    width: calc(100% - 4%);
    padding-left: 10px;
    /* float: left; */
    font-size: 14px;
    margin-bottom: 1em;
}
.info-panel dl dd:last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.info-panel {
		margin-bottom: 20px;
	}
}


/*----------------------------------------------------
    Photo Grapher Status
----------------------------------------------------*/

.cm-stat-stop {
	color: #dd4b39;
}
.cm-stat-not-adopt {
	background-color: rgba(0,0,0,0.1);
}

/*----------------------------------------------------
    icons
----------------------------------------------------*/

.fa-cameraman:before {
	font-family: "Ionicons";
	content: "\f118";
	font-size: 18px;
}
.fa-clipboard:before {
	font-family: "Ionicons";
	content: "\f127";
	font-size: 18px;
}
.fa-clipboard:before {
	font-family: "Ionicons";
    content: "\f127";
    font-size: 18px;
}
.fa-time:before {
	font-family: "Glyphicons Halflings";
	content: "\e023";
	font-size: 14px;
}


/* --- Icon beginner ----------------------------- */

.icon-beginner {
	display: inline-block;
	width: 1em;
	height: 1.5em;
	background-image: url(../img/icon-beginner.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position:center;
	margin: 0 0.5em;
	vertical-align: sub;
}

/* Site Header */

#siteHeader .icon-beginner,
#spSiteHeader .icon-beginner {
	width: 0.8em;
	position: absolute;
	left: -2px;
	top: -6px;
	margin: 0;
}

/* Sidebar */

.sidebar .sidebar-profile .sidebar-icon a div.user-image .icon-beginner {
    width: 1em;
    height: 1.5em;
    font-size: 35px;
    position: absolute;
    margin: 0;
    left: 0px;
    top: 0px;
    z-index: 100000;
}
@media (max-width: 767px) {
    .sidebar .sidebar-profile .sidebar-icon a div.user-image .icon-beginner {
        font-size: 20px;
    }
}

/* Black */

.icon-beginner-black {
	display: inline-block;
	width: 64px;
	height: 107px;
	background-image: url(../img/icon-beginner-black.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right center;
	margin: 0;
	vertical-align: sub;
	opacity: 0.2;
}

.img-circle .icon-beginner {margin-left: -5px;margin-top: -5px;}


/*----------------------------------------------------
    Button Icons
----------------------------------------------------*/

.btn-icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	/*
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	*/
	position:relative;
	margin: 0 10px;
}
.btn-icon:after {
	position:absolute;
	content: "";
	width: 20px;
	height: 20px;
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: -10px;
	margin-left: -10px;
	top: 50%;
	left: 50%;
}
.btn-icon:before {
	position:absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.04);
	border-radius: 50%;
	-webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    transform: scale(0);
}
.btn-icon:hover:before {
	transform: scale(1);
}
.icon-read:after {
	background-image: url('https://www.gstatic.com/images/icons/material/system/1x/drafts_black_20dp.png');
	opacity: .54;
}
.icon-unread:after {
	background-image: url(https://www.gstatic.com/images/icons/material/system/1x/mark_as_unread_black_20dp.png);
	opacity: .54;
}


/*----------------------------------------------------
    H
----------------------------------------------------*/

h2, .h2 {
	font-size: 24px;
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
}

h3.orange {
	border-left: 4px solid #F5A454;
	padding: 0px 15px;
	margin-bottom: 20px;
	margin-top: 40px;
}
.small-box h3 {
	color: #FFF;
}

/*--- H3 using Modal ------------*/

h3.h3-modal {
	border-left: 4px solid #F5A454;
	padding: 4px 15px;
	margin-bottom: 20px;
	margin-top: 0px;
	font-weight: bold;
	font-size: 18px;
}

/*--- H4 ------------*/

h4 {
	border-left: 4px solid #F5A454;
	padding: 4px 15px;
	margin-bottom: 20px;
	margin-top: 40px;
	font-weight: bold;
}

/* Modal Title */

h4.modal-title {
	border-left: none;
	padding-left: 0;
}

/* Popup Alert */

.popup-alert h4 {
	color: red;
	border: none;
	padding: 0;
	font-size: 15px;
	margin: 2em 0 1em;
}
.popup-alert.warning h4 {
	color: #F5A454;
}

@media (max-width: 767px) {
	.content-header>h1 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.small-box h3 {
		font-size: 24px;
	}
	.small-box p {
		font-size: 12px;
		margin-bottom: 0;
	}
	h4 {
		margin-top: 40px;
	}
}


/*----------------------------------------------------
    Project Title
----------------------------------------------------*/

.prj-title {}
.prj-title .prj-shooting_date {}
.prj-title .prj-set_time {}
.prj-title .prj-start_end {}
.prj-title .prj-client_name {}
.prj-title .prj-project_title {}

.prj-pc-display {
	display: inline;
}
.prj-sp-display {
	display: none;
}

@media (max-width: 767px) {
	.prj-pc-display {
		display: none;
	}
	.prj-sp-display {
		display: inline;
	}
}


/*----------------------------------------------------
    jQuery Webgrows Calendar Overwrite
----------------------------------------------------*/

.wCal-btnProject {
	position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

/*----------------------------------------------------
    Footer
----------------------------------------------------*/

@media (max-width: 767px) {
	.main-footer {font-size: 10px;text-align: center;}
}


/*----------------------------------------------------
    Contents Header
----------------------------------------------------*/

.navbar-brand {
	width: 180px;
	padding: 4px 15px;
}
.navbar-brand img {
	width: 100%;
}
.skin-blue .main-header .navbar {
	background: #FFF;
	border-bottom:1px solid #CCC;
	/* z-index: 1; */
	position: relative;
}
.skin-blue .main-header .navbar .nav>li>a {
	color: #323232
}
.img-circle {
	width:40px;
	height:40px;
	background-size: cover;
	background-position:center;
	background-repeat:no-repeat;
	border: 1px solid #CCC;
	margin: auto 10px auto auto;
	background-image: url(../img/profile-dummy.png);
}
.img-circle.male {
    background-image: url(../img/profile-dummy-m.png);
}
.img-circle.female {
    background-image: url(../img/profile-dummy-f.png);
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>p {
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.main-header small {
	color: #999;
	font-weight:normal;
	font-size: 12px;
}
.navbar-nav>.user-menu>.dropdown-menu>.user-footer {
	background: #FFF
}
.navbar-nav>.user-menu>.dropdown-menu {
	/* border-top-width: 1px; */
	border-radius: 0px;
	border: 1px solid #ccc;
}

.sp-openNav {
	display: none;
}
#siteHeader {}
#spSiteHeader {
	display: none;
}

@media (max-width: 767px) {
	#siteHeader {
		display: none;
	}
	#spSiteHeader {
		display: block;
	}
	.main-header {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
	}
	.sp-openNav {
		display: block;
		position: absolute;
		top: 0;
		left: 0px;
		background-color: #FFF;
		height: 50px;
		width: 50px;
		z-index: 2;
	}
	.sp-openNav .mark {
		padding: 17px 14px 10px;
		background: transparent;
	}
	.sp-openNav .mark span {
		border-top: 2px solid #777;
		display: block;
		width: 100%;
		height: 0;
		margin-bottom: 6px;
		-webkit-transition-property: opacity,-webkit-transform,-webkit-transform-origin;
		transition-property: opacity,-webkit-transform,-webkit-transform-origin;
		transition-property: transform,transform-origin,opacity;
		transition-property: transform,transform-origin,opacity,-webkit-transform,-webkit-transform-origin,-ms-transform-origin;
		-webkit-transition: .2s ease-in-out;
		transition: .2s ease-in-out;
	}
	.navbar-header {
		text-align: center;
		text-align: left;
	}
	.navbar-custom-menu {
		position: absolute;
		top: 0;
		right:0;
	}
	.navbar-brand {
		width: 120px;
		padding: 12px 15px;
		float: none;
		display: inline-block;
		line-height: 1;
		height: 50px;
		vertical-align: bottom;
		margin-left: 40px;
	}
	.sp-openNav.open span:nth-child(1) {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transform-origin: 15px 3px;
		-ms-transform-origin: 15px 3px;
		transform-origin: 23px 7px;
	}
	.sp-openNav.open span:nth-child(2) {
		opacity: 0;
	}
	.sp-openNav.open span:nth-child(3) {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transform-origin: 15px -1px;
		-ms-transform-origin: 15px -1px;
		transform-origin: 17px -2px;
	}
	.navbar-custom-menu .navbar-nav>li>a {
		padding-left: 10px;
		padding-right: 10px;
	}
}


/*----------------------------------------------------
    Contents
----------------------------------------------------*/

.content-wrapper {
	background: #FFF;
	padding-top: 40px;
	position: relative;
	/* width: auto; */
}
.content-outer {
	width:100%;
	float: right;
	margin-left: -240px;
	padding-left: 240px;
	/* width: 880px; */
}
.content-outer-wide {
	width:100%;
	float: none;
	margin-left: 0;
	padding-left: 0;
	max-width: 980px;
	margin: 0 auto;
}
.content-header {
	margin-bottom: 0px;
}
.content {
	margin-bottom: 200px;
	padding: 15px 0;
}

@media (max-width: 767px) {
	.content-wrapper {
		padding-top: 20px;
	}
	.content-outer {
		float: none;
		margin: 0;
		padding: 0;
	}
	.content-header {
		padding: 15px 0;
		margin-bottom: 15px;
	}
	.content {
		margin-bottom: 200px;
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
	}
}


/*----------------------------------------------------
    Sidebar
----------------------------------------------------*/

.sidebar {
	float: left;
	margin: 0 0 20px 0;
	padding: 0 12px;
	width: 240px;
	margin-bottom: 200px;
}
.sidebar .sidebar-profile {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}
.sidebar-icon {
	margin-bottom: 10px;
}
.sidebar-enterprise .sidebar-category, .sidebar-my .sidebar-category {
    margin: 20px 0 4px;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
}
.sidebar .sidebar-profile .sidebar-icon a {
    width: 128px;
    height: 128px;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* overflow: hidden; */
}
.sidebar-category {font-weight: bold;border-bottom: 1px solid #CCC;padding-bottom: 10px;}
.sidebar ul {
	list-style: none;
	padding: 0;
}
.sidebar ul li {
    position: relative;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
}
.sidebar ul li:before {
    content: "";
    position: absolute;
    right: 5px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #CCC;
    border-right: 2px solid #CCB;
    -webkit-transform: rotate(45deg);
    /* transform: rotate(-31deg); */
    vertical-align: middle;
    top: 17px;
}
.sidebar ul li a {
    display: block;
}
.skin-blue .sidebar ul li a {
	color: #333;
}
.skin-blue .sidebar ul li a span {
	vertical-align: middle;
	/* float: right; */
	margin-left: 5px;
	/* margin-top: -2px; */
	top: -2px;
	position: relative;
	padding: 2px 5px;
}

.sidebar ul li .label {
	vertical-align: middle;
	/* padding-bottom: .2em; */
	/* padding-top: .3em; */
	margin-top: 0px;
	position: relative;
	top: -2px;
	margin-left: 4px;
}

#spNav.sidebar {
	display: none;
}

@media (max-width: 767px) {

	.sidebar {
		display: none;
	}

	/* Clone SP Nav */

	#spNav.sidebar {
		position: fixed;
		top: 51px;
		left: -300px;
		min-width: 300px;
		/* width: 80%; */
		background: #FFF;
		float: none;
		z-index: 1000;
		padding: 40px;
		overflow-y: auto;
		border-right: 1px solid #CCC;
		border-bottom: none;
		opacity: 0;
		display: block;
		-webkit-overflow-scrolling: touch !important;
		overflow-scrolling: touch !important;
	}
	
	#spNav.sidebar {
		padding: 0;
		padding-bottom: 60px;
	}
	#spNav.sidebar .sidebar-profile {
		padding: 15px;
		text-align: left;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	#spNav.sidebar .sidebar-profile .sidebar-icon {
		width: 60px;
		height: 60px;
		margin-bottom: 0;
		display: inline-block;
		vertical-align: middle;
		margin-right: 10px;
	}
	#spNav.sidebar .sidebar-profile .sidebar-user {
		display: inline-block;
		vertical-align: middle;
	}
	#spNav.sidebar .sidebar-profile .sidebar-user .sidebar-user-name {
		font-weight: bold;
		font-size: 16px;
	}
	#spNav.sidebar .sidebar-profile .sidebar-icon a {
		width: 60px;
		height: 60px;
	}




	#spNav.sidebar .sidebar-category {
		border: none;
		padding: 0 15px;
	}
	#spNav.sidebar ul {
		margin-bottom: 40px
	}
	#spNav.sidebar ul li {
		border-top: 1px solid #CCC;
		height: 46px;
		line-height: 46px;
	}
	#spNav.sidebar ul li:last-child {
		border-bottom: 1px solid #CCC;
	}
	#spNav.sidebar ul li:before {
		right: 15px;
	}
	#spNav.sidebar ul li a {
		padding: 0 15px;
	}







	
}


/*----------------------------------------------------
    Login
----------------------------------------------------*/

.login-page, .register-page {
    background: #FFF;
}
.login-logo a {
    width: 160px;
    display: inline-block;
}
.login-logo a img {
    width: 100%;
}
.login-box-body, .register-box-body {
    border:1px solid #CCC
}

@media (max-width: 767px) {
	.login-remember {
		margin-bottom: 20px;
	}
}

/* Password Resetting */

.password-resetting-div {
	text-align: right;
	margin-top: 1.5em
}
.password-resetting-div .password-resetting-link {}



/*----------------------------------------------------
    Page Password resetting
----------------------------------------------------*/

.page-password-resetting {}
.page-password-resetting .login-box-msg {
	padding: 0 0 20px;
	text-align: center;
}
.page-password-resetting .btn-primary {
	width: 150px;
	margin: 0 auto;
}
.page-password-resetting .btn-outer {
	text-align: center;
}

/*--- Mail Sended ------------*/

.page-password-resetting-mailsend {}
.page-password-resetting-mailsend .login-box {
	width: 430px;
}
.page-password-resetting-mailsend .login-box-msg {
	padding: 20px 0;
	/* text-align: left; */
}


/*----------------------------------------------------
    Calendar
----------------------------------------------------*/

.fc-time {
	display: none;
}
.fc-right {
	display: none;
	/* width: 130px; */
}
.fc-toolbar.fc-header-toolbar {
	/* padding-right:148px; */
}
.fc-widget-header:first-of-type, .fc-widget-content:first-of-type {
	/* border-left: 1px solid; */
	/* border-right: 1px solid; */
}
.fc-view > table {
	border-right: 1px solid #DDD;
	border-left: 1px solid #DDD;
}
#calendar h2 {
	margin-bottom: 0;
	padding-bottom: 0;
	border:none;
	font-size: 20px;
	width: 100%;
}
.fc-toolbar.fc-header-toolbar {
	position: relative;
}
.fc-toolbar .fc-left {
	position: absolute;
	top: 10px;
	left: 0;
}
.fc-toolbar .fc-center {
	width: 100%;
}

.fc-sun { color: red; }
.fc-sat { color: blue; }

@media (max-width: 767px) {
	#calendar {
		margin-top: 0px;
	}
	.fc-scroller {
		height: auto !important;
	}
	.fc-today-button {
		/* display: none; */
	}
	.fc-day-number {
		font-size: 14px;
	}
	.fc-event {
		font-size: 10px;
	}
	#calendar h2 {
		font-size: 16px;
		padding: 10px;
		line-height: 1;
		vertical-align: bottom;
	}
	.fc-toolbar.fc-header-toolbar {
		padding: 0;
		position:relative;
		margin-bottom: 1em;
	}
	.fc-toolbar.fc-header-toolbar .fc-left {
		width: 100%;
		position: absolute;
		left: 0;
		top: 45%;
		transform: translateY(-50%);
	}
	.fc-toolbar.fc-header-toolbar .fc-left .fc-button-group {
		display: inline-block;
	}
	.fc-toolbar.fc-header-toolbar .fc-left .fc-today-button {
		float: right;
	}

}


/*----------------------------------------------------
    Search Panel
----------------------------------------------------*/

.search-panel {}
.search-panel .searchi-form {
    margin-bottom: 20px;
}
.search-panel .searchi-form .form-label {
    width: 200px;
}
.search-panel .searchi-form .form-box {
    display: inline-block;
}
.search-panel .condition-label {
	width: 180px;
}
.search-conditions {
	padding: 20px;
    border: 1px solid rgb(243, 147, 51);
    background: rgba(243, 147, 51, 0.05);
    border-radius: 5px;
}
@media (max-width: 767px) {
	.search-conditions {
		padding: 15px;
	}
	.search-conditions .form-group .form-inline {
		padding: 0;
	}
	.search-conditions .form-group .form-item {
		padding: 0;
	}
	.search-conditions .form-group .form-item select,
	.search-conditions .form-group .form-item input {
		margin-bottom: 5px;
	}
}


/*--- List Disp Count ------------*/

.list-disp-count {
    float: right;
    margin-bottom: 20px;
}
.list-disp-count select {
	width: 100px;
	text-align: right;
	/* float: right; */
	/* clear: both; */
	/* cursor: pointer; */
}

#infoList .list-disp-count {
    margin-bottom: 0px;
    margin-right: 20px;
}

/*--- Link List ------------*/

.linklist {font-size: 0;margin-bottom: 15px;}
.linklist > * {
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
	font-size: 14px;
}
.linklist > *:after {
    position: absolute;
    content: "";
    top: 50%;
    right: -10px;
    width: 1px;
    height: 1em;
    transform: translateY(-50%);
    background-color: #3c8dbc;
}
.linklist > *:first-child {
	margin-left: 0;
}
.linklist > *:last-child:after {
    display: none;
}

/*--- Search Condition Display ------------*/

.search-condition-display {margin-bottom: 20px;}
.search-condition-display .condition-display-item {
	float: left;
	/* width: 50%; */
	/* white-space: nowrap; */
	/* margin-right: 1em; */
	padding-right: 2em;
	position: relative;
	word-break: break-all;
	line-height: 1.7;
}
.search-condition-display .condition-display-item:after {
	display: block;
	content:"";
	width: 1px;
	height: 1em;
	background-color: #333;
	top: 50%;
	position: absolute;
	right: 1em;
	transform: translateY(-50%);
	vertical-align: middle;
}
.search-condition-display .condition-display-item:last-child:after {
	display: none;
}
.search-condition-display .condition-display-item .title {
    display: inline;
    /* white-space: nowrap; */
    padding-right: 1em;
    position: relative;
}
.search-condition-display .condition-display-item .title:after {
    display: block;
    content:":";
    top: 50%;
    position: absolute;
    right: 0.5em;
    transform: translateY(-50%);
    vertical-align: middle;
    font-weight: bold;
}
.search-condition-display .condition-display-item .body {
    display: inline;
    white-space: normal;
    font-weight: bold;
    vertical-align: top;
}

#infoList .search-condition-display {
	padding: 0 20px;
}

/*----------------------------------------------------
    Search Result
----------------------------------------------------*/

.search-result {
    clear: both;
}

.table>tbody>tr>td {
	vertical-align: middle;
}

.result-page-detail {
	float: right;
	font-size: 12px;
	/* margin-top: -2px; */
	/* position: relative; */
	border: 11px;
}
.search-result > table {
	border-bottom: 2px solid #f4f4f4;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 12px 8px;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
	border-color: #DDD;
}

.detail .photo {
	width: 200px;
	height: 200px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 50%;
	border: 1px solid #CCC;
}
.link-control {
	margin-bottom: 20px;
	text-align: right;
	margin-top: -10px;
}
.link-control a {
	color: #28a7e1;
}
table thead th {
    position: relative;
    cursor: pointer;
}
table thead th.sorting:after {
    opacity: 0.2;
    content: "\e150";
    position: absolute;
    top: 50%;
    right: 8px;
    display: block;
    font-family: 'Glyphicons Halflings';
    opacity: 0.5;
    transform: translateY(-50%);
}
table thead th.sorting_DESC:after {
	content: "\e155";
}
table thead th.sorting_ASC:after {
	content: "\e156";
}

.photographer-image {
    position: relative;
}
.photographer-image .icon-beginner{
	position: absolute;
	width: 50px;
	height: 50px;
	right: 0;
	left: 0;
	top: 0;
}

.sp-td {
	display: none;
}


.search-result > table tr td.sp-sub-td .sp-sub-td-title {
	display:none;
}

.unread {
	color: #FF6E7C;
	font-weight: bold;
}

@media (max-width: 767px) {
	.sp-td {
		display: inline-block;
		margin-right: 5px;
		font-weight: bold;
		/* width: 6em; */
	}
	.sp-sort {
		/* margin-top: 15px; */
		/* padding: 0 15px; */
		/* margin-bottom: 10px; */
		float: left;
	}
	.sp-sort .dropdown{
		float:right;
	}
	.result-page-detail {
		margin-right:0;

	}
	.result-header .result-page-detail {
		/* margin-bottom: 5px; */
		margin-right: 15px;
		clear: both;
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.search-result {
		margin: 0 -15px;
		/* position: relative; */
	}
	.search-result .result-header {
		padding: 0 15px;
		position: relative;
		margin: 15px 0 5px;
	}

	
	/* Result Table */

	.search-result > table {
		display: block;
		width:100%;
		clear: both;
		position: relative;
		/* margin: 0 -15px; */
		max-width: initial;
	}
	.search-result > table > thead {
		display: none;
	}
	.search-result > table tr {
		padding: 12px 15px;
		display: block;
		border-top: 1px solid #f4f4f4;
	}
	.search-result > table tr:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	.search-result table > tbody > tr > td {
		display: block;
		border: none;
		padding: 0;
	}
	.search-result > table tr td.sp-main-td {
		display: block;
		width: 100%;
	}
	.search-result > table tr td.sp-sub-td {
		display: block;
		width: 50%;
		float: left;
		text-align: left;
		font-size: 12px;
	}
	.search-result > table tr td.sp-sub-td.sp-wide {
		width: 100%
	}
	.search-result > table tr td.sp-sub-td .sp-sub-td-title {
		display:inline;
		font-weight:bold;
	}
		
	

	/* Result Table - Photographer */
	
	.search-result .table>tbody>tr>td.sp-td-border {
		/* border-top: 1px solid #f4f4f4; */
	}
	.search-result .table>tbody>tr>td.photographer-img {
		width: auto;
		/* padding-left: 15px; */
		float: left;
	}
	.search-result .table>tbody>tr>td.photographer-name {
		float: left;
		width: calc(100% - 50px);
		/* padding-right: 15px; */
		font-size: 16px;
		font-weight: bold;
	}
	.search-result .table>tbody>tr>td.photographer-kana {
		margin-left: 50px;
		/* padding-right: 15px; */
		/* float: left; */
		margin-bottom: 6px;
	}
	.search-result .table>tbody>tr>td.photographer-status {
		margin-left: 50px;
		/* padding-right: 15px; */
		font-size: 12px;
	}
	.search-result .table>tbody>tr>td.photographer-addday {
		margin-left: 50px;
		/* padding-right: 15px; */
		font-size: 12px;
	}
	.search-result .table>tbody>tr>td.photographer-subitem {
		font-size: 12px;
		width: calc((100% - 50px) / 2);
		float: left;
		margin-left: 0;
	}
	.search-result .table>tbody>tr>td.photographer-subitem:nth-child(even){
		margin-left: 50px;
	}
}


/*----------------------------------------------------
    Pagenation
----------------------------------------------------*/

.pagination {
	margin: 40px 0;
}
.paginationSp {
	display: none;
}
@media (max-width: 767px) {

	.pagination {
		margin-bottom: 20px;
	}
	.pagination .first,
	.pagination .prev,
	.pagination .next,
	.pagination .last {
		display: none;
	}
	.paginationSp {
		display: block;
		margin: 0 auto;
		text-align: center;
		padding: 0 20px;
		font-size: 10px;
	}
	.paginationSp .first,
	.paginationSp .prev,
	.paginationSp .next,
	.paginationSp .last {
		display: inline-block;
	}
}
.ajax-pagination {padding: 0;margin: 0;font-size: 0;text-align: right;}
.ajax-pagination ul {}
.ajax-pagination li {
	list-style: none;
	display: inline-block;
	/* font-size: 0; */
	border: 1px solid #CCC;
}
.ajax-pagination li:first-child {
	border-right: none;
}
.ajax-pagination li a {
	display: block;
	width: 40px;
	height: 40px;
	position: relative;
}
.ajax-pagination li a:after {
	content: "";
	position: absolute;
	left: 16px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #BABABA;
	border-right: 2px solid #BABABA;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	vertical-align: middle;
	top: 15px;
}
.ajax-pagination li a.prev {}
.ajax-pagination li a.next {}
.ajax-pagination li a.next:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: auto;
    right: 16px;
}


/*----------------------------------------------------
    Detail Page
----------------------------------------------------*/

@media (max-width: 767px) {
	.form-group label.form-label {
		display: block;
		width: 100%;
		background-color: rgba(245,164,84,0.2);
		/* color: #FFF; */
		/* margin: 0 -15px; */
		/* position: relative; */
		padding: 4px 15px;
		margin-bottom: 10px;
	}
	.form-group .form-item,
	.form-group .form-inline {
		padding: 6px 15px;
	}
	.form-group input {
		margin-bottom: 4px;
	}
	.form-group .form-inline input {
		display: inline-block;
	}
	
	/* Form Counter */
	
	input.form-counter {
		width: 4em;
	}

	/* Form Birth Day */

	.birth-form select {
		width: 100px;
		display: inline-block;
		font-size: 12px;
		padding: 6px 4px;
	}
	.birth-form select#birth_y {
		width: 80px;
	}
	.birth-form select#birth_m {
		width: 60px;
	}
	.birth-form select#birth_d {
		width: 60px;
	}


	/* Form Zipcode */
	
	.zipcode {
		display: inline-block;
	}
	input.zipcode {
		width: 4em;
	}
	input.zipcode {
		display: inline-block;
		width: 5em;
	}
	
	
	/* Form Zipcode */

	.form-inline input[name="experience"].form-control {
		width: 4em;
		min-width: 4em;
	}


	/* Camera Items */

	.camera-items .form-inline {
		padding: 0;
	}
	.camera-items .form-inline select,
	.camera-items .form-inline input {
		margin-bottom: 5px;
	}
	
	/*  Form From To */
	
	.form-inline.form-fromto .input-group.date {
		width: 140px;
		display: inline-table;
		vertical-align: middle;
	}

	/* From Time From To */

	.form-inline.form-fromto .input-group.bootstrap-timepicker {
		width: 140px;
		display: inline-table;
		vertical-align: middle;
	}


}



/*----------------------------------------------------
    Schedule Request
----------------------------------------------------*/

tr.end {
    background-color: #CCC;
}
tr.end td, tr.end a  {
    /*color: #666;*/
}

.schedule-request-editor td.fc-day {
	cursor:pointer;
}
.schedule-request-editor td.fc-day:hover {
	background-color: rgba(0,0,0,0.1);
}

/*
.schedule-request-editor {
    overflow: visible;

}
.schedule-request-editor * {}


.schedule-request-editor td.fc-day-top {
	cursor: pointer;
	position:relative;
}
.schedule-request-editor td.fc-day-top .day-content {
	cursor: pointer;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* z-index: 8; */
	/* padding: 30px 0; */
	/* background-color: #F9E4CA; *
}
.schedule-request-editor td.fc-day-top .day-content select {
}
.schedule-request-editor td.fc-day-top .day-content select,
.schedule-request-editor td.fc-day-top .day-content label {
	/* margin-top: 50px; *
	/* margin: 0; *
	position: absolute;
	height: 40px;
	margin-top: -10px;
	display: inline-block;
	top: 50%;
	cursor: pointer;
	text-align: center;
	width: 100%;
}
.schedule-request-editor td.fc-day-top .day-content label > div {
	/* margin-top: 50px; *
	/* width: 30px; *
	/* height: 30px; *
	vertical-align: middle;
	top: -2px;
}

.schedule-request-editor td.fc-day.target {
	background-color: #FCF0E5;
	/* opacity: .5; *
}
*/

.disp-RequestDateType {
	display: none;
}

.tooltip-inner {
	color: #333;
	background-color: #DDD;
}
.tooltip.top .tooltip-arrow {
	border-top-color: #DDD;
}




/* ----------------------------------------------------------------------------------- 
	
	Schedule Request - Add Spots
	
/* ----------------------------------------------------------------------------------- */

.form-spots {}
.form-spots .form-spots-outer {}
.form-spots .form-spots-outer .form-spot-row {
    margin-bottom: 15px;
}
.form-spots-controller {
    margin: 10px 0 20px;
}
.form-spots-controller button.btn-addSpotDate {}

i.del-spot {
	font-size: 18px;
	vertical-align: middle;
	margin-left: 5px;
	cursor: pointer;
	transition: all 0.5s;
	font-weight: normal;
}
i.del-spot:hover {
    opacity: 0.6;
}










/*----------------------------------------------------
    Info List
----------------------------------------------------*/

#infoList {}
#infoList .search-panel .searchi-form {
	margin: 0;
	padding-bottom: 10px;
	padding: 20px 20px 0px;
	margin-bottom: 20px;
}
#infoListWrapper {
}

.infoListLink-outer {
	position: relative;
}
.infoListLink-outer a {
	display: block;
}

.infoListColumn:hover,
.infoListColumn.read:hover {
    background-color: #f3f3f3;
    /*opacity:0.6;*/
}
.infoListColumn.transaction {
    display: table;
    min-height: 50px;
}
.infoListColumn.read {
	background-color: rgba(242,245,245,0.8)	
}
.infoListColumn {
    padding: 15px;
    min-height: 58px;
    border-bottom: 1px solid #eee;
    width: 100%;
}
.infoListColumn .infoListCheck {
	display: table-cell;
	/* float: left; */
	margin-right: 15px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	vertical-align:middle;
	line-height: 100%;
}
.infoListColumn .infoListCheck label {
	margin-bottom: 0;
}

.infoListColumn .img-circle {
    float: left;
    margin-right: 15px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.infoListColumn .infoListText.transaction {
    display: table-cell;
    width: 560px;
}
.infoListColumn .infoListText {
    float: left;
    width: 644px;
}
.infoListColumn .infoListText .infoListBody {
    margin-bottom: 2px;
    color: #333;
    font-size: 14px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 3em;
}
.infoListPostTime.transaction {
    /* display: table-cell; */
    width: 147px;
    color: #666;
    vertical-align: middle;
    text-align: right;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.infoListControllerOuter:hover {
	background-color: #fff;
}
.infoListController {
    padding: 0;
    position: relative;
    line-height: 1;
}
.infoListController .infoListCheck {
    display: inline-block;
    height: 40px;
    float: left;
    width: auto;
    /* vertical-align: bottom; */
    margin-top: 1px;
    padding: 10px 0;
}
.infoListController .result-page-detail {
	position: absolute;
	right: 0px;
	bottom: 0;
}

.read-tooltip {}
.read-tooltip .tooltip-link {
	font-size: 12px;
}
.read-tooltip .tooltip.bottom .tooltip-arrow {
	border-bottom-color: #CCC;
}
.read-tooltip .tooltip-inner {
	text-align: left;
}

@media (max-width: 767px) {
	.infoListLink-outer {
		position:relative;
	}
	#infoList .search-panel .searchi-form {
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
	}
	a.infoListLink {
		display:block;
	}
	.infoListColumn.transaction {
		display: block;
		width: 100%;
		padding-top: 0;
		padding-bottom: 0;
		table-layout: fixed;
		padding: 15px 15px;
		position: relative;
		/* display: table-row; */
		height: 80px;
	}
	.infoListColumn .infoListCheck {
		width: 30px;
		display: block;
		height: auto;
		vertical-align: middle;
		margin-right: 0;
		/* padding: 8px 0; */
		line-height: 40px;
		float: left;
	}
	.infoListColumn .infoListCheck label {
	}
	.infoListColumn .img-circle {
		width: 40px;
		height: 40px;
		display: block;
		float: left;
		margin-right: 10px;
	}
	.infoListColumn .infoListText.transaction {
		display: block;
		width: calc(100% - 90px);
		float: left;
		/* width: 100%; */
	}
	.infoListColumn .infoListText {
	}
	.infoListColumn .infoListText .infoListBody {
		margin-bottom: 0px;
	}
	
	.infoListPostTime.transaction {
		position: absolute;
		/* display: none; */
		bottom: 0;
		right: 0;
		width: 100%;
		padding-bottom: 4px;
		padding-right: 10px;
		z-index: 9;
		transform: inherit;
		top: auto;
	}
	.infoListPostTime.transaction small {
		display: inline-block;
		margin-right: 10px;
	}
	.infoListPostTime.transaction .read-tooltip {
		display: inline-block;
	}
	
	.infoListControllerOuter:hover {
	}
	.infoListController {
	}
	.infoListController .infoListCheck {
		height: 40px;
		line-height: inherit;
	}
	.infoListController .result-page-detail {
		bottom: 14px;
	}
}


/*----------------------------------------------------
    Home Status Box
----------------------------------------------------*/

.home-status-box {
	margin: 0 -5px;
	margin-bottom: 20px;
}
.home-status-box .status-box {
	width: 25%;
	float: left;
	/* margin: 0 20px; */
	padding: 0 5px;
	border-bottom: none;
}

@media (max-width: 767px) {
	.home-status-box .status-box,
	.home-status-box .status-box:last-child {
		position:static;
		width: 50%;
	}
	.small-box {
		margin-bottom: 10px;
	}
	.small-box>.small-box-footer {
		font-size: 12px;
	}
}


/*----------------------------------------------------
    Home Project List
----------------------------------------------------*/

@media (max-width: 767px) {
	table.projectListTable {
		display: block;
	}
	table.projectListTable tr {
		display: block;
	}
	table.projectListTable tr td {
		display: block;
		padding-left: 0;
		padding-right: 0;
	}
	table.projectListTable tr td.project-profile {
		border-bottom: none;
		padding-bottom: 2px;
	}
	table.projectListTable tr td.project-member {
		border-bottom: none;
		padding-top: 2px;
		border-top: none;
	}
}

/*----------------------------------------------------
    Photographer Dtail
----------------------------------------------------*/

#photographer-detail {}
#photographer-detail .nav-tabs>li {
	width: 160px;
}
#photographer-detail .nav-tabs>li>a {
    width: 100%;
    text-align: center;
    padding: 12px 0;
    /* border-right-color: #CCC; */
}
#photographer-detail .nav-tabs-custom>.nav-tabs>li.active>a {
	border-left-color: #CCC; 
	border-right-color: #CCC; 
}
#photographer-detail .nav-tabs-custom>.nav-tabs>li:first-of-type.active>a {
	border-left-color: #CCC; 
	border-right-color: #CCC; 
}
#photographer-detail .nav-tabs-custom>.nav-tabs>li.active {
	border-top-color: #F39333;
	border-right-color: #CCC;
}
#photographer-detail .nav-tabs-custom>.nav-tabs {
	border-bottom-color: #CCC;
}
#photographer-detail .nav-tabs-custom>.nav-tabs>li:first-of-type {
	margin-left: 40px;
}
#photographer-detail .nav-tabs-custom>.tab-content {
	padding: 20px 15px 40px;
}
@media (max-width: 767px) {
	#photographer-detail {
		/* margin: 0 -15px; */
	}
	#photographer-detail .nav-tabs-custom>.tab-content {
		padding: 20px 15px;
	}
	#photographer-detail .nav-tabs-custom>.nav-tabs {
		padding: 0px 10px;
	}
	#photographer-detail .nav-tabs-custom>.nav-tabs>li:first-of-type {
		margin-left: 0;
	}
	#photographer-detail .nav-tabs>li {
		width: 50%;
		margin: 0 0 -2px;
	}
    
    /* Photograper Image */

    #photographer-detail .photographer-image-outer {
    	float: none;
    }
    #photographer-detail .photographer-image-outer .profile-image {
    	margin: 20px auto;
    }
}


/*----------------------------------------------------
    Profile
----------------------------------------------------*/

.profile-image-editor {
    width: 200px;
    height: 200px;
    position: relative;
}
.profile-image-editor .btnRemove {
	position: absolute;
	background: transparent;
	box-shadow: none;
	border: none;
	padding: 0;
	top: 0;
	/* transform: translateY(-50%); */
	right: 0;
}
.profile-image-editor .btnRemove span {
    font-family: "Glyphicons Halflings";
    content: "\e014";
    width: 1.5em;
    height: 1.5em;
    color: #777;
    background-color: #DDD;
    display: block;
    z-index: 2;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    opacity: 0.7;
    top: 0;
}
.profile-image-editor .btnRemove span:before {
    line-height: 1.5em;
    text-align: center;
}


.profile-image {
	width: 200px;
	height: 200px;
	background-size: cover;
	border-radius: 100%;
	border: 1px solid #DDD;
	margin: 20px 0;
	background-position: center;
	background-image: url(../img/profile-dummy.png);
}
.profile-image.male {
	background-image: url(../img/profile-dummy-m.png);
}
.profile-image.female {
	background-image: url(../img/profile-dummy-f.png);
}

@media (max-width: 767px) {
	.profile-detail {
	    /* margin: 0 -15px; */
	}
	.profile-detail .profile-image {
		margin-left: 0;
		margin-top: 20px;
	}
	.profile-detail .profile-image .photographer-image {
		margin: 0 auto;
	}

	#photographer-detail .profileDisplay-outer {
		float: none;
	}
	#photographer-detail .profileDisplay-outer .profile-image {
		margin: 0 auto;
	}

}


/*----------------------------------------------------
    Message PAnel
----------------------------------------------------*/

.counter {
    margin: 5px 5px 0 0;
    color: #666;
    text-align: right;
    font-size: 14px;
    /* height: 1em; */
}
.counter.over {
	color: red;
}
.nav-tabs-custom {
	border-bottom: none;
	box-shadow: none;
}
.message-panel {
	padding: 20px;
	padding-bottom: 0;
}
#photographer-detail .message-panel {
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
@media (max-width: 767px) {
	#photographer-detail .message-panel {
		border-right: none;
		border-left: none;
		border-bottom: none;
	}
}


#threadContent .read-more-message {
    margin-top: 10px;
    height: 60px;
    background-color: #f3f3f3;
    color: #2ba6e1;
    text-align: center;
    font-size: 14px;
    line-height: 60px;
    cursor: pointer;
    margin-bottom: 20px;
}
#threadContent .threadColomun {
    padding: 20px;
    margin: 0 -20px;
    border-bottom: 1px solid #ccc;
}
#threadContent .threadColomun .threadUser {
    float: left;
}
.threadUser .img-circle {
	width: 50px;
	height: 50px;
	margin: 0;
}
#threadContent .threadColomun .threadText {
    float: left;
    width: 100%;
    margin-left: -50px;
    padding-left: 70px;
}
#threadContent .threadColomun .threadText .threadHeader .threadUserName {
    float: left;
    font-weight: 700;
    font-size: 14px;
}
#threadContent .threadColomun .threadText .threadHeader .threadPostTime {
    color: #6b6b6b;
    text-align: right;
    font-size: 12px;
    margin-bottom: 1em;
}
#threadContent #uploadFiles {
    margin: 20px 0 0 70px;
    padding-top: 20px;
}
#uploadFiles .download {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 4px 10px 4px 50px;
    max-width: 574px;
    border: 1px solid #d0dde2;
    background-color: #fff;
    text-indent: -17px;
    position: relative;
    font-size: 14px;
}
#uploadFiles.upfile-edit .download {
	padding: 4px 40px 4px 50px;
}
#uploadFiles .download:before {
	position: absolute;
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f019";
	color: #F39333;
	line-height: 1;
	/* display: block; */
	width: 1em;
	top: 50%;
	height: 1em;
	left: 30px;
	transform: translateY(-50%);
}
#uploadFiles .download .btnRemove {
	position: absolute;
	background: transparent;
	box-shadow: none;
	border: none;
	/* width: 1.5em; */
	/* height: 1.5em; */
	/* color: #777; */
	/* background-color: #DDD; */
	/* border-radius: 50%; */
	padding: 0;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
}
#uploadFiles .download .btnRemove span {
    font-family: "Glyphicons Halflings";
    content: "\e014";
    width: 1.5em;
    height: 1.5em;
    color: #777;
    background-color: #DDD;
    display: block;
    z-index: 2;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    opacity: 0.7;
    top: 0;
}
#uploadFiles .download .btnRemove span:before {
    line-height: 1.5em;
    text-align: center;
}
.uploadButton:before {
	position: absolute;
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f0c6";
	color: #666;
	line-height: 1;
	/* display: block; */
	width: 1em;
	top: 9px;
	height: 1em;
	left: 16px;
	font-size: 22px;
}

@media (max-width: 767px) {
	#uploadFiles .download {
		text-indent: 0;
		padding: 4px 10px 4px 30px;
		margin-bottom: 1em;
	}
	#uploadFiles .download:before {
		left: 10px;
		top: 50%;
		transform: translateY(-50%);
	}
}


/* Page Message */

section.page-message {
	margin-bottom: 400px;
}
@media (max-width: 767px) {
	section.page-message {
		margin-bottom: 200px;
	}
}

.page-message .message-post {
	display: none;
}


/* Message Post */

.message-post {
	/* background: #f3f3f3; */
	border-top: none;
	font-size: 0;
	padding: 20px 0;
	/* position: fixed; */
	/* bottom: 0; */
	/* width: 100%; */
}
.message-post .massage-input {display: inline-block;width: calc(100% - 70px);position: relative;}
.message-post .massage-input .massage-input-outer {
	/* display: inline-block; */
	vertical-align: bottom;
	padding-right: 10px;
	position: relative;
}
.message-post textarea {
    width: 100%;
    /* margin-bottom: 5px; */
    resize: vertical;
    overflow: auto;
    overflow-wrap: break-word;
    resize: vertical;
    /* min-height: 2em; */
    display: block;
    border: 2px solid #c5cbcb;
    border-radius: 5px;
    background: #fff;
    padding: 9px 9px 0px;
    max-height: 20em;
    /* line-height: calc(1em + 6px); */
    line-height: 1.4em;
    /* padding: 0; */
    height: 41px;
    lineHeight: 1em;
    vertical-align: middle;
}
@media (max-width: 767px) {
	.message-post textarea {
		max-height: 5em;
		-webkit-overflow-scrolling: touch !important;
		overflow-scrolling: touch !important;
		/* border-width: 1px; */
		border: 1px solid #c5cbcb;
		padding: 7px 2px 0px;
		height: 35px;
	}
}


/* Clone */

#messagePostFix {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 999;
	background-color: #FFF;
	border-top: 1px solid #CCC;
	padding-top: 0px;
}
#messagePostFix .message-post {
	padding-right: 15px;
	padding-left: 15px;
}
@media (max-width: 767px) {
	#messagePostFix .container {
		padding-right: 10px;
		padding-left: 10px;
	} 
	#messagePostFix .message-post {
		padding-top: 10px;
		padding-right: 0px;
		padding-left: 0px;
		padding-bottom: 10px;
	}
	
}


/* Send Button */

button.massage-attache {
	display: block;
	position: absolute;
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f0c6";
	color: #777;
	line-height: 1;
	/* display: block; */
	width: 1.4em;
	top: 0;
	height: 1.4em;
	left: auto;
	font-size: 22px;
	background: transparent;
	border: none;
	font-size: 30px;
	text-align: center;
	padding: 0;
	right: 20px;
}
@media (max-width: 767px) {
	button.massage-attache {
		font-size: 22px;
		top: 3px;
		box-shadow: none;
	}
}


/* Send Button */

.btSend {
    display: inline-block;
    margin-bottom: 25px;
    vertical-align: bottom;
}
.btSend button.btnMessageSend {
    min-width: 60px;
}
@media (max-width: 767px) {
	.btSend {
		margin-bottom: 0;
		padding-top: 2px;
		vertical-align: top;
	}
}

/*----------------------------------------------------
    Cameraman List
----------------------------------------------------*/

.cameraman-list {
    margin-bottom: 0;
}
.cameraman-list .label {
	position: relative;
	top: -3px;
	margin-left: 4px;
}
.cameraman-list .cameraman-name,
.table-account-list .account-name a {
	margin-right: 10px
}
.cameraman-list tr.pending {
	background-color: #FAF0F0;
	/* background: rgba(242,218,218,0.2); */
}
.cameraman-list .cameraman-name .img-circle,
.table-account-list .account-name .img-circle {
	display: inline-block;
	vertical-align: middle;
}
.cameraman-list .photographer-img .img-circle {
	margin: 0 auto;
}
.cameraman-list td.replytime {
	font-size: 12px;
}

.page-dayIndex td.photographer-address ,
.page-projectDetail td.photographer-address {
	font-size: 12px;
}


/* Link Message */

.cameraman-list .message-link-outer .cameraman-name {
    margin-right: 0px;
}
.photographer-name a.message-link {
	line-height: 1;
	display: inline-block;
}
.photographer-name a.message-link i {
	font-size: 18px;
}




@media (max-width: 767px) {
	
}


/*----------------------------------------------------
    Cameraman List - Cameraman Item
----------------------------------------------------*/

.cameraman-list .cameraman-item-tr > td {
	padding: 20px 0;
	border-top: 1px solid #C4C4C4;
}

table.cameraman-item {
	margin-bottom: 0;
}
table.cameraman-item.table>tbody>tr>td {
	border: none;
	position: relative;
}

/*----------------------------------------------------
    [Page Project List] Project List
----------------------------------------------------*/

/*--- Page Progress List ------------*/
/*--- Page Storage List ------------*/

.sp-project-link {
	display: none;
}
.sp-sub-td-title {
	display: none;
}


/*----------------------------------------------------
    [Page Day Index] Day Project List
----------------------------------------------------*/

.page-dayIndex {}

.day-project-list {
    /* border: 1px solid #DDD; */
}
.day-project-list .link-control {
	margin-bottom: 10px;
}
.project-item {
    border: 1px solid #DDD;
    margin-bottom: 20px;
}
.project-item.project-cancel {
	background: #FBFBFB;
	opacity: 0.6;
}
.project-item .project-data {padding: 14px 20px;/* border-bottom: 1px solid #DDD; */position: relative;}
.project-item .project-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}
.project-item .project-client {
    /* padding-bottom: 12px; */
    /* border-bottom: 1px solid #DDD; */
    /* margin-bottom: 12px; */
}

.project-item .project-title .prj-title {
	vertical-align: middle;
}
.project-item .project-title .label {
	vertical-align: middle;
	font-size: 10px;
}



@media (max-width: 767px) {
	.project-item .project-data {
		padding: 12px;
		overflow: hidden;
	}
	.project-item .project-title {
		font-size: 16px;
		padding-right: 14px;
	}
}


/* Project Sub Title */

.fieldset {
	white-space:nowrap;
}
.project-item .project-sub-title {}
.project-item .project-sub-title .fieldset {
	margin-right: 1em;
}
.project-item .project-sub-title .title { 
	font-weight:bold;
}
.project-item .project-sub-title .data {
    /* white-space: normal; */
}

@media (max-width: 767px) {
	.project-item .project-sub-title {
		font-size: 12px;
	}
	.project-item .project-sub-title .fieldset {
		margin-right: 0;
		display: block;
	}
	.project-item .project-sub-title .data {
		white-space: normal;
	}
}


.project-item .project-info {
    padding: 14px 20px;
    border-bottom: 1px solid #DDD;
}
.project-item .project-info > div {
	margin-bottom: 5px;
}
.project-item .project-info .time {}
.project-item .project-info .tel {}
.project-item .project-info .address {}
.project-item .project-info i {
	color: #888;
	margin-right: 0.5em;
}
.project-item .project-assigns {
	border-top: 1px solid #DDD;
}

.btnAccordionProject {
	color: #666;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

/*--- Page Day Index Project Box ------------*/

.page-dayIndex {}

@media (max-width: 767px) {
	.project-item .project-info > div {}
	.project-item .project-info > div i {
		float: left;
		line-height: 1.45em;
	}
	.project-item .project-info > div span.text {
		display: block;
		padding-left: 2em;
	}
}

/*--- Page Day Index Project Box Cameraman List ------------*/
/*--- Page Project Detail Cameraman List ------------*/
/*--- Page Progress List ------------*/
/*--- Page Storage List ------------*/

@media (max-width: 767px) {
	.page-dayIndex .cameraman-list thead,
	.page-projectDetail .cameraman-list thead,
	.page-progressList .cameraman-list thead {
		display: none;
	}
	.page-dayIndex .cameraman-list tr,
	.page-projectDetail .cameraman-list tr,
	.page-progressList .cameraman-list tr,
	.page-storageList .cameraman-list tr {
		position:relative;
		padding: 12px 15px;
		display: block;
		border-top: 1px solid #f4f4f4;
	}
	.page-dayIndex .cameraman-list tr:after,
	.page-projectDetail .cameraman-list tr:after,
	.page-progressList .cameraman-list tr:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	.page-dayIndex .cameraman-list tr > td,
	.page-projectDetail .cameraman-list tr > td,
	.page-progressList .cameraman-list tr > td {
		display: block;
		border: none;
		padding: 0;
	}
	.page-dayIndex .cameraman-list td.photographer-subitem,
	.page-projectDetail .cameraman-list td.photographer-subitem,
	.page-progressList .cameraman-list td.photographer-subitem {
		font-size: 12px;
		width: calc((100% - 50px) / 2);
		float: left;
		margin-left: 0;
		text-align: left;
	}
	.page-dayIndex .cameraman-list td.photographer-subitem:nth-child(odd),
	.page-projectDetail .cameraman-list td.photographer-subitem:nth-child(odd),
	.page-progressList .cameraman-list td.photographer-subitem:nth-child(odd) {
		margin-left: 50px;
	}
	.page-dayIndex .cameraman-list td.photographer-img,
	.page-projectDetail .cameraman-list td.photographer-img,
	.page-progressList .cameraman-list td.photographer-img {
		width: auto;
		float: left;
		padding: 0;
	}
	.page-dayIndex .cameraman-list td.photographer-name,
	.page-projectDetail .cameraman-list td.photographer-name,
	.page-progressList .cameraman-list td.photographer-name {
		float: left;
		width: calc(100% - 50px - 100px);
		/* padding-right: 15px; */
		font-size: 16px;
		font-weight: bold;
		line-height: 40px;
	}
	.page-dayIndex .cameraman-list td.rank,
	.page-projectDetail .cameraman-list td.rank,
	.page-progressList .cameraman-list td.rank {}

	.page-dayIndex .cameraman-list td.photographer-approval,
	.page-projectDetail .cameraman-list td.photographer-approval,
	.page-progressList .cameraman-list td.photographer-approval {
		position: absolute;
		line-height: 40px;
		right: 80px;
		top: 0;
		padding: 12px 0;
	}
	.page-dayIndex .cameraman-list td.photographer-menu,
	.page-projectDetail .cameraman-list td.photographer-menu,
	.page-progressList .cameraman-list td.photographer-menu,
	.page-storageList .cameraman-list td.download-menu {
		position: absolute;
		line-height: 40px;
		right: 15px;
		top: 0;
		padding: 12px 0;
	}
	.page-dayIndex .cameraman-list td.photographer-menu button:hover,
	.page-projectDetail .cameraman-list td.photographer-menu button:hover,
	.page-progressList .cameraman-list td.photographer-menu button:hover {
		/*pointer-events: none;*/
		opacity: 0.5;
	}


	/*--- Page Project Detail ------------*/
	/*--- Page Progress List ------------*/
	
	.page-projectDetail  .progress-list-table td.photographer-menu,
	.page-progressList  .progress-list-table td.photographer-menu {
		padding: 7px 0;
	}
	.page-projectDetail  .progress-list-table .cameraman-progress,
	.page-progressList  .progress-list-table .cameraman-progress {
		/* border: none; */
		padding: 12px 0px;
		margin: 0 15px;
	}
	.page-projectDetail .cameraman-list-outer,
	.page-progressList .cameraman-list-outer {
		margin: 0 -15px;	
	}
	.page-projectDetail .cameraman-list tr.cameraman-item-tr,
	.page-progressList .cameraman-list tr.cameraman-item-tr {
		padding: 0;
	}
	.page-projectDetail .cameraman-list td.photographer-name,
	.page-progressList .cameraman-list td.photographer-name {
		float: none;
		width: 100%;
		/* padding-right: 15px; */
		font-size: 16px;
		font-weight: bold;
		line-height: 40px;
		padding-left: 50px;
		position: relative;
		margin-bottom: 25px;
	}
	.page-projectDetail .cameraman-list td.photographer-name a,
	.page-progressList .cameraman-list td.photographer-name a {
		display: block;
	}
	.page-projectDetail .cameraman-list .label {
		float: left;
		font-size: 11px;
		position: static;
		padding: .3em .6em .2em;
	}
	.page-projectDetail .cameraman-list td.photographer-name a + .label {
		margin-left: 0px;
	}
	.page-projectDetail .cameraman-list td.photographer-menu .dropdown button.btn-change-status {
		font-size: 12px;
		padding: 3px 5px ;
	}

	/*--- Page Progress List ------------*/
	/*--- Page Storage List ------------*/
	/*--- Page Account List ------------*/
	
	.page-progressList .cameraman-list-outer {
		margin: 0 -15px;	
	}
	.page-progressList tr.cameraman-item-tr .cameraman-profile td,
	.page-storageList .table-storage tr td {
		display: none;
	}
	.page-progressList tr.cameraman-item-tr .cameraman-profile td,
	.page-storageList .table-storage tr td {
		display: none;
	}
	.page-progressList tr.cameraman-item-tr .cameraman-profile td.sp-project-link,
	.page-storageList .table-storage tr td.sp-project-link {
		display: block;
		font-weight: bold;
	}
	.page-progressList tr.cameraman-item-tr .cameraman-profile td.project-status {
		display: block;
		width: 100%;
		clear: both;
		font-size: 12px;
		margin-left: 50px;
	}
	.page-progressList tr.cameraman-item-tr .cameraman-profile td.project-status .sp-sub-td-title {
		display: inline;
		font-weight: bold;
	}
	.page-progressList tr.cameraman-item-tr .cameraman-profile td.project-photographer,
	.page-storageList .table-storage tr td.project-photographer,
	.page-accountList .table-account-list tr td.account-name,
	.page-storageList .table-storage tr td.upload-file-info {
		display: block;
		font-weight: bold;
		margin: 6px 0 0px;
	}
	.page-progressList tr.cameraman-item-tr .cameraman-progress {
		padding-bottom:0;
	}


	/*--- Page Storage List ------------*/

	.page-storageList .table-storage tr td.download-menu {
		display: block;
	}
	.page-storageList .cameraman-list td.download-menu {
		right: 15px;
		top: auto;
		bottom: 0;
		padding: 12px 0;
	}

	/*--- Page Account List ------------*/
	
	.page-accountList .table-account-list tbody {
		width: 100%;
		display: block;
	}
	.page-accountList .table-account-list tr {
		width: 100%;
		display: block;
	}
	.page-accountList .table-account-list tr td.account-name {
		margin: 0px;	
		float: left;
		width: 70%;
	}
	.page-accountList .table-account-list tr td.account-status {
		float: left;
		line-height:40px;
		width: 30%;
		text-align:right;
	}
}

/*--- Page Index Waiting Cameramans ------------*/

@media (max-width: 767px) {
	.page-dayIndex .waiting-cameramans {
		margin: 0 -15px;
	}
}

/*--- Page Day Index - Before Day Text ------------*/

#beforeDayOuter {
	float: right;
}
.before-day-text {}
.before-day-text .title {font-weight: bold;}
.before-day-text .data {}
.before-day-text .edit-link {
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
}
.before-day-edit {
	display: none;
}
.before-day-edit .title {font-weight: bold;}
.before-day-edit .input {
	display: inline-block;
	vertical-align: middle;
}
.before-day-edit .input-group.date {
	/* display: inline-block; */
	width: 200px;
	margin: 0;
}
.before-day-text .edit-link {
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
}

/*--- Page Day Index - Assign Table ------------*/

.day-project-list .cameraman-list .photographer-approval span.approved {
    font-weight: bold;
}

/*----------------------------------------------------
    Table Storage
----------------------------------------------------*/

.table-strage .img-circle {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}


/*----------------------------------------------------
    Schedule Request Answer
----------------------------------------------------*/

.schedule-request-answer {}
.schedule-request-answer .table>tbody>tr>th,
.schedule-request-answer .table>tbody>tr>td {
	vertical-align: middle;
	padding: 18px 8px;
}
.schedule-request-answer .table>tbody>tr>td.answer{
	text-align: center;
}
.btn-schedule {
	width: 100px;
	color: #999;
}
.btn-schedule-ok {}
.btn-schedule-ok.active,
.btn-schedule-ok:hover {
	background-color: #00a65a;
	color: #fff;
    border-color: #398439;
}
.btn-schedule-ng {}
.btn-schedule-ng.active,
.btn-schedule-ng:hover {
	background-color: #f39c12;
    border-color: #e08e0b;
    color: #fff;
}

.answer .label {
	width: 70px;
    display: inline-block;
    padding-top: 6px;
}
.w-sun .date { color: Red; }
.w-sat .date { color: blue; }

/*-- Schedule Request Answer Slider ----------*/

.slider .tooltip.top {
    margin-top: -28px !important;
}
.tooltip.bottom {
    padding: 5px 0;
    margin-top: -4px;
}
.tooltip.bottom .tooltip-arrow {border-bottom-color: #DDD;}

/*-- Schedule Request Answer Detail Table Style ----------*/

.schedule-request-answer-detail {}
.schedule-request-answer-detail .table>tbody>tr.main th,
.schedule-request-answer-detail .table>tbody>tr.main td {
}
.schedule-request-answer-detail .table>tbody>tr.memo-body td {
	border-top: none;
	padding-top: 0;	
}
.schedule-request-answer-detail .table>tbody>tr.memo-body td .memo-inner {
	padding-left: 1em;
}
.schedule-request-answer-detail .table>tbody>tr.memo-body td .form-group {
	margin: 0;
	/* padding: 4px 0; */
}
.schedule-request-answer-detail .table>tbody>tr.memo-body td .form-group label {
	float: left;
	/* margin-right: 1em; */
	width: 3em;
}
.schedule-request-answer-detail .table>tbody>tr.memo-body td .form-group .form-item {
	padding-left: 3em;
}

@media (max-width: 767px) {
	
	.schedule-request-answer {
		margin: 0 -15px;
	}
	.schedule-request-answer > table>thead {
		display: none;
	}
	.schedule-request-answer-edit > table>tbody {}
	.schedule-request-answer > table>tbody tr {
		display: block;
		padding: 0 15px;
		border-top: 1px solid #CCC;
	}
	.schedule-request-answer > table>tbody tr#dispAllEdit {
		/*border-width: 1px !important;*/
		border-bottom:none !important;
	}
	.schedule-request-answer-edit > table>tbody th {
		display: block;
		width: 100%;
		padding-bottom: 0;
		border: none;
	}
	.schedule-request-answer-edit > table>tbody td {
		display: block;
		width: 100%;
		border: none;
	}
	.schedule-request-answer-edit .table>tbody>tr>td.answer{
		margin-bottom: 0px;
	}


	.schedule-request-answer-detail > table>tbody th.date {
		text-align: left;
		padding-left: 0px;
		display:block;
		width: 100%;
		padding-bottom: 0;
	}
	.schedule-request-answer-detail > table>tbody td {
		border: none;
		padding-top: 5px;
	}
	.schedule-request-answer-detail > table>tbody td.answer {
		padding-left: 0;
		text-align: left;
	}
	.schedule-request-answer-detail > table>tbody td.answer .text-project-link {
		text-align: left;
		display: inline-block;
	}
	.schedule-request-answer-detail > table>tbody td.answer+td {
		/* width: 120px; */
		white-space: nowrap;
	}
	.schedule-request-answer-edit > table>tbody td.time-slider {
	padding-right: 30px;
	padding-left: 30px;
	}
    .schedule-request-answer-detail .table>tbody>tr.memo-body {
    	border-top:none;
    }
    .schedule-request-answer-detail .table>tbody>tr.memo-body td {
    	display: block;
    	width: 100%;
    	padding: 0;
    }
    .schedule-request-answer-detail .table>tbody>tr.memo-body td .memo-inner {
    	padding: 0;
    }
    .schedule-request-answer-detail .table>tbody>tr.memo-body td .form-group label {
    	width: 6em;
    	text-align: center;
    }
    .schedule-request-answer-detail .table>tbody>tr.memo-body td .form-group .form-item {
        padding-left: 7em;
    }

}

/*-- Button Memo ----------*/

.schedule-request-answer-edit .btnMemo {
	position: relative;
}
.schedule-request-answer-edit .btnMemo:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 5px 0 5px;
	border-color: #777777 transparent transparent transparent;
	transform: translateX(-50%);
	left: 50%;
	bottom: -12px;
}
.schedule-request-answer-edit .btnMemo.open:after {
	transform: translateX(-50%) rotate(180deg);
}

/*-- HS caution ----------*/

.schedule-request-answer-edit .hs-caution i {
	color: #ff0000;
}
.schedule-request-answer-edit .hs-caution .tooltip-inner {
	background-color: rgb(255, 191, 196);
	color: #ff0000;
    max-width: 400px;
    width: 400px;
	font-size: initial;
	padding-top: 5px;
	padding-bottom: 5px;
}
.schedule-request-answer-edit .hs-caution .tooltip-arrow {
	border-left-color: rgb(255, 191, 196);
}


/*-- Schedule Request Answer - Edit - toggleAllEdit ----------*/

.schedule-request-answer-edit {
	position:relative;
}
.schedule-request-answer-edit #toggleAllEdit {
	position:absolute;
	right: 0;
	top: -25px;
}
.schedule-request-answer-edit table tr#dispAllEdit th,
.schedule-request-answer-edit table tr#dispAllEdit td {
	padding: 0;
	/* line-height: 0; */
}l
.schedule-request-answer-edit table tr#dispAllEdit th > .inner,
.schedule-request-answer-edit table tr#dispAllEdit td > .inner {}
.schedule-request-answer-edit table tr#dispAllEdit th > .inner .in,
.schedule-request-answer-edit table tr#dispAllEdit td > .inner .in {}
.schedule-request-answer-edit table tr#dispAllEdit td.time-slider > .inner .in {}
.schedule-request-answer-edit table tr#dispAllEdit th > .inner .in {
	padding: 40px 8px;
}
.schedule-request-answer-edit table tr#dispAllEdit td.answer > .inner .in {}
.schedule-request-answer-edit table tr#dispAllEdit td.time-slider > .inner .in {}

@media (max-width: 767px) {
	.schedule-request-answer-edit {
	    margin-top: 40px;
	}
    .schedule-request-answer-edit #toggleAllEdit {
    	right: 15px;
    }
    .schedule-request-answer-edit table tr#dispAllEdit th > .inner .in {
    	padding: 0;
    	padding: 18px 8px;
    	line-height: 1;
    }
    .schedule-request-answer-edit table tr#dispAllEdit td.answer > .inner .in {
    	padding: 18px 8px;
    }
    .schedule-request-answer-edit table tr#dispAllEdit td.time-slider > .inner > .in {
    	padding: 18px 30px 8px;
    	padding-bottom: 40px;
    }
}


/*----------------------------------------------------
    Project Name Head
----------------------------------------------------*/

#projectNameHead {position: fixed;width: 100%;top: 0;-webkit-transition: all 300ms;-ms-transition: all 300ms;transition: all 300ms;z-index: 10000;}

.project-name-head {
	text-align: right;
	font-size: 16px;
	font-weight:bold;
	line-height: 50px;
	color: #555;
}


/*----------------------------------------------------
    Project Status Progress
----------------------------------------------------*/

.projectProgress {
    padding: 60px 0 70px;
    margin: 0 25px;
    position: relative;
}
.projectProgress:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}


/*-- Status Box ----------*/

.status-box {
	float: left;
	width: calc(100% / 4);
	border-bottom: 4px solid #F2F2F2;
	position: relative;
}
.projectProgress .status-box:last-child {
	width: 40px;
	border-bottom: none;
	position: absolute;
	right: -20px;
	height: 1px;
}


.page-projectDetail .status-box:last-child,
.page-progressList .status-box:last-child {
	/* right: 24px; */
}
.projectProgress .status-box.now:last-child {

}
.projectProgress .status-box.now:last-child  .status-point {
	/* margin-top: 0; */
	left: 50%;
	margin-left: -25px;
}

.status-box.complete {
	border-color: #AEEBCC;
}
.status-box.now {}

@media (max-width: 767px) {
	.projectProgress .status-box:last-child {
		width:30px;
		/* right: 0; */
		right: -15px;
	}
}

/*-- Status Point ----------*/

.status-title {
	position: absolute;
	top: -50px;
	width: 100%;
	text-align: center;
	margin-left: calc(100% / 2 * -1);
	color: #646464;
	font-weight: bold;
	font-size: 12px;
}
.projectProgress .status-box:last-child .status-title {
	margin-left: 0;
	/* left: 50%; */
	/* margin-left: calc(100% / 2 * -1); */
	left: 50%;
	min-width: 100px;
	transform: translateX(-50%);
}
@media (max-width: 767px) {
	.status-title {
		font-size: 10px;
	}
	.projectProgress .status-box:last-child .status-title {
		margin-left: 0;
		left: 0;
		/* margin-left: calc(100% / 2 * -1); */
	}
}


/*-- Status Point ----------*/

.status-point {
	background-color: #F2F2F2;
	height: 40px;
	width: 40px;
	color: #A4A4A4;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	border-radius: 100%;
	/* margin-bottom: 20px; */
	position: absolute;
	margin-top: calc( ( 40px + -4px) * -1 / 2 );
	left: calc(( 40px / 2 ) * -1);
	top: 50%;
}
.status-box:last-child .status-point {
	/* left: 0; */
	/* left: 50%; */
	/* margin-left: calc(40px / 2 * -1); */
	left: 0;
}
.status-point.status-complete {
	left: auto;
	right: calc(( 30px / 2 ) * -1);
	display: none;
}
.status-box.complete .status-point {
	background-color: #AEEBCC;
	color: #FFF;
}
.status-box.now .status-point {
	background-color: #47ADE2;
	color: #FFF;
	height: 50px;
	width: 50px;
	font-size: 20px;
	line-height: 50px;
	margin-top: calc( ( 50px + -4px) * -1 / 2 );
	left: calc(( 50px / 2 ) * -1);
}
@media (max-width: 767px) {
	.status-point {
		background-color: #F2F2F2;
		height: 30px;
		width: 30px;
		color: #A4A4A4;
		font-size: 14px;
		line-height: 30px;
		text-align: center;
		border-radius: 100%;
		/* margin-bottom: 20px; */
		position: absolute;
		margin-top: calc( ( 30px + -4px) * -1 / 2 );
		left: calc(( 30px / 2 ) * -1);
		top: 50%;
	}
	.status-point.status-complete {
		left: auto;
		right: calc(( 30px / 2 ) * -1);
	}
	.status-box.complete .status-point {
		background-color: #AEEBCC;
		color: #FFF;
	}
	.status-box.now .status-point {
		background-color: #47ADE2;
		color: #FFF;
		height: 40px;
		width: 40px;
		font-size: 18px;
		line-height: 40px;
		margin-top: calc( ( 40px + -4px) * -1 / 2 );
		left: calc(( 40px / 2 ) * -1);
	}
}

/*-- Status Time ----------*/

.status-time {
	position:absolute;
	width: 100px;
	text-align: center;
	font-size: 12px;
	margin-left: -50px;
	top: 30px;
}
.projectProgress .status-box:last-child .status-time {
	margin-left: -30px;
}
.status-time-item {}

@media (max-width: 767px) {
	.status-time {
		font-size: 10px;
	}
	.projectProgress .status-box:last-child .status-time {
		margin-left: -40px;
	}
}

/*-- Status History Link ----------*/

.status-history-outer {
}
.status-history-outer {
	font-size: 12px;
	position: absolute;
	bottom: -10px;
	right: 0;
}





/*----------------------------------------------------
    [Cameraman] Project Status Progress
----------------------------------------------------*/

.project-progress-list {}
.project-progress-list > ul {
    padding: 0;
}
.project-progress-list > ul > li.project-progress-item {
    list-style: none;
    /* margin-bottom: 20px; */
    border-top: 1px solid #CCC;
    padding: 20px 0;
}
.project-progress-list > ul > li.project-progress-item .project-profile {}


/* Project Profile */

.project-profile {}
.project-profile a {
    font-size: 16px;
    font-weight: bold;
}
.project-profile a .profile-item {
    display: inline-block;
}
.project-profile a .profile-item .date {}
.project-profile a .profile-item .time {}
.project-profile a .profile-item .project-name {}
.project-profile a .profile-item .client {}

.profile-item.project-member {
	font-size: 12px;
	white-space: nowrap;
}


/*-- Upload Limit Date ----------*/

.over-upload-limit-date {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	margin: 20px;
}
.upload-limit-date {
	text-align: right;
	margin-bottom: 10px;
}
.upload-limit-date .red {
	font-weight: bold;
}


/*----------------------------------------------------
    [Cameraman] Project Status Change Info
----------------------------------------------------*/

.projectStatusChangeInfo {
    /* padding: 0 25px; */
}
.projectStatusChangeInfo .chenge-info-outer {
    border: 2px solid #47ADE2;
    border-radius: 10px;
    padding: 26px;
    position:relative;
}
.projectStatusChangeInfo .chenge-info-outer:after {
	position:absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 16px 8px;
	border-color: transparent transparent #47ace2 transparent;
	top: -16px;
	left: 25px;
	margin-left: -8px;
}
.chenge-info-outer.status-1:after {
	left: calc(25px + (100% - 50px) / 4 * 0);
}
.chenge-info-outer.status-2:after {
	left: calc(25px + (100% - 50px) / 4 * 1);
}
.chenge-info-outer.status-3:after {
	left: calc(25px + (100% - 50px) / 4 * 2);
}
.chenge-info-outer.status-4:after {
	left: calc(25px + (100% - 50px) / 4 * 3);
}
.chenge-info-outer.status-5:after {
	left: calc(25px + (100% - 50px) / 4 * 4);
}
.projectStatusChangeInfo .chenge-info-outer .chenge-info-message {
    margin-bottom: 20px;
}
.projectStatusChangeInfo .chenge-info-outer .chenge-info-btton {}

.projectStatusChangeInfo .chenge-info-outer #btnChageStatus[disabled] {
	background-color: #CCC;
	border-color: #BBB
}

/*----------------------------------------------------
    [Result List] Simple Cameraman List
----------------------------------------------------*/


.simple-cameraman-list {}

@media (max-width: 767px) {
	.simple-cameraman-list {}
	.simple-cameraman-list colgroup col.cameraman-name {
		width: 80% !important;
	}
	.simple-cameraman-list colgroup col.delete-link {
		width: 20% !important;
	}
}


/*----------------------------------------------------
    [Result List] Project List
----------------------------------------------------*/

#project-list .nav-tabs>li {
	width: 100px;
}
#project-list .nav-tabs>li>a {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    /* border-right-color: #CCC; */
}
#project-list .nav-tabs-custom>.nav-tabs>li.active>a {
	border-left-color: #CCC; 
	border-right-color: #CCC; 
}
#project-list .nav-tabs-custom>.nav-tabs>li:first-of-type.active>a {
	border-left-color: #CCC; 
	border-right-color: #CCC; 
}
#project-list .nav-tabs-custom>.nav-tabs>li.active {
	border-top-color: #F39333;
	border-right-color: #CCC;
}
#project-list .nav-tabs-custom>.nav-tabs {
	border-bottom-color: #CCC;
}
#project-list .nav-tabs-custom>.nav-tabs>li:first-of-type {
	/* margin-left: 10px; */
}
#project-list .nav-tabs-custom>.tab-content {
	padding: 20px 15px 40px;
}

@media (max-width: 767px) {
	#project-list .nav-tabs-custom>.nav-tabs {
		padding: 0px 10px;
	}
	#project-list .nav-tabs>li {
		width: 33.33%;
		margin: 0 0 -2px;
	}
}

/*--- Page Project Project List ------------*/

.search-result .project-list-table table > tbody > tr > td.sp-project-link {
	display: none;
}
.search-result .project-list-table table > tbody > tr > td.project-status .sp-sub-td-title {
	display: none;
}

@media (max-width: 767px) {
	.project-list-table {
		margin: 0 -15px;
	}
	.project-list-table thead {
		display: none;
	}
	.project-list-table tr {
		border-top: 1px solid #DDD;
		padding: 12px 15px;
		display: block;
		border-top: 1px solid #f4f4f4;
	}
	.search-result .project-list-table table > tbody > tr > td {
		display: none;
	}
	.search-result .project-list-table table > tbody > tr > td.sp-project-link {
		display: block;
		font-weight: bold;
	}
	.search-result .project-list-table table > tbody > tr > td.project-status {
		display: block;
		width: 100%;
		clear: both;
		font-size: 12px;
		max-width: 100%;
	}
	.search-result .project-list-table table > tbody > tr > td.project-status .sp-sub-td-title {
		display: inline;
		font-weight: bold;
	}
}


/*----------------------------------------------------
    Page Project Detail 
----------------------------------------------------*/

.page-projectDetail {}

/*--- Project Status Table ------------*/

@media (max-width: 767px) {
	.sp-project-status {}
	.sp-project-status tr,
	.sp-project-status th,
	.sp-project-status td {
		display: block;
		width: 100%;
	}
	table.sp-project-status tbody tr {
		padding-bottom: 15px;
	}
	table.sp-project-status tbody th {
		display: block;
		width: 100%;
		background-color: rgba(0,0,0,0.1);
		padding: 4px 15px !important;
		margin-bottom: 10px;
		border: none;
		max-width: 100%;
		font-weight: 700;
	}
	table.sp-project-status > tbody td {
		padding: 6px 15px;
		border: none;
	}
}

/*--- Project Client Table ------------*/

@media (max-width: 767px) {
	.project-client-table {
		border: none;
	}
	.project-client-table tr,
	.project-client-table th,
	.project-client-table td {
		display: block;
		width: 100%;
	}
	table.project-client-table tbody tr {
		padding-bottom: 15px;
	}
	table.project-client-table tbody th {
		display: block;
		width: 100%;
		background-color: rgba(0,0,0,0.1);
		padding: 4px 15px !important;
		margin-bottom: 10px;
		border: none;
		max-width: 100%;
		font-weight: 700;
	}
	table.project-client-table > tbody td {
		padding: 6px 15px;
		border: none;
	}
}

/*--- Project Detail - Progress ------------*/

.page-projectDetail .progress-list-table .changeStatusDropdown .disabled {
	opacity: 0.4;
}

/*----------------------------------------------------
    Client List & Company List
----------------------------------------------------*/

table.table-client-list .sp-client-link {
	display: none;
}

@media (max-width: 767px) {
	table.table-client-list,
	table.table-company-list {}
	table.table-client-list > tbody > tr > td,
	table.table-company-list > tbody > tr > td {
		display: none;
	}
	table.table-client-list > tbody > tr > td.sp-client-link,
	table.table-company-list > tbody > tr > td.sp-client-link {
		display: block;
		font-weight: bold;
		margin-bottom: 0.4em
	}
	table.table-client-list > tbody > tr > td.client-cleated,
	table.table-company-list > tbody > tr > td.company-cleated {
		display:block;
		font-size: 12px;
		float: right;
	}
	table.table-client-list .sp-sub-td-title,
	table.table-company-list .sp-sub-td-title {
		display:inline;
		font-weight: bold;
	}
}

/*----------------------------------------------------
    Page Setting 
----------------------------------------------------*/

@media (max-width: 767px) {
	.page-setting {}
	.page-setting table {}
	.page-setting table tr {}
	.page-setting table tr th {
		display: block;
		width: 100%;
		border: none;
		display: block;
		width: 100%;
		background-color: rgba(245,164,84,0.2);
		/* color: #FFF; */
		/* margin: 0 -15px; */
		/* position: relative; */
		padding: 4px 15px;
		margin-bottom: 10px;
	}
	.page-setting table tr td {
		display: block;
		width: 100%;
		border: none;
		padding: 6px 15px;
		margin-bottom: 15px;
	}
}

/*----------------------------------------------------
    Page Setting Conf
----------------------------------------------------*/












/*----------------------------------------------------
    Page Project Edit 
----------------------------------------------------*/

.page-projectEdit {}

.page-projectEdit .form-group.meeting-place .form-item {
	margin-bottom: 15px;
}
.page-projectEdit .meeting-place-default {
    padding: 0 15px 15px;
}
.page-projectEdit .meeting-place-default .client-name {
	font-weight: bold;
}
.page-projectEdit .meeting-place-text {}


/*--- Project Edit - Shooting Date Undecided ------------*/

.undecided_checkbox,
.page-projectEdit .shooting_date_undecided {
	margin-left: 1em;
}
.page-projectEdit .iradio_minimal-blue.disabled {
	background-color: #EEE;
	border-radius: 50%;
}

span.undecided {
	color:red;
	font-weight:bold;
}

/*----------------------------------------------------
    Page Status History 
----------------------------------------------------*/

.page-StatusHistory {}
.page-StatusHistory .project-title {
	font-weight: bold;
}
.page-StatusHistory .project-title > div {
	float: left;
}
.page-StatusHistory .project-title > div.project-photographer {
	margin-left: 1em;
}


/*----------------------------------------------------
    Entry
----------------------------------------------------*/

.entry-complete {
	display: block;
	max-width: 600px;
	max-width: 600px;
	font-size: 16px;
	margin: 100px auto;
	border: 1px solid #DDD;
	padding: 40px;
}

/*----------------------------------------------------
    Photographer Edit
----------------------------------------------------*/

.form-group.working-day {}
.form-group.working-day label {
	margin-right: 1.5em;
	cursor: pointer;
}


/*----------------------------------------------------
    PG Select UI
----------------------------------------------------*/

.pgSelectUiDiv {}
.psu-search-condition {
    margin-bottom: 20px;
}
.psu-search-result {
    position: relative;
    min-height: 200px;
    /* max-height: 500px; */
    /* overflow-y: auto; */
}
.psu-search-result .loader {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    min-height: 200px;
    background-size: 40px;
    background-image: url(../img/loading.GIF);
    display: none;
    background-color: #FFF;
}
.psu-check {
    width: 30px;
}
#displayPgSelectUi {
	display: none;
}

/*----------------------------------------------------
    PG List V2
----------------------------------------------------*/

.pgListV2 {}
.pgListV2 table {}
.pgListV2 table thead {
    display: block;
}
.pgListV2 table tbody {
    display: block;
}
.pgListV2 table tr th, 
.pgListV2 table tr td {
	table-layout:fixed;
}
.pgListV2 table thead tr td {}
.pgListV2 table thead th:after {
    top: 50%;
    bottom: auto;
    /* margin-top: -7px; */
    line-height: 1;
}
.pgListV2 table tbody {
    max-height: 400px;
    overflow-y: auto;
}
.pgListV2 table tbody tr {
	cursor: pointer;
}
.pgListV2 table tbody tr td {
}
.pgListV2 .pg-name {
    width: auto;
    width: 100%;
}
.pgListV2 .pg-rank {
    min-width: 100px;
    width: 100px;
    text-align: center;
    position: relative;
}
.pgListV2 .pg-experience {
    min-width: 120px;
    width: 120px;
    text-align: center;
}
.pgListV2 .pg-status {
	min-width: 120px;
    width: 120px;
    text-align: center;
}


/*----------------------------------------------------
    Common Contents Header
----------------------------------------------------*/

.navbar-nav>.user-menu .user-image {
	position: relative;
}
div.user-image {
	background-size: cover;
	border: 1px solid #CCC;
	background-image: url(../img/profile-dummy.png);
}
div.user-image.male {
	background-image: url(../img/profile-dummy-m.png);
}
div.user-image.female {
	background-image: url(../img/profile-dummy-f.png);
}


.skin-blue .main-header .navbar .nav>li>a:hover, 
.skin-blue .main-header .navbar .nav>li>a:active, 
.skin-blue .main-header .navbar .nav>li>a:focus, 
.skin-blue .main-header .navbar .nav .open>a, 
.skin-blue .main-header .navbar .nav .open>a:hover, 
.skin-blue .main-header .navbar .nav .open>a:focus, 
.skin-blue .main-header .navbar .nav>.active>a {
	color: #545454;
}

@media (max-width: 767px) {
	.navbar-nav>.user-menu .user-image {
		margin-top: -4px;
	}
}

/*----------------------------------------------------
    Common Sidebar
----------------------------------------------------*/

.sidebar .sidebar-profile .sidebar-icon a div.user-image {
	border: none;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: visible;
	border-radius: 50%;
}


/*----------------------------------------------------
    Common Calendar
----------------------------------------------------*/

/*
td.fc-day, td. {}

.fc-row .fc-bg {
	/* z-index: 100000; *
}

td.fc-day {
	cursor: pointer;
	background: #FFF;
	/* z-index: 10000; *
}
td.fc-day:hover {

}
.fc-week td {
	cursor: pointer;
}
.fc-row .fc-bg td {
	position:relative;
}

.fc-row .fc-bg td:hover:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #bce8f1;
	opacity: 0.1;
}
*/
.fc-row .fc-bg {
	z-index: 5;
}
td.fc-day {
    position: relative;
    cursor: pointer;
}
td.fc-day:hover {
	background-color: #CCC;
	opacity: 0.1;
}
.fc-event-container {
	position: relative;
}
.fc-unthemed td.fc-today {
	opacity: 0.4;
}



/*----------------------------------------------------
    Common Detail Layout
----------------------------------------------------*/

@media (min-width: 768px) {
	.layouttype-table {
		/* border-bottom: 1px solid #DDD; */
		clear: both;
	}
	.layouttype-table .form-group-outer {
		border-bottom: 1px solid #DDD;
	}
	.layouttype-table .form-group {
		border-top: 1px solid #DDD;
		border-left: 1px solid #DDD;
		border-right: 1px solid #DDD;
		margin: 0;
	}
	.layouttype-table .form-group:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	.layouttype-table .form-group label.form-label {
		display: block;
		float: left;
		width: 180px;
		padding: 12px 8px;
		margin: 0;
	}
	.layouttype-table .form-group label.form-label+div.form-item,
	.layouttype-table .form-group label.form-label+div.form-inline{
		display: block;
		float: left;
		width: calc(100% - 180px);
		padding: 12px 8px;
		border-left: 1px solid #DDD;
		min-height: 45px;
	}
}

/*----------------------------------------------------
    Shedule Request List
----------------------------------------------------*/

.schedule-request-list {}


/* Schedule Request List */

.schedule-request-list table {
	/* table-layout:fixed; */
}

.schedule-request-list .table>thead>tr>th,
.schedule-request-list .table>tbody>tr>td {
	white-space: nowrap;
}
.schedule-request-list  .text-ellipsis {
    display: block;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
}

.schedule-request-list tr td.sr-title {
    width: 40%;
    max-width: 200px;
}

.schedule-request-list table .td-count {
	min-width: 80px;
	max-width: 80px;
	width: 80px;
}
.schedule-request-list table .td-date {
	font-size: 12px;
	min-width: 130px;
	max-width: 130px;
	width: 130px;
}
.schedule-request-list table .td-datetime {
	font-size: 12px;
	min-width: 170px;
	max-width: 170px;
	width: 170px;
}
.schedule-request-list table thead th.sorting:after {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	bottom: auto;
}

@media (max-width: 767px) {
	.schedule-request-list table td {
		width: 100%;
	}
	.schedule-request-list .search-result > table tr td.sp-main-td {
		max-width: 100%;
		font-weight: bold;
		margin-bottom: 6px;
	}
	.schedule-request-list .search-result > table tr td.sp-sub-td {
		width: 100%;
		max-width: 100%;
	}

}

/*----------------------------------------------------
    Shedule Request Edit
----------------------------------------------------*/

.schedule-request-edit {}


/* Select Cameraman List */

.schedule-request-edit .selectCameramanList .table-head-fix {}
.schedule-request-edit .selectCameramanList .table-head-fix .pg-name {
	width: 100%;
}
.schedule-request-edit .selectCameramanList .table-head-fix .pg-del {
	min-width: 100px;
	width: 100px;
	text-align: center;
}


/*----------------------------------------------------
    Shedule Request Comp
----------------------------------------------------*/

.schedule-request-comp {}


/* Alert */

.schedule-request-comp .alert .msg {
	line-height: 31px;
}


/* Progress Block */

.progress-block {
	margin: 80px 0;
}
.progress-block h3 {
	margin-bottom: 20px;
	text-align: center;
}


/* Sent Cameraman List */

.schedule-request-comp .sentCameramanList {}
.schedule-request-comp .sentCameramanList .pg-sent-res {
	width: 120px;
	min-width: 120px;
	max-width: 120px;
	text-align: center;
}


/*----------------------------------------------------
    Shedule Request Detail
----------------------------------------------------*/

.schedule-request-detail {}


/* Sent Cameraman List */

.schedule-request-detail table.simple-cameraman-list {}
.schedule-request-detail table.simple-cameraman-list tr {
	/* width:100%; */
	/* display: block; */
}
.schedule-request-detail table.simple-cameraman-list th {
	padding: 5px 8px
}
.schedule-request-detail table.simple-cameraman-list .pg-name {
	width: 100%;
	min-width: auto;
	max-width: auto;
}
.schedule-request-detail table.simple-cameraman-list .pg-reply-link {
	width: 100px;
	min-width: 100px;
	max-width: 100px;
}


/* Send List */

.send-list-outer {
    margin-top: 20px;
}
.send-list-outer .no-reply-users {
	width: 50%;
	float: left;
	padding-right: 5px;
	position: relative;
}
.send-list-outer .reply-users {
	width: 50%;
	float: left;
	padding-left: 5px;
	position: relative;
}
.send-list-outer .result-page-detail {
	position: absolute;
	right: 10px;
	top: 10px;
}

@media (max-width: 767px) {
	.send-list-outer .no-reply-users {
		width: 100%;
		float: none;
		padding-right: 0px;
		position: relative;
	}
	.send-list-outer .reply-users {
		width: 100%;
		float: none;
		padding-left: 0px;
		position: relative;
	}
}

/*----------------------------------------------------
    Project Index
----------------------------------------------------*/

table.project-index-table {
	/* table-layout: fixed; */
}
table.project-index-table td.project-cd {
	width: 100px;
}
table.project-index-table td.project-date {
	width: 160px;
}
table.project-index-table td.project-name {
	width: calc(50% - 280px);
}
table.project-index-table td.project-client {
	width: calc(50% - 280px);
}
table.project-index-table td.project-status {
	width: 120px;
	min-width: 120px;
	max-width: 120px;
}
table.project-index-table td.project-fix_flag {
    width: 80px;
}

/*----------------------------------------------------
    Project Detail Project Status
----------------------------------------------------*/

table.project-detail-status-table {
    table-layout: fixed;
}
table.project-detail-status-table th {
	width: 180px;
	max-width: 180px;
	min-width: 180px;
}
table.project-detail-status-table td {
	width: auto;
}

/*----------------------------------------------------
    Project Detail Upload Modal PG
----------------------------------------------------*/

#assign-upload-modal {}
#assign-upload-modal .error {
	margin-bottom: 1em;
}
#assign-upload-modal .error {
	margin-bottom: 1em;
}
#assign-upload-modal .nav-tabs-custom>.nav-tabs {
	padding-left: 15px;
}
#assign-upload-modal .nav-tabs-custom>.nav-tabs>li:first-of-type.active>a {
    border-left-color: #f4f4f4;
}
#assign-upload-modal .modal-body {
	padding-right: 0;
	padding-left: 0
}
#assign-upload-modal .nav-tabs-custom>.tab-content {
	padding: 15px;
}
#assign-upload-modal .nav-tabs-custom {
	margin-bottom: 0;
}
#assign-upload-modal .btn-outer {
		padding: 15px 30px;
		margin: 0;
}
#assign-upload-modal .tab-pane {
	padding-left: 15px;
	padding-right: 15px
}
#assign-upload-modal .msg {
	margin-bottom: 1em;
}
#assign-upload-modal .drag-area-outer {
	margin-bottom: 0;
}

#assign-upload-modal .assign-upload-error {
	display: inline-block;
	color: red;
	font-weight: bold;
	margin-right: 1em;
}

.drag-outer {
	position: relative;
}
.drag-and-drop-area-cover {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #FFF;
	opacity: 0.5;
}

/*--- Assign Upload Info ------------*/

.assign-upload-info {}
.assign-upload-info .info-row {
    padding: 8px 15px;
}
.assign-upload-info .info-row .title {
	font-weight: bold;
	vertical-align: middle;
	/* float: left; */
	width: 200px;
	display: inline-block;
}
.assign-upload-info .info-row .title span {
	vertical-align: middle;
}
.assign-upload-info .info-row .body {
	/* float: left; */
	display: inline-block;
}
.assign-upload-info .info-row .body input {
    text-align: right;
    padding: 4px;
    vertical-align: middle;
    width: 6em;
}
.assign-upload-info .info-row.info-text {}
.assign-upload-info .info-row.info-text .title {
	display: block;
	margin-bottom: 0.5em
}
.assign-upload-info .info-row.info-text .body {
	display: block;
}












/*----------------------------------------------------
    Message
----------------------------------------------------*/

/*----------------------------------------------------
    Day Index
----------------------------------------------------*/

.btnMemo {
	cursor: pointer;
}
.btnMemoData {
	display: none;
}
.btnMemo.writed {
	color: red;
}

/*----------------------------------------------------
    PAGE HOME HS
----------------------------------------------------*/

.hs-home-project-list {}
.hs-home-project-list tr.yet {
	background-color: rgba(230, 0, 18, 0.1);
}
.hs-home-project-list .project-member span.yet {
	color: red;
}

/*----------------------------------------------------
    PAGE Project Detail HS
----------------------------------------------------*/

a.progress-report-text-open {
	display: inline-block;
	margin-top: 1em;
}
.progress-report-text h4 {
	margin-top: 1em;
}

/*----------------------------------------------------
    PAGE Storage HS
----------------------------------------------------*/

.page-storageList table.table-storage {
    table-layout: auto;
    border-bottom: 2px solid #CCC;
}

.page-storageList .table>thead>tr>th,
.page-storageList .table>tbody>tr>td {
	white-space: nowrap;
	/* overflow: hidden; */
	/* max-width: 200px; */
	/* overflow: hidden; */
	/* text-overflow: ellipsis; */
	/* font-size: 14px; */
	padding: 8px 4px;
	/* overflow: visible; */
}

.page-storageList .table>thead>tr>th, .page-storageList .table>tbody>tr.main-row>td {
	border-color: #CCC
}



.page-storageList .project-date {width: auto;min-width: 130px;font-size: 12px;/* vertical-align: top; */}
.page-storageList td.upload-date {width: 150px;max-width: 150px;font-size: 11px;/* min-width: 200px; */}
.page-storageList .upload-date .created {
	line-height: 1;
}
.page-storageList .upload-date .filename {
	white-space: normal;
	font-weight: bold;
}

.page-storageList .upload-file-info {
	font-size: 12px;
}
.page-storageList .table>thead>tr>th, .page-storageList .table>tbody>tr>td.upload-file-info {
    padding: 4px;
}
.page-storageList .table>thead>tr>th, .page-storageList .table>tbody>tr>td.upload-file-info .filename {
    font-weight: bold;
}

.page-storageList .project-name {width: auto;/* min-width: 230px; */min-width: 200px;font-size: 12px;}
.page-storageList .project-client {width: auto;max-width: inherit;/* min-width: 150px; */white-space: inherit !important;font-size: 12px;}
.page-storageList .project-photographer {width: auto;min-width: 140px;max-width: 140px;font-size: 12px;}
.page-storageList .project-photographer .img-circle {
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 2px;
}
.page-storageList .text-ellipsis {
	display	:block;
	text-overflow: ellipsis;
	width: 100%;
	overflow: hidden;
	white-space: normal;
}
.page-storageList .project-photographer .text-ellipsis {
    white-space: nowrap;
    padding-left: 6px;
}
.page-storageList .project-downloaded {
	font-size: 12px;
	max-width: 150px;
}
.page-storageList .project-downloaded .downloaded {
	font-size: 11px;
	white-space: nowrap;
}


/* Strage Status */

.strage-status {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
	.page-storageList .table>tbody>tr>td {
		white-space: inherit;
	}
	.page-storageList .table-storage tr td.sp-project-link {
		font-size: 14px;
	}
	.page-storageList .project-date {
		font-size: 14px
	}
	.page-storageList .project-client {
		font-size: 14px;
	}
	.page-storageList .project-photographer {
		width: 100%;
		max-width: 100%;
	}
    
    
    /* Main Row */
    .page-storageList table.table-storage tr.main-row {
	padding-bottom: 0;
	}

    /* Upload Date */
    .page-storageList table.table-storage tr td.upload-date {
    	display:block;
    	max-width: initial;
    	width: 100%;
    	padding-bottom: 4px;
    }
    /* File Name */
	.page-storageList table.table-storage tr.sub-row {
	padding-top: 0;
	border-top: none;
	}
    .page-storageList table.table-storage tr.sub-row td.upload-file-info {
        margin: 0;
        padding: 0 4px;
        font-size: 11px;
    }
     .page-storageList .table>tbody>tr>td.upload-file-info .filename {
     	font-weight: normal;
     }

}


/*----------------------------------------------------
    Page Account
----------------------------------------------------*/

/* PC */
@media (min-width: 768px) {
    .page-account {}
    .page-account .layouttype-table {
	    border-bottom: 1px solid #DDD;
    }

    .page-account .setting-item {
    	padding: 10px 0px;
    }
    .page-account .setting-item .setting-title {
    	display: inline-block;
    	width: 300px;
    }
    .page-account .setting-item .setting-text {
    	display: inline-block;
    	font-weight: bold;
    }

}



/* ----------------------------------------------------------------------------------- 
	
	TOP Assign Info - #topAssignInfo
	
/* ----------------------------------------------------------------------------------- */

#topAssignInfo td {
	vertical-align: top;
}
#topAssignInfo td.photographer-name {
	padding-top: 20px;
}

#topAssignInfo {
	/*display: none;*/
	margin-top: 80px;
}
#topAssignInfo td.assign-count {
	min-width: 120px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding-top: 20px;
}
#topAssignInfo td.assign-count-list,
#topAssignInfo td.assign-count-list * {
	transition: all 0.3s;
}
#topAssignInfo td.assign-count-list {
	/* padding-top: 0; */
	/* padding-bottom: 0; */
	/* padding-right: 60px; */
	position: relative;
}
#topAssignInfo td.assign-count-list .inner {
    overflow: hidden;
    /* padding: 12px 8px; */
    max-height: 60px;
    overflow-y: scroll;
    margin-right: 50px;
    transition: all 0.3s;
    /* height: 100px; */
}
#topAssignInfo td.assign-count-list a {
	display: inline-block;
	background-color: #EEE;
	padding: 0px 10px;
	border-radius: 5px;
	margin: 6px 6px;
	color: #000;
	font-size: 12px;
	line-height: 2em;
	height: 2em;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	white-space: normal;
	overflow: hidden;
}
#topAssignInfo td.assign-count-list a:hover {
	opacity: 0.6;
}
#topAssignInfo td.assign-count-list .btn-open * {
	transition: all 0.3s;
}
#topAssignInfo td.assign-count-list .btn-open {
	font-size: 16px;
	/* color: #777; */
	position: absolute;
	right: 20px;
	top: 20px;
	/* transform: translateY(-50%); */
	cursor: pointer;
}
#topAssignInfo td.assign-count-list.open .btn-open:before {
	content: "\2212";
	transition: all 0.3s;
}
#topAssignInfo td.assign-count-list .btn-open:hover {
	/*transform: translateY(-50%) scale(1.2);*/
	transition: all 0.3s;
	opacity: 0.8;
}
#topAssignInfo td.assign-count-list.open .inner {
	max-height: 800px;
}

#topAssignInfo th {
	position: relative;
}
#topAssignInfo .btn-allopen {
	float: right;
	font-size: 14px;
	color: #28a7e1;
	/* position: absolute; */
	/* right: 0; */
	/* bottom: 8px; */
	font-weight: normal;
}

#topAssignInfo .assign-detail {
	font-size: 16px;
	margin-bottom: 50px
}
#topAssignInfo .assign-detail > div {
    margin-bottom: 10px;
}
#topAssignInfo .assign-detail .all-project-count {}
#topAssignInfo .assign-detail .all-pg-count {}
#topAssignInfo .assign-detail span.n {}
#topAssignInfo .assign-detail span.c {
	font-weight: bold;
	font-size: 25px;
	margin: 0 0em 0 0.5em
}

@media (max-width: 767px) {
	#topAssignInfo thead {
		display: none;
	}
	#topAssignInfo td {
		display: block;
		float: left;
	}
    #topAssignInfo td.assign-count-list {
    	display: block;
    	width: 100%;
    	/* float: left; */
    }
}


#topAssignInfo td.assign-count-list .assign-footer-links {
    text-align: right;
    padding-right: 10px;
    font-size: 0;
    margin: 6px 0;
}
#topAssignInfo td.assign-count-list .assign-footer-links a.link-order-doc,
#topAssignInfo td.assign-count-list .assign-footer-links a.link-pay-doc {
    color: #28a7e1;
    background: transparent;
    margin: 0;
    padding: 0;
    display: inline-block;
    margin: 0 0.7em;
    position: relative;
    overflow: inherit;
    font-size: 14px;
    line-height: 1em;
    height: 1em;
}
#topAssignInfo td.assign-count-list .assign-footer-links a.link-order-doc:after,
#topAssignInfo td.assign-count-list .assign-footer-links a.link-pay-doc:after {
    position: absolute;
    content: "";
    top: 0;
    right: -0.7em;
    height: 100%;
    width: 1px;
    background-color: #28a7e1;
}
#topAssignInfo td.assign-count-list .assign-footer-links a:last-child {
	margin-right: 0;
}
#topAssignInfo td.assign-count-list .assign-footer-links a:last-child:after {
	display: none;
}
#topAssignInfo td.assign-count-list .assign-footer-links a.link-order-doc {}
#topAssignInfo td.assign-count-list .assign-footer-links a.link-pay-doc {}

