﻿/*!
 * Start Bootstrap - Simple Sidebar (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */



.row {
    margin-left: 0px;
    margin-right: 0px;
}

#wrapper {
    /*padding-left: 70px;*/
    transition: all .4s ease 0s;
    height: 100%;
}

/*#sidebar-wrapper {
    float: left;
    width: 240px;
    background: #70C6A0;
    position: absolute;
    transition: all .4s ease 0s;
    min-height: 100%;
    height: auto;
}

#sidebar-wrappersmall {
    float: left;
    width: 20px;
    position: absolute;
    background: #70C6A0;
    transition: all .4s ease 0s;
    min-height: 100%;
    height: auto;
}*/

#sidebar-wrapper {
    float: left;
    width: 240px;
    background: #70C6A0;
     position: absolute;
     min-height: 750px;
  
    height: 100%;
    transition: all .4s ease 0s;
    margin-bottom: -101%;
  padding-bottom: 101%; 
}

#sidebar-wrappersmall {
    float: left;
    width: 73px;
     position: absolute;
    min-height: 750px;
    height: 100%;
    background: #70C6A0;
    transition: all .4s ease 0s;
   left: 0px;
   padding-bottom:inherit;
   margin-bottom: -101%;
  padding-bottom: 101%; 
}

.sidebar-nav {
    display: block;
    float: left;
    /*width: 235px;*/
    list-style: none;
    margin: 0;
    padding: 0;
}

#page-content-wrapper {
    
    margin-left: 240px !important;
    height: auto;
}



#wrapper.active #sidebar-wrapper {
    /*left: 270px;*/
}



#sidebar_menu li a, .sidebar-nav li a {
    color: white;
    display: block;
    float: left;
    text-decoration: none;
    /*width: 150px;*/
    /*width: 235px;*/
    /*width: 270px;*/
    background: #70C6A0;
    border-top: 0px solid #373737;
    border-bottom: 0px solid #1A1A1A;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -o-transition: background .5s;
    -ms-transition: background .5s;
    transition: background .5s;
}

.sidebar_name {
    padding-top: 25px;
    color: #fff;
    opacity: .7;
}

.sidebar-nav li {
    line-height: 10px;
    /*text-indent: 17px;*/
}

    .sidebar-nav li a {
        color: white;
        display: block;
        text-decoration: none;
    }
       .sidebar-nav li ul a {
        color: white;
        display: block;
        text-decoration: none;
        left:40px;
        position:relative;
        bottom:2px;
    }
        .sidebar-nav li a:hover {
            color: #fff;
            /*background: rgba(255,255,255,0.2);*/
            text-decoration: none;
        }

        .sidebar-nav li a:active,
        .sidebar-nav li a:focus {
            text-decoration: none;
        }

.sidebar-nav > .sidebar-brand {
    height: 65px;
    line-height: 60px;
    font-size: 18px;
}

    .sidebar-nav > .sidebar-brand a {
        color: white;
    }

        .sidebar-nav > .sidebar-brand a:hover {
            color: #fff;
            background: none;
        }

#main_icon {
    float: right;
    /*padding-right: 65px;*/
    padding-right: 58px;
    padding-top: 20px;
    color: white;
}

.sub_icon {
    float: right;
    /*padding-right: 65px;*/
    padding-right: 58px;
    padding-top: 10px;
}

.content-header {
    height: 65px;
    line-height: 65px;
}

    .content-header h1 {
        margin: 0;
        margin-left: 20px;
        line-height: 65px;
        display: inline-block;
    }

@media (max-width:767px) {
    #wrapper {
        /*padding-left: 70px;*/
        transition: all .4s ease 0s;
    }

    #sidebar-wrapper {
        /*left: 70px;*/
    }



    #wrapper.active #sidebar-wrapper {
        /*left: 270px;*/
        left: 0px;
        width: 270px;
        transition: all .4s ease 0s;
    }
}

