.elementtop {
    position: absolute;
    top: 10px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 300px;
}
.elementtop #myInput {
    margin: 0 auto;
    display: block;
    width: 100%;
    color: royalblue;
    border: 4px solid royalblue;
    text-align: center;
    height: 35px;
    font-weight: 500;
    font-size: 15px;
    background:white;
}
.elementtop #myInput::placeholder {
    color:royalblue;
    font-weight: 500;
}
#table-list {
    width:100%;
}
.ccode{
    position: absolute;
    right: 5px;
    text-align: right;
    font-weight: 500 !important;
    height: 100%;
    line-height: 30px;
}
.subrates {
    background: white;
    height: 150px;
    border-radius: 20px;
    position: relative;
    width: 100%; 
    max-width: 740px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0px 30px 0 30px;
    margin: -25px auto;
    box-shadow: 0 0px 13px -9px #333;
}
.subrates .table-content {
    margin:0;
}
.titlurates {
    font-size: 20px;
    font-weight: 700;
    padding-top: 10px;
    text-align: center;
    width: 100%; 
    text-align: center;
    z-index: 1;
    color: #777 !important;
    margin: 0;
}
.table-content {
    margin-top: 20px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.exitrates {
    position: absolute;
    right: 30px;
    z-index: 2;
    top: 5px;
    width: 30px;
    background: white;
    font-weight: 700;
    cursor: pointer;
    height: 30px;
    text-align: center;
    line-height: 25px;
    font-size: 20px;
    border: 1px solid #bbb;
    border-radius: 100%;
}
.mainorderdiv {
    width: 100%;
    margin: auto; 
    position: absolute;
    z-index: 2;
    top: 75px;
}
.mainorderdiv .container {
    width: 100%;
    padding: 25px;
    border-radius: 30px;
    box-shadow: 0 0px 10px 0px #ddd;
    margin-right: auto;
    margin-left: auto;
    min-height: 500px;
    margin-bottom: 50px;
    background: #fff;
}

.ratesdiv {
    padding: 50px !important;
    background: #0bbe91 !important;
    height: 200px !important;
    margin-top: 120px !important;
    min-height: 200px !important;
    padding-top: 40px !important;
}

.formrateslist{
    margin:0;
    height: 30px;
}
.triggerLink{
    width: 100%;
    height: 100%;
    text-align: left;
    background: white;
    padding: 0 10px;
    cursor: pointer;
    border-bottom: 1px solid #ccc !important;
    border: 0;
    position: relative;
    line-height: 30px;
}
.triggerLink:hover{
    background: #f2f2f2;
}
.live-search-list{
    padding: 0;
    background: white;
    border: 1px solid #888;
    border-radius: 5px;
    margin-top: 0;
    overflow-x: hidden !important;
    overflow-y: scroll;
    max-height: 92px;
}
.elementtop li  {
    list-style: none; 
}
.ratedisplay {
    background: transparent;
    z-index: 99999;
    position: absolute;
    text-align: left;
    left: 50%;
    top: 35px;
    margin-right: auto;
    width: 100%;
    height: auto;
    max-height: 92px;
    transform: translateX(-50%) !important; 
}
html, body {
    height: 100%; 
}
.cardlistat { 
    width: 250px;
    height: 100px;
    position: relative;
}
.form-btn-del-card {
    position: absolute;
    left: 50%;
    top: 0;
    transform: TranslateX(-50%);
    height: 20px;
}
.pagination {
    text-align: center;
}
#searchInput {
    width: 200px;
    height: 30px;
    display: block;
    border: 1px solid;
    border-radius: 30px;
    padding: 0 20px;
    text-align: center;
    margin: auto auto 30px;
}
.active {
    font-size: 15px;
    font-weight: 800 !important; 
}
.form-btn-del-card button{
    cursor: pointer;
    width: 50px;
    padding: 0;
    background: #d50f0f;
    text-align: center;
    font-weight: 600;
    border-radius: 30px;
    border: 0;
    height: 20px;
    color: white;
    font-size: 12px;
}
.btn-pay-card {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    height: 20px;
    width: 100%;
    max-width: 150px;
    cursor: pointer;
    border-radius: 30px;
    border: 1px solid #aaa;
}
.status i {
    top: 50px;
    color: green !important;
    width: 50px;
    height: 50px;
    display: block;
    font-size: 20px;
}
.sr-payment-summary{ 
    display: block;
    font-size: 25px;
    text-align: center;
    position: relative;
}
.sr-payment-summary p{ 
    font-size: 15px;
}
.sr-input{
    padding: 0px 15px 0px 15px;
    text-align: left;
    display: block;
    min-height: 35px;
    height: 35px;
    border-radius: 30px !important;
    line-height: 35px;
    margin: 25px auto 25px auto !important;
    width: 100%;
    border: 1px solid #b1b1b1;
    max-width: 300px;
    font-size: 15px;
  }
.sr-form-row{
    text-align: center;
    margin-bottom: 25px;
}
  .sr-input:focus{
    border: 1px solid #206bdb !important;
    outline: none !important;
  }
.wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
}
 
  .checkmark{
    position: absolute;
    bottom: 5px;
    border-radius: 100px;
    left: 5px;
    height: 20px;
    width: 20px;
    background-color: #fff;
  }
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  label input:checked ~ .checkmark:after {
    display: block;
    border: solid #333;
    border-width: 0 3px 3px 0;
  }
  label .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
.box {
    position: fixed;
    left: 10px;
    top: 180px;
}
* html .box {
    position: absolute;
}

#kiki .w1 {
  border-width: 0px 1px 1px 0px;
  position: relative;
  top: 1px;
  left: 1px;
  padding: 0.5em; 
  padding: 2px;
  padding-right: 0px; 
  padding-left: 0px; 
}

#img1000 {
  padding-right: 30px; 
  padding-left: 30px; 
}

#kiki {
    position: relative;
    background-repeat: repeat-x;
    background-position: 0% 0%;
    margin-bottom: 1em; 
    margin-right: 35px; 
    margin-left: 35px;
    padding-top: 30px;
}


#kiblue .w1 {
  border: solid #B0B0FA;
  border-width: 0px 1px 1px 0px;
  position: relative;
  top: 1px;
  left: 1px;
  background-image: url(images/asterisklogot_blue.gif);
  background-repeat: no-repeat;
  background-position: 100% 100%;  
  font-size: 9px;
}

#kiblue_header {
  position: relative;
  background-image: url(images/blueshade.png);
  background-repeat: repeat-x;
  background-position: 100% 100%;
  margin-bottom: 1em;
  color: #BD2A15;
  margin-right: 55px;  
  margin-left: 55px;
  float: left;
}


#kiblue {
  position: relative;
  background-image: url(images/blueshade.png);
  background-repeat: repeat-x;
  background-position: 100% 100%;
  margin-bottom: 1em;
  color: #BD2A15;
  margin-right: 55px;  
  margin-left: 55px;
}

.kikipic {
	position: relative;
	float: left;
	left: 1px;
	margin-right: 15px; 	
}


body, td, th, h3, input { /* redundant rules for bad browsers  */
    font-family: 'Quicksand', sans-serif;
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}

body {
	color: #333;
	line-height: 140%;
}

a:link { color: #039; }
a:visited { color: #609; }
a:hover { color: #333; }
a:active { color: #000; }

#header a:visited { color: #039; }
#header a:hover { color: #333; }

#mBody li { padding-bottom: 0.5em; }

.sidebar_content > h1,.sidebar_content > h2,.sidebar_content > h3,.sidebar_content > h4,.sidebar_content > h5,.sidebar_content > h6,.sidebar > h1,.sidebar_general > h2,.sidebar_general > h3,.sidebar_general > h4,.sidebar_general > h5,.sidebar_general > h6 {
	margin-top: 0;
}

.sidebar_right {
	margin-left: 65%;
}

.sidebar_general ul {
	margin-left: 0;
	padding-left: 20px;
}

.sidebar_general li {
	padding: 0.2em 0;
}

img.imgright {
	float: right;
}

img {
	border: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 1em 1em;
}

.skipLink {
	position: absolute;
	left: -1200px;
	width: 990px;
}

.hide {
	display: none;
}

ul.compact {
	margin-left: 0;
	padding-left: 20px;
}

img.rss {
	float: right;
	margin: 0;
	padding: 4px 4px 0 0;
}

.first { margin-top: 0.2em; }

.requires img {
	vertical-align: middle;
}

/* Headers */

#mainContent > h1:first-child,
#mainContent > h2:first-child,
#mainContent > h3:first-child,
#mainContent > h4:first-child,
#mainContent > h5:first-child,
#mainContent > h6:first-child,
#side > h1:first-child,
#side > h2:first-child,
#side > h3:first-child,
#side > h4:first-child,
#side > h5:first-child,
#side > h6:first-child {
	margin-top: 0;
}







/* Sidebar */

.profilepic {
    width: 120px;
    position: absolute;
    left:0;
}
.profile-infos {
    display: inline-block;
    min-width: 170px;
    width: auto;
    padding-left: 140px;
    position: relative;
    height: 80px;
}
#nav, #nav ul {
    margin: 0 0 0 10%;
    justify-content: left;
    padding: 0;
    display: flex;
    list-style: none;
}

#nav li {
	display: inline;
	padding: 0;
	margin: 0;
}

#nav li span { /* used for un-linked menu items */
	display: block;
	padding: 6px 10px;
	font-weight: bold;
	color: #666;
}

#nav li span#configParent, #nav li span #configuration {
	display: inline;
	font-weight: normal;
	padding: 0;	
}

#nav li a {
    display: block;
    font-size: 15px;
    color: black;
    padding-right: 25px;
    text-decoration: none;
    font-weight: 700;
}
.mainbody { 
    margin-top: 10px;
    position: relative;
    min-height: 360px;
    margin-left: 10%;
    margin-right: 10%;
    display: block;
}

.titlu-principal {
    font-size: 30px !important;
    margin: 0 40px 20px 10%;
}

.client-off{
    border: 1px solid #ccc;
    line-height: 25px;
    width: 55px;
    text-align: left;
    padding-left: 20px;
    border-radius: 8px;
    position: relative;
    font-weight: 600;
    color: #aaa;
}
.client-off::before{
    content: '';
    background: #aaa;
    display: block;
    position: absolute;
    width: 10px;
    border-radius: 100%;
    left: 5px;
    height: 10px;
    top: 7px;
}
.client-on{
    border: 1px solid #ccc;
    line-height: 25px;
    width: 55px;
    text-align: left;
    padding-left: 20px;
    border-radius: 8px;
    font-weight: 600;
    position: relative;
    color: #333;
}

.client-on::before{
    content: '';
    background: #339f33;
    display: block;
    position: absolute;
    width: 10px;
    border-radius: 100%;
    left: 5px;
    height: 10px;
    top: 7px;
}

tr {
    height: 30px;
}

.client-listat {
    background:white;
}
logo {
    width: 200px;
    text-align: center;
    display: block;
    font-family: helvetica;
    margin: auto;
    position: relative;
    cursor: pointer;
    top: 50px;
    color: darkblue;
    font-size: 50px;
}
.parte .enter-user {
    padding: 0px 15px 0px 15px;
    text-align: left;
    display: block;
    min-height: 35px;
    height: 35px;
    border-radius: 30px !important;
    line-height: 35px;
    margin: 5px 0px 15px 0px !important;
    width: 100%;
    border: 1px solid #b1b1b1;
    max-width: 300px;
    font-size: 15px;
}
.parte .enter-user:focus {
    border:1px solid #6090db !important;
    outline: 0;
}
.first-nm {
    display: inline-block;
    width: 148px;
}

.last-nm {
    display: inline-block;
    width: 148px;
    margin-right: 0;
    right: 0;
    position: relative;
}

.camp-order {
    width: 100%;
    max-width: 300px;
    display: inline-block;
    margin-right: 20px;
    position: relative;
}
oblique {
    font-style: oblique;
    color: cornflowerblue;
    font-weight: 600;
}
.btn-new {
    background-color: #3770d1;
    border: 0;
    height: 40px;
    line-height: 40px;
    padding: 0;
    max-width: 300px;
    color: #fff !important;
    width: 100%;
    margin: 20px 0 20px 0;
    text-transform: uppercase;
    font-weight: 600 !important;
    display: block;
    font-size: 15px;
    border-radius: 30px;
    text-align: center;
    cursor: pointer;
}
.centrat {
    margin:auto;
    display: block;
}
.btn-new:hover {
    text-decoration:none;
    color: white; 
    background: #2f86d6;
}
.client-listat:hover {
    background:#eee;
}
.div-info {
    max-width: 100px;
    width: 50%;
    margin: auto;
    border: 1px solid #ddd;
    position: relative;
    padding-top: 10px;
    height: 60px;
    text-align: left;
    border-radius: 10px;
    padding-left: 70px;
}
.continator{
    min-height: 40px;
    background: #fff;
    padding: 5%;
    width: auto;
    margin-bottom: 100px;
    border-radius: 30px;
    list-style: none;
    box-shadow: 0 0px 10px 0px #ddd;
}
#nav li a:hover {
	color:#287cbc;
}

#nav ul li span,#nav ul li a {
	padding: 2px 18px 2px 20px;
	font-size: 10px;	
	height : 11px;
}


#side {
	float: left;
	width: 100%;
	margin-bottom: 1em;
}
.clients_a{
    display: flex;
    font-size: 15px;
    position: relative;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    #nav li a {
        display: block;
        font-size: 11px;
        color: black;
        padding-right: 10px;
        text-decoration: none;
        font-weight: 700;
    }
    #nav, #nav ul {
        margin: -10px 0 0 10%;
        justify-content: left;
        padding: 0;
        font-size: 10px;
        display: flex;
        list-style: none;
    }
    .profilepic {
        width: 60px;
    }
    .profile-infos {
        display: inline-block;
        min-width: 170px;
        width: auto;
        padding-left: 80px;
        position: relative;
        height: auto;
    }
    .clients_a{
        display: block !important;
        font-size: 15px !important;
        position: absolute !important;
        text-align: center !important;
        width: 100%!important;
        top: 180px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
    .div-info img {
        width: 40px !important;
        position: absolute !important;
        left: 10px !important;
        margin: auto !important;
        top: 15px !important;
    }
    .hideonphone{
        display:none;
    }
    .mainbody {
        margin-left: 2%;
        margin-right: 2%;
    }
    .div-info{
        padding-left: 60px;
        font-size: 13;
        display: inline-block;
        padding-right: 10px;
        width: 45%;
    }
    .subrates {
        padding: 0px 0px 0 0px;
    }
}