/* Global reset css
**********************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: 'Roboto', sans-serif;
    vertical-align: baseline;
}
/* HTML5 reset for older browser */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Index page
************************************/
html, body{
    background-color: #F7F7F7;
}

.navbar#topnav{
    border-radius: 0px;
    margin-bottom: 0;
    /*position:fixed; */
    top:0; 
    left:0;
    z-index:1030;
    width:100%;
    height: 65px;
}

.navbar-default#topnav{
    background-color: #23AF8F; /*toska*/
    border-color: #23AF8F;
    box-shadow:0px 2px 5px rgba(109, 109, 109, 0.58)
}


#brand{
    color:#F3FFFC;
    text-transform: uppercase;
    letter-spacing: 2px;
    float: left;
    font-weight: 700;
}

#topmenu{
    float: left;
    padding-top:16px;
    width: 50%;
}

#icontop{
    color: #F3FFFC;
}

.wrapper{
    margin-top: 65px;
}

#sidenav{
    background-color: #f3f3f4;
    min-height: 768px;
    width: 25%;
    padding-top: 60px;

}

ul.nav.nav-pills.nav-stacked {
    height: 92%;
    position: fixed;
    width: 16.67%;
    
}

.nav-pills>li>a {
    border-radius: 0px;
    border-bottom: 1px solid #4B4B4C; /*gray*/
}

.nav-pills>li>a:hover,ul.main-menu>li>a:hover {
    background-color: #23AF8F; 
}

.nav>li>a{
    position: relative;
    display: block;
    padding: 10px 30px;
}
.nav-stacked>li+li {
    margin-top: 0px;
}

#mside{
    background-color: #F7F7F7;
}

.lmenu{
    float:left;
    width: 60px;
    padding: 0;
    padding-top: 3px;
}

.badge{
    background-color:#F4D03F; 
    margin-top:-14px;
}


#rmenu{
    width: 35%;
}

.dropdown div.dropdown-menu {
    border-radius:0px;
    box-shadow:none;
    margin-top:26px;
    width:260px;
}

/*arrow*/
.dropdown-menu.panel-default:before {
    border-bottom: 8px solid #e9e9e9;
 }

.dropdown-menu:before { 
    content: " ";
    position: absolute;
    left: 12px;
    top: -16px;
    border: 8px solid transparent;
    border-bottom: 8px solid rgba(0,0,0,0.15);
}

.dropdown-menu{
    left:-10px;
    padding: 0;
    margin:0;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.panel-default>.panel-heading {
    color: #23AF8F;
    background-color: white;
    border-color: #ddd;
   
}

.panel-heading {
    padding: 15px 20px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel{
    line-height: 20px;
    border-radius: 0px;
}

.textupper{
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.arrow:before{
    left:6px;
}

.atext{
    text-transform: uppercase;
    text-decoration: none;
    color:#ccc;
}


a#profile:hover{
    color:#3FCAF4;
    text-decoration: none;
};

a.icon:hover > .fa{ /*hover icon masi gagal*/
    color:#3FCAF4;
}

a.sidetext{
    letter-spacing: 2px;
    color: #ddd;
    font-size: 14px;

}

a.sidetext:hover{
    color:#ddd;
    text-decoration: none;
}

a.ahover:hover{
    text-decoration: none;
    color:#ddd;
}

a.notiftext{
    color: #3e3e41;
    font-size: 12px
}

a.notiftext:hover{
    text-decoration: none;
    color: #23af8f;
}

a.notif{
    color: #23AF8F;
    font-weight: 700;
}

a.tabletext{
  text-decoration: none;
  color:#333;
}

a.tabletext:hover{
  color: #23AF8F;
}

a.icontext{
  text-decoration: none;
  color:#23AF8F;
}

a.icontext:hover{
  text-decoration: none;
  color:#e7eaec;
}

/*Content*/
#box{
    min-height: 768px;
    background-color: white;
    margin-top: 20px;
    margin-left: 35px;
    padding-bottom: 20px;
    box-shadow: 5px 5px 10px rgba(123, 121, 121, 0.15);
}

.innerbox{
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;

}

.head{
    font-weight: 500;
    font-size: 28px;
    color: #3e3e41;
    letter-spacing: 1px;
    padding-left: 10px;
}

.rbox{
    height: 250px;
    background-color: white;
    margin-top: 20px;
    border-bottom: 5px solid #3FCAF4;
    box-shadow: 5px 5px 10px rgba(123, 121, 121, 0.15);
}

.lisidemenu{
    line-height: 3;
    width: 100%;
}

.lbltext{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #3e3e41;
}

.lbltextpanel{
    text-transform: uppercase;
    font-size: 18px;
    color: #3e3e41;
    letter-spacing: 2px;
    padding-left: 25px;
}

input[type=search] {
    -webkit-appearance: textfield;
    margin-bottom: 5px;
}

.nav-tabs>li>a{
    border-radius: 1px;
}

.nav>li.tabs>a{
    color:#23af8f;
    font-weight: 500;
}

.nav>li.tabs>a:active{
    color:#23af8f;
    font-weight: 500;
}

/*
.nav-tabs>li.tabs.active>a, .nav-tabs>li.tabs.active>a:focus, .nav-tabs>li.tabs.active>a:hover {
    font-weight: 700;
    color:#23af8f;
}*/



.btn1 {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 5px 7px 5px 7px;
    text-align: center;
    width: 200px;
    display: inline-block;
    margin-left:25px;
    margin-bottom: 20px; 
    letter-spacing:1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn1:hover{
    background: #119e4d;
    box-shadow: 0px 3px #118D46;
}

.btntype{
    background: #17aa56;
    color: #fff;
    border-radius: 7px;
    box-shadow: 0 5px #119e4d;
    width: 25%;
}


.btn2{
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 5px 7px 5px 7px;
    display: inline-block;
    margin: 5px 7px;
    font-weight: 500;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 20px;
}

.btn2:hover{
    background: #119e4d;
    box-shadow: 0px 3px #118D46;
}

.btntype2{
    background: #17aa56;
    color: #fff;
    border-radius: 7px;
    box-shadow: 0 5px #119e4d;
    padding: 3px 7px 3px 7px;
    font-size: 12px;
}

.btn-alert{
    background: #d9534f;
    box-shadow: 0 5px #d43f3a;
}

.btn-alert:hover{
    background: #d9534f;
    box-shadow: 0 5px #d43f3a;
}

.groupname{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 10px;
    
}


.panel-default .list-group-item.active1
{
    background-color:#F7F7F7;
    /*border-left: 5px solid rgba(244, 208, 63, 0.8);*/
    color:#23AF8F;
}

.list-group .list-group-item:hover{
    /*border-left: 5px solid rgba(244, 208, 63, 0.8);*/
    color:#23AF8F;
}

.inboxMessage{
    float: left;
    padding-left: 20px;
}

.liMessage{
    padding:15px 20px 30px;
}

.table>tbody>tr>td, .table>tbody>tr>th, 
.table>tfoot>tr>td, .table>tfoot>tr>th, 
.table>thead>tr>td, .table>thead>tr>th{
    line-height: 25px;
    padding-right: 15px;

}
/*
table.dataTable th {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}*/


.modal-header{
    /*background-color: #23af8f;*/
    color:  #23af8f;
    text-transform: uppercase;
}

.modal-content{
  border-radius: 2px;
}
/*
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #202020;
}*/

.form-control{
    height: 37px;
}

.alert-danger {
    color: white;
    background-color: #e45353;
    border-color: #e45353;
}

.alert-success {
    color: white;
    background-color: #23AF8F;
    border-color: #23AF8F}

i.fa {
    font-size: 16px;
}

#profile{
    padding-left: 20px;
    padding-top: 20px;
}

.psidetext{
    letter-spacing: 2px;
    color: #ddd;
    font-size: 14px;

}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #23AF8F;
    border-color: #23AF8F;
    padding: 2px 15px;
    color: #fff;
    margin: 5px 2px 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
}

#bg{
    width: 100%; 
    height: 768px; 
    background-color: #23AF8F; 
    padding: 7% 0% 0% 35%;
}


#loginbox{
    background-color: white;
    min-height: 200px;
    box-shadow: 5px 5px 10px rgba(123, 121, 121, 0.15); 
    border-radius: 20px;
    padding: 7% 4% 7% 5%;


}


.clickable .glyphicon
{
    background: rgba(0, 0, 0, 0.15);
    display: inline-block;
    padding: 6px 12px;
    border-radius: 4px
}

.panel-heading span
{
    margin-top: -23px;
    font-size: 15px;
    margin-right: -9px;
}

/*STATUS BAR*/

.update-nag{
  display: inline-block;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  height: 40px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
  margin-bottom: 10px;
  width: 40%;
}

.update-nag:hover{
    cursor: pointer;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.4);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.3);
}

.update-nag > .update-split{
  background: #337ab7;
  width: 33px;
  float: left;
  color: #fff!important;
  height: 100%;
  text-align: center;
}

.update-nag > .update-split > .glyphicon{
  position:relative;
  top: calc(50% - 9px)!important; /* 50% - 3/4 of icon height */
}

.btn-login{
    padding: 3% 0% 3% 0%;
}

.btn-signup{
    padding: 3% 0% 3% 0%;
    text-decoration: none;
}

/*Home*/
.info-content{
    padding:1% 4% 4% 1%;
    padding-bottom: 5%;
    min-width: 20%;
}

.info-detail{
    text-align: center; 

}

.xs-panel{
    width:22%; 
    min-height: 160px; 
    /*border-bottom: 5px solid #3FC380;*/
    float:left; 
    margin: 0% 1% 1% 1%;
    box-shadow: 5px 5px 10px rgba(123, 121, 121, 0.15);
    border-top: 4px solid #e7eaec;
}

.xs-panel2{
    width:30%; 
    min-height: 160px; 
    /*border-bottom: 5px solid #3FC380;*/
    float:left; 
    margin: 0% 1% 1% 1%;
    box-shadow: 5px 5px 10px rgba(123, 121, 121, 0.15);
    border-top: 4px solid #e7eaec;
}

.sm-panel{
    width:22%; 
    min-height: 200px; 
    /*border-bottom: 5px solid #3FC380;*/
    float:left; 
    margin: 0% 1% 1% 1%;
    box-shadow: 5px 5px 10px rgba(123, 121, 121, 0.15);
    border-top: 4px solid #e7eaec;
}

.md-panel{
    width: 70%; 
    min-height: 250px; 
    /*border-bottom: 5px solid #3FC380;*/
    float:left; 
    margin: 0% 1% 1% 1%;
    box-shadow: 5px 5px 10px rgba(123, 121, 121, 0.15);
    border-top: 4px solid #e7eaec;
}

.md-panel2{
    width: 45%; 
    min-height: 250px; 
    /*border-bottom: 5px solid #3FC380;*/
    float:left; 
    margin: 0% 1% 1% 1%;
    box-shadow: 5px 5px 10px rgba(123, 121, 121, 0.15);
    border-top: 4px solid #e7eaec;
}

.lg-panel{
    width: 94%; 
    min-height: 250px; 
    /*border-bottom: 5px solid #3FC380;*/
    float:left; 
    margin: 0% 1% 1% 1%;
    box-shadow: 5px 5px 10px rgba(123, 121, 121, 0.15);
    border-top: 4px solid #e7eaec;

}

.table-panel{
    width: 92%;
}

.md-row-panel{
    width:22%; 
    height: 250px; 
    /*border-bottom: 5px solid #3FC380;*/
    float:left; 
    margin: 0% 1% 1% 1%;
    box-shadow: 5px 5px 10px rgba(123, 121, 121, 0.15);
    border-top: 4px solid #e7eaec;
}

.graph{
    height: 40%;
    width: 75%;
}
.p-header{
    font-weight: 700;
    font-size: 16px; 
    /*text-align: center;*/ 
    padding: 1px 0px 8px 5px;
    color: #4B4B4C;
}

.p-content{
    font-size: 50px; 
    font-weight: 700; 
    text-align: center;
    padding-top: 5px;
    margin: 5% 5% 5% 5%;
}

#background-color: {
    border-left: 5px solid #23AF8F;
}

.badge{
    font-size: 14px;
}

.nav-second>li>a:focus, .nav-second>li>a:hover , .asecond:focus{
    color: #23af8f;
    background-color: inherit;
    font-weight: 700;
}

.btn-margin{
    margin-bottom: 20px;
}

.center{
  height: 10em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-inline .form-control {
    width: 90%;
}

a.smallbox{
    background-color: #23AF8F;
    border-radius: 4px;
    margin:auto; 
    color:white;
    padding:30px 15px 30px 15px;
    margin-left: 5px;
    margin-right: 5px;

}

a.smallbox:hover{
    text-decoration: none;
}

.text-tosca{
    color:#23af8f;
}

i.fa.fa-circle{
    font-size: 10px;
}

table.table.table-bordered th{    
    background-color: white;

}

.panel-padding{
    padding:15px 0px 15px 15px;
}

/*.input-group-addon{
    background-color: #23AF8F;
    color:white;
}*/

.scrollbar::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #3C3B3B;
}

.scrollbar::-webkit-scrollbar
{
    width: 12px;
    background-color: #202020;
}

.scrollbar::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color:  #3C3B3B;
}

.progress{
    margin-bottom: 5px;
}

.progress-bar-success {
    background-color: #23AF8F;
}

.smalltext{
    font-size: 12px;
}

.center{
    text-align: center;
    margin: 2% 0% 2% 0%;
}

.uppercase{
    text-transform: uppercase;
}

.form-control{
  border-radius: 2px;
  box-shadow: none;
  -webkit-box-shadow:none;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #ccc;
  border-radius: 2px;
  height: 37px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-radius: 10px;
  border: none;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #ccc;
  /*min-height: 5%;*/

}
/*-----*/

.checkbox {
  padding-left: 20px; 
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px; 
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out; 
  margin-top: 6px;
}

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555; 
}

.checkbox input[type="checkbox"] {
    opacity: 0; 
}

.checkbox input[type="checkbox"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; 
}

.checkbox input[type="checkbox"]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\f00c"; 
}

.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.90; 
}

.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed; 
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%; 
}

.checkbox.checkbox-inline {
    margin-top: 0;
 }

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #428bca;
  border-color: #428bca; 
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff; 
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; 
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff; 
}

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; 
}

.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff; 
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
      background-color: #f0ad4e;
      border-color: #f0ad4e; 
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff; 
}

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #23af8f;
    border-color: #23af8f; 
}

.checkbox-success .checkAll input[type="checkbox"]:checked + label::before {
    background-color: none;
    border-color: #23af8f; 
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff; 
}

.radio {
    padding-left: 20px; 
}

.radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px; 
}

.radio label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 50%;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out;
      transition: border 0.15s ease-in-out; 
}

.radio label::after {
      display: inline-block;
      position: absolute;
      content: " ";
      width: 11px;
      height: 11px;
      left: 3px;
      top: 3px;
      margin-left: -20px;
      border-radius: 50%;
      background-color: #555555;
      -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      transform: scale(0, 0);
      -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); 
}

.radio input[type="radio"] {
    opacity: 0; 
}

.radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; 
}

.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1); 
}

.radio input[type="radio"]:disabled + label {
      opacity: 0.65; 
}

.radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed; 
}

.radio.radio-inline {
    margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
  background-color: #428bca; 
}

.radio-primary input[type="radio"]:checked + label::before {
  border-color: #428bca; 
}

.radio-primary input[type="radio"]:checked + label::after {
  background-color: #428bca; 
}

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f; 
}

.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f; 
}

.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de; 
}

.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de; 
}

.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de; 
}

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e; 
}

.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e; 
}

.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e; 
}

.radio-success input[type="radio"] + label::after {
  background-color: #23af8f; 
}

.radio-success input[type="radio"]:checked + label::before {
  border-color: #23af8f; 
}

.radio-success input[type="radio"]:checked + label::after {
  background-color: #23af8f; 
}

.table>tbody>tr:nth-child(odd)>td, 
.table>tbody>tr:nth-child(odd)>th {
   background-color: none; /*#f3f3f3*/ 
}

/*table*/

.table > tbody > tr:first-child > th{
   background-color: #23AF8F ;
   color:white; 
   /*text-transform: uppercase;*/
   font-size: 16px;
   line-height: 30px;

}


.table{
    border-bottom: 1px solid  #ddd;
}
/*table datatable*/
.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th{
    background-color:#23AF8F ;
    color:white; 
    /*text-transform: uppercase;*/
    font-size: 16px;
    line-height: 30px;
    border-bottom:none;

}

table.dataTable thead th, table.dataTable thead td{
  border:none;
}

.progress{
  height: 28px;  
}

.block{
  width: 500px;
  height: 30px;
  padding: 10px;
  border: 1px solid #aaaaaa;
}
/*----------*/

@media(min-width: 200px) and (max-width: 768px){
    #loginbox{
        min-height: 200px;
    }

    .graph{
        height: 70%;
        width: 90%;
    }
    /*.btn1{
        margin:5% 2%;
    }*/

    ul.nav.nav-pills.nav-stacked {
        display: none;
    } 

    #sidebox{
        display: none;
    }

    #hsidebox{
        display: block;
    }

    .xs-panel{
        width:80%; 
        min-height: 160px; 
        /*border-bottom: 5px solid #3FC380;*/
        float:left; 
        margin: 0% 1% 1% 1%;
        box-shadow: 5px 5px 10px rgba(123, 121, 121, 0.15);
        border-top: 4px solid #e7eaec;
    }


    .sm-panel{
        width:80%; 
        min-height: 200px; 
        /*border-bottom: 5px solid #3FC380;*/
        float:left; 
        margin: 0% 1% 1% 1%;
        box-shadow: 5px 5px 10px rgba(123, 121, 121, 0.15);
        border-top: 4px solid #e7eaec;
    }

    .md-panel{
        width: 80%; 
        min-height: 250px; 
        /*border-bottom: 5px solid #3FC380;*/
        float:left; 
        margin: 0% 1% 1% 1%;
        box-shadow: 5px 5px 10px rgba(123, 121, 121, 0.15);
        border-top: 4px solid #e7eaec;
    }

    .md-row-panel{
        width:80%; 
        min-height: 250px; 
        /*border-bottom: 5px solid #3FC380;*/
        float:left; 
        margin: 0% 1% 1% 1%;
        box-shadow: 5px 5px 10px rgba(123, 121, 121, 0.15);
        border-top: 4px solid #e7eaec;
    }

    .lg-panel{
        min-width: 80%; 
        min-height: 250px; 
        /*border-bottom: 5px solid #3FC380;*/
        float:left; 
        margin: 0% 1% 1% 1%;
        box-shadow: 5px 5px 10px rgba(123, 121, 121, 0.15);
        border-top: 4px solid #e7eaec;

    }

    .btntype{
        width:50%;
    }


}


@media(min-width: 768px) and (max-width: 992px){
    #loginbox{
        min-height: 200px;
    }

    .graph{
        height: 70%;
        width: 90%;
    }

    /*.btn1{
        margin:4% 2%;
       
    }*/

    ul.nav.nav-pills.nav-stacked {
        width: 25%;
    }   

    .xs-panel{
        width:22%; 
        min-height: 160px; 
        /*border-bottom: 5px solid #3FC380;*/
        float:left; 
        margin: 0% 1% 1% 1%;
        box-shadow: 5px 5px 10px rgba(123, 121, 121, 0.15);
        border-top: 4px solid #e7eaec;
    }

    .sm-panel{
        width:35%; 
        min-height: 200px; 
        /*border-bottom: 5px solid #3FC380;*/
        float:left; 
        margin: 0% 1% 1% 1%;
        box-shadow: 5px 5px 10px rgba(123, 121, 121, 0.15);
        border-top: 4px solid #e7eaec;
    }

    .md-panel{
        width: 72%; 
        min-height: 250px; 
        /*border-bottom: 5px solid #3FC380;*/
        float:left; 
        margin: 0% 1% 1% 1%;
        box-shadow: 5px 5px 10px rgba(123, 121, 121, 0.15);
        border-top: 4px solid #e7eaec;
    }

    .md-row-panel{
        width:72%; 
        height: 250px; 
        /*border-bottom: 5px solid #3FC380;*/
        float:left; 
        margin: 0% 1% 1% 1%;
        box-shadow: 5px 5px 10px rgba(123, 121, 121, 0.15);
        border-top: 4px solid #e7eaec;
    }

    .lg-panel{
        width: 72%; 
        min-height: 250px; 
        /*border-bottom: 5px solid #3FC380;*/
        float:left; 
        margin: 0% 1% 1% 1%;
        box-shadow: 5px 5px 10px rgba(123, 121, 121, 0.15);
        border-top: 4px solid #e7eaec;

    }

    .navbar-collapse.collapse#menu-header {
        display: none!important;
    }

    .btntype{
        width:50%;
    }



}

@media(min-width: 992px){
     #loginbox{
        min-height: 200px;
    }

    /*.btn1{
        margin:4% 9%;

    }*/

    /*.btntype{
        width:35%;
    }*/


    .navbar-collapse.collapse#menu-header {
        display: none!important;
    }

}

@media(min-width: 992px) and (max-width: 1200px){
 
    ul.nav.nav-pills.nav-stacked {
        width: 25%;
    }

    .navbar-collapse.collapse#menu-header {
        display: none!important;
    }

}

@media(min-width: 1200px){
     #loginbox{
       min-height: 200px;
    }

    /*.btn1{
        margin:3% 9%;

    }*/

    .navbar-collapse.collapse#menu-header {
        display: none!important;
    }
}

