@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------- 
	CUSTOM ADDED CSS
/* -------------------------------------------------- */
html {
	height:101%;
}



/*Sticky Footer Padding to show hidden part of the page ( navbar-fixed-bottom )*/ 
body {
	/*padding-bottom: 80px; */
	min-height:100%	
}
/*@media screen and (max-height: 768px) {
    body { padding-bottom: 0px; }
}*/

/*Reduce Footer Size*/
/*.footer {

    padding: 0px 0 20px 0;
}*/
	
/*Reduce Menu Button Widths - To get more buttons in*/
/*
#mainmenu a {
	width:110px;
}
*/

	
/*

.imei-input {
  padding: 6px 12px;
  /!*font-size: 22px;*!/
  font-size: 3rem;
  font-weight:bold;
  color: #555;
}




.digit-big-input {
    padding: 6px 12px;
    /!*font-size: 22px;*!/
    font-size: 3rem;
    font-weight:bold;
    color: #ff2126;
}
*/

/*

.imei-input {
    padding: 6px 12px;

font-size: 3rem;
    font-weight:bold;
    color: #555;
}

*/



/*:focus*/
/*@media screen and (-webkit-min-device-pixel-ratio:0) {*/
    select, select:hover, select:focus,
    textarea, textarea:hover, textarea:focus,
    input[type="text"], input[type="password"], input[type="email"], input:hover, input:focus {
        /*font-size: 18px;*/
        /*font-size: 22px;*/
        font-size: 2.4rem;
        padding: 6px 12px;
        font-weight:bold;
        /*color: #555;*/
        /*color: #ff2126;*/
        /*background: #eee;*/
    }
/*}*/




/*

select,select:focus, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    font-size: 18px;
    font-size: 3rem;
}

*/







/*
.selector-control {
  display: block;
  width: 100%;
  height: 44px;
  padding: 6px 12px;
  font-size: 22px;
  font-weight:bold;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
*/

.toggle-list li .no-border { 
border:0;  border-bottom:0;
}

.pointer-hand {
	cursor:pointer;
}

.small-icon {
text-shadow:none;
color: #fff;
background-color:#1a8b49;
font-size: 14px;
padding: 6px;
width: 30px;
height: 30px;
text-align: center;
position: absolute;
border:solid 2px;
border-radius:60px;
}

.well {
    margin-top: 40px;
}
.top-space {
	margin-top:35px;
}

.dropdown-menu {
	padding:17px;
}

.txtred {
	color:#f00;
}

.headbg {
	background-color: #EAEAEA;
}

.text-xs {
	font-size:12px;
}


/*Remove Shadow from id# content text boostrap labels*/
.label, .badge {
	text-shadow:0 0;
}




/*
Generic Cursor Pointer Hand
*/
.cursor-hand {
    cursor: pointer;
    cursor: hand;
}


 /*

 .no-stack li {
     display:table-cell !important;
 }
 */


@media (max-width: 768px) {
    .no-stack  > li {
        display: table-cell;
        width: 1%;
    }
    .no-stack  > li > a  {
        border-bottom: 1px solid #ddd !important;
        border-radius: 4px 4px 0 0 !important;
        margin-bottom: 0 !important;
    }
}


.digitiframe-sample{
    max-width: 100% !important;
    width: 100%;
    height: 100%;
    min-height: 2000px;
    border: 1px;
}


