#rt-header, #rt-top {
    box-shadow: 0px -20px 20px rgba(0, 0, 0, 0.4) inset;
    height:95px;
}

#rt-drawer {
    border-bottom: 1px solid rgb(0, 0, 0);
    box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.4) inset;
    background: orange;
    height: 7px;
}


ul.menu li a:before, ul.menu li .item:before, ul.menu li .separator:before {
    content: "";
}

a, ul.menu li .separator {
    color: orange;
}

#rt-maintop{
background-color: rgb(50, 50, 50);
background-image: linear-gradient(to bottom, rgb(33, 33, 33), rgb(76, 76, 76));
background-repeat: repeat-x;
border-bottom: 1px solid rgb(255, 255, 255);
box-shadow: 0px -1px 0px rgb(0, 0, 0) inset;
text-shadow: 0px 2px 3px rgb(0, 0, 0);
color: rgb(0, 187, 187);
}

ul.menu li a, ul.menu li .item, ul.menu li .separator {
    text-align: center;
    border-radius: 5px;
    background-color: grey;
    height: 25px;
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.5) inset;
    max-width: 150px;
 }

ul.menu {
       margin: 0px;
    padding: 0px;
}

.rt-block {
    padding: 10px;
   
}

ul.menu li.active.current > a:before, ul.menu li.active.current > .item:before, ul.menu li.active.current > .separator:before, ul.menu li#current.active > a:before, ul.menu li#current.active > .item:before, ul.menu li#current.active > .separator:before {
    content: none;
}

ul.menu li.active.current > a, ul.menu li.active.current > .item, ul.menu li.active.current > .separator, ul.menu li#current.active > a, ul.menu li#current.active > .item, ul.menu li#current.active > .separator {
    color: white;
    background-color: orange;
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.5) inset;
}

#rt-sidebar-b {
border-radius: 10px;
background-color: lightgrey;
height:auto;
box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.5) inset;
min-width: 245px;
width: auto;
}

#rt-sidebar-a {
border-radius: 10px;
background-color: lightgrey;
height:auto;
box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.5) inset;
width:auto;
}

#rt-footer {
height: 90px;
}

.well {
box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.5) inset;
}

.title, .component-content h2 {
    color: #FFA500;
}

#jform_veidi li {
display:block; height:25px; min-width:350px;}

label {
    display: block;
    margin-bottom: 15px;
}

#jform_noteikumi li {
    display: block;
    margin-bottom: 5px;
}
td {
text-align: justify;
font-size: 10pt; 
color: #6e6e6e;
font-weight: bold;
}