﻿
body,html {
    font-size: 14px;
    /*font-weight:400;
font-family: 'Raleway', sans-serif;*/
/*font-family: 'Roboto Slab', serif;*/
}

.ori-main-container
{
    width:auto;
    max-height:87.6vh;
    overflow-y:auto;
}


#orinavmenu {
    z-index: 3;
    position: relative;
}

#orinavmenu h5 {
        color: skyblue;
    }

.labExpert-brand {
    font-family :'Calisto MT';
    font-size:44px;
    font-weight:bold; 
    margin-bottom : 0px;
    padding-bottom : 0px; 
}

 .ori-login-header p {
    margin-top: 0px;
    padding-top : 0px; 
}

 .labExpert-version {
  float :right;
  margin-bottom : 0px;
  padding-bottom : 0px; 
}

 /*======LogIn======*/

 .ori-le-login-video
 {
     width: 100vw;
     height: 100vh;
     object-fit: cover;
     position: fixed;
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
     z-index: -1;
 }

 .ori-le-login-video-wrap
 {
    background: rgba(0, 0, 0, 0.7);
    width: 100vw;
    min-height: 100vh;
    object-fit: cover;
    position: fixed;
 }
 .ori-le-login-video-wrap h1
 {
     font-size: 36px;
     color: #fff;
     font-weight: 300;
     text-transform: uppercase;
     letter-spacing: 4px;
     text-align: center;
     padding: 0.5em 0 0.4em 0;
 }
  .ori-le-login-wrapper {
	max-width: 350px;
	margin: 0 auto;
	position: relative;
	z-index: 999;
	padding:1em;
	background: rgba(255, 255, 255, 0.04);
	-webkit-box-shadow: -1px 4px 28px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 4px 28px 0px rgba(0,0,0,0.75);
	box-shadow: -1px 4px 28px 0px rgba(0,0,0,0.75);
}

  .login-icon {
    text-align: center;
}
.login-icon span.fa{
    font-size: 48px;
    color: #fff;
    margin-bottom: .5em;
}
.ori-le-login-input-icon {
	margin: 0 0 1em;
	padding: .8em 1em;
	background: rgba(255, 255, 255, 0.94);
}
.ori-le-login input,.ori-le-login select {
    outline: none;
    font-size: 14px;
    color: #222;
	border:none;
    width: 90%;
    display: inline-block;
    background: transparent;
    letter-spacing: 1px;
    padding-left:10px;
}
.bottom {
    margin: 1em 0 0;
}
.ori-le-login .btn {
    background: #007cc0;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: .8em 2em;
    letter-spacing: 1px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: none;
	width: 100%;
}

.ori-le-login p a {
	font-size: 10px;
	color: #e2e2e2;
	text-transform: uppercase;
    text-decoration:none;
}

.ori-le-copyright {
    padding: 2em 0;
    text-align: left;
    bottom:0;
}
.ori-le-copyright span {
    font-size: 13px;
    letter-spacing: 1px;
    color: darkkhaki;
    line-height: 1.8em;
}
.ori-le-copyright a{
    color: #fff; 
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}

 .ori-login-side-btn-wrapper {
		background-color: transparent;
		padding: 20px;
        max-width: 100px;
	    top:8%;
        right:50px;
	    position: absolute;
        animation-name: right-slide-effect;
        animation-duration: 1s;
        animation-timing-function: ease;
        }

 @keyframes right-slide-effect {
  0%   { right:-80px;}
  100% { right:50px;}
}
 .ori-login-bottom-btn-wrapper {
		background-color: transparent;
		padding: 8px;
	    margin: 0 auto;
	    position: relative;
        max-width: 300px;
        max-height:20px;
        opacity:1;
        animation-name: fade-in-effect;
        animation-duration: 1.5s;
        animation-timing-function: ease-in-out;
        }
 @keyframes fade-in-effect {
  0%   { opacity:0;}
  20% { opacity:0.25;}
   40% { opacity:0.5;}
    60% { opacity:0.75;}
   80% { opacity:0.85;}
    100% { opacity:1;}
}

i.material-icons {
        font-size:48px;
		color: white;
		position: relative;
		border-radius: 50%;
        padding:18px;
		margin:10px;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
		transition: color 0.2s ease, background-color 0.2s ease, transform 0.3s ease;
}

.ori-login-bottom-btn-wrapper i.material-icons
 {
    font-size: 20px;
    padding: 10px;
    margin: 5px;
}

i.material-icons:after {
		content: "";
		width: 100%;
		height: 100%;
		border: solid 2px;
		transform: scale(0.8);
		position: absolute;
		top: -2px;
		left: -2px;
		border-radius: 50%;
		transition: all 0.3s ease;
}
.ori-login-bottom-btn-wrapper i.material-icons:after
{
    top: -1px;
	left: -1px;
}

i.material-icons:hover:after {
		transform: scale(1);
		box-shadow: 10px 0 20px rgba(0, 0, 0, 0.19), 6px 0 6px rgba(0, 0, 0, 0.23);
}



.material-icons.help-icon {
		background-color: #8897b9;
}

.material-icons.help-icon:hover {
		color: #8897b9;
}

.material-icons.help-icon:after {
		border-color: #8897b9;
}

.material-icons.support-icon {
		background-color: #ec9f83;
}

.material-icons.support-icon:hover {
		color: #ec9f83;
}

.material-icons.support-icon:after {
		border-color: #ec9f83;
}

.material-icons.video-icon {
		background-color: #cdb274;
}

.material-icons.video-icon:hover {
		color: #cdb274;
}

.material-icons.video-icon:after {
		border-color: #cdb274;
}

.material-icons.tips-icon {
		background-color: #88b999;
}

.material-icons.tips-icon:hover {
		color: #88b999;
}

.material-icons.tips-icon:after {
		border-color: #88b999;
}

.material-icons.account-icon {
		background-color: #88b2b9;
}

.material-icons.account-icon:hover {
		color: #88b2b9;
}

.material-icons.account-icon:after {
		border-color: #88b2b9;
}

/*i.material-icons:nth-of-type(7) {
		background-color: #af88b9;
}

i.material-icons:nth-of-type(7):hover {
		color: #af88b9;
}

i.material-icons:nth-of-type(7):after {
		border-color: #af88b9;
}*/




i.material-icons:hover {
		background-color: transparent;
		transform: rotate(90deg);
		cursor: pointer;
		box-shadow: none;
}

.loginbtn-tooltip {
    position: relative;
    display: inline-block;
}
.loginbtn-tooltip .tooltiptext {
    visibility: hidden;
    font-family:'Open Sans';
    font-size:12px;
    background: rgba(255, 255, 255, 0.04);
    color: white;
    text-align: center;
    padding: 5px 0;
    padding-left:5px;
    padding-right:5px;
    border-radius: 5px;
    position: absolute;
    z-index: 1;
    width:200px;
    top: 6px;
    left: -200px;
    opacity: 0;
    transition: opacity 0.5s; 
  
}
.ori-login-bottom-btn-wrapper .loginbtn-tooltip .tooltiptext {
    visibility: hidden;
    font-family:'Open Sans';
    font-size:10px;
    background: rgba(255, 255, 255, 0.04);
    color: white;
    text-align: center;
    padding: 5px 0;
    padding-left:5px;
    padding-right:5px;
    border-radius: 5px;
    position: absolute;
    z-index: 1;
    top: -40px;
    left: -80px;
    opacity: 0;
    transition: opacity 0.5s; 
    width:250px;
  
}
.loginbtn-tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    
}

.loginbtn-tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%; 
    margin-top: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent  transparent #E53F6D;
}

.ori-grid-btn-tooltip {
    position: relative;
    display: inline-block;
}
.ori-grid-btn-tooltip .tooltiptext {
    visibility: hidden;
    font-family:'Open Sans';
    font-size:12px;
    /*background-color:rgba(0,0,0,0.7);*/
    background-color:darkslateblue;
    color: white;
    text-align: left;
    padding: 5px 0;
    padding-left:20px;
    padding-right:5px;
    border-radius: 5px;
    position: absolute;
    z-index:3;
    width:1050px;
    top: -10px;
    left: 10px;
    opacity: 0;
    transition: opacity 0.5s; 
  
}

.ori-grid-btn-tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    
}

.ori-grid-btn-tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%; 
    margin-top: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent  transparent blueviolet;
}





.ori-txt-label
{
padding:0px 2px 2px 4px;
display:block;
font-size:12px;
}
.ori-head-label
{
 padding:0px 2px 0px 4px;
 display:block;
 font-size:10px;
 color:grey;
}


.ori-font-heading {
    font-size: 16px;
}

.ori-font-heading-small {
    font-size: 14px;
}

.ori-font-lightbold {
    font-weight: 500;
}

.ori-font-normal{
    font-weight:normal;
}

.ori-font-bold{
    font-weight:bold;
}

.ori-font-16{
    font-size:16px;
}

.ori-font-14{
    font-size:14px;
}

.ori-font-small{
    font-size:9px;
}

.ori-clickable{
    cursor:pointer;
}
.ori-clickable:hover {
    background-color:aliceblue;
}
.ori-font-grid-heading {
    font-size: 16px;
}
.ori-font-small-heading {
    font-size: 14px;
}
.ori-margin-0 {
   margin:0px;
}

.ori-margin-4 {
    margin: 4px;
}
.ori-margin-8 {
    margin: 4px;
}
.ori-margin-bottom-2 {
    margin-bottom:2px;
}
.ori-margin-bottom-4 {
    margin-bottom: 4px;
}
.ori-margin-bottom-8 {
    margin-bottom: 8px;
}
.ori-margin-top-2 {
    margin-top: 2px;
}
.ori-margin-top-4 {
    margin-top: 4px;
}
.ori-margin-top-8 {
    margin-top: 8px;
}
.ori-margin-left-4 {
    margin-left: 4px;
}
.ori-margin-right-4 {
    margin-right: 4px;
}
.ori-margin-left-8 {
    margin-left: 8px;
}
.ori-margin-right-8 {
    margin-right: 8px;
}
.ori-pad-0 {
    padding: 0;
}
.ori-pad-2-gap {
    padding-bottom: 2px;
    padding-top:2px;
}
.ori-pad-8-fixed {
    padding: 8px;
}

.ori-pad-2 {
    padding: 2px;
}
.ori-pad-8 {
    padding: 8px;
}

.ori-pad-4 {
    padding: 4px;
}

.ori-pad-tag {
    padding: 1px 4px;
}

.ori-pad-top-50 {
    padding-top: 50px;
}
.ori-pad-bottom-50 {
    padding-bottom: 50px;
}
.ori-pad-top-8 {
    padding-top: 8px;
}
.ori-pad-top-12 {
    padding-top: 12px;
}
.ori-pad-top-16 {
    padding-top: 16px;
}
.ori-pad-top-20 {
    padding-top: 20px;
}
.ori-pad-bottom-8 {
    padding-bottom: 8px;
}
.ori-pad-left-8 {
    padding-left: 8px;
}

.ori-pad-left-4 {
    padding-left: 4px;
}
.ori-pad-left-16 {
    padding-left: 16px;
}

.ori-pad-right-4 {
    padding-right: 4px;
}
.ori-pad-right-8 {
    padding-right: 8px;
}
.ori-pad-right-16 {
    padding-right: 16px;
}

.ori-sticky-nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: auto;
}

.ori-page-header {
    background-color: whitesmoke;
    height: 48px;
    padding: 4px;
}

.ori-login-header {
    background-color: white;
    min-height: 100px;
    padding: 8px;
    padding-left: 16px;
    width : 100%;
}

.ori-page-content {
    min-height: 86.7vh;
    font-size: 14px;
    margin: 0 auto 0;
    padding-top:4px;
}
.ori-page-min-height
{
 min-height: 86.5vh;
} 

.ori-msg-box {
    margin: auto;
    font-size: 14px;
    width: 400px;
}

.ori-menu-padding
{
padding-left:16px;
padding-right:16px;
padding-top:3px;
padding-bottom:3px;
}
.ori-right{
    text-align:right;
}
ori-text-right
{
    text-align:right;
}
ori-text-left
{
    text-align:left;
}
.ori-label {
    padding: 4px 0px;
    font-weight:bold;
    display:block;
    color:grey;
    font-size:11px;
}
.ori-label-bold {
    padding: 4px 0px;
    /*font-weight:700;*/
    display:block;
    color:black;
}
.ori-float-right{
   float:right;
}
.ori-pop-close-btn
 {
    height:26px;
 }
.ori-inline {
      display:inline-flex;
      flex-direction:row;
  }

.ori-inline-fixed {
      display:inline-flex;
      flex-direction:row;
  }

.ori-align-centre
{
  display: flex;
  justify-content: center;
}

.ori-control-input { 
  position:relative; 
  margin-bottom:16px; 
}

.ori-input, .ori-select
 {
  font-size:14px;
  padding:0 8px;
  display:block;
  width:100%;
  border-radius:4px;
  background-color: transparent;
  border: 1px solid darkgrey;
  min-height:30px;
}

.ori-input:focus , .ori-select:focus {
     outline:none;
     border:2px solid #0b8f83; /*olivedrab*/
}

.ori-input-ph {
  color:#555; 
  background-color:white;
  font-size:12px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:8px;
  top:6px;
  padding:0 4px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}


.ori-input:focus ~ .ori-input-ph , .ori-select:focus ~ .ori-input-ph {
     color:#0b8f83; 
}

.ori-input:focus ~ .ori-input-ph,.ori-input:not([value=""]) ~ .ori-input-ph {
  top:-12px;
  font-size:11px;
   
}

.ori-input-tiny
{
width:100px;
}
.ori-input-small
{
    width:80px;
}

.ori-input-grid
{
 font-size:14px;
  padding:0 4px;
  display:block;
  width:100%;
  border-radius:4px;
  background-color: transparent;
  border: 1px solid darkgrey;
  height:24px;
}
/*.floating-input:focus ~ .ori-input-ph, .floating-input:not(:placeholder-shown) ~ .ori-input-ph {
  top:-12px;
  font-size:11px;
  
}*/
.ori-input-date
{
width:220px;
background-color:white;
margin-bottom:10px;
}

.ori-select:focus ~ .ori-input-ph ,.ori-select:disabled ~ .ori-input-ph , .ori-select:not([value=""]):valid ~ .ori-input-ph {
   top:-12px;
  font-size:11px;
   
}

.ori-show{
    display: block;
}

.ori-hide{
    display: none;
}
 
 .ori-valid-msg
        {
        display:none;
        color:red;
        font-size:12px;
        font-family:Calibri;
        }



/*.ori-input {
    padding:3px 4px;
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #aaa;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    width: 100%;
}*/



.ori-width-300
{
 width: 300px;
}

.ori-decimal-control {

    text-align:right;
}

.ori-check-box {
  display: block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top:4px;
  padding-bottom:16px;
}

table .ori-check-box {
  margin-top:-8px;
}

/* hide default checkbox */
.ori-check-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0px;
  width: 0px;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: gainsboro;
  margin-top:4px;
}

/* On mouse-over, add a grey background color */
.ori-check-box:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.ori-check-box input:checked ~ .checkmark {
  background-color: darkseagreen;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.ori-check-box input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.ori-check-box .checkmark:after {
 left: 6px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ori-radio-wrapper
{
    padding-top:8px;
    padding-bottom:8px;
}

.ori-radio-button {
  display: inline;
  position: relative;
  padding-left: 28px;
  margin-right: 4px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top:4px;
  padding-bottom:4px;
 }

/* Hide the browser's default radio button */
.ori-radio-button input {
 position: absolute;
  opacity: 0;
  cursor: pointer;
 
 }

/* Create a custom radio button */
.radio-check {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: gainsboro;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.ori-radio-button:hover input ~ .radio-check {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.ori-radio-button input:checked ~ .radio-check {
  background-color: darkseagreen;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-check:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.ori-radio-button input:checked ~ .radio-check:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.ori-radio-button .radio-check:after {
 	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.ori-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  padding-top:4px;
  margin-bottom:-4px;
}

.ori-switch input { 
 display :none;
}

.ori-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color:tomato;
  -webkit-transition: .4s;
  transition: .4s;
}

.ori-slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}


input:checked + input[type="hidden"] + .ori-slider, input:checked + .ori-slider {
  background-color:seagreen;
}

input:focus + input[type="hidden"] + .ori-slider,input:focus + .ori-slider {
  box-shadow: 0 0 1px seagreen;
}

input:checked + input[type="hidden"] + .ori-slider:before,input:checked + .ori-slider:before {
  -webkit-transform: translateX(19px);
  -ms-transform: translateX(19px);
  transform: translateX(19px);
}

/* Rounded sliders */
.ori-slider.round {
  border-radius: 34px;
}

.ori-slider.round:before {
  border-radius: 50%;
}

 .ori-fileupload-wrapper
        {
            border:1px solid grey;
            border-radius:4px;
            padding:0;
        }

        .ori-fileupload-btn{
            position: relative;
            background-color:palegreen;
            padding:4px 8px;
            margin:0;
            color:black;
            border:none;
            outline:none;
            width:120px;

        }

       .ori-fileupload-btn:hover{
            background-color:green;
            color:white;
        }

      .ori-fileupload-input-hover {
           background-color:green;
           color:white;
           
      }
      .ori-fileupload-input-disabled {
           background-color:gray!important;
           color:black!important;
      }

       .ori-fileupload-input,.ori-fileupload-input-multiple{
           width:120px;
           position:absolute; 
           overflow:hidden;
           opacity:0;
           cursor:pointer;
       }
        
        .ori-fileupload-text{
            border:none;
             padding:3px 8px;
             outline:none;
             font-size:12px;
             color:grey;
             width:200px;
        }

.invalid-range-flag
{
 border:1px solid red!important; 
}

.ori-shortcut-link
{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color:blue;
    cursor:pointer;
    margin-right:4px;
    margin-left:2px;
    text-decoration:none;
}
.ori-shortcut-link-spcl
{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color:darkred;
    cursor:pointer;
    margin-right:4px;
    margin-left:2px;
    text-decoration:none;
}

.ori-shortcut-link:hover,.ori-shortcut-link-spcl:hover
{
color:darkviolet;
}


.ori-accordion{
    margin-top:4px;
    margin-bottom:4px;
}

.ori-Profile-image
{
height:150px;
width:150px;
}
.ori-signature-image
{
height:60px;
width:160px;
}
.ori-signature-image-short
{
height:30px;
width:90px;
}

 .ori-image-upload{
     margin-top:6px;
     margin-bottom:6px;
     font-size:12px;
 }
.ori-blank-space {
    display: block;
}

.ori-form-panel {
    width: 96%;
    padding-left: 0;
    padding-right: 0;
    margin: auto;
    font-size:12px;
   background-color:white;

}

.ori-form-grid {
    padding-left: 0;
    padding-right: 0;
    margin-top:0;
    font-size:12px;
    background-color:white;
}

.ori-form-panel-big {
    width: 80%;
    padding-left: 0;
    padding-right: 0;
    margin: auto;
    margin-top:10px;
    font-size:12px;
    background-color:white;
}

.ori-form-panel-medium {
    width: 60%;
    padding-left: 0;
    padding-right: 0;
    margin: auto;
    margin-top:10px;
    font-size:12px;
    background-color:white;
}

.ori-form-panel-small {
    width: 40%;
    padding-left: 0;
    padding-right: 0;
    margin: auto;
    font-size:12px;
     margin-top:10px;
     background-color:white;
}
.ori-form-panel-tiny {
    width: 30%;
    padding-left: 0;
    padding-right: 0;
    margin: auto;
    font-size:12px;
     margin-top:10px;
     background-color:white;
}



.ori-pop-small
{
   width: 40%;
   margin: auto;
}
.ori-pop-medium
{
    width: 75%;
   margin: auto;
}
.ori-pop-large
{
   width: 96%;
   margin: auto;
}
.ori-rpt-grid-size
{
    max-width:96vw!important;
    min-height:56.8vh;
}


.ori-form-group-heading
{
padding:0px;
margin:0px; 
padding-bottom:4px; 
font-size:14px; 
font-weight:bold;
color:darkmagenta;
}

.ori-menu-item {
    width: 100%;
    text-align: left !important;
}


.ori-height-medium {
    min-height: 30px;
}
.ori-height-small {
    min-height: 24px;
}

.ori-responsive {
    margin-top: 8px;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    overflow-x:auto;
}
.ori-responsive-pad-0 {
    margin-top: 8px;
    width: 100%;
   
}
.ori-edit-link {
    color: blueviolet;
    text-decoration: none;
    text-align: center;
}


.ori-delete-link {
    color: orangered;
    text-decoration: none;
    text-align: center;
}

table.grid-table tr:hover .ori-delete-link,table.ori-report-table tr:hover .ori-delete-link {
    color: white;
}

table.grid-table tr:hover .ori-edit-link, table.ori-report-table tr:hover .ori-edit-link{
    color: white;
}

.ori-hidden {
    display: none;
}

.ori-grid-table,.ori-report-table {
    margin: 0;
    border-collapse: collapse;
    font-size: 11px;
}

.ori-data-table
{
font-size: 12px;
border-collapse:collapse;
border-spacing:0;
width:100%;
/*display:table*/
}

.ori-data-table th 
{
 padding-bottom: 4px;
 padding-top: 4px;
 background-color:whitesmoke;
 text-align:left;
}
.ori-data-table tr { min-height: 36px;} 
.ori-data-table td 
{
 padding-bottom: 4px;
 padding-top: 4px;
 border-top:1px solid #ddd
}
.ori-data-table tr:hover { background-color:whitesmoke;} 
.ori-grid-table-fixed {
    margin: 0;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 11px;
}


    .ori-grid-table th,.ori-report-table th {
        padding-bottom: 4px;
        padding-top: 4px;
        text-align: left;
        /*background-color: paleturquoise;
        color: black;*/
         background-color:teal!important;
        color: white!important;
        font-size:11px;
    }

 .ori-grid-table-fixed th {
        padding-bottom: 4px;
        padding-top: 4px;
        text-align: left;
        /*background-color: paleturquoise;
        color: black;*/
         background-color:teal;
        color: white;
        position: sticky;
        top: 0;
        z-index: 2;
        font-size:11px;
    }

.ori-grid-table td, .ori-grid-table th, .ori-grid-table-fixed td, .ori-grid-table-fixed th, .ori-report-table th, .ori-report-table td {
    border: 1px solid #ddd;
    padding-left: 4px;
    padding-right: 4px;
}

 .ori-report-table td {
        background-color:white;
    }

    .ori-grid-table tr, .ori-grid-table-fixed tr,.ori-report-table tr {
         height: 24px;
         color:black;
       
    }
    .ori-grid-table .ParentGridRow
    {
        font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight:600;
        color:blueviolet;
        font-size: 12px;
    }
      .ori-report-table tr:hover td {
       background-color:grey;
       color:white;
    }
    
.ori-grid-no-data,.ori-report-no-data {
 font-size: 16px;
 color: tomato;
}
    .ori-report-no-data:hover
     {
       background-color:white!important;
      color: tomato!important;
    }

 .ori-report-total
 {
font-weight:bold;
 color:dimgray;
 }

 .ori-grid-table .ori-check-box{
  padding-top:14px;
}

.ori-grid-table .checkmark {
  height: 18px;
  width: 18px;
  background-color: gainsboro;
}

.ori-grid-table .ori-check-box .checkmark:after {
  left: 6px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} 

.gvbDelete {
    color: red;
}

    .gvbDelete:hover {
        background-color: red;
        color: white;
    }

.ori-date-control {
    padding-right: 40px;
}

.ori-mandatory-date {
    padding-right: 20px;
}

.ori-date-clear {
    margin-right: 20px;
    color: gray;
    padding: 0 4px 0 4px;
}

    .ori-date-clear:hover {
        color: orangered;
        cursor: pointer;
    }

.ori-date-view {
    color: gray;
   padding: 8px;
}

     .ori-date-view:hover,.ori-search-view:hover {
        color: dodgerblue;
        cursor: pointer;
    }

.ori-search-control {
    padding-right: 44px;
}
  .ori-search-view {
    background-color:lightgray;
    color:black;
    padding: 7px;
    margin-right:1px;
    
}

.ori-tooltip {
 position: relative;
}

.ori-tooltip .tooltiptext {
  visibility: hidden;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 2;
  bottom: 125%;
  left: 50%;
  opacity: 0;
  transition: opacity 0.3s;
}

.ori-tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.ori-tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
    /* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

.ori-modal{
    z-index:3;
           display:none;
           padding-top:100px;
           position:fixed;
           left:0;
           top:0;
           width:100%;
           height:100%;
           overflow:auto;
           background-color:rgb(0,0,0);
           background-color:rgba(0,0,0,0.9)

}

 .ori-file-viewer
 {
    text-align:center;
    height:80px;
    width:80px;
    padding:0;
 }
 .ori-file-view-item
 {
    height:78px;
    width:100%;
 }

   .ori-file-view-remove-btn
    {
       display:none;
       z-index:2000;
    }

    .ori-file-viewer:hover
    {
        cursor:pointer;
    }

   .ori-file-viewer:hover .ori-file-view-remove-btn
    {
       margin-top:-26px;  
       display:block;
       position:relative;
       
    }

  


.multi-spinner-container {
  width: 120px;
  height:120px;
  position: relative;
  overflow: hidden;
  top:40%;left:46%;
}

.multi-spinner {
  box-sizing:unset;
  position: absolute;
  width: calc(100% - 9.9px);
  height: calc(100% - 9.9px);
  /*border: 5px solid transparent;*/
  border: 4px solid transparent;
  border-top-color: aqua;
  border-radius: 50%;
  -webkit-animation: spin 5s cubic-bezier(0.17, 0.49, 0.96, 0.76) infinite;
  animation: spin 5s cubic-bezier(0.17, 0.49, 0.96, 0.76) infinite;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}




@media (min-width: 1400px) and (max-width: 1920px) {
  
 .ori-main-container
 {
     max-height:89.7vh;
 }
    /*.ori-page-content {
       min-height: 651px;
    }*/
}

@media (max-height: 768px) {
  
 /*.ori-main-container
 {
     max-height:580px;
 }
   .ori-page-content {
       min-height: 558px;
    }*/
 .ori-rpt-grid-size
{
    min-height:52vh;
}

}





@media (min-width: 1281px) {
  
 
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
 
  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
 
  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  

  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
    /*for mobile devices only*/
    
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 767px) {
  
.ori-le-login-video-wrap h1 { font-size: 20px;letter-spacing: 1px;}

 .ori-font-heading {
        font-size: 16px;
    }

    .ori-font-grid-heading {
        font-size: 14px;
    }

    .ori-pad-top-50 {
        padding: 10px;
    }

    .ori-msg-box {
        width: 80% !important;
        margin: auto;
    }

    .ori-blank-space {
        display: none;
    }

    .ori-form-panel,.ori-form-panel-big {
        width: 96%;
    }

    .ori-label {
     width:100%;
  }
  .ori-form-panel-medium,.ori-form-panel-small,.ori-form-panel-tiny
  {
       width:96%;
  }

  .ori-grid-btn-tooltip .tooltiptext::after {
    top: 14px;
}
    .ori-grid-btn-tooltip .tooltiptext {
        width:350px;
    }

    .ori-check-box {
        padding-bottom:8px;
    }
    .ori-radio-wrapper
{
    padding-top:0px;
    padding-bottom:16px;
}
}