@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:300);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:700);
@import url(//fonts.googleapis.com/css?family=Audiowide);
@import url(//fonts.googleapis.com/css?family=Raleway);

/* GENERAL STYLES */
body {
  /*font: 400 14px/24px "Roboto Condensed", sans-serif;*/
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  color: #979797;
  margin: 0px;
}

h1 {
  float: left;
  position: relative;
}

h1 .main,
h1 .secondary {
  display: inline-block;
}

h1 .main {
  font: 400 40px/40px "Audiowide", sans-serif;
  text-transform: uppercase;
  color: #ffffff;

}
h1 .secondary {
  font: 700 10px/12px "Roboto Condensed", sans-serif;
  color: #03c7de;
  text-transform: uppercase;
  vertical-align: top;
  
}

ul {
  list-style: none;
  padding-left: 0px;
}

a {

  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;

}

a:hover {
  color: #03c7de;
}

.diva {

    cursor: pointer;

}

.diva:hover{
  
  cursor: pointer;
  color: #03c7de;

}


.white {

  color:white;

}

.white a{

  color:white;

}

.white a:hover {

	color:#FFA500;

}

.title1 {
  display: block;
  font: 600 34px/34px "Roboto Condensed", sans-serif;
}

.tableborder {

    border: 1px solid black;
}

.tableborder tr td{
    border: 1px solid black; 
}

#main_msg {
  margin: 0;
  position: fixed;
  width: 100%;
  height: 35px;
  bottom: 0;
  text-align: center;
  padding-top: 15px;
  font-family: verdana;
  color: #fff;
  background-color: #e74c3c;
  display: none;
}

/* GENERAL STYLES */


/* HEADER */

#adm_header {

  width: 100%;
  min-width: 350px;
  height: 85px;
  color: white;
  vertical-align: middle;
  background-image: url("/adm/img/background1.png");


  opacity: 0.98;
  filter: alpha(opacity=80);

}

#header_left {
  margin-left: 40px;
  width: 400px;
  height: 85px;
  display: inline;
  float: left;
  overflow: hidden;
}

#header_right {
  float: right;
  padding-right: 30px;
  color: #FFFFFF;
}

/* HEADER */



/* ADM LOGIN PAGE */
#adm_cont_login{

  width: 100%;
  height:500px;
  float: left;



}

#adm_login {

    width: 350px;
    height: 260px;
    border: 1px solid #999999;
    margin-top: 70px;
    text-align: center;
    box-shadow: 5px 5px 5px #888888;
    /*background-color: #CCCCCC;*/
    color: #FFFFFF ;
    

}
/* ADM LOGIN PAGE */


/* BACKEND MAIN */
#backend_cont {

  height:100%;
  width: 100%;
  min-width:700px;
  background-color: white;
  float: left;
  text-align: left;
  display: flex;

}

#menu {

	padding-left: 20px;
  float: left;
  margin-top:0px;
	height: 100vh;

	min-width: 200px; 
	background-color:#999999;

}


#bk_content {

  position: relative;
  padding-left: 55px;
  margin-top: 20px;
  height: 100%;
  min-width: 200px;
  float: left;
  
}

#header_cont{

    font-size: 25px;
    color: black;
    font-weight: 500;
    max-width: 1170px;
      min-width: 360px;
      margin: 0px auto;
      padding: 16px 30px 20px 30px;
      display: flex;
      justify-content: flex-start;
      align-items: center;


}

#pag_cont{

  vertical-align: top;
  max-width: 1170px;
    min-width: 360px;
    margin: 0px auto;
    padding: 16px 30px 20px 30px;
    display: flex;
    justify-content: flex-start;

}

#page_sub_menu {

  float: left;
  vertical-align:top;
  min-width: 230px;
  padding: 15px 0px 0px 15px;

}

#page_sub_menu ul li {
  padding-top: 10px;
}

#page_sub_menu .li-selected {
  color: #03c7de;
}

#page_sub_cont {

  float: left;
  width: 900px;

}
/* BACKEND MAIN */


/* ======= Menu List 1 ======= */

.mlist1 {

	margin-top: 10px;
}

.mlist1 li {
  padding-left: 26px;
  position: relative;
  font: 400 16px/25px "Roboto Condensed", sans-serif;
  color: #383838;
  /*text-transform: uppercase;*/
}
.mlist1 li:before {
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  line-height: 25px;
  content: '\f138';
  left: 0;
  top: 0px;
  color: #03c7de;
}
.mlist1.__inset1 {
  margin-top: 21px;
  margin-bottom: 73px;
}

/* ======= List 2 ======= */
.mlist2 li {
  padding-left: 21px;
  position: relative;
  font: 300 12px/14px "Roboto Condensed", sans-serif;
  color: #b8b8b8;
}
.mlist2 li a:hover {
  color: #FFA500;
}
.mlist2 li:before {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  background: url(../../images/list2.png) no-repeat center;
  left: 0;
  top: 5px;
}


.textbox {
    background: #F1F1F1;/* url(http://html-generator.weebly.com/files/theme/input-text-40.png) no-repeat;*/
    background-position: 5px -7px !important;
    padding: 8px 8px 8px 10px;
    width: 270px;
    border: 1px solid #CCC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #CCC inset, 0 1px 0 #FFF;
    box-shadow: 0 1px 1px #CCC inset, 0 1px 0 #FFF;
}

.textbox:focus {
    background-color: #FFF;
    border-color: #E8C291;
    outline: none;
    -moz-box-shadow: 0 0 0 1px #e8c291 inset;
    -webkit-box-shadow: 0 0 0 1px #E8C291 inset;
    box-shadow: 0 0 0 1px #E8C291 inset;
}

.info_table {

  margin: 5px;

}

.info_table td {

  padding: 7px;
  vertical-align: middle;
  text-align: right;
  
}

.datagrid table { 
  border-collapse: collapse; 
  text-align: left; 
  width: 100%; 
} 

.datagrid {

  font: normal 12px/150% Arial, Helvetica, sans-serif;
  background: #fff; 
  width: 50%;
  margin-top: 20px;
  overflow: hidden; 
  border: 1px solid #8C8C8C;
  -webkit-border-radius: 3px; 
  -moz-border-radius: 3px; 
  border-radius: 0px; 
}

.datagrid table td, .datagrid table th { 
  padding: 2px 10px; 
  text-align: center;
}
.datagrid table thead th {
  /*
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8C8C8C), color-stop(1, #7D7D7D) );
  background:-moz-linear-gradient( center top, #8C8C8C 5%, #7D7D7D 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8C8C8C', endColorstr='#7D7D7D');
  background-color:#8C8C8C; 

  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FFA500), color-stop(1, #000) );
  background:-moz-linear-gradient( center top, #FFA500 5%, #000 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFA500', endColorstr='#000');*/

  background-color:#0196AB;

  color:#FFFFFF; 
  /*color: #FFA500;*/ 
  font-size: 14px; 
  /*font-weight: bold;*/ 
  border-left: 1px solid #A3A3A3; 
} 
.datagrid table thead th:first-child { 
  border: none;

}
.datagrid table tbody td {
 color: #7D7D7D; 
 border-left: 1px solid #DBDBDB;
 font-size: 12px;
 text-align: center;
 /*font-weight: bold; */
 }
 .datagrid table tbody .alt td { 
  background: #EBEBEB; 
  color: #7D7D7D; 
 }
 .datagrid table tbody td:first-child {
  border-left: none; 
  }
 .datagrid table tbody tr:last-child td {
 border-bottom: none; 
 }.datagrid table tfoot td div {
  border-top: 1px solid #8C8C8C;
  background: #EBEBEB;
  } 

.datagrid table tfoot td { 
  padding: 0; 
  font-size: 12px 
  } 

.datagrid table tfoot td div{ 
  padding: 2px; 
}.datagrid table tfoot td ul { 
  margin: 0; 
  padding:0; 
  list-style: none; 
  text-align: right; 
}
.datagrid table tfoot  li {
   display: inline; 
}.datagrid table tfoot li a { 
  text-decoration: none; 
  display: inline-block;  
  padding: 2px 8px; 
  margin: 1px;
  color: #F5F5F5;
  border: 1px solid #8C8C8C;
  -webkit-border-radius: 3px; 
  -moz-border-radius: 3px; 
  border-radius: 3px; 
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8C8C8C), color-stop(1, #7D7D7D) );
  background:-moz-linear-gradient( center top, #8C8C8C 5%, #7D7D7D 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8C8C8C', endColorstr='#7D7D7D');
  background-color:#8C8C8C; 
}
.datagrid table tfoot ul.active, .datagrid table tfoot ul a:hover { 
  text-decoration: none;
  border-color: #7D7D7D; 
  color: #F5F5F5; 
  background: none; 
  background-color:#8C8C8C;
}
div.dhtmlx_window_active, div.dhx_modal_cover_dv {
 position: fixed !important; 
}

.styled-button-8 {
  background: #25A6E1;
  background: -moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0));
  background: -webkit-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
  background: -o-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
  background: -ms-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
  background: linear-gradient(top,#25A6E1 0%,#188BC0 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#25A6E1',endColorstr='#188BC0',GradientType=0);
  padding:8px 13px;
  color:#fff;
  /*font-family:'Helvetica Neue',sans-serif; */
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size:15px;
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border:1px solid #1A87B9;
  cursor: pointer;
}                


/* sip_balance_refill_card.php */

#btn{
    padding-left: 10px;
    margin-bottom: 5px;
}



#card_list {

  min-width: 500px;
  padding: 20px; 

}

.card_list_item {
  padding:13px;
  font-size: 13px;
  border-bottom: 1px solid #EDEFF2;
}

.card_list_item:hover {
  background-color: #EDEFF2;
}


#cc {
    width: 100%;
    display: none;
    text-align: center;
    float: left;
    align-items:center;
  }

  .card-wrapper {
    width: 100%;
      max-width: 450px;
      margin: 10px auto;
  }

  #card-container{

    width: 100%;
    text-align: center;
    
  }


  #insertcard {

    text-align: center;
    margin: 0px auto;


  }

  #insertcard td {
    width: 200px;
  }

/* sip_balance_refill_card.php */




/* sip_balance_refill_history.php */

#refill_history {

  padding-top: 20px;
  display: table;
  width: 100%;

}

.history_list_item {
  display: table-row;
  font-size: 13px;
  padding:13px;
}

.history_list_item span {
  display: table-cell;
  padding: 10px 10px;
  border-bottom: 1px solid #EDEFF2;
  vertical-align: middle;
}

.history_list_item:hover {
  background-color: #EDEFF2;
}

/* sip_balance_refill_history.php */


/* sip_balance_refill_bank.php */

#bank_list {

  padding-top: 20px;
  padding-left: 20px;
  display: table;
  min-width: 500px;
  width: 100%;

}

.bank_list_item {
  display: table-row;
  font-size: 13px;
  padding:13px;
}

.bank_list_item span {
  display: table-cell;
  padding: 13px 13px;
  border-bottom: 1px solid #EDEFF2;
  vertical-align: middle;
}

.bank_list_item:hover {
  background-color: #EDEFF2;
}

/* sip_balance_refill_bank.php */