/**
 * Control Panel Site - Global StyleSheet
 * (c) Copyright 2014-2016, MiHosting
 *
 * Developed by Zazar Ltd
 **/

/* 
 * HTML elements
*/

body {
    margin: 0 15px;
}

h1 { border-bottom: 1px solid #eee; }
h1 > small { display: none; }

/* 
 * Content styles
*/

.narrow { max-width: 900px }

.navbar-brand span { font-size: 14px; }

#header { margin-top: 70px; }

.row { margin-bottom: 10px; }

.message-box 
{
    margin-bottom: 15px;
    padding: 40px 60px;
    background-color: #eee;
    border-radius: 6px;
}

label.radio { font-weight: 400; }

.label-muted { background-color: #808080; }

div.alert a { font-weight: bold; }


/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    h1 > small { display: inline; }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}