@media screen {
    .kanban-table {
        
        width: 100%;
    }
    
    .kanban-table tr,
    .kanban-table td{
        position: relative;
    }
    
}

.fixed01{
    background-color:#bdbdbd;
    cursor: pointer;
    padding: 6px 6px 6px 6px;
    position: sticky;
  top: 0;
}
#summary{
    display:inline-block;
    white-space: nowrap;
    width: unset;
    height: 50vh;
    margin:unset;
}

#summary tbody {
    width: 100%;
    
  }

#summary td {
     border-left: dotted 1px #c0c0c0; 
     border-bottom: dotted 1px #c0c0c0; 
     word-wrap: break-word;
     padding: 6px 6px 6px 6px;
}
ul {
    list-style: none;
}
.option {
    display: inline-block;
}

.dt_update{
    border-right: dotted 1px #c0c0c0; 
}


.kanban_span {
    white-space:nowrap;
}

.status-tasks {
    margin: 0 0 0 0;
    text-align: initial;
    
}

.status-name {
    height:auto;
    padding: 0 0 0 0;
    vertical-align: top;
    
}
#change_js{
    margin-bottom:1%;
    width: 22%;
}
#pref-select{
    margin-bottom:1%;
}
.status-box {
    display: flex;
    align-items: center;
}  
.subete{
    margin-bottom: 1%;
}

.statusIcon {
    display: block;
    width: 2vmin;
    height: 2vmin;
    min-width: 0!important;
    background-color: rgb(237, 128, 119);
    border-radius: 100%;
    margin-right: 1vmin;
}

.status-text {
    font-size: 15px;
}

.status-value {
    align-items: center;
    overflow-y: scroll;
    height:35vh;
}

.task-card {
    position: relative;
    list-style: none;
}

.card {
    background-color: #fff;
    border: 0.2vmin solid #bdbdbd;
    border-radius: 1vmin;
    box-sizing: content-box;
    padding: 1vmin;
    margin-top:1vmin;
    margin-left:1vmin;
    margin-right:1vmin;
    margin-bottom: 1vmin;
}

.card .Link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.kensaku {
    background: khaki;
    border: 0;
    padding: 0.5vmin;
    border-radius: 3px;
    color: #2c3338;
    cursor: pointer;
    z-index: 1;
    margin-top: 0.3%;
}

.contact_flow{
	display: flex;
	justify-content: space-around;
	align-items: center;
    padding: 2%;
    width: 40vw;
    margin-top:-5%;
    margin-left: 30%;
}
.flow_box{
	border: solid 3px #ED7D31;
	padding: 5px;
	color: #ED7D31;
	font-weight: bold;
	line-height: 18px;
	height: 120px;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.triangle{
  	width: 0;
 	 height: 0;
  	border-left: 20px solid #ED7D31;
  	border-top: 20px solid transparent;
  	border-bottom: 20px solid transparent;
}


.contact_flow2 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 2%;
    margin-left: 15%;
    margin-right: 9%;
    margin-top:-5%;
}

.flow_box2{
    border: solid 3px #ED7D31;
    padding: 5px;
    color: white;
    font-weight: bold;
    line-height: 18px;
    height: 120px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ED7D31;
}

.contact_flow3 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 2%;
    margin-left: 15%;
    margin-right: 15%;
    margin-top:-5%;
}

.info_table{
    width: 34%;
    margin-left: 33%;
    text-align: justify;
    border-collapse: collapse;
    
}

.info_td{
    width: 40%;
    background-color: #bdbdbd;
}

.info_td{
    white-space: nowrap;
}


.label_column{
    color:#2c3338;
}

table p{
    margin-bottom: 15px;
}

.wpcf7-submit {
    width: 12em !important;
    background-color: #ff7700 !important;
}
.wpcf7-back {
    width: 11.5em !important;
    background-color: #ff7700 !important;
    color:white;
    align-items: center;
    float: unset;
    border-radius: 25px;
    height: 2.5em;
    font-size: 1.5vmin;
    cursor: pointer;
}

.table-color{
    float:left;
    padding-bottom: 5%;
    margin-left: 1%;
}
.tasks{
    padding-left: 5%;
}

.tasks2{
    padding-left: 10%;
}


.kanban_span2 {
    white-space: nowrap;
    color: red;
}

.card2 {
    border: 0.2vmin solid #bdbdbd;
    border-radius: 1vmin;
    box-sizing: content-box;
    background-color: #FADBDA;
    padding: 1vmin;
    margin-top: 1vmin;
    margin-left: 1vmin;
    margin-right: 1vmin;
    margin-bottom: 1vmin;
}

.calendar {
	border-collapse:collapse;
	width:100%;
}
.calendar tr th,
.calendar tr td {
	border:solid 1px #CCC;
	text-align:center;
	height:3em;
	width:14%;
}
.calendar tr th {
	font-weight:bold;
}
.calendar tr th.w0,
.calendar tr td.w0 {
	background-color:#FFDFDF;
	color:#F33;
	width:15%;
}
.calendar tr th.w6,
.calendar tr td.w6 {
	background-color:#DDF4FF;
	color:#09F;
	width:15%;
}
.calendar tr td.hol {
	background-color:#FFDFDF;
	color:#F33;
}
.calendar tr td span.date {
	display:block;
	line-height:1;
}

.colheader{
    background-color: rgb(242, 242, 242);
}

.coltable {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    
}
.coltoday{
    border-block: inherit;
    border-color: yellow;
    width: 100%;
    height: 100%;
    border-width: thick;
}

table.coltable{
    border-collapse: collapse;
    
}

.colborder  {
    border:1px solid rgb(194, 194, 194);
}



.colday {
    vertical-align: top;
    width: 12.5vmin;
    height: 12.5vmin;
}

.colhead {
    text-align:  center;
    font-size:1.5vmax;
}

.pad {
    text-align:  center;
}

#next {
    text-align:  left;
}
#prev {
    text-align:  right;
}
.colinfo {

    text-decoration: none;
    position: relative;
    display: block;
    font-size: 1em;
    line-height: 1.3;
    border-radius: 0;
    border: 1px solid #ffffff;
    margin-bottom: 1px;
}


.colbtn {
    -webkit-appearance: button;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 2.1em;
    padding: 0 .6em;
    font-size: 1em;
    white-space: nowrap;
    cursor: pointer;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    color: #333;
    text-shadow: 0 1px 1px rgb(255 255 255 / 75%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
    background-color: #f5f5f5;
    line-height: 1;
    background: #e6e6e6;
    
}

.fc button .fc-icon {
    position: relative;
    top: .05em;
    margin: 0 .1em;
}
.fc-icon {
	display: inline-block;
	font-size: 2em;
	line-height: .5em;
	height: .5em; /* will make the total height 1em */
	font-family: "Courier New", Courier, monospace;
}

.fc-icon-left-single-arrow:after {
	content: "\02039";
	font-weight: bold;
}

.fc-icon-right-single-arrow:after {
	content: "\0203A";
	font-weight: bold;
}






@media screen and (max-width: 480px) {
    .contact_flow{
        display: flex;
        justify-content: unset;
        align-items: center;
        padding: 2%;
        width: auto;
        margin-top:0;
        margin-left: 0;
    }
    .triangle {
        width: 0;
        height: 0;
        border-left: 2vw solid #ED7D31;
        border-top: 2vw solid transparent;
        border-bottom: 2vw solid transparent;
    }
    .takasa{
        height: 20vh;
        float:left;
        width: 70%;
        margin-left: 15%;
    }
    .takasa1{
        margin-left: 20%;
        width: 60%;
    }
    .table-color{
        float:unset;
    }
    .status-value{
        height: auto;
    }
    .card{
        width: 80%;
        margin-bottom: 3%;
        margin-top: 3%;
    }
    .card2 {
        width: 80%;
        margin-bottom: 3%;
        margin-top: 3%;
    }
    .info_table {
        width: 100%;
        margin-left: 0;
        text-align: justify;
        border-collapse: collapse;
    }

    #change_js{
        margin-bottom:5%;
        width: 60%;
    }
    #pref-select{
        margin-bottom:5%;
        width: 60%;
    }
    .colhead {
        text-align:  center;
        font-size:3.5vmax;
    }
    .colday {
        height: 0;
    }
}



