/*Custom styling*/
/*@font-face {
    font-family: "Helvetica Neue";
    src: url(../fonts/HelveticaNeue.ttf);
}*/
/*--- font-family --- */
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,700i,900');

* {
    margin: 0;
}
html {
 position: relative;
    min-height: 100%;   
}
body {
  font-family: 'Lato', sans-serif;
    margin-bottom: 100px;
}
html, body { 
    padding:0;
}

a{
    text-decoration: none;
}

* {
  outline: none !important;
}

img{
   max-width: 100%;
}

h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 45px;
    line-height: 52px;
}

/*----- navbar header ----------*/

.site-header .navbar {
    background-color: #009966;
    padding: 7px 1px;
    margin: 0;
    border: none;
    border-radius: 0;
    transition: 0.2s ease;
}

.site-header .navbar-brand {
    display: inline-flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    float: none;
}

.navbar-default .navbar-nav>.active>a{
    color: #fff;
    background-color: transparent;
    font-weight: 700;
    color: rgba(255,255,255,0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: .2s ease;
}

.navbar-default .navbar-nav>.active>a:hover{
    color: #fff;
    background-color: transparent;
    font-weight: 700;
}

.navbar-default .navbar-nav>li>a {
    color: rgba(255,255,255,0.8);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: .2s ease;
}

.navbar-default .navbar-nav>li>a:hover{
    color: #fff;
}

.navbar-default .navbar-nav>.hero>a {
    background-color: rgba(255,255,255,0.1);
    border-radius: 3px;
    transition: 0.3s linear;
}

.navbar-default .navbar-nav>.hero>a:hover{
    color: #fff;
    background-color: rgba(255,255,255,0.25);
}

.site-header .navbar-brand>img {
    display: inline-block;
    max-height: 44px;
    transition: 0.2s ease;
}

.navbar-brand.padding-9 {
    float: left;
    height: 50px;
    padding: 4px 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-default .navbar-toggle {
    margin: 0;
    padding: 7px 11px;
    border: none;
    border-radius: 2px;
    color: rgba(255,255,255,0.8);
    font-size: 20px;
}

.navbar-default .navbar-toggle.for-sidebar {
    float: left;
    margin-top: 3px;
    padding: 14px 10px;
}

.navbar-default .navbar-toggle:hover {
    color: #fff;
    background-color: rgba(255,255,255,0.2);
}

.navbar-default .navbar-collapse{
    border-color: rgba(255,255,255,0.1);
}

.navbar-default .navbar-toggle:focus{
    background-color: transparent;
}


/*------------ sidebar styling ---------------*/

.main-sidebar {
  /* min-height: 100%; */
  padding: 50px 0 20px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}

.sidebar {
  padding-bottom: 10px;
}
.sidebar-menu {
  list-style: none;
    min-width: 200px;
    padding-left: 20px;
    padding-right: 20px;
}
.sidebar-menu > li {
  position: relative;
  margin: 0;
  padding: 0;
    
}
.sidebar-menu > li > a {
  padding: 12px 5px 12px 15px;
  display: block;
   color: #000;
     font-weight: bold;
    font-size: 14px;
}
.sidebar-menu > li > a:hover {
  text-decoration: none;
     color: #009966;
    opacity: 1;
}

.sidebar-menu > li > a:focus {
  text-decoration: none;
}
.sidebar-menu > li > a > .fa {
  width: 20px;
}


.sidebar-menu li > a > .fa-angle-left,
.sidebar-menu li > a > .pull-right-container > .fa-angle-left {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 10px;
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.sidebar-menu li > a > .fa-angle-left {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
}
.sidebar-menu .menu-open > a > .fa-angle-left,
.sidebar-menu .menu-open > a > .pull-right-container > .fa-angle-left {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.sidebar-menu .active > .treeview-menu {
  display: block;

}

.treeview-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 5px;
}
.treeview-menu{
  padding-left: 20px;
}
.treeview-menu > li {
  margin: 0;
}
.treeview-menu > li > a {
  padding: 5px 5px 5px 15px;
  display: block;
  font-size: 14px;
    color: #777;
}
.treeview-menu > li > a:hover {
 text-decoration: none;
    color: #009966;
    opacity: 1;
    
}
.treeview-menu > li > a:focus {
 text-decoration: none;
}
.treeview-menu > li > a > .fa {
  width: 20px;
}
.treeview-menu > li > a > .pull-right-container > .fa-angle-left,
.treeview-menu > li > a > .pull-right-container > .fa-angle-down,
.treeview-menu > li > a > .fa-angle-left,
.treeview-menu > li > a > .fa-angle-down {
  width: auto;
}
.sidebar-menu ul li::before {
    content: '';
    position: absolute;
    top: 51px;
    bottom: 9px;
    left: 15px;
    border-left: 1px solid #ccc;
}


.sidebar-menu .treeview-menu>li.active>a{
    text-decoration: none;
    opacity: 1;
    color: #009966;
}

.sidebar-menu .treeview-menu>li.active>a::before{
    background-color: #009966;
}

.sidebar-menu>li.active>a{
 border-left: 5px solid #009966;
}

.sidebar-menu>li.active>a{
   color: #000;
    background: #f5f5f5;
}  

.sidebar-menu>li.menu-open>a{
   color: #000;
}

.sidebar-menu .treeview-menu>li.active>a{
    text-decoration: none;
    opacity: 1;
    color: #009966;
}

.sidebar-menu .treeview-menu>li.treeview>a:first-child {
    font-weight: bold;
} 
 
/*---- sub pages styling ---------*/

.main-content {
    padding: 50px 50px 50px 0;
    padding-right: 50px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 27px;
}
.col-sm-8.right-img {
    float: right;
    margin-right: 10%;
}

.dash-menu {
    text-align: right;
}


.row.margin-65 {
    margin-top: 65px;
}

.screen-img {
    margin-top: 3%;
}

.screen-img img {
    width: 70%;
}

h2{
    font-family: 'Raleway', sans-serif;
    line-height: 33px;
    margin-bottom: 35px;
    margin-top: 65px;
    font-weight: 300;
    padding-bottom: 16px;
    border-bottom: 1px solid #ddd;
}

.main-content>header h1 {
    margin-top: 0;
}

span.focus-btn {
    color: #009966;
    font-weight: bold;
}

/* .detail-header ul {
    list-style: none;
    padding-left: 16px;
}  */

.img-app{
    text-align: center;
}
.img-app img{
   width: 70%;
}
.header-content {
    padding: 15px 10px;
}

.sub-details p {
    padding: 66px 0px 10px;
}

.dashmenu-img {
    text-align: center;
}

.col-sm-12.center-align {
    text-align: center;
}

.img-event {
    text-align: right;
}

.shadow-img img{
    box-shadow: 6px 6px 20px #888888;
    margin-bottom: 3%;  
}

.shadow-img {
    text-align: center;
}

.schedule-img img {
    margin-top: 4.4%;
}

.align-center {
    text-align: center;
}   

.style-list {
    margin-top: 5%;
}

.custom-detail{
    text-align: center; 
    max-width: 80%; 
    margin: 0 auto; 
    font-weight: 500; 
    color: #a5a5a5;
}

.custom-heading h2 {
    border-bottom: 0px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #13a89e;
    margin: 30px 0px 0px;
}
/*----- callout alert section styling -------*/

.callout-info {
    border-left-color: #009966 !important;
}

.callout {
    padding: 12px 20px;
    margin: 20px 15px;
    border: 1px solid #eee;
    border-left-width: 3px;
    border-radius: 3px;
}

.callout-info h4{
    color: #009966;
}

.callout h4 {
    font-size: 22px;
}

.callout.callout-info .style-list {
    margin: 0px;
}

/*------ toc styling for ol -----*/
.toc::before {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    content: "Table of content";
    color: #ccc;
}

.toc {
    position: relative;
    list-style: none;
    padding: 50px 20px 20px 30px;
    margin-top: 40px;
    margin-bottom: 0;
    line-height: 30px;
    background-color: #fcfcfc;
    counter-reset: toc1;
}

.toc {
    list-style: none;
    line-height: 30px;
}

.toc a:hover, .toc a:active {
    text-decoration: none;
    color: #5cc7b2;
}

.toc a {
    color: #888;
    transition: .3s ease;
}

.toc > li::before, .toc ol li::before {
    color: #888;
    font-weight: 500;
    font-size: 14px;
    margin-right: 5px;
}
.toc > li::before {
    content: counter(toc1) ". ";
    counter-increment: toc1;
} 

.sub-info{
    list-style: none;
    line-height: 30px;
    list-style-type: lower-alpha;
    padding-left: 4%;
}

.sub-info a:hover, .sub-info a:active {
    text-decoration: none;
    color: #5cc7b2;
}

.sub-info a {
    color: #888;
    transition: .3s ease;
}


/*---- round shape ol styling -------*/

ol {
    counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
    *list-style: decimal; /* Keep using default numbering for IE6/7 */
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    margin-top: 1em;
}

.rounded-list li{
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    *padding: .4em;
    margin: .5em 0;
    background: #ddd;
    color: #444;
    text-decoration: none;
    border-radius: .3em;
    transition: all .3s ease-out;   
}

.rounded-list li:hover{
    background: #eee;
}

.rounded-list li::before{
content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 45%;
    margin-top: -1.3em;
    background: #009966;
    height: 3em;
    width: 3em;
    line-height: 2.2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out;
    color: #fff;
}

.col-lg-6.col-md-6.col-sm-12.col-xs-12.ol-padding {
    padding-left: 5%;
}

/*---- list type4 styling ------*/

.list-type4 { 
    margin: 0px 5%;
}

.list-type4 ol{
counter-reset: li;
list-style: none;
*list-style: decimal;
font-size: 15px;
padding: 0;
margin-bottom: 4em;
}

.list-type4 li {
    position: relative;
    display: block;
    padding: 0.4em 1.4em 0.4em 2.2em;
    margin: .5em 0;
    background: #f9f9f9;
    color: #333;
    text-decoration: none;
    box-shadow: inset 0.5em 0 #009966;
    -webkit-transition: box-shadow 1s;
    transition: box-shadow 1s;
}

.list-type4 li:hover {
    box-shadow: inset 2em 0 #009966;
}

/*---- style list ul,li styling ------*/

ul.with-style li::before {
    content: "";
    border-color: transparent #009966;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 1em;
    position: relative;
}

ul.with-style  {
    list-style: none;
}

/*----- footer styling start here ------*/

.footer {
    color: #fff;
    background: #5d5d5d ;
    left: 0;
}

.footer {
    border-top: 1px solid rgba(152, 152, 152, 0.2);
    bottom: 0;
    text-align: left;
    padding: 19px 30px 20px;
    position: absolute;
    right: 0;
}

.overview-txt h1 {
    margin-top: 9%;
    font-size: 41px;
}

.heading-detail p{
    font-size: 20px;
    font-weight: bold;
    color: #27a69b;
}


