@font-face{

  font-family:Open Sans;

  src: url(../fonts/OpenSans-Regular.ttf);

}

html,

body {

  font-family: Open Sans;

  min-height: 100%;

  background: #f9f9f9;

}

a {

  color: #3c8dbc;

}

a:hover,

a:active,

a:focus {

  outline: none;

  text-decoration: none;

  color: #72afd2;

}
/* css Design pendaftaran */
table th{
  font-size: 13px;
  /* text-align: center; */
  color:black;  
},
table td{
  text-align: left;  
  color:black;
}

table.layout{
  border-collapse: collapse;
  font-size: 11.5px;
  white-space: nowrap; 
}



table.display{
  margin: .5em 0;
}
table.display th,
table.display td{
  border: 1px solid #B3BFAA;
  padding: .5em 1em;
  text-align: center !important;
}

table.display th{ 
    background: #2888E6; 
    font-weight: bold;
    color: #fff;
}
table.display td{ 
  background: #fff; 
  color: #6c6c6c !important;
}

table.responsive-table{
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}
/* 
table.display tr:hover td{
    background: #2888E6;
      color: #fff; 
  } */
.mt-20{
  margin-top: 20px;
}
@media (max-width: 30em){
    table.responsive-table{
      box-shadow: none;  
    }
    table.responsive-table thead{
      display: none; 
    }
  table.display th,
  table.display td{
    padding: .5em;
  }
    
  table.responsive-table td:nth-child(1):before{
    content: 'No';
  }
  table.responsive-table td:nth-child(2):before{
    content: 'Kelas';
  }
  table.responsive-table td:nth-child(3):before{
    content: 'SPI';
  }
  table.responsive-table td:nth-child(4):before{
    content: 'SPP';
  }
  table.responsive-table td:nth-child(1),
  table.responsive-table td:nth-child(2),
  table.responsive-table td:nth-child(3),
  table.responsive-table td:nth-child(4){
    padding-left: 25%;
  }
  table.responsive-table td:nth-child(1):before,
  table.responsive-table td:nth-child(2):before,
  table.responsive-table td:nth-child(3):before,
  table.responsive-table td:nth-child(4):before
  {
    position: absolute;
    left: .5em;
    font-weight: bold;
  }
  
    table.responsive-table tr,
    table.responsive-table td{
        display: block;
    }
    table.responsive-table tr{
      position: relative;
      margin-bottom: 1em;
      box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    }
    table.responsive-table td{
        border-top: none;
    }
    table.responsive-table td.organisationnumber{
        background: #D5E0CC;
        border-top: 1px solid #B3BFAA;
    }
    table.responsive-table td.actions{
        position: absolute;
        top: 0;
        right: 0;
        border: none;
        background: none;
    }
}

/*  bhoechie tab */
.bold{
  font-weight: bold;
}
.img-brosur{
  background-repeat: no-repeat;
  width: 100%;
}
.list-group-item{
  border: none !important;
}
div.bhoechie-tab-container{
  min-height: 500px;
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
  margin-top: 20px;
  /* margin-left: 50px; */
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
  min-height: 500px;
  border-right: 1px solid #eee;
  height: auto;
  border-bottom: 1px solid #eee;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #1b68b3;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #1b68b3;
  background-image: #1b68b3;
  color: #fff;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #1b68b3;
}

div.bhoechie-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  /* padding-left: 20px; */
  padding-top: 20px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}
.color-beranda{
  color: #1b68b3;
  font-weight: bold;
  background: none;
  padding: 10px;
  margin: 0;
}
.color-form{
  color: #2d3436;
}
.c-dashboardInfo {
  margin-bottom: 15px;
}
.c-dashboardInfo .wrap {
  background: #ffffff;
  /* box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.1); */
  border-radius: 7px;
  margin-top: -20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 40px 25px 20px;
  height: 100%;
}
.c-dashboardInfo__title,
.c-dashboardInfo__subInfo {
  color: #6c6c6c;
  /* font-size: 1.18em; */
}
.c-dashboardInfo span {
  display: block;
}
.c-dashboardInfo__count {
  font-weight: 600;
  font-size: 2.5em;
  line-height: 64px;
  color: #323c43;
}
.c-dashboardInfo .wrap:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
}

.c-dashboardInfo:nth-child(1) .wrap:after {
  background: linear-gradient(82.59deg, #0084f4 0%, #00a173 100%);
}
.c-dashboardInfo__title svg {
  color: #d7d7d7;
  margin-left: 5px;
}
.MuiSvgIcon-root-19 {
  fill: currentColor;
  width: 1em;
  height: 1em;
  display: inline-block;
  font-size: 24px;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  user-select: none;
  flex-shrink: 0;
}
@media only screen and (max-width: 600px) {
  div.bhoechie-tab-menu div.list-group>a{
    font-size: 7px;
  }
}
@media only screen and (max-width: 670px) {
   
    .content{
      width: 100% !important;
      float: left;
    }
    .sidebar{
      width: 100% !important;
      float: left;
    }
    .form-control{
      width: 100% !important;
    }
    img{
      text-align: center;
      width: 50%;
    }
    h1.logotext1{
      width: 100% !important;
      font-size:22px;
      margin-top: -20px;
    }
    h5.logotext2{
      width: 100% !important;
      font-size: 18px;
    }
     .logotext2{
      margin-top: -20px;
    }
    h3.logotext{
      width: 100% !important;
      font-size: 18px;
      margin-top: -20px;
    }
    .header{
      width: 100% !important;
      height: 150px;
    }
    .header img{
 width: 100% !important;
      height: 100px;
    }
  }

.content {

  width: 100%;

  float: left;

  font-family: Open Sans;

}

.sidebar {

  font-family: Open Sans;

  width: 30%;

  float: right;

}



footer {

  padding: 20px;

  text-align:center; 

}

h2 {

  /* border-bottom: 1px solid #DADADA; */

  color: #333;

  font-size: 24px;

  padding: 10px 0;

  font-family: Open Sans;

  text-transform: uppercase;

}

h3 {

  font-family: Open Sans;

  /* background: #DADADA; */

  padding: 10px;

}



h4 {

  font-family: Open Sans;

  font-weight: bold;

  padding: 10px 0;

}



/* NOTIFICATION */

#notify {

	padding:5px;

	font-weight:normal;

	-moz-border-radius:3px;

	-webkit-border-radius:3px;

	border-radius:3px;

	color: #444;

	margin:5px 0;

}

.valid {

	background:#e0ffe4;

	border:1px solid #55e666;

	text-align:left;

}

.error {

	background:#ffe0e1;

	border:1px solid #e65555;

	text-align:left;

}

.warning {

	background:#FFFFE0;

	border:1px solid #e6db55;

	text-align:left;

}

