/*makris*/
/* Stat boxes and quick actions */
.quick-actions_homepage {
	width:100%;
	text-align:center; position:relative;
	float:left;
	margin-top:10px;
}
.stat-boxes, .quick-actions, .quick-actions-horizontal, .stats-plain {
	display: block;
	list-style: none outside none;
	margin: 15px 0;
	text-align: center;
}
.stat-boxes2 {
	display: inline-block;
	list-style: none outside none;
	margin:0px; 
	text-align: center;
}
.stat-boxes2 li {
	display: inline-block;
	line-height: 18px;
	margin: 0 10px 10px;
	padding: 0 10px; background:#fff; border: 1px solid #DCDCDC
}
.stat-boxes2 li:hover{ background: #f6f6f6; }
.stat-boxes2 .left, .stat-boxes .right {
	text-shadow: 0 1px 0 #fff;
	float: left;
}
.stat-boxes2 .left {
	border-right: 1px solid #DCDCDC;
	box-shadow: 1px 0 0 0 #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	margin-right: 10px;
	padding: 10px 14px 6px 4px;
}
.stat-boxes2 .right {
	color: #666666;
	font-size: 12px;
	padding: 9px 10px 7px 0;
	text-align: center;
	min-width: 70px; float:left
}
.stat-boxes2 .left span, .stat-boxes2 .right strong {
	display: block;
}
.stat-boxes2 .right strong {
	font-size: 26px;
	margin-bottom: 3px;
	margin-top: 6px;
}
.quick-actions_homepage .quick-actions li{ position:relative;}
.quick-actions_homepage .quick-actions li .label{ position:absolute; padding:5px; top:-10px; right:-5px;}
.stats-plain {
	width: 100%;
}
.stat-boxes li, .quick-actions li, .quick-actions-horizontal li {
	float: left;
	line-height: 18px;
	margin: 0 10px 10px 0px;
	padding: 0 10px;
}
.stat-boxes li a:hover, .quick-actions li a:hover, .quick-actions-horizontal li a:hover, .stat-boxes li:hover, .quick-actions li:hover, .quick-actions-horizontal li:hover {
	background: #2E363F;
}
.quick-actions li {
	min-width:14%;
	min-height:70px;
}
.quick-actions_homepage .quick-actions .span3{ width:30%;}
.quick-actions li, .quick-actions-horizontal li {
	padding: 0;
}
.stats-plain li {
	padding: 0 30px;
	display: inline-block;
	margin: 0 10px 20px;
}
.quick-actions li a {
	padding:10px 30px; 
}
.stats-plain li h4 {
	font-size: 40px;
	margin-bottom: 15px;
}
.stats-plain li span {
	font-size: 14px;
	color: #fff;
}
.quick-actions-horizontal li a span {
	padding: 10px 12px 10px 10px;
	display: inline-block;
}
.quick-actions li a, .quick-actions-horizontal li a {
	display: block;
	color: #fff; font-size:14px;
	font-weight:lighter;
}
.quick-actions li a i[class^="icon-"], .quick-actions li a i[class*=" icon-"] {
	font-size:30px;
	display: block;	
	margin: 0 auto 5px;
}
.quick-actions-horizontal li a i[class^="icon-"], .quick-actions-horizontal li a i[class*=" icon-"] {
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center;
	background-color: transparent;
	width: 16px;
	height: 16px;
	display: inline-block;
	margin: -2px 0 0 !important;
	border-right: 1px solid #dddddd;
	margin-right: 10px;
	padding: 10px;
	vertical-align: middle;
}

.quick-actions li:active, .quick-actions-horizontal li:active {
	background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#EEEEEE), to(#F4F4F4));
	background-image: -webkit-linear-gradient(top, #EEEEEE 0%, #F4F4F4 100%);
	background-image: -moz-linear-gradient(top, #EEEEEE 0%, #F4F4F4 100%);
	background-image: -ms-linear-gradient(top, #EEEEEE 0%, #F4F4F4 100%);
	background-image: -o-linear-gradient(top, #EEEEEE 0%, #F4F4F4 100%);
	background-image: linear-gradient(top, #EEEEEE 0%, #F4F4F4 100%);
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2) inset, 0 1px 0 rgba(255,255,255,0.4);
}
.stat-boxes .left, .stat-boxes .right {
	text-shadow: 0 1px 0 #fff;
	float: left;
}
.stat-boxes .left {
	border-right: 1px solid #DCDCDC;
	box-shadow: 1px 0 0 0 #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	margin-right: 10px;
	padding: 10px 14px 6px 4px;
}
.stat-boxes .right {
	color: #666666;
	font-size: 12px;
	padding: 9px 10px 7px 0;
	text-align: center;
	min-width: 70px;
}
.stat-boxes .left span, .stat-boxes .right strong {
	display: block;
}
.stat-boxes .right strong {
	font-size: 26px;
	margin-bottom: 3px;
	margin-top: 6px;
}
.stat-boxes .peity_bar_good, .stat-boxes .peity_line_good {
 color: #459D1C;
}
.stat-boxes .peity_bar_neutral, .stat-boxes .peity_line_neutral {
	color: #757575;
}
.stat-boxes .peity_bar_bad, .stat-boxes .peity_line_bad {
	color: #BA1E20;
}
.stats-plain {
}

.site-stats {
	margin: 0;
	padding: 0; text-align:center;
	list-style: none;
}
.site-stats li {
	cursor: pointer; display:inline-block;
	margin: 0 5px 10px; text-align:center; width:42%;
	padding:10px 0; color:#fff;
	position: relative;
}
.site-stats li i{ font-size:24px; clear:both}
.site-stats li:hover { background:#2E363F;
}

.site-stats li i {
	vertical-align: baseline;
}
.site-stats li strong {
	font-weight: bold;
	font-size: 20px; width:100%; float:left;
	margin-left:0px;
}
.site-stats li small {
	margin-left:0px;
	font-size: 11px;
	width:100%; float:left;
}





.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    margin-left: 20px;
    margin-right: 20px;
    position: inherit;
}

.col-sm-9 {
    margin-left: 60px;
    width: 75%;
}


tr.spaceUnder > td {
    padding-bottom: 1em;
}

.navbar-static-top {
    margin-bottom: 20px;
}

i {
    font-size: 18px;
}

.nav > li > a {
    color: #787878;
}

footer {
    background-color: #efefef;
    margin-top: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
}

/* count indicator near icons */

.nav > li .count {
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #33c833;
    background: rgba(51, 200, 51, 0.55);
    border-radius: 10px;
    bottom: 12px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 9px;
    line-height: 1em;
    padding: 2px 4px;
    position: absolute;
    right: 6px;
}

/*Unified styles for consistency*/

.validatorText {
    color: #b71c1c;
    font-family: Verdana, Tahoma, Arial;
    font-size: 12px;
    font-weight: bold;
    padding-left: 10px;
}

.submitButton {
    margin-bottom: 5em;
    width: 60%;
}

.inputBoxWidth {
    /*ddl or textbox*/
    width: 450px;
}

.inputBoxWidthSmall {
    /*ddl or textbox*/
    width: 200px;
}

/*reduced table font*/
/*th { font-size: 12px;}
td { font-size: 11px;}*/
.input-group-addon {
    min-width: 150px;
    text-align: left;
}

.navbar {
    margin: 0 !important;
}

input[type=checkbox] {
    width: 20px;
    height: 20px;
}

/**********************/
/*table cell smaller font*/
th {
    font-size: 80%;
}

td {
    font-size: 85%;
}












/*!
 * Start Bootstrap - Simple Sidebar (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    overflow-x: hidden;
}

/* Toggle Styles */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    #wrapper.toggled {
        padding-left: 250px;
    }

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .sidebar-nav li {
        text-indent: 20px;
        line-height: 50px;
    }

        .sidebar-nav li a {
            display: block;
            text-decoration: none;
            color: #999999;
        }

        /*Added*/
        .sidebar-nav li li {
            text-indent: 5px;
            line-height: 20px;
        }

            .sidebar-nav li li a {
                text-indent: 1px;
                line-height: 15px;
            }

        .sidebar-nav li i {
            vertical-align: center;
        }
        /**/

        .sidebar-nav li a:hover {
            text-decoration: none;
            color: #fff;
            background: #ffffff;
            background: rgba(255,255,255,0.2);
        }

        .sidebar-nav li li a:hover {
            text-decoration: none;
            color: #fff;
            background: rgba(255,255,255,0.2);
        }

        .sidebar-nav li a:active,
        .sidebar-nav li a:focus {
            text-decoration: none;
        }

    .sidebar-nav > .sidebar-brand {
        height: 65px;
        font-size: 18px;
        line-height: 60px;
    }

        .sidebar-nav > .sidebar-brand a {
            color: #999999;
        }

            .sidebar-nav > .sidebar-brand a:hover {
                color: #fff;
                background: none;
            }

@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }

        #wrapper.toggled {
            padding-left: 0;
        }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}


/* navbar thinner*/
/*.navbar-header > .navbar-brand {
    padding-top: 5px !important; padding-bottom: 5px !important;
    max-height: 20px !important;
}

.navbar-nav > li > a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}*/

.navbar {
    min-height: 20px !important;
    max-height: 30px !important;
}

/*********************/
/*LOADER*/

/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.6); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
}

/* Position the content inside the overlay */
.overlay-content {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    align-content: center;
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay div {
    padding: 8px;
    alignment: center;
}

/******LOADER*********/
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*Progress tracker*/
.nav-wizard > li {
    float: left;
}

    .nav-wizard > li > a {
        position: relative;
        background-color: #eee;
    }

        .nav-wizard > li > a .badge {
            margin-left: 3px;
            color: #eee;
            background-color: #428bca;
        }

    .nav-wizard > li:not(:first-child) > a {
        padding-left: 34px;
    }

        .nav-wizard > li:not(:first-child) > a:before {
            width: 0;
            height: 0;
            border-top: 20px inset transparent;
            border-bottom: 20px inset transparent;
            border-left: 20px solid #fff;
            position: absolute;
            content: "";
            top: 0;
            left: 0;
        }

    .nav-wizard > li:not(:last-child) > a {
        margin-right: 6px;
    }

        .nav-wizard > li:not(:last-child) > a:after {
            width: 0;
            height: 0;
            border-top: 20px inset transparent;
            border-bottom: 20px inset transparent;
            border-left: 20px solid #eee;
            position: absolute;
            content: "";
            top: 0;
            right: -20px;
            z-index: 2;
        }

    .nav-wizard > li:first-child > a {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .nav-wizard > li:last-child > a {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .nav-wizard > li.done:hover > a, .nav-wizard > li:hover > a {
        background-color: #d5d5d5;
    }

        .nav-wizard > li.done:hover > a:before, .nav-wizard > li:hover > a:before {
            border-right-color: #d5d5d5;
        }

        .nav-wizard > li.done:hover > a:after, .nav-wizard > li:hover > a:after {
            border-left-color: #d5d5d5;
        }

    .nav-wizard > li.done > a {
        background-color: #e2e2e2;
    }

        .nav-wizard > li.done > a:before {
            border-right-color: #e2e2e2;
        }

        .nav-wizard > li.done > a:after {
            border-left-color: #e2e2e2;
        }

    .nav-wizard > li.active > a, .nav-wizard > li.active > a:hover, .nav-wizard > li.active > a:focus {
        color: #fff;
        background-color: #428bca;
    }

        .nav-wizard > li.active > a:after {
            border-left-color: #428bca;
        }

        .nav-wizard > li.active > a .badge {
            color: #428bca;
            background-color: #fff;
        }

    .nav-wizard > li.disabled > a {
        color: #777;
    }

        .nav-wizard > li.disabled > a:hover, .nav-wizard > li.disabled > a:focus {
            color: #777;
            text-decoration: none;
            background-color: #eee;
            cursor: default;
        }

        .nav-wizard > li.disabled > a:before {
            border-right-color: #eee;
        }

        .nav-wizard > li.disabled > a:after {
            border-left-color: #eee;
        }

.nav-wizard.nav-justified > li {
    float: none;
}

    .nav-wizard.nav-justified > li > a {
        padding: 7px 5px;
    }

@media (max-width:768px) {
    .nav-wizard.nav-justified > li > a {
        border-radius: 4px;
        margin-right: 0;
    }

        .nav-wizard.nav-justified > li > a:before, .nav-wizard.nav-justified > li > a:after {
            border: none !important;
        }
}
