

.Canvas_MousePointer_Move {
    cursor:move;
}
.Canvas_MousePointer_Default {
    cursor:default;
}

#Button_Arrow {
    width:100%;
    /* background-color: #830d0d; */
    color: black;
    overflow:auto; 
}

.Button_Arrow_Enable {
    opacity:1.0;
    display:block;
}

.Button_Arrow_Disable {
    opacity:0.3;
    display:none;
}


/*
.Button_Arrow_Select_Ani_Init {
    opacity: 0;
    padding-top: 1em;
}
.Button_Arrow_Select_Ani_Start {
    
    opacity: 1;
    padding-top: 0;
    transition: all 0.3s;
}
*/

.Button_Arrow_Select { 
    
    width:90%;
    height:auto;
    color: black;
    
    text-align: center;
    margin:10px auto;
    /*
    cursor: pointer;*/
    font-size: 16px;

    text-decoration: none;
	border-radius: 4px;
	padding: 15px 10px 5px 10px ;
    

    color: rgba(30, 22, 54, 0.6);
	box-shadow: rgba(133, 16, 70, 0.4) 0 0px 0px 2px inset;
    
}

.Button_Arrow_Add {
    width:90%;
    color: black;
    
    text-align: center;
    margin:10px auto;
    font-size: 16px;
}

.Button_Arrow_Add a{
    /*
    -webkit-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	-moz-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	-ms-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	-o-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    */
    
    display: block;
    
    width:100%;

	text-decoration: none;
	border-radius: 4px;
	padding: 15px;
    
}


/* Top */
.Button_Arrow_Top {
    /*background-color: azure;*/
    width:100%;
    display: flex;
}

.Button_Arrow_Top_Select {
    width:100%;
    height:20px;

    align-items : center;
    justify-content:center;
    text-align:center;
}

.Button_Arrow_Top_Release {
    width:100%;
    height:50px;
    cursor: pointer;
    display: flex;
    align-items : center;
    justify-content:center;
    text-align:center;

    border-radius: 4px;
	padding: 15px;

    color: rgba(30, 22, 54, 0.6);
	box-shadow: rgba(30, 22, 54, 0.4) 0 0px 0px 2px inset;
}

.Button_Arrow_Top_Release:hover {
	color: rgba(255, 255, 255, 0.85);
	box-shadow: rgba(30, 22, 54, 0.7) 0 0px 0px 40px inset;
}

.Button_Arrow_Top_ID {
    width:30px;
    font-size:14px;
}

.Button_Arrow_Length{
    width:100%;
    font-size: 18px;
    font-weight: bold;
    padding-right:20px;
}




.Button_Visible {
    display: block;
}


.Button_InVisible {
    display: none;
}

.Button_Arrow_Bottom_flex {
    border-top: solid 1px;
    border-color :rgba(0, 0, 0, 0.5);
    font-size: 12px;
    height : 30px;
    display: flex;
    /*margin:auto;*/
    margin-top:10px;
    align-items : center;
    justify-content:center;
}


/* Bottom */
.Button_Arrow_Bottom {
    display:none;
    border-top: solid 1px;
    border-color :rgba(0, 0, 0, 0.5);
    font-size: 12px;
    height : 30px;
   /* display: flex;*/
    /*margin:auto;*/
    margin-top:10px;
    align-items : center;
    justify-content:center;
}

.Button_Arrow_Bottom_Sub {
    display: flex;
    align-items : center;
    justify-content: center;
    height:20px;
}

.Button_Arrow_Bottom_Sub a{
    cursor: pointer;
    color: rgba(30, 22, 54, 0.6);
    margin:auto;
}

.Button_Arrow_Bottom_Sub a:hover{
    color: red;
    font-weight: bold;
}

.Button_Arrow_Bottom_Sub img{
    margin-right:2px;
    width : 14px;
    height : auto;
}

.Button_Arrow_Bottom_Space {
    width : 20px;
}