
* {
    cursor: default;
}

/* For desktop: */
/*.col-1 {width: 8.33%;}*/
/*.col-2 {width: 16.66%;}*/
/*.col-3 {width: 25%;}*/
/*.col-4 {width: 33.33%;}*/
/*.col-5 {width: 41.66%;}*/
/*.col-6 {width: 50%;}*/
/*.col-7 {width: 58.33%;}*/
/*.col-8 {width: 66.66%;}*/
/*.col-9 {width: 75%;}*/
/*.col-10 {width: 83.33%;}*/
/*.col-11 {width: 91.66%;}*/
/*.col-12 {width: 100%;}*/

/*@media only screen and (max-width: 768px) {*/
    /*!* For mobile phones: *!*/
    /*[class*="col-"] {*/
        /*width: 100%;*/
    /*}*/
/*}*/

 @media (-moz-touch-enabled: 1), (pointer:fine) {
     #tabbar a {
         cursor: pointer;
     }
     #tabbar a > strong {
         cursor: pointer;
     }

     .toolbar a {
          cursor: pointer;
     }
     .toolbar i {
         cursor: pointer;
     }

     #chatlist li a, #chatlist li div, #chatlist li i {
         cursor: pointer;
     }

     #chatlist li a, #chatlist li div, #chatlist li i {
         cursor: pointer;
     }

     .fileList li a,.fileList li span,.fileList li div {
         cursor: pointer !important;
     }

     module[mid="55"] ul.edgetoedge li div i{
         cursor:pointer;
     }

     module[mid="55"] ul.edgetoedge li div img{
         cursor:pointer;
     }

     .files-sortby ul li {
         cursor: pointer;
     }

     .applist li{
         cursor:pointer;
     }

     .applist li div{
         cursor:pointer;
     }

     .applist li div input{
         cursor:pointer;
     }

     .searchContainer input{
         cursor: text;
     }

     #search-in-cloud{
         cursor: text;
     }

     .actionchoices a{
         cursor: pointer;
     }

     .community input{
         cursor: text;
     }

     module[mid="56"] ul.edgetoedge li a {
         cursor: pointer;
     }
 }

module[disable-iscroll], div.ac-page[disable-iscroll]{
    -webkit-overflow-scrolling: touch;
}
