/* 
    Created on : 19 juil. 2018, 09:02:39
    Author     : Luc DJOSSA
*/

#main_tab_box{
    display: block;
    width: 100%;
    border: 0px solid black;
    background: linear-gradient(to bottom, #f2f2f2 0%,rgba(227,227,227,1) 100%);
}

#main_tab_box a{
    text-decoration: none;
}

#main_tab_box nav ul{
    list-style: none;
    background: transparent url("../image/tabs-border.png") repeat-x scroll left bottom;
    border: medium none;
    border-collapse: collapse;
    height: auto;
    line-height: normal;
    margin: 0;
    margin-top: 10px;
    overflow: hidden;
    padding: 0 0px;
    white-space: nowrap;
}

#main_tab_box nav ul li{
    display: block;
    float: left;
    margin: 0 4px 0 0;
    vertical-align: bottom;
    line-height: 1.5em;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

#main_tab_box nav ul li a{
    border-color: rgba(243, 135, 42,1);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background: -moz-linear-gradient(top, rgba(243, 135, 42, 1) 0%, rgba(206, 115, 35,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243, 135, 42,1)), color-stop(100%,rgba(206, 115, 35,1)));
    background: -webkit-linear-gradient(top, rgba(243, 135, 42,1) 0%,rgba(243, 135, 42,1) 100%);
    background: -o-linear-gradient(top, rgba(243, 135, 42,1) 0%,rgba(206, 115, 35,1) 100%);
    background: -ms-linear-gradient(top, rgba(243, 135, 42,1) 0%,rgba(206, 115, 35,1) 100%);
    background: linear-gradient(to bottom, rgba(243, 135, 42,1) 0%,rgba(206, 115, 35,1) 100%);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    float: left;
    border-style: solid solid none;
    border-width: 1px;
    display: block;
    font-size: 0.929em;
    height: 1.8em;
    line-height: 1.9;
    padding: 0 10px 3px;
    font-weight: bold;
}

#main_tab_box nav ul li a:hover{
    background: -moz-linear-gradient(top, #f2f2f2 0%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#f2f2f2));
    background: -webkit-linear-gradient(top, #f2f2f2 0%,#f2f2f2 100%);
    background: -o-linear-gradient(top, #f2f2f2 0%,#f2f2f2 100%);
    background: -ms-linear-gradient(top, #f2f2f2 0%,#f2f2f2 100%);
    background: linear-gradient(to bottom, #f2f2f2 0%,#f2f2f2 100%); 
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

#main_tab_box nav ul li.active a{
    background: -moz-linear-gradient(top, #f2f2f2 0%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#f2f2f2));
    background: -webkit-linear-gradient(top, #f2f2f2 0%,#f2f2f2 100%);
    background: -o-linear-gradient(top, #f2f2f2 0%,#f2f2f2 100%);
    background: -ms-linear-gradient(top, #f2f2f2 0%,#f2f2f2 100%);
    background: linear-gradient(to bottom, #f2f2f2 0%,#f2f2f2 100%); 
}


#test_contener{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    padding-left: 50px;
    padding-top: 10px;
    border: 0px solid blue;
}

#test_contener img#loading{
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
}


#test_div{
    display: block;
    border: 1px solid thistle;
    height: 200px;
    width: 400px;
    margin: 20px;
    margin-top: 5px;
    
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

#test_div:hover{
    box-shadow: 0 0 10px 0px rgba(53, 44, 34, 0.9);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

#test_div div{
    display: block;
    border: 0px solid thistle;
    height: 31px;
    background: linear-gradient(to bottom, #f2f2f2 0%,rgba(227,227,227,1) 100%);
}

#test_div div h3{
    display: inline-block;
    border: 0px solid black;
    margin: auto;
    margin-left: 10px;
    color: rgba(243, 135, 42, 1);
}

#test_div div span{
    display: inline-block;
    border: 0px solid rgba(53, 44, 34, 0.9);
    width: 30px;
    height: 30px;
    float: left;
    margin-left: 10px;
}

#test_div div span a{
    display: inline-block;
    border: 0px solid black;
    min-width: 16%;
    margin-bottom: 0px;
    float: left;
    border-left: 1px solid rgba(255, 255, 255, 1);
    border-radius: 5px;
}

#test_div div span a#a1{
    height: 30%;
    top: 70%;
    background-color: rgba(53, 44, 34, 0.9);
}

#test_div div span a#a2{
    height: 50%;
    top: 50%;
    background-color: rgba(53, 44, 34, 0.9);
}

#test_div div span a#a3{
    height: 70%;
    top: 30%;
    background-color: rgba(53, 44, 34, 0.9);
}

#test_div div span a#a4{
    height: 90%;
    top: 10%;
    background-color: rgba(53, 44, 34, 0.9);
}

#test_div div span a#a5{
    height: 100%;
    top: 0%;
    background-color: rgba(53, 44, 34, 0.9);
}

#test_div div span a.fill{
    background: -moz-linear-gradient(top, rgba(243, 135, 42, 1) 0%, rgba(206, 115, 35,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243, 135, 42,1)), color-stop(100%,rgba(206, 115, 35,1)));
    background: -webkit-linear-gradient(top, rgba(243, 135, 42,1) 0%,rgba(243, 135, 42,1) 100%);
    background: -o-linear-gradient(top, rgba(243, 135, 42,1) 0%,rgba(206, 115, 35,1) 100%);
    background: -ms-linear-gradient(top, rgba(243, 135, 42,1) 0%,rgba(206, 115, 35,1) 100%);
    background: linear-gradient(to bottom, rgba(243, 135, 42,1) 0%,rgba(206, 115, 35,1) 100%);
}

#test_div p{
    display: inline-block;
    max-width: 800px;
    height: 118px;
    overflow: auto;
    margin: 0px;
    border: 0px solid red;
    padding: 5px;
}

#test_div div#test_info_bar{
    display: block;
    margin: 0px;
    height: 32px;
    border-top: 1px solid thistle;
    text-align: left;
}

#test_div div#test_info_bar a{
    display: inline-block;
    font-size: 10px;
    text-shadow: 0 0.5px 0px black;
}

#test_div div#test_info_bar a#time{
    font-style: italic;
}

#test_div div#test_info_bar a#go{
    display: inline-block;
    border: 0px solid black;
    float: right;
    padding-top: 0px;
    margin: 0px;
}

#test_div div#test_info_bar a#go img{
   width: 32px; 
   height: 31px;
}

#more_bar{
    display: block;
    width: 100%;
    border: 0px solid black;
    border-top: 1px solid thistle;
    height: 50px;
    text-align: center;
}

#more_bar ul{
    display: inline-block;
    list-style: none;
    float: right;
    margin: 0px;
}

#more_bar ul li{
    display: inline-block;
    height: 100%;
    float: right;
    margin-right: 10px;
    border: 0px solid black;
}

#more_bar ul li{
    margin-right: 30px;
}

#more_bar ul li a{
    display: inline-block;
    background-size: 35px;
    background-position: center;
    border: 0px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

#more_bar ul li a:hover{
    opacity: 0.5;
}

#more_bar ul li a:focus{
    opacity: 0.5;
}

#more_button{
    background: url(../../image/viewMore.svg) no-repeat; 
}

#add_button{
    background: url(../../image/round-add-button.svg) no-repeat;
}

#mobile_flip_button{
    display: none;
    position: fixed;
    bottom: 70px;
    left: 0px;
    cursor: pointer;
    padding: 2px;
    color: wheat;
    font-size: 10px;
    width: 30px;
    height: 20px;
    background-color: blue;
}


#testDeteButton{
    display: inline-block;
    background: url(../../image/delete.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
    border: 0px;
    width: 30px;
    height: 100%;
    cursor: pointer;
}