body {
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3)), url('../site-img/full-bg.jpg') repeat center center;
	background-attachment:fixed;
	background-size:cover;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.040em;
	font-size:12px;
	}
p {
    font-size: 1.0em;
    font-weight: 300;
    line-height: 1.7em;
    color: #222;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
	background: #FFF;
	border: none;
	border-radius: 0;
	margin-bottom: 15px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
	width: 230px;
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	z-index: 999;
	color: #FFF;
	transition: all 0.3s;
	background-color: #000;
}

#sidebar.active {
    margin-left: -230px;
}

#sidebar .sidebar-header {
	background: #444;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#sidebar ul.components {
	padding: 20px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444;
}

#sidebar ul p {
    color: #FFF;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.0em;
    display: block;
}
#sidebar ul li a:hover {
    color: #000;
    background: #FFF;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #FFF;
    background: #222;
}


a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
a[aria-expanded="true"]::before {
    content: '\e260';
}


ul ul a {
    font-size: 1.0em !important;
    padding-left: 30px !important;
    background: #222;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}
a.download {
    background: #FFF;
    color: #003;
}
a.article, a.article:hover {
    background: #003 !important;
    color: #FFF !important;
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: calc(100% - 230px);
    padding: 0px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}
#content.active {
    width: 100%;
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #content {
        width: 100%;
    }
    #content.active {
        width: calc(100% - 250px);
    }
    #sidebarCollapse span {
        display: none;
    }
}
/* VIS Classes */
.vis-smart-white{
	background-image:url(../site-img/smart-white.png);
	background-repeat:repeat;
}
.vis-td-padd-25 {
	padding-top:25px;
	padding-bottom:25px;
}
.vis-error{
	color:#E00;
	font-size: 0.8em;
}
.vis-input-1{
	background-color:FFF;
	color:#222;
	border:1px solid #CCC;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	height:35px;
}
.vis-wrap {
	box-shadow: 15px 15px 5px #222;
}
.vis-hr{
	border-bottom:solid 4px #CCC;
}
.vis-trans-bg-w{
    background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url('../site-img/signup-w.png') repeat center center; 
	padding:15px;
	color:#222;
}
.vis-trans-bg-g{
    background: linear-gradient(rgba(0, 210, 0, 0.8), rgba(0, 210, 0, 0.8)), url('../site-img/signup-w.png') repeat center center; 
	padding:15px;
	color:#222;
}
.vis-trans-bg-r{
    background: linear-gradient(rgba(255, 0, 0, 0.6), rgba(255, 0, 0, 0.6)), url('../site-img/signup-w.png') repeat center center; 
	padding:15px;
	color:#222;
}
.vis-btn-nobor {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.vis-hr-1 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #AAA;
}
.vis-vert-box {
	margin-top:30%;
}
.vis-text-white {
	color:#FFF;
}
.vis-new-success,.my-new-error {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.vis-new-success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url(../site-img/success.png);
}
.vis-new-error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url(../site-img/error.png);
}
.vis-bg-smart-blue {
    background: #0f0c29;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #24243e, #302b63, #0f0c29);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #24243e, #302b63, #0f0c29); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	color:#FFF;
}
.vis-bg-smart-11 {
background: #6190E8;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #A7BFE8, #6190E8);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #A7BFE8, #6190E8); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	padding:7px;
	color:#FFF;
}
.btn-success{
    background-color: #090;
    color: #FFF;
}
.btn-warning{
	background-color:#F60;
	color:#FFF;
}
.btn-danger{
	background-color:#F00;
	color:#FFF;
}
.btn-info{
    background-color:#0099cc;
	color:#FFF;
}
.vis-td-padd-15{
    padding-top: 15px;
    padding-bottom: 15px;
}
.vis-td-margin-15 {
    margin-bottom: 15px;
    margin-top: 15px;
}
.vis-smt-hfive{
    background-color: #123456;
    color: #FFF;
    padding: 5px;
}
.vis-block-1{
    background-color: #F5F5F5;
}
.vis-block-2{
    background-color: #CCC;
}
.vis-all-bor {
    border: solid 1px #000;
    padding: 10px;
}
.color-green {
  color: green;
  font-weight: bold;
}

.color-blue {
  color: blue;
  font-weight: bold;
}

.color-red {
  color: red;
  font-weight: bold;
}