/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24 Jun 2020, 03:33:51
    Author     : enkhzolsanchir
*/

html{
    touch-action: manipulation;
}

body{
    /*background:#ffffff;*/
    background:#f1f1f1;
    overflow-y: hidden;
}

img{
    /*background: url(/assets/img/placeholder.png)*/
}

/*
.wrapper{
    height: 100vh;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}
*/



.whiteContainer{
    background:white;
    border-radius: 15px;
    padding:3%;
}


.half{
   float:left;
    width:49.99999%
}

.third{
    float:left;
    width:33.333333%;
        
}

.third_test{
    position: relative;
    width:32%;
    display:inline-block;
        
}

.col05{
    float:left;
    width:4.99999%;
}

.col95{
    float:left;
    width:94.99999%;
}

.col50{
    float:left;
    width:49.99999%;
}
.col20{
    float:left;
    width:19.99999%
}
.col80{
    float:left;
    width:79.99999%
}
.col25{
    float:left;
    width:24.99999%
}

.col75{
    float:left;
    width:74.99999%
}


.col10{
    float:left;
    width:9.99999%
}

.col90{
    float:left;
    width:89.99999%
}

.col15{
    float:left;
    width:14.99999%
}

.col85{
    float:left;
    width:84.99999%
}

.col30{
    float:left;
    width:29.99999%
}

.col70{
    float:left;
    width:69.99999%
}

.col35{
    float:left;
    width:34.99999%
}

.col65{
    float:left;
    width:64.99999%
}

.col40{
    float:left;
    width:39.99999%
}

.col60{
    float:left;
    width:59.99999%
}


.col45{
    float:left;
    width:44.99999%
}


.col55{
    float:left;
    width:54.99999%
}