/* .page-title {
    margin-top: -5px;
}*/

.btn-on {
    color: #fff;
    background-color: #3DC43D;
    border-color: #207e28;
}
.btn-on-uva {
    color: #fff;
    background-color: #872aa7;
    border-color: #1d033b;
}
.btn-on-protection {
    color: #fff;
    background-color: #166bbd;
    border-color: #1d033b;
}

.btn-off {
    color: #fff;
    background-color: #005467;
    border-color: #900323;
}

.btn-edit{
    color: #fff;
    background-color: #872aa7;
    border-color: #900323;
}

.btn-delete {
    color: #fff;
    background-color: #166bbd;
    border-color: #1d033b
}

.btn-disconnect {
    color: #fff;
    background-color: #6C6C43;
    border-color: #1d033b
}

body {
   font-family: 'Open Sans';
   font-size: 12px;
   font-weight: 300;
   overflow-x: hidden;
   /* line-height: 0.7; */
}

/* .form-control {
    line-height: 0.7;
    font-size: 11px;
} */

.btn-label { 
    position: relative;
    left: -12px;
    display: inline-block;
    padding: 6px 12px;
    background: rgba(0,0,0,0.15);
    border-radius: 3px 0 0 3px;
}

.btn-labeled {
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 5px;
}

.btn { 
    font-size: 12px;
}

.widget-clock.blue-light .time {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 300;
}
.site-select{
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: default!important;
    display: inline-block;
    height: 30px;
    line-height: 24px;
    width: 150px;
    padding: 2px;
    text-decoration: none!important;
    -moz-user-select: none;
    -webkit-user-select: none;
    background-color: #f8f8f8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f1f1f1));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: -moz-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: -ms-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: -o-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: linear-gradient(top, #f8f8f8, #f1f1f1);
    border: 1px solid #bfbfbf;
    color: #6D6A69;
    margin-top: 10px;
    font-size: 13px;
   
    margin-right: 10px;
}
.site-select option{
    font-size: 13px;
    cursor: pointer;
}
#site-select-label{
    font-family: 'Open Sans';
    font-size: 13px;
    font-weight: 300;
    color: #337ab7;
}