a {
    text-decoration: none;
    color: #333;
}

a:hover, a:focus {
    color: #2672ec !important;
    text-decoration: none !important;
}

body {
    background-color: #f9f9f9;
}

div.unit-80 {
    margin-left: 1% !important;
}

.tools-alert {
    text-align: center;
}

span.label {
    margin-right: 8px;
}

/* ----------- FONTS AWESOME ----------- */
.fa-right {
    margin-right: 5px;
}

/* ----------- HEAD ----------- */
#head {
    overflow: auto;
    border-top: 10px #eee solid;
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 0;
}

#head h1 {
    font-weight: normal;
    float:left;
    margin-left: 30px;
    margin: 0;
    padding: 0;
    font-size: 1.3em;
}

#head ul {
  float: right;
  margin: 0;
  list-style: none;
}

#head .navbar {
    margin: 0;
    padding: 0 30px;
    font-size: 0.9em;
}

#head a {
    display: inline-block;
}

/* ----------- SIDEBAR ----------- */
#sidebar {
    overflow: auto;
    margin: 20px;
}

#sidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#sidebar li {

}

/* ----------- FOOTER ----------- */
#footer {
    color: #777;
    font-size: 0.9em;
    text-align: center;
}

/* ----------- ALERT ----------- */
#alert {
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    width: 100% !important;
    padding: 20px 0px !important;
    max-width: 100% !important;
    text-align: center;
}

/* ----------- CONTENT ----------- */
#content {
    margin: 20px;
}

h2.title {
    font-weight: normal;
}

h2.title i.fa {
    margin-right: 8px;
}

/* ----------- TABLE ----------- */
table {
    background-color: #fff;
}
table thead {
    border-bottom: 2px solid #ccc;
}

/* ----------- DASHBOARD ----------- */
div.dashboardBox {
    box-shadow: 0 1px 2px rgba(0,0,0,.26);
    background-color: #fff;
    border-radius: 2px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

div.dashboardBox div.content {
    border-top: 1px solid #ddd;
    padding: 10px 20px;
}

div.dashboardBox div.contentBlue {
    background-color: #64b5f6 !important;
    color: #e3f2fd !important;
    position: relative;
    overflow: hidden;
}

div.dashboardBox div.contentGreen {
    background-color: #81c784 !important;
    color: #e8f5e9 !important;
    position: relative;
    overflow: hidden;
}

div.dashboardBox .nav {
    margin: 0 !important;
}

div.dashboardBox .nav a {
    padding: 0 !important;
    display: inline-block;
    margin-left: 8px;
}

div.dashboardBox i.iconContent {
    bottom: -1rem;
    position: absolute;
    right: 0;
    font-size: 4em;
}

div.dashboardBox div.bigContent {
    font-size: 1.8em;
    font-weight: bold;
}

div.dashboardBox span {
    display: inline-block !important;
    padding: 3px 6px;
}

div.dashboardBox h2 {
    color: #666;
    font-size: 1.1em;
    font-weight: normal;
    margin: 0;
    padding: 10px 20px;
}

div.dashboardBox ul.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

div.dashboardBox ul.menu a {
    color: #2672ec;
}

div.dashboardBox ul.menu li.title {

}

div.dashboardBox ul.menu li.description {
    border-bottom: 1px dashed #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #555;
}

div.dashboardBox ul.menu li.description:last-child {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
}


/* ----------- FORMS ----------- */
form h4 {
    border-bottom: 1px solid #e2e2e2;
    font-weight: 300;
    margin: 33px 0 20px;
    padding-bottom: 10px;
    width: 60%;
}

#jsadvancedButton {
    display: block;
    margin-bottom: 1.1em;
}

#jsadvancedOptions {
    display: none;
}

.btn {
    color: #fff;
    background: #999999;
    padding: 0.3em 1.3em !important;
}

.btn-blue {
    background: #2672ec;
}

.btn-red {
    background: #EC2626;
}

a.btn:hover {
    color: rgba(255, 255, 255, 0.5) !important;
}

a.btn-red {
    color: rgba(255, 255, 255, 0.9) !important;
    margin-right: 10px;
}

a.btn-red:hover {
    color: rgba(255, 255, 255, 0.6) !important;
}

/* ----------- PAGINATOR ----------- */

#paginator ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 0.9em;
    text-align: center;
}

#paginator a {
    color: #2672ec;
}

#paginator li {
    display: inline;
    float: none !important;
}

#paginator li.left {
    margin-right: 10px;
}

#paginator li.list {
    background: #e0e0e0;
    color: #747474;
    padding: 2px 11px;
}

#paginator li.right {
   margin-left: 10px;
}

/* ----------- THEMES ----------- */

div.themeBox {
    box-shadow: 0 1px 2px rgba(0,0,0,.26);
    background-color: #fff;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 15px 20px;
    width: 70%;
    margin-bottom: 20px;
    overflow: auto;
}

div.themeBoxInstalled {
    background-color: #f1f1f1;
}

div.themeBox p {
    margin-bottom: 6px;
}

div.themeBox p.name {
    border-bottom: 1px dashed #ccc;
}

div.themeBox a.btn-smaller {
    padding: 4px 10px;
    margin-right: 10px;
}

div.themeBox span.author {
    color: #777;
    margin-left: 10px;
    float: right;
    font-size: 0.9em;
}

div.themeBox span.version {
    color: #777;
    margin-left: 10px;
    float: right;
    font-size: 0.9em;
}

/* ----------- PLUGINS ----------- */
div.pluginBox {
    box-shadow: 0 1px 2px rgba(0,0,0,.26);
    background-color: #fff;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 15px 20px;
    width: 70%;
    margin-bottom: 20px;
    overflow: auto;
}

div.pluginBox p {
    margin-bottom: 6px;
}

div.pluginBox p.name {
    border-bottom: 1px dashed #ccc;
}

div.pluginBox a.btn-smaller {
    padding: 4px 10px;
    margin-right: 10px;
}

div.pluginBox span.author {
    color: #777;
    margin-left: 10px;
    float: right;
    font-size: 0.9em;
}

div.pluginBox span.version {
    color: #777;
    margin-left: 10px;
    float: right;
    font-size: 0.9em;
}

/* ----------- PLUGINS FORM ----------- */

#jsformplugin div {
    margin-bottom: 1.1em;
}

#jsformplugin label {
    margin: 0 0 5px 0 !important;
}

#jsformplugin input[type=text] {
    width: 70%;
}

#jsformplugin input[type="checkbox"] {
    vertical-align: middle;
    margin-left: 0px;
}

#jsformplugin label.forCheckbox {
    margin-left: 3px;
    margin-bottom: 10px;
    display: inline-block;
}

/* ----------- SUB-NAVBAR ----------- */
.sublinks a {
    color: #2672ec;
}

.sublinks a:hover {
    color: #333 !important;
}

li.active {
    border-bottom: 2px solid #ccc;
}