.box-content{
  background:#fff;
  padding:25px;
  margin:15px 0;
  border-radius:15px;
  box-shadow: 0 6px 30px rgba(182, 186, 203, 0.3);
}

.float_2{
  float: left;
  width: 50%;
}

.float_3{
  float: left;
  width: 33.333%;
}

.float_4{
  float: left;
  width: 25%;
}

.float_5{
  float: left;
  width: 20%;
}


.box_table{
      
}

.main_menu_left{
  font-family: 'Roboto',sans-serif;
  display:block;
  padding:7.5px 10px;
  font-size:15px;
 
  color:#1e1a4b;
  text-align: left;

}

.main_menu_left_text{
  float:left;
  color:#1e1a4b;
  font-weight:600;
  
}

.main_menu_left_text:hover{
  margin-left:10px;
}

.main_menu_left_image{
    
    padding:7.5px;
   margin-right:15px;
   vertical-align: middle;
   height:25px;
   background:#fff;
   border-radius:10px;
    box-shadow: 0 6px 30px rgba(182, 186, 203, 0.3);
}

.main_menu_left_count{
  float:right;
  color:#fff;
  background:#1bbfe5; 
  padding:1px 15px;
  border-radius:10px;
}



























.list_header{
    background:#eee;
    width:100%;
    z-index:1000;
    position:fixed;
    height:5px;
}

.header{
  background: #f5f5f5;
}

.image_shadow{
	width:95%;height:20px;opacity:0.65;display:block;margin-top:1px;
}

.box_title{
/*background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);*/
background:#4a5ce5;
}

.phone{
  width:350px;
  height:600px;
  overflow:hidden;
  background:#222;
  border-radius:7px;
  padding:35px 10px;
  padding-bottom:60px;
  margin:auto;
  margin-bottom:100px;
}

#frame{ -ms-zoom: 0.65;
  -moz-transform: scale(0.65);
  -moz-transform-origin: 0 0;
  -o-transform: scale(0.65);
  -o-transform-origin: 0 0;
  -webkit-transform: scale(0.65);
  -webkit-transform-origin: 0 0;
}

.page{
  margin:20px;
}

.pagecontent_left{
  float:left;
  width:17.5%;
  height:100%;
}

.pagecontent_right{
  float:left;width:82.5%;
}

.content_left{
  float:left;
  width:47.5%;
}

.content_right{
  float:right;
  width:47.5%;
}

.content_left_50_container{
  float: left;
  width: 48.5%;
}

.content_right_50_container{
float: right;
width: 48.5%;
}

.hide_desktop{
display: none;
}

.hide_mobile{
display: block;
}

.table_list_menu_container{
    height:50px;
    margin-top:25px;
}




.input_registrasi{
  font-size:16px; 
  background:#fff;
  width:325px;
  float:left;
  border:solid 2px #1568aa;
  border-radius:3.5px;
  margin-left:10px;
}



.input_form_default{
    font-family     : 'Roboto',sans-serif;
    border          : solid 1px #ddd;
    border-radius   : 2.5px;
    background      : #f5f5f5;
    outline         : none;
    font-size       : 15px;
    color           : #777;
    resize          : none;
    margin-bottom   : 5px;
    padding         : 10px 10px;
    width           : 90%;
    max-width       : 350px;
    margin-left     : 0px;

    /*
    box-shadow:inset 0 1px 5px #cfcfcf;
    -moz-box-shadow: inset 0 1px 5px #cfcfcf;
    -webkit-box-shadow: inset 0 1px 5px #cfcfcf;

    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    */
  

}.input_form_default:focus {
  background: #ffffff;
  box-shadow: 0 0 7px rgba(81, 203, 238, 0.7);
  border: 1px solid rgba(81, 203, 238, 0.7);
  
  -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

.input_form_default[type="date"]{
  padding:7.75px 12px;
  letter-spacing: 2px;
}

.input_form_default[type="time"]{
  padding:7.75px 12px;
  letter-spacing: 2px;
  min-width: 85px;
}

.btn_style{
  font-family: sans-serif;
 
  text-align: center;
  font-size: 15px;
  background: #1bbfe5;
  min-width: 85px;
  border: solid 1px #1e96d0;
  border-radius: 4px;
  padding: 10.5px 15px;
  color: #fff;
  font-weight: 600;
  /*box-shadow    : 0px 3px 5px #f5f5f5;*/
  /*box-shadow: 0px 1px 5px rgba(0,0,0,0.3);*/
  cursor: pointer;
  display: block;
}

.btn_table{
  font-family: 'Roboto',sans-serif;
   text-align: center;
   font-size : 14px;
   background: #c8f5ff;
   /*background:rgba(142, 111, 111, 0.35);*/
   min-width     : 50px;
   border        : solid 0px #ddd;
   border-radius : 4px;
   padding       : 5px 10px;
   color         : #65c5da;
   /*box-shadow    : 0px 3px 5px #f5f5f5;*/
   /*box-shadow: 0px 1px 5px rgba(0,0,0,0.3);*/
   cursor:pointer;
   display: block;
}

.accept{
  background: #2196F3;
}

.delete{
  background: #FF3B4D;
}


/*--[Page Info]----------*/
.page_info {
  float:left;
  border-left:solid 4px #a51945;
  padding-left:10px;
  margin-right:35px;
}

.page_info h2{
  font-family:'Roboto';
  font-size:30px;
  font-weight:600;
  color:#a51945;
  line-height:25px;
  text-align:left;
  letter-spacing:2px;
}

.page_info h2 span{
  font-family:'Roboto';
  font-size:15px;

  letter-spacing:2px;
  
}

.page_info h6{
    font-family:'Roboto';
    font-size:16px;
    font-weight:600;
    line-height:20px;
    color:#1e1e1e;
    letter-spacing:1px;
     text-align:left;
}

.page_info h6 img{
  height:18px;
  vertical-align:sub;
  margin-left:5px;
}

.menu_pengaturan{
    box-shadow: 0 5px 15px rgb(0 0 0 / 0%);
    margin-top:5px;
    margin-bottom:5px;
}

.menu_pengaturan:hover{
    margin-top:2px;
    margin-bottom:8px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 5%);

}

/*--[Header Nav Page]----------*/
.header_nav{
  background: #f5f5f5;
  border:solid 1px #ddd;
  padding:7.5px 10px;
  text-align: left;
  border-radius:3.5px;
}

.header_nav h5{
  font-size:16px;
  color:#aaa;
  line-height:20px;
}

.header_nav img{
  height:20px;
  vertical-align:bottom;
  margin-right:5px;
}

.header_nav a{
  color: #999;
}

.form_field{
  float: left;
  vertical-align:bottom;
  margin-right:0px;
  margin-right:25px;
  font-size: 15px;
}

.form_text{
    font-family:'Roboto',sans-serif;
    font-size: 18px;
    color: #a51945;
    line-height: 25px;
    text-align: left;
    margin-top: 50px;
}

.form_text_info{ font-family:'Roboto',sans-serif;font-size:15px;font-weight:400;margin-bottom:5px;color:#aaa;line-height:20px;}

.text_form img{
 height:20px;
 vertical-align:middle;
 margin-right:5px;

}

.note_info{
  font-size:14px;
  color:#aaa;
  margin-left:3px;
}


.input_form{
    font-family: 'Roboto',sans-serif;
    border: solid 1px #cdd1d3;
    border-radius: 2.5px;
    background: #e7e7e7;
    outline: none;
    font-size: 15px;
    color: #777;
    resize: none;
    padding: 12.5px 2.5%;
    width: 95%;

    margin-left: 0px;
    margin-top:5px;

    box-shadow:inset 0 1px 5px #cfcfcf;
    -moz-box-shadow: inset 0 1px 5px #cfcfcf;
    -webkit-box-shadow: inset 0 1px 5px #cfcfcf;

    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    -webkit-color-swatch:none;

}.input_form:focus {
  background: #ffffff;
  box-shadow: 0 0 7px rgba(81, 203, 238, 0.7);
  border: 1px solid rgba(81, 203, 238, 0.7);
}

.form_date{
    padding: 13px 2.5%;
}

.form_jam{
    padding: 10.66px 2.5%;
   
}

.form_select{
    padding: 13.5px 2.5%;
      font-family: 'Roboto',sans-serif;
  font-size: 16px;

  width: 100%;
}

.form_file{
    padding: 10px 2.5%;
}

/*--[Form]----------*/
.input_form_linestyle{
  font: normal 100% 'Trebuchet MS',Trebuchet,Verdana,Sans-serif;
  border: none;
  border-bottom:solid 2px #ccc;
  border-radius:0px;
  background: none;
  outline: none;
  padding : 5px;
  margin-top: 10px;
  color: #444;
  width:95%;

  font-family: 'Roboto',sans-serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 25px;
}
/*----------*/

.info_input{
  font-family: 'Roboto',sans-serif;
  line-height:10px;
  font-size:15px;
  font-weight:400;
  color:#999;
  margin:0px;
  margin-left:2px;
  line-height: 20px;
}

.efek_shadow_image{
  width:100%;
  max-width:600px;
  height:20px;
  display: block;
}

.text_price{
  color: #f44336;
}

.text_link{
  color: #1568aa;
}

.text_warning{
  color: #f44336;
}

.text_warning img{
  height:20px;
  vertical-align:middle;
  margin-right:3px;
}

.btn{
    font-size: 16px;
    width: 100%;
    color: #fff;
    background: #a51945;
    border: solid 1px #a51945;
    padding: 15px 20px;
    display: block;
     font-weight:600;
    border-radius: 2.5px;
    letter-spacing: 1px;
}

.abtn{
  font-family:'Roboto';
  text-align: center;
  font-size:16px;
  background: #a51945;
  min-width: 85px;
  border: solid 1px #a51945;
  border-radius: 2.5px;
  padding: 11.5px 5px;
  color:#fff;
  font-weight:600;
  cursor: pointer;
  display: block;
  letter-spacing:1px;
}



.btn_blue{
  background:#03a9f4;
  border: solid 1px #03a9f4;
}

.btn_green{
  background:#8bc34a;
  border: solid 1px #8bc34a;
}

.btn_red{
  background:#f44336;
  border: solid 1px #f44336;
}

.btn_black{
  background:#1e1e1e;
  border: solid 1px #1e1e1e;
}


.efek_hover:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}

.footer{
  margin-bottom:35px;
}

.input_box{
  color:#444;
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  margin-top:0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left:1%;
  padding-right:1%;
  border:solid 1px #C1AEA7;
  border-radius:5px;
  text-decoration: none;
  width:98%;
  background:rgba(255, 255, 255, 0.5);
}

.btn_submit{
    font-size:16px;
    padding:10px;
    background:#4e69a2;
    border-radius:0px;
    border-style: none;
    text-decoration: none;
    color:#fff;
    font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.content_panel{
  background:rgba(255, 255, 255, 0.9);
  background:#fff;
  border-radius:0px 0px 5px 5px;
  font:Verdana,Sans-serif; margin:0px;
  margin-bottom:10px;
  padding-top:2px;
  padding-bottom:25px;
  box-shadow:0 2px 3px rgba(0,0,0,0.15);
}



.header_panel{
   background:#1e1e1e;
   background: linear-gradient(to right, #a51945 0%, #01295f 99%) !important;
   color:#fff;
   font:Verdana,Sans-serif;
   margin:0px;
   margin-top:10px;
   padding:2.5px 0px;
   padding-top:0px;
   height:10px;
   box-shadow: 0 -1px 10px rgba(0,0,0,0.15);
}

.content{
  padding:0px 0px;
}

.box_content{
  background: #f5f5f5;
  border:solid 1px #ddd;
  
  padding:15px;
  margin-bottom:10px;

  /*box-shadow:inset 0 1px 5px #e3e3e3;
  -moz-box-shadow: inset 0 1px 5px #e3e3e3;
  -webkit-box-shadow: inset 0 1px 5px #e3e3e3;*/
}

.box_content_text{
  background: #fff;
  border:solid 1px #d5d5d5;
  border-radius:3.5px;
  padding:10px;
  margin-bottom:10px;
  text-align: left;
}



.box_warning{
border:solid 1px #f44336;
background:#ffdec3; 
padding:7.5px 10px;
margin:10px 0px;
border-radius:3.5px;
}

.tab_bar{

	padding: 5.5px 7.5px;
	border-radius: 3.5px;
	border: solid 2px #333;
	background: #444;
	margin-bottom: 10px;
  cursor: pointer;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#444444+0,000000+100;Black+3D+%231 */
  background: #333333; /* Old browsers */
  background: -moz-linear-gradient(top,  #333333 0%, #222222 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #333333 0%,#222222 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #333333 0%,#222222 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#222222',GradientType=0 ); /* IE6-9 */

}.tab_bar:hover{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#444444+0,000000+100;Black+3D+%231 */
  background: #444444; /* Old browsers */
  background: -moz-linear-gradient(top,  #444444 0%, #333333 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #444444 0%,#333333 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #444444 0%,#333333 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
}

.tab_bar h5{
	color: #fff;
	font-size: 18px;
	font-family: 'Ubuntu',sans-serif;
	margin-left:5px;
  /*text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);*/

}

.tab_bar img{
	height: 25px;
}

.line{
  border-bottom:solid 2px #666;
  margin-top:5px;
  margin-bottom:15px;
}

.table_hide table{
  border: none;
  
}

.table_hide tr:nth-child(odd) td{
    background: none;
}

.table_hide td{
  border: none;
  padding: 5px;
  vertical-align: top;
}

.table_list td{
  padding: 5px;
}

.table_default{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.table_default td{
  border: solid 1px #ddd;
  padding: 10px;
  background: #fff;
  vertical-align: top;
}

/*----------------------------------------------------------------------------*/

    .radio {
        
	background: #e7e7e7;
	padding: 4.5px;
	padding-bottom:6.5px;
	border-radius: 25px;
	
	position: relative;
}

.radio input {
	width: auto;
	height: 100%;
	appearance: none;
	outline: none;
	cursor: pointer;
	border-radius: 35px;
	padding: 5px 15px;
	background: #ddd;
	color: #b5b5b5;
	background: #ddd;
	background: none;
	border:none;
	font-size: 15px;
	font-family: 'Roboto',sans-serif;
	font-weight:600;
	line-height:19px;
    letter-spacing:1px;
	transition: all 100ms linear;
}

.radio input:checked {
	background-image: linear-gradient(180deg, #fff, #f5f5f5);
	color: #1e1e1e;

	box-shadow: 0 2px 3px #cfcfcf;
}

.radio input:before {
	content: attr(label);
	display: inline-block;
	text-align: center;
	width: 100%;
}

/*----------------------------------------------------------------------------*/
