@charset "utf-8";



@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700&subset=latin-ext');



* {
  box-sizing: border-box;
}
    
body {
  margin: 0px;
  padding-left: 25px;
  padding-right: 25px;
  color: #000000;
  font-family: 'Work Sans', sans-serif;
  font-size: 12px;
}

h1, h2 {
  margin: 0px;
}

h1 {
  
}

h2 {
}


p {
  margin: 0;
}


a {
  color: #363636;
}
a:hover {
       color: darkred;
  text-decoration: none;
}


ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}


ol {
  padding-left: 0;
  list-style-type: lower-alpha;
  counter-reset: list;
}

ol > li {
  list-style-type: none;
  padding-top: 20px;
}
ol > li:before {
    content: counter(list, lower-alpha) ") ";
    counter-increment: list;
}
ol > li:first-child {
  padding-top: 0;
}

ol > li > ul {
  margin-left: 20px;
}

ol > li > ul > li {
  list-style-type: none;
  padding-left: 15px;
  position: relative;
}

ol > li > ul > li::before {
  position: absolute;
  left: 0px;
  content: "-";
}


textarea {
  overflow: auto;
  padding: 10px;
  border: 1px solid #b7b7b7;
  color: #363636;
  font-family: 'Work Sans', sans-serif;
  font-size: 12px;
}

input[type="text"],
input[type="search"] {
  padding: 0px 10px;
  border: 1px solid #b7b7b7;
  color: #363636;
  font-family: 'Work Sans', sans-serif;
     font-size: 14px;
    border-radius: 3px;
    border: 1px solid #a6a6a6;
}
input[type="text"],
input[type="search"] {
  height: 24px;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
    border-radius: 3px;
}
}

input[type="radio"] {
  margin: 0 4px 0px 7px;
  border: 1px solid #b7b7b7;
  vertical-align: middle;
}

select {
    margin: 0px;
    height: 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #acacac;
    color: #7d7d7d;
}

button:focus {
    outline: none;
}


label {
  margin-right: 10px;
  color: #000000;
  font-size: 13px;
  line-height: 24px;
}

label > input {
  margin-left: 5px;
}

table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}

div.showHideDiv {  
}


div.labelblock:not(:empty) {
}

div.showHideBtn {
    width: 20px;
    height: 20px;  
    background-image: url('/rasdlib/docs/button_down_v1.png');
  background-size: contain; 
    float: left;
    cursor: pointer;
}

div.showHideBtn.hideDiv {
    width: 20px;
    height: 20px;  
    background-image: url('/rasdlib/docs/button_right_v1.png');
  background-size: contain;  
    float: left;
    cursor: pointer;
}

div.showHideEmpty {
   width: 21px;
   height: 21px;
   float: left;
}


.rasdFormLab {
    padding-top: 20px;
    padding-bottom: 5px;
    border-top: 10px solid #33b9b1;
  border-bottom: 2px solid #33b9b1;
    color: #2f499e;
    font-size: 20px;
    font-weight: 700;
}

.rasdForm {
}

.rasdFormHead {
  text-align: right;
}

.rasdFormBody{
}

.rasdblock {
//  padding-top: 15;
}

.labelblock {
    margin-top: 10px;
    color: #73ceff;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    //text-transform: uppercase;
    background-color: #F6F6F6;

}

.label {
  display: inline-block;
  padding-right: 15px;
//  min-width: 105px;
//  font-size: 13px;
  line-height: 24px;
}

.rasdTextC {
  width: 100%;
  max-width: 200px;
}

.rasdTextD {
    width: 100%;
  max-width: 120px;
}

.rasdTextN {
  width: 100%;
  max-width: 120px;
  text-align: right;
}

.rasdTextarea {
  width: 100%;
    max-width: 400px;
    min-height: 100px;
    border-radius: 3px;
    border: 1px solid #a6a6a6;
}

.rasdSelect {
  margin-left: 0 !important;
  background-color: transparent !important;
}

.rasdRadio {
  display: inline-block;
  padding: 5px 11px 5px;
  border: 1px solid #00afa9;
  color: #7d7d7d;
  font-size: 13px;
}

.rasdButton {
  padding: 0 25px;
  border: 1px solid #ffffff;
  height: 25px;
  background-color: #2f499e;
  color: #ffffff;
  font-family: 'Work Sans', sans-serif;
  font-size: 12px;
  text-align: left;
}
.rasdButton:hover {
  border: 1px solid #2f499e;
  background-color: #ffffff;
  color: #2f499e;
}

.rasdTxLabBlockP {
  padding-bottom: 12px;
}

.rasdFormFooter {
        text-align: right;
        border-top: 2px solid #33b9b1;
}

.rasdFormFooter .version {
  color: #898989;
  font-size: 11px;
  line-height: 24px;
  text-align: right;
}

.rasdFormMessage {
  padding: 7px 15px;
    border-width: 1px;
  border-style: solid;
  border-color: #33b9b1;
  color: #2f499e;
  font-size: 14px;
}

.rasdFormMessage.error {
  border-color: #ebccd1;
  background-color: #f2dede;
}

.rasdFormMessage.warning {
  border-color: #faebcc;
  background-color: #fcf8e3;
}

.errorField {
    background-color: #f2dede;
    color: red;
}

.infoField {
  background-color: #faebcc;
        color: orange;        
}
.errorFieldc {
    color: red;
}

.infoFieldc {
        color: orange;        
}



#M01_DIV {
  padding-bottom: 15px;
  border-bottom: 1px solid #b7b7b7; 
}


.ui-datepicker{
   border: 1px solid #f9f9f9;
   background-color: #f9f9f9;
}

.ui-datepicker-trigger{
        vertical-align: top;
        background: none;
        border: hidden;
}


.dataTables_wrapper {
}

.dataTables_wrapper .dataTables_length {
  padding: 8px 10px;
}

.dataTables_wrapper .dataTables_length label {
  color: #2f499e;
}

.dataTables_wrapper .dataTables_filter {
  padding: 8px 5px 8px 10px;
  text-align: right;
}

.dataTables_wrapper .dataTables_filter label {
  color: #2f499e;
  text-align: left;
}

table thead td {
  padding-left: 4px;
  padding-right: 4px;
}

table.display {
  border-collapse: separate;
  border-spacing: 0;
}

table.dataTable {
  margin-left: 0;
  margin-right: 0;
}

table.dataTable thead th,
table.dataTable thead td,
table.display thead th,
table.display thead td {
  height: 25px;
  background-color: #367aa1;
  color: #ffffff;
  font-weight: 500;
  line-height: 24px;
//  text-transform: uppercase;
  border-left: 1px solid #ffffff;
}
table.dataTable thead th:first-child,
table.dataTable thead td:first-child {
  border-left: 0;
}

table.dataTable thead .sorting {
}

table.dataTable tbody tr,
table.display tbody tr {
  height: 40px;
  font-size: 13px;
}

table.dataTable.display tbody tr.odd, {
  background-color: #f4f0f0;
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}

table.dataTable tbody td {
}

table.display tbody td {
  padding-left: 4px;
  padding-right: 4px;
  border-top: 1px solid #dddddd;
}
table.display tbody tr:first-child td {
    border-top: none;
}

table.display {
    border-bottom: 1px solid #2f499e;
}

.dataTables_wrapper .dataTables_paginate {
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: white !important;
}

@supports not (-ms-high-contrast: none) {
select {
  padding-right: 30px;
    background-image: url('/rasdlib/docs/select_dropdown_rollover_v1.png');
    background-position: right top;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select:hover {
  background-image: url('/rasdlib/docs/select_dropdown_rollover_v1.png');
}
}

.rasdOkolje{
    font-size: medium;
    font-weight: 300;
    color: darkgray;
    text-align: right;
    float: right;    
}

.rasdHeaderInfo{
    font-size: medium;
    font-weight: 300;
//    color: darkgray;
    text-align: right;      
}

.rasdMandatoryIcon {
    font-size: xx-small;
    vertical-align: top;
    color: red;
}

a:visited {
  color: darkred;
  text-decoration: none;
}

.rasdHtmlError {
background-color: white;
padding: 100;
}

.rasdHtmlErrorTextDetail{
    background-color: white;
    font-size: 8px;
}

.debug{
font-size: 8PX;
}

/**************** CUSTOM SCROLLBAR ******************/
::-webkit-scrollbar { width: 8px; height: 8px;}

::-webkit-scrollbar-track {
  background: #f3f3f3;
  border-radius: 5px;
  box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
}

::-webkit-scrollbar-thumb {
  background: #4A5EA1;
  background: -moz-linear-gradient(left, #4A5EA1 0%, #2F499E 50%, #4A5EA1 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #4A5EA1), color-stop(50%, #2F499E), color-stop(100%, #4A5EA1));
  background: -webkit-linear-gradient(left, #4A5EA1 0%, #2F499E 50%, #4A5EA1 100%);
  background: -o-linear-gradient(left, #4A5EA1 0%, #2F499E 50%, #4A5EA1 100%);
  background: -ms-linear-gradient(left, #4A5EA1 0%, #2F499E 50%, #4A5EA1 100%);
  background: linear-gradient(to right, #4A5EA1 0%, #2F499E 50%, #4A5EA1 100%);
  border-radius: 5px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4A5EA1', endColorstr='#4A5EA1', GradientType=1);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #36426C;
  background: -moz-linear-gradient(left, #36426C 0%, #20326C 50%, #36426C 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #36426C), color-stop(50%, #20326C), color-stop(100%, #36426C));
  background: -webkit-linear-gradient(left, #36426C 0%, #20326C 50%, #36426C 100%);
  background: -o-linear-gradient(left, #36426C 0%, #20326C 50%, #36426C 100%);
  background: -ms-linear-gradient(left, #36426C 0%, #20326C 50%, #36426C 100%);
  background: linear-gradient(to right, #36426C 0%, #20326C 50%, #36426C 100%);
  border-radius: 5px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#36426C', endColorstr='#36426C', GradientType=1);
}
/****************************************************/

.rasdDivTableN {
  display: grid;
  gap: 50px 100px;
  grid-template-columns: auto auto auto;
  background-color: #2196F3;
  padding: 10px;
}

.rasdDivTr {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.8);
}

.rasdDivTd {
    display: block;  
    min-width: 50px;
    padding: 10px;
}

.rasdDivTHead {
 background-color: #f4f0f0;
}



