﻿/*
///////////////////////////////////////////////////////////////////
//
// Youbiquitous YBQ : app starter 
// Copyright (c) Youbiquitous srls 2017
//
// Author: Dino Esposito (http://youbiquitous.net)
//
*/
.margin-top {
    margin-top: 30px;
}
.bg-gray {
    background-color: #4E5D6C;
}
@media (min-width:768px) {
    .float-sm {
        float: none;
    }
}
@media (max-width:768px) {
    .no-padding-xs {
        padding-left: 1px;
        padding-right: 1px;
    }
    /*.col-xs-12 {
        margin-top: 60px;
        padding-left: 1px;
        padding-right: 1px;
    }*/
}

.btn-sq-lg {
  width: 150px !important;
  height: 150px !important;
}

.btn-sq {
  width: 100px !important;
  height: 100px !important;
  font-size: 10px;
}

.btn-sq-sm {
  width: 50px !important;
  height: 50px !important;
  font-size: 10px;
}

.btn-sq-xs {
  width: 25px !important;
  height: 25px !important;
  padding:2px;
}

