.dropdown-menu.langs {
    min-width: 70px !important;
}

.main-footer {
    padding: 10px 15px;
}

th.sorting_disabled {
	padding-right: 8px !important;
}

body .modal-large {
  width: 80%; /* desired relative width */
  /* place center */
  margin-left:auto;
  margin-right:auto; 
}

.form-control {
  padding-left:6px;
  padding-right:6px;
}
/*
.form-group{
  margin-bottom:0px;
}
*/

.row {
    margin-left : -7px;
    margin-right : -7px;
}

/*.row > [class^=col] {
  padding-left : 0px;
}*/

.row > [class^=col] {
  padding-left : 7px;
  padding-right : 7px;
  /*padding-bottom : 10px;*/
}

.table > thead > tr > th {
     vertical-align: middle;
}

.table > tbody > tr > td {
     vertical-align: middle;
}

.table-container {
    overflow: auto;
}

.no-padding-bottom {
    padding-bottom: 0 !important; 
}

@media all and (min-width: 1200px) {
body{
    font-size: 16px;
  }
}

@media all and (max-width: 1199px) and (min-width: 800px) {
body{
    font-size: 16px;
  }
}

@media all and (max-width: 799px) and (min-width: 50px) {
body{
    font-size: 16px;
  }
}

.form-control {
    font-size: 1em;
}

.btn-sm {
    font-size: 1em;
}

.btn-xs {
    font-size: 0.9em;
}


.badge {
    font-size: 0.8em;
}


.toggle.ios, .toggle-on.ios, .toggle-off.ios { border-radius: 20px; }
.toggle.ios .toggle-handle { border-radius: 20px; }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f5f5f5;
}

.table-striped.table-hover > tbody > tr:hover {
    background-color: #e5e5e5;
}

.ui-autocomplete { z-index:2147483647; }

@media print {
    @page {
        size: a4;
        margin: 1.0cm;
    }

    a[href]:after {
        content: "" !important;
    }

    body {
        font-size: 14px;
    }

    .lead {
        font-size: 16px;
    }

    

  
}
