#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: 0px;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #aaabaa;
    -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%;
    max-width: 900px;
    position: absolute;
    padding: 0 15px 0 40px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

.grey-bg{
    position: fixed;
    z-index: 10000;
    width: 50px;
    height: 100%;
    background-color: #fff;
}



/* Sidebar Styles */

.icon-bar{
    display: block;
    width: 24px;
    height: 3px;
    border-radius: 1px;
    background-color: #222222;
    margin-top: 4px;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 210px;
    margin: 0px 0px 40px;
    padding: 0;
    list-style: none;
}

.sidebar-nav ul{list-style: none; padding: 0px}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 30px;
    border-bottom: 1px solid #444444;
}

.sidebar-nav li ul li{border: none;line-height: 25px;}




.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #ffffff;
}

.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;
}

.btn-default{background-color: transparent; border-color: transparent;}

.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
    background-color: transparent;
    border-color: transparent;
    color: #ffffff;
}

.list-inside{padding: 10px 0px 10px 20px; background-color: #777777; border-bottom: 1px solid #444444;}

.list-inside ul li{border: none; text-indent: 0px;}

.list-inside h5{color: #ffffff; font-weight: bold;}

ul#list-one{margin-bottom: 0px;}

.form-group{padding: 0px 30px;}

@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        padding-top: 20px;
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0px;
    }

    #page-content-wrapper {
        padding: 0 20px 0 40px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
     .maincol {min-height: 600px;display:inline-block; }
}


@media(max-width:894px) {
    
    .stripe15 {display: none;}
    .maincol {min-height: 600pxdisplay:inline-block; }
    }
}


/* public register style below */
.width90 {width:90px;}

.multi-lines-title h1 {padding-bottom:0;margin-bottom:4;}
.multi-lines-title h2 {padding-top:0;margin-top:4;}


/* style data table */
 #datatable table {
    border: 1px solid #ccc;
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
  }

 #datatable table tr {
    border: 1px solid #ddd;
    padding: 5px;
  }

#datatable table th {
    background: #ededed;
    border-right: 1px dotted #ccc;
    }

#datatable table td {
    border-right: 1px dotted #ccc;
    }




 #datatable  table th,  #datatable table td {
    padding: 10px;
    text-align: center;
  }

 #datatable table th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
  }

  @media screen and (max-width: 600px) 
  {
   #datatable table {
      border: 0;
    }

   #datatable table thead {
      display: none;
    }

  #datatable table tr {
      margin-bottom: 10px;
      display: block;
      border-bottom: 2px solid #ddd;
    }

  #datatable table td {
      display: block;
      text-align: right;
      font-size: 13px;
      border-bottom: 1px dotted #ccc;
      border-right:0px;
    }

  #datatable table td:last-child {
      border-bottom: 0;
    }

  #datatable table td:before {
      content: attr(data-label);
      float: left;
      text-transform: uppercase;
      font-weight: bold;
    }
  }

.warning {color: #fff; background-color:#e38d2f; padding:10px;text-align:justify; border-radius: 30px;max-width:810px;}
.warning h3 { font-weight:bold; margin:20px 0 14px; font-size: 1.3em;color:#fff;}
.warning p { color:#fff;font-size: 1.1em}

.blog {text-align: justify}
.blog p  {text-align: justify}
.blog h1 {color: #E38d2f;font-weight: 600;font-variant: small-caps}
.blog h2 {color: #E38d2f;font-weight: 300; }