/********************************************************/
/*			Classic styles								*/
/********************************************************/
/* Remove padding and margin */
.nomargin {
    margin: 0;
}

.nopadding {
   padding: 0;
   margin: 0;
}

.nopaddingleft {
	padding-left: 0;
	margin-left: 0;
}

.nopaddingright {
	padding-right: 0;
	margin-right: 0;
}    

.link-unstyled, .link-unstyled:link, .link-unstyled:hover {
  color: inherit;
  text-decoration: inherit;
}

.border-right{
    border-right: 1px solid #eee;
}

.border-left{
    border-left: 1px solid #eee;
}

a {
    color: inherit;
}

/********************************************************/
/*			BASICS										*/
/********************************************************/

.bg-gray {
	background-color: #eee;
}

.bg-white {
	background-color: #fff;
}

body {
    margin-top: 80px;
}

/********************************************************/
/*			BUTTONS										*/
/********************************************************/

.form-control:focus {
  border-color: #ddd;
  box-shadow: inset 0 1px 1px rgba(200, 200, 200, 0.075), 0 0 8px rgba(200, 200, 200, 0.6);
}

/* Customize button to fit circle buttons */
.btn-align-circle {
	height: 30px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 15px;
}

/* Circle button with Text */
.btn-circle {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 15px;
}

/* Circle button with icon */
.btn-circle-icon {
    color: #fff;
	width: 30px;
	height: 30px;
    padding: 4px 0;
	text-align: center;
	border-radius: 15px;
}

i {
    color: #fff;
}

i :hover {
    color: #fff;
}

.btn-circle-icon.btn-md {
  width: 34px;
  height: 34px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 17px;
}
.btn-circle-icon.btn-lg {
    width: 50px;
    height: 50px;
    font-size: 18px;
    padding: 13px 0;
    line-height: 1.33;
  border-radius: 25px;
}
.btn-circle-icon.btn-xl {
  width: 70px;
  height: 70px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.btn-space {
	margin-right: -1px;
	margin-left: 0px;
}

.btn-space_2x {
	margin-right: 2px;
	margin-left: 2px;
}

/* Truncate text that extends outside button */
button.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* blink button */
.btn-alert {
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

@-webkit-keyframes glowing {
    0% { -webkit-box-shadow: 0 0 0px; }
    50% { background-color: #FF0000; -webkit-box-shadow: 0 0 20px #FF0000; }
    100% { -webkit-box-shadow: 0 0 0px; }
}

@-moz-keyframes glowing {
    0% { -webkit-box-shadow: 0 0 0px; }
    50% { background-color: #FF0000; -moz-box-shadow: 0 0 20px #FF0000; }
    100% { -webkit-box-shadow: 0 0 0px; }
}

@-o-keyframes glowing {
    0% { -webkit-box-shadow: 0 0 0px; }
    50% { background-color: #FF0000; box-shadow: 0 0 20px #FF0000; }
    100% { -webkit-box-shadow: 0 0 0px; }
}

@keyframes glowing {
    0% { -webkit-box-shadow: 0 0 0px; }
    50% { background-color: #FF0000; box-shadow: 0 0 20px #FF0000; }
    100% { -webkit-box-shadow: 0 0 0px; }
}

/********************************************************/
/*			index.php styles             				*/
/********************************************************/
.bg-banner {
    background-image: url('/../../../index/img/laptop_phone_coffee.jpg');
    background-size: cover;
}

/********************************************************/
/*			DIV ELEMENT AS A LINK (href)				*/
/********************************************************/
.wrapper-link {
  position: relative;
}
.wrapper-link > a {
  position: absolute;
  top: 0; right: 0;
  bottom: 0; left: 0;
}

/********************************************************/
/*			TOGGLE SWITCH								*/
/********************************************************/
/* The switch - the box around the slider */

.switch {
	position: relative;
	display: inline-block;
	height: 28px;
	margin-top:3px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #5cb85c;
}

input:focus + .slider {
  box-shadow: 0 0 1px #5cb85c;
}

/* Rounded sliders */
.slider.round {
  border-radius: 28px;
}

.slider.round:before {
  border-radius: 50%;
}

.switch {
    width: 54px;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/********************************************************/
/*			EcoSIM 710									*/
/********************************************************/
.sevenTen{
    font-family: "Segoe UI";
    color: #5cb85c;
    font-size: 40px;
}

.sevenTen:hover 
{
     color:#0078D7; 
     text-decoration:none; 
     cursor:pointer;  
}

/********************************************************/
/*			ersim.si styles                				*/
/********************************************************/

/* Hero banner */
.hero-title {
    background-color: #66b31a;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    padding: 30px 20px;
    margin-top: 140px;
}
.hero-content {
    text-transform: uppercase;
    background-color: #242a2c;
    margin: 5px 30px 35px;
    color: #fff;
    padding: 20px;
    font-size: 16px;
}

/********************************************************/
/*			NAVBAR         								*/
/********************************************************/
    
.navbar-ul-mobile {
    font-size: 14px;
    font-weight: 600;
}

.navbar-ul-mobile a {
    color: #B3D97A;
}

.navbar-desktop {
    background-color: #fff;
}

.btn-navbar-mobile {
    margin: 10px 0;
}

.btn-navbar-desktop {
    margin-top: -7px;
}

.navbar-ul-desktop {
    display: inline-flex;
    margin-top: 19px;
    font-size: 14px;
    font-weight: 600;
}

.navbar-ul-desktop a {
    color: #586165;
}

a.active {
    color: #66b31a;
}

.logo-text {
    font-size: 18px;
    display: inline-block;
    color: #fff;
}

.logo-img-mobile{
	margin-top: -5px;
}

.logo-img{
	margin-top: -10px;
}

.logo {
    text-align: right;
    height: 68px;
    padding-top: 25px;
}

.navbar-collapse {      // for making dropdown in navbar scrollable
  max-height: calc(100vh - 70px);
  overflow-y: auto;
}

::-webkit-scrollbar {   // to hide scroll bar when navbar dropdown is shown
    display: none;
}