/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* 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: 220px;
    }

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    /*background: rgba(234, 234, 234, 0.8) none repeat scroll 0 0;*/
    background: rgba(49, 51, 56, 0.8) none repeat scroll 0 0;
    box-shadow: -3px 0 8px -4px rgba(0, 0, 0, 0.07) inset;
    -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: 220px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    top: 60px;
    /*padding: 15px;*/
}

#wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: -220px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .sidebar-nav li {
        text-indent: 20px;
        line-height: 40px;
    }

        .sidebar-nav li a {
            display: block;
            text-decoration: none;
            color: #999999;
        }

            .sidebar-nav 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: 220px;
    }

        #wrapper.toggled {
            padding-left: 0;
        }

    #sidebar-wrapper {
        width: 220px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        /*padding: 20px;*/
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}


/*-------------------------------------  Top Menu   -------------------------------------------------*/
.spinner-master {
    position: absolute;
}

.menu-link {
    display: none;
}

.spinner-master input[type=checkbox] {
    display: none;
}

.menu {
    position: absolute;
    top: 0px;
    transition: all 0.3s ease;
}

    .menu ul {
        padding: 0px;
        margin: -1px;
        list-style: none;
        /* position: relative;*/
        display: inline-block;
    }

        .menu ul li {
            padding: 0px;
        }

    .menu > ul > li {
        display: inline-block;
    }

    .menu ul li a {
        display: block;
        text-decoration: none;
        color: #000;
        font-size: 14px;
        font-weight: bold;
    }

        .menu ul li a:hover {
            color: #0C67C0;
        }

    .menu ul li.hover > a {
        background: #021D3E;
        color: #fff;
    }

    .menu ul li > a {
        /*padding: 15px 5px 15px 5px;*/
          padding: 15px 0px 15px 4px;
       
    }

@media all and (max-width:1160px) {
    .example-header .container {
        width: 100%;
    }


    .spinner-master * {
        transition: all 0.3s;
        box-sizing: border-box;
    }

    .spinner-master {
        position: relative;
        margin: 15px;
        height: 30px;
        width: 30px;
        float: left;
    }

        .spinner-master label {
            cursor: pointer;
            position: absolute;
            z-index: 99;
            height: 100%;
            width: 100%;
            top: 5px;
            left: 0;
        }

        .spinner-master .spinner {
            position: absolute;
            height: 4px;
            width: 100%;
            padding: 0;
            background-color: #000;
        }

        .spinner-master .diagonal.part-1 {
            position: relative;
            float: left;
        }

        .spinner-master .horizontal {
            position: relative;
            float: left;
            margin-top: 4px;
        }

        .spinner-master .diagonal.part-2 {
            position: relative;
            float: left;
            margin-top: 4px;
        }

        .spinner-master input[type=checkbox]:checked ~ .spinner-spin > .horizontal {
            opacity: 0;
        }

        .spinner-master input[type=checkbox]:checked ~ .spinner-spin > .diagonal.part-1 {
            transform: rotate(135deg);
            -webkit-transform: rotate(135deg);
            margin-top: 10px;
        }

        .spinner-master input[type=checkbox]:checked ~ .spinner-spin > .diagonal.part-2 {
            transform: rotate(-135deg);
            -webkit-transform: rotate(-135deg);
            margin-top: -12px;
        }

    .menu {
        top: 60px;
        clear: both;
        min-width: inherit;
        float: none;
    }

    .menu {
        top: 60px;
        clear: both;
        min-width: inherit;
        float: none;
    }

    .menu {
        overflow: hidden;
        max-height: 0;
        /*background-color:#021D3E;*/
        background: #ccc none repeat scroll 0 0;
    }



        .menu.active {
            max-height: 55em;
            overflow: visible;
        }

    .dropdown-menu li a:not(:first-child) span {
        display: none;
    }

    .dropdown-menu li .arrow-clip:after {
        top: -27px;
    }

    .menu ul {
        display: inline;
    }

    .menu li {
        display: block;
    }

    .menu > ul > li:last-of-type a {
        border: none;
    }

    .menu li a {
        color: #fff;
        display: block;
        padding: 0.8em;
        position: relative;
    }


    .menu ul li a:hover {
        color: #0C67C0;
    }

    .menu ul li.hover > a {
        background: #021D3E;
        color: #fff;
    }
}




@media all and (max-width: 768px) {

    /*.example-header .container { width: 100%; }


.spinner-master * {
  transition: all 0.3s;
  box-sizing: border-box;
}

.spinner-master {
  position: relative;
  margin: 15px;
  height: 30px;
  width: 30px;
  float: left;
}

.spinner-master label {
  cursor: pointer;
  position: absolute;
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 5px;
  left: 0;
}

.spinner-master .spinner {
  position: absolute;
  height: 4px;
  width: 100%;
  padding: 0;
  background-color: #000;
}

.spinner-master .diagonal.part-1 {
  position: relative;
  float: left;
}

.spinner-master .horizontal {
  position: relative;
  float: left;
  margin-top: 4px;
}

.spinner-master .diagonal.part-2 {
  position: relative;
  float: left;
  margin-top: 4px;
}

.spinner-master input[type=checkbox]:checked ~ .spinner-spin > .horizontal { opacity: 0; }

.spinner-master input[type=checkbox]:checked ~ .spinner-spin > .diagonal.part-1 {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin-top: 10px;
}

.spinner-master input[type=checkbox]:checked ~ .spinner-spin > .diagonal.part-2 {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin-top: -12px;
}

.menu {
     top:60px;
  clear: both;
  min-width: inherit;
  float: none;
}*/

    /*.menu {
  overflow: hidden;
  max-height: 0;
  background:#ccc none repeat scroll 0 0;
}



.menu.active { max-height: 55em; overflow:visible; }
.dropdown-menu li a:not(:first-child) span {
    display:none;
}
.dropdown-menu li .arrow-clip:after {
    top:-27px;
}
.menu ul { display: inline; }

.menu li { display: block; }

.menu > ul > li:last-of-type a { border: none; }

.menu li a {
  color: #fff;
  display: block;
  padding: 0.8em;
  position: relative;
}


.menu ul li a:hover {
 
  color:#0C67C0;
}

.menu ul li.hover > a {
  background: #021D3E;
  color: #fff;
}*/

}

@media all and (min-width: 1025px) and (max-width:1365px) {
    .menu a i.glyphicon, .menu a i.fa-arrow-circle-down {
        display: none;
    }

    .menu ul li a {
        font-size: 13.5px;
    }
}
