/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
    height: 100%;
    font-family: Lato;
    text-align: -webkit-center; /*this brings the page body to center in chrome browser*/
    text-align: -moz-center; /*this bring the page body to center in firefox browser*/
}

div.List::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;   
}



div.List::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

/*---------------------------------------------*/
a {
    font-family: Lato;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

a:focus 
{
	outline: none !important;
}

    a:hover 
    {
        text-decoration: none;
        /*color: #57b846; -- green*/
        color: #cc5358;
    }

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-family: Lato;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

.lookuplist {
    width:inherit;
    
    font-family: Calibri;
    font-size: 14px;
    font-weight: 600;
    line-height: 2.5;
    padding-left:0px;
    margin: 0px;
    white-space: nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    align-content:baseline;
}


ul, li {
    margin: 0px;
    list-style-type: none;
}


/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus 
{
  border-color: transparent !important;
}

.textAreaDescription 
{
    outline: none;
    border: none;    
}
textAreaDescription:focus, input:focus 
{
    border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #999999; }
input:-moz-placeholder { color: #999999; }
input::-moz-placeholder { color: #999999; }
input:-ms-input-placeholder { color: #999999; }

textarea::-webkit-input-placeholder { color: #999999; }
textarea:-moz-placeholder { color: #999999; }
textarea::-moz-placeholder { color: #999999; }
textarea:-ms-input-placeholder { color: #999999; }

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
  font-family: Lato;
  font-size: 13px;
  line-height: 1.5;
  color: #999999;
}

.txt2 {
  font-family: Lato;
  font-size: 13px;
  line-height: 1.5;
  color: #666666;
}


/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
    width: 100%;
    margin: 0 auto;
    align-content: center;
    align-items: center;
    justify-content: center;
    align-self:center;
    text-align:center;
}

.container-login100 {
    width: 100%;
    height: 100%;
    min-height: 79vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #9053c7;
    background: -webkit-linear-gradient(-135deg, #c850c0, #4158d0);
    background: -o-linear-gradient(-135deg, #c850c0, #4158d0);
    background: -moz-linear-gradient(-135deg, #c850c0, #4158d0);
    /*background: linear-gradient(-135deg, #e42a31, #cc5358);*/
    /*background: linear-gradient(-135deg, #cc5358, #cc5358);*/ /* without gradient*/
    background-image: linear-gradient(#E42A31, #cc5358); /*PT red - #E42A31*/
    /* linear-gradient(rgb(212, 207, 207), #f2f2f2); */
    align-content: center;
    align-items: center;
    text-align: center;
    vertical-align: middle;
}

.container-login100Landing {
    width: 100%;
    min-height: 90vh; /* avoid vertical scrollbar */
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #9053c7;
    background: -webkit-linear-gradient(-135deg, #c850c0, #4158d0);
    background: -o-linear-gradient(-135deg, #c850c0, #4158d0);
    background: -moz-linear-gradient(-135deg, #c850c0, #4158d0);
    background: linear-gradient(-135deg, #e42a31, #cc5358);
}


.wrap-login100 
{
    width: 960px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 60px 95px 33px 95px; /* top right bottom left*/
}


.wrap-login101 {
    width: 450px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 60px 130px 33px 84px; /* top right bottom left*/
}

.wrap-login100Landing {
    width: 95%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*padding: 177px 130px 33px 95px;*/
    padding: 50px 50px 50px 50px; /* top right bottom left*/
}

.wrap-login100a {
    width: 1200px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 25px 25px 25px 25px;
}


/*------------------------------------------------------------------
[  ]*/
.login100-pic {
  width: 316px;
}

.login100-pic-a {
    width: 600px;
}

.login100-pic img {
  max-width: 100%;
}

.login100-pic-a img {
    max-width: 100%;
}

/*------------------------------------------------------------------
[  ]*/
.login100-form 
{
  width: 316px;
}

.login100-form-a {
    width: 450px;
    height:700px;
}

.login100-form-title {
  font-family: Lato;
  font-size: 24px;
  color: #333333;
  line-height: 1.2;
  text-align: center;

  width: 100%;
  display: block;
  padding-bottom: 54px;
}


/*---------------------------------------------*/
.wrap-input100 {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 10px;
}

.input100 {
  font-family: Lato;
  font-size: 15px;
  line-height: 1.5;
  color: #666666;

  display: block;
  width: 100%;
  background: #e6e6e6;
  height: 50px;
  border-radius: 25px;
  padding: 0 30px 0 68px;
}

.checkbox100 {
    font-family: Lato;
    font-size: 10px;
    line-height: 1.5;
    color: #666666;
    display: block;
    background: #e6e6e6;
    height: 22px;
    width:22px;
    border-radius: 25px;
    padding: 0 0 0 0; /* top right bottom left */
    /*float: left;*/
    /*text-align: right;*/
}

.login-label1 {
    font-family: Lato;
    font-size: 14px;
    /*float: right;*/
    /*text-align:left;*/
    padding: 0 0px 0 14px; /* top right bottom left */
}


.tdLoginRememberMeChkBx 
{
    width: 17%;
}

.tdLoginRememberMeLabel 
{
    width: 83%;
}

.login-label2 
{
    font-family: Lato;
    font-size: 14px;
    padding: 0 0px 0 0; /* top right bottom left */
}


.tdLoginForgotUsPwdLabel 
{
    width: 100%;
    padding-top:10px;
    text-align:center;
}

.tdLoginForgotUsPwdDialog 
{
    padding: 5px 5px 5px 5px;
    margin: 2px 2px 2px 2px;
    background-color: #cc5358;
    border: 0px solid red;
    color: white;
    font-size: 14px;
    font-family: Lato;
}

.tdLayoutFooter
{
    font-family:Lato;
    font-size: 10px;
    color: #666666;
    text-align:center;
}

.tdLayoutFooterLine1 
{
    font-family: Lato;
    font-size: 10px;
    color: #666666;
    text-align: center;
}

.FooterLink1 
{
    color: #0366d6;
    font-size: 12px;
}


.footerLayoutCopyright 
{
    font-size: 12px;
}

/*------------------------------------------------------------------
[ Focus ]*/
    .focus-input100 {
        display: block;
        position: absolute;
        border-radius: 25px;
        bottom: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        box-shadow: 0px 0px 0px 0px;
        color: rgba(87,184,70, 0.8);
    }

.input100:focus + .focus-input100 {
  -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
  animation: anim-shadow 0.5s ease-in-out forwards;
}



/* the style on the login page for the email and password fields*/
.symbol-input100 {
    font-size: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 35px;
    pointer-events:none; /* this supresses click events on the client side - javascript functions*/
    color: #666666;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.symbolpassword-input100 {
    font-size: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: right;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-right: 25px;
    pointer-events:all; /* this does NOT supresses click events on the client side - javascript functions*/
    color: #666666;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.input100:focus + .focus-input100 + .symbol-input100 + .symbolpassword-input100 {
    color: #57b846;
    padding-left: 28px;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn 
{
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 10px;
}

.login100-form-btn {
  font-family: Lato;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;

  width: 100%;
  height: 50px;
  border-radius: 25px;
  background: #57b846;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn:hover {
  background: #333333;
}
/*177px 90px 33px 85px*/


.labelForm
{
    font-family:Lato;
    font-size:14px;
    text-align:right;
    display:block;
}

.labelSearch {
    font-family: Lato;
    font-size: 14px;
    text-align: right;
    display: block;
}

.tdSearchForm 
{
    font-family: Lato;
    font-size: 14px;
    text-align: right;
    display: block;
}

.viewitemlink 
{
    color: #0366d6;
    font-size: 14px;
    font-weight: bold
}


.tdTimeEntryInput {
    vertical-align: top;
    text-align: center;
    align-content: center;
    align-items: center;
    max-width: 400px;
}

.formlabel1{
    display:contents;
    font-family: Lato;
    font-weight: bolder;
}

.formlabel2 {
    display: contents;
    font-family: Lato;
    font-size:22px;
    color: black;
}


/*[ Slider button ]
/*----------------------------------------------------------------- /**/
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 100px; /*slider width*/
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #57B846;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(60px);
    -ms-transform: translateX(60px);
    transform: translateX(60px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }



/*[ Slider button ]
----------------------------------------------------------------- /**/



/*[ Slider button - small ]
/*----------------------------------------------------------------- /**/
/* The switch - the box around the slider */
.switch1 {
    position: relative;
    display: inline-block;
    width: 60px; /*slider width*/
    height: 20px;
}

    /* Hide default HTML checkbox */
    .switch1 input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider1 {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #57B846;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider1:before {
        position: absolute;
        content: "";
        height: 12px;
        width: 12px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider1 {
    background-color: #2196F3;
}

input:focus + .slider1 {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider1:before {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
}

/* Rounded sliders */
.slider1.round {
    border-radius: 20px;
}

    .slider1.round:before {
        border-radius: 50%;
    }



/*[ Slider button - small ]
----------------------------------------------------------------- /**/

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button 
{
    height: auto
}

input[type=search] 
{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}


.inputDecimal
{
    height: 20px;
    border:0px;
    width:60px;
    text-align:center;
}

.inputDecimal[type=number]::-webkit-inner-spin-button,
.inputDecimal[type=number]::-webkit-outer-spin-button
{
    height:0px;
}
    
    
    input[type=search] {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-appearance: textfield
    }

.starttimer
{
    font-family:Lato;
    font-size:25px;
    color:white;
}

/*------------------------------------------------------------------
[ Rounded corners ]*/
#rcorners1 {
    border-radius: 5px;
    background: none; /*#73AD21*/
    border: 1px solid #cdc4c4;
    padding: 2px;
    width: 200px;
    height: 30px;
}

#rcorners2 {
    border-radius: 25px;
    border: 2px solid #73AD21;
    padding: 20px;
    width: 200px;
    height: 150px;
}

#rcorners3 {
    border-radius: 25px;
    background: url(paper.gif);
    background-position: left top;
    background-repeat: repeat;
    padding: 20px;
    width: 200px;
    height: 150px;
}

#rcorners4 
{
    border-radius: 10px;
    background: #73AD21;
    padding: 20px;
    width: 80%;
    height: 55px;
}

#rcorners5 {
    border-radius: 5px;
    background: none; /*#73AD21*/
    border: 1px solid #cdc4c4;
    padding: 2px;
    width: 65px;
    height: 30px;
}
/*------------------------------------------------------------------
[ Rounded corners ]*/


/*------------------------------------------------------------------
[ Responsive ]*/
@media (max-width: 576px) 
{
    .wrap-login100 {
        padding: 50px 15px 33px 15px; /*top right bottom left*/
    }
    .wrap-login101 {
        padding: 50px 15px 33px 15px; /*top right bottom left*/
        width: 100%;
    }


    .container-login100 {
        width: 100%;
        min-height: 60vh;
    }

}


    @media (max-width: 90%) {
        .wrap-login100Landing {
            /*padding: 100px 15px 33px 15px;*/
            padding: 50px 50px 50px 50px; /* top right bottom left*/
        }
    }

    @media (max-width: 700px) {
        .wrap-login100a {
            padding: 25px 25px 25px 25px;
        }
    }
    /*------------------------------------------------------------------
[ Alert validate ]*/
    .validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: white;
  border: 1px solid #c80000;
  border-radius: 13px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  pointer-events: none;

  font-family: Lato;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 13px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

/* works for the responsive banner image size*/
.responsive {
    width: 90%; 
    max-width: 500px;
    height: auto;
}

.loginLogoresponsive 
{
    width: 100%;
    max-width: 500px;
    height: auto;
}

    .tableTopNavigation {
        display: inline-block;
        border: 0px solid magenta;
        border-collapse: separate;
        border-spacing: 0 5px;
        width: 650px;
        text-align: center;
        align-items: center;
        align-content: center;
        vertical-align: middle;
    }

.divbodytop {
    background-color: #f7f4f4; /* gradient transitions for background */
    /*color: #f7f4f4*/
}

.RecordHeader {
    height: 550px;
    width: inherit;
    padding: 1px;
}

.List {
    height: 500px;
    width: inherit;
    overflow: auto;
}

.tdpageheader1 {
    width: 100%;
    border: 0px solid green;
    /*background-image: linear-gradient(rgb(212, 207, 207), #f2f2f2); */ /* original gradient transitions for background */
    background-image: linear-gradient(#f2f2f2, #f2f2f2);
    /*background-color: #f2f2f2;*/
    /*color: rgb(212, 207, 207)*/
}


.tdHeaderInactive {
    /*background-color: rgb(229, 229, 229*/
    font-family: Lato;
    font-size: 25px;
    font-weight: 400;
    color: #666666;
    text-align: left;
    vertical-align: middle;
    width: 200px;
    height: 50px;
    padding-left: 15px;
}

.tdHeaderCurrent 
{
    /*background-color: rgb(229, 229, 229);*/ /*light grey*/
    font-family: Lato;
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    vertical-align: middle;
    /*width: 200px;*/
    height: 50px;
    color: rgb(104, 101, 101);
    padding-left:10px;
}

.tdAddandSave 
{
    /*background-color: rgb(229, 229, 229);*/ /*light grey*/
    font-family: Lato;
    font-size: 20px;
    font-weight: 900;
    text-align: left;
    vertical-align: middle;
    /*width: 200px;*/
    height: 50px;
    color: rgb(104, 101, 101);
    padding-left: 10px;
}

.tableSearchFilterButtons {
    border-collapse: separate;
    align-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    width: 400px;
    border: 0px solid red;
}

.tdSearchFilterButtons {
    display:inline-block;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    align-content: center;
    border: 0px solid black;
    max-width:125px;
}

.tdLandingPageButton {
    background: rgb(252, 250, 250); /*rgb(229, 229, 229);*/ /*linear-gradient(rgb(212, 207, 207), #f2f2f2);*/
    font-family: Lato;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    vertical-align: middle;
    width: 200px;
    height: 100px;
    border: 0px solid white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.tdLandingPageButtonWithBase {
    background-color: rgb(252, 250, 250);
    font-family: Lato;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    vertical-align: middle;
    width: 200px;
    height: 60px;
    border: 0px solid green;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.tdLandingPageButtonBase {
    background-color: #0e9f3a; /* green - #3dcc15; */ /* green - #f7f7f7 */
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    color: white;
    text-align: center;
    vertical-align: middle;
    width: 200px;
    height: 40px;
    border: 0px solid green;
}

.tableOuterListRecord 
{
    width: 700px;
    text-align: center;
}

.tdSearchCriteria {
    width: 700px;
    text-align: right;
    padding-top: 20px;
    padding-bottom: 20px;
}

.tdSearchCriteria2 {
    width: 700px;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
}


.tdOuterListRecord {
    width: 650px;
    text-align: center;
    padding-left:5px;
}

.tableInnerListRecord {
    width: 350px;
    text-align: center;
    border-bottom: 1px solid grey;
    table-layout: fixed; /* enforce text overflow as ellipsis */
}

.tdInnerOuterListRecord {
    width: 350px;
    text-align: left;
}
.tdInnerOuterListRecordLine1 
{
    width: 650px;
    text-align: left;
    font-family: Lato;
    font-size: 12px;
    font-weight: bold;
    /* enforce text overflow as ellipsis */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* enforce text overflow as ellipsis */
}

.tdInnerOuterListRecordLine2 
{
    width: 100px;
    text-align: left;
    font-family: Lato;
    font-size: 12px;
    font-weight: normal;
    text-overflow: ellipsis;
}

.tdInnerOuterListRecordLine4 
{
    width: 150px;
    text-align: left;
    font-family: Lato;
    font-size: 12px;
    font-weight: normal;
    text-overflow: ellipsis;
}

.tdInnerOuterListRecordLine5 
{
    width: 375px;
    text-align: left;
    font-family: Lato;
    font-size: 12px;
    font-weight: normal;
    text-overflow: ellipsis;
}

.tdInnerOuterListRecordLine3 
{
    width: 650px;
    text-align: left;
    font-family: Lato;
    font-size: 12px;
    /* enforce text overflow as ellipsis */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* enforce text overflow as ellipsis */
}

.tdButtonListRecord {
    width: 50px;
    text-align: center;
    vertical-align:middle;
}

.tableLandingLevel1 {
    text-align:right;
    border:0px solid red; 
    width:100%;
    height:100%;
}

.tableLandingLevel2 {
    border: 0px solid black;
    border-collapse:initial;
    border-spacing: 10px 15px;
    text-align:"center";
}


    .tableLandingLevel3 {
        text-align: right;
        align-items: end;
        border: 0px solid red;
        width: 200px;
        height: 100px;
        padding: 10px 10px 10px 10px;
    }


    .tableLandingLevel4 {
        border: 0px solid red;
        width: 100%;
        height: 100%;
        width: 200px;
        height: 100px;
        max-width: 200px;
    }

.trLandingLevel2 {
    display:normal;
    margin-bottom: 0px;
}

.tdLandingLevel1 {
    width: 100%;
    margin: 5px;
    border: 0px solid magenta;
    text-align: center;
}

    .tdLandingLevel2 {
        width: 50%;
        border: 0px solid black;
        border-collapse: separate;
        text-align: right;
        vertical-align: middle;
        width: 200px;
        height: 100px;
    }


    .tdLandingLevel3 {
        width: 100%;
        border: 0px solid black;
        border-collapse: separate;
        text-align: right;
        vertical-align: middle;
        width: 200px;
        height: 100px;
    }

.imgLanding {
    width: 20%;
}


/* the main classes for header, header button panel and main body*/
/* 1. header - wwwroot/Styles/style.css*/
/*2. headerbuttonTable - wwwroot/Styles/style.css*/
/*3. tableLayout - wwwroot/css/main.css*/
/* 4. footer - wwwroot/Styles/style.css */
.tableLayout 
{
    background-color: #f2f2f2; /*light grey*/
    border: 0px solid red;
    width: 81%;
    height: 80%;
    width: "90%";
    cellspacing: "7";
    cellpadding: "7";
    align: "center";
    valign: "top";
    text-align: center;
    text-align:center;
}

/*  the red border for the form area */
.tdLayout 
{
    border: 2px solid #cc5358; /*PT P|T - red  #cc5358 #e42a31- for gradient*/
    background-color: #f2f2f2; /*light grey*/
    vertical-align:middle;
}

.tablepagelevel1 {
    border: 0px solid red;
    width: 100%;
    height: 100%;
    /*background-color: rgb(229, 229, 229);*/
    /*background-image: linear-gradient(rgb(212, 207, 207), #f2f2f2);*/ /* gradient transitions for background */
}

.tablepagelevel2 {
    border: 0px solid red;
    width: 70%;
    height: 100%;
}

.tablepagelevel3 {
    border: 0px solid red;
    height: 100%;
}


.tdLabelForm
{
    width:20%;
    text-align:left;
    padding-left:5px;
}

.tdLabelForm1 {
    width: 20%;
    text-align: left;
    padding-left: 5px;
    vertical-align: top;
}

.tdButtonForm {
    padding-bottom: 5px;
    padding-top: 20px;
}

.tdInputForm {
    width: 80%;
    padding-bottom: 5px;
}


.tdInputFormColSpan {
    width: 80%;
    padding:5px 0px 0px 0px; /* top right bottom left */
}

.tdDurationHHMM
{
    width:200px;
}

.tdDurationDecimals 
{
    width: 65px;
}

.tdDecimalReadable {
    text-align: left;
}

.tdHHMMReadable {
    text-align: left;
}


.tdViewFormDisplay {
    width: 30%;
    text-align: left;
    font-weight: 900;
}

.tdInputWithSearchForm {
    width: 80%;
    padding-right: 5px;
}

.tdInputSearchForm {
    width: 20%;
    padding-left: 5px;
}

.trForm {
    height: 50px;
    padding: 5px 0px 5pc 0px;
}

.tdGridHeader1 
{
    /*background-color: rgb(177, 169, 169);*/
    background-image: linear-gradient(#E42A31, #E42A31); /*PT red - #E42A31*/
    font-family: Lato;
    font-size: 28px;
    font-weight: bold;
    color: white;
    padding-left: 5px;
}

.tdGridHeader2 
{
    background-color:rgb(212 171 171); /* rgb(177, 169, 169) */
    font-family: Lato;
    font-size: 24px;
    font-weight: normal;
    padding-left: 5px;
}

.tdGridDataRow0 {
    background-color: rgb(236, 231, 231);
    font-family: Lato;
    font-size: 18px;
    font-weight: bold;
    padding-left:20px;
}

.tdGridDataRow1 {
    background-color: rgb(236, 231, 231);
    font-family: Lato;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}



.tdGridDataRow2 {
    background-color: rgb(236, 231, 231);
    font-family: Lato;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

.tdGridDataRow3 {
    background-color: rgb(236, 231, 231);
    font-family: Lato;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    max-width:32px;
    padding-bottom:10px;
}

.tdGridDataRow4 {
    background-color: rgb(236, 231, 231);
    font-family: Lato;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}

.tdGridDataRowImage {
    background-color: rgb(236, 231, 231);
    text-align: center;
}

.tableFilterListing {
    display: inherit;
    /*border-collapse: separate;*/
    /* position: inherit; */
    /*float: inherit;*/
    text-align: center;
    vertical-align: top;
    border-radius: 15px;
    border: 1px solid #cc5358; /* PT red */
    margin: 0px 0px 0px 0px; /* top right bottom left */
    padding: 0px 0px 0px 0px; /* top right bottom left */
}

.tdSearchCriteriaHeading 
{
    font-family: Lato;
    font-size: 18px;
    color: rgb(104, 101, 101);
    font-weight:400;
    padding:5px;
}

.imgGridRow1 {
    width: 30%;
}


.tdLocalization {
    text-align: right;
    padding-right: 2px;
}

.tdHeaderButtons {
    vertical-align: top;
    text-align: right;
}

.imageContact{
    margin-left:40px;
}
/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
    font-family: Lato;
}

@font-face {
    font-family: Lato;
}

@font-face {
    font-family: Lato;
}

@font-face {
    font-family: Lato;
}


@-webkit-keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 70px 25px;
        opacity: 0;
    }
}

@keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 70px 25px;
        opacity: 0;
    }
}


@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}

@media (min-width:1380px) and (max-width:1450px) {

   .tableFilterListing {
        width: 36%
    }

    .imgGridRow1 {
        width: 50%;
    }
}

@media (min-width:1275px) and (max-width:1380px) {

    .tableFilterListing {
        width: 30%
    }

    .List {
        height: 500px;
        width: inherit;
        overflow: auto;
        width: 656px;
    }

    .tableOuterListRecord {
        width: 625px;
    }

    .tdInnerOuterListRecordLine1 {
        width: 622px;
    }

    .imgGridRow1{
        width: 50%;
    }

    .tdSearchCriteria {
        width: 500px;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .tdSearchCriteria2 {
        padding-top:40px;
    }
}

@media (min-width:900px) and (max-width:1275px) {

    .tableFilterListing {
        width: 85%
    }

    .imgGridRow1 {
        width: 50%;
    }
}

    /* stylesheet changes for responsive web design (sort of a adaptive web design as well) 
    for tables - form factor adjustments - 20200520*/
@media all and (max-width:900px) 
{
        table {
            width: 100%;
            border-collapse: collapse; /* to avoid table white spacing between cells in a table grid*/
            border-bottom: 15px;
            vertical-align: middle;
            text-align: center;
            align-content: center;
            align-items: center;
            max-width: 400px;
        }


        td {
            vertical-align: top;
            text-align: center;
            align-content: center;
            align-items: center;
            max-width: 400px;
            /*
        max-width: 250px;
        border: none;
        position: relative;
        white-space: nowrap;
            */
            /*width: 100%;*/
            /*margin-bottom: 20px;*/
        }

        .tdTimeEntryInput {
            vertical-align: top;
            text-align: center;
            align-content: center;
            align-items: center;
            max-width: 400px;
            width:81%;
        }


        td:before {
            /* Now like a table header */
            position: absolute;
            white-space: nowrap;
        }

        tr {
            display: table-row; /* revert or table row */
            vertical-align: middle;
            text-align: center;
            align-content: initial; /*initial or start or -webkit-auto */
            align-items: center;
            /*margin-bottom: 10px;*/
            margin-left: 1px;
            margin-right: 1px;
            max-width: 400px; /* allows the TD data to align in the middle*/
        }

        button {
            /* margin-bottom: 10px; */
            vertical-align: middle;
            text-align: center;
            align-content: center;
            align-items: center;
            align-self: center;
            /*margin-top:50px;*/
        }

        .tdLocalization
        {
            vertical-align: inherit;
            text-align: right;
            align-content: center;
            align-items: center;
            max-width: 400px;
            padding-right:2px;
            padding-top:2px;
        }

        .tdHeaderButtons {
            vertical-align: top;
            text-align: right;
            align-content: baseline;
            align-items: center;
            max-width: 400px;
        }

        .tableFilterListing{
            width: 75%;
        }

    }
    /* end of changes */
    @media all and (max-width:400px) {
        table {
            max-width: 360px;
        }

        td {
            max-width: 350px;
        }

        tr {
            max-width: 350px; /* allows the TD data to align in the middle*/
        }


        .tableLayout {
            width: 380px;
        }
    }
    /*------------------------------------------------------------------
[ Responsive ]*/
    @media (max-width: 992px) {
        .wrap-login100 {
            /*padding: 50px 90px 33px 85px*/ /*top right bottom left*/
        }

        .wrap-login101 {
            /*padding: 50px 90px 33px 85px*/ /*top right bottom left*/
            width:100%;
        }

        .wrap-login100Landing {
            /*padding: 177px 90px 33px 85px;*/
            padding: 50px 50px 50px 50px; /* top right bottom left*/
        }

        .wrap-login100a {
            padding: 25px 25px 25px 25px;
        }


        .login100-pic {
            width: 35%;
        }

        .login100-pic-a {
            width: 55%;
        }

        .login100-form {
            width: 50%;
        }

        .login100-form {
            width: 50%;
        }
    }

    @media (max-width: 768px) {
        .wrap-login100 {
            /*padding: 100px 80px 33px 80px;*/
        }

        .wrap-login100Landing {
            /*padding: 100px 80px 33px 80px;*/
            padding: 50px 50px 50px 50px; /* top right bottom left*/
        }

        .wrap-login100a {
            padding: 25px 25px 25px 25px;
        }

        .login100-pic {
            display: none;
        }

        .login100-pic-a {
            display: none;
        }

        .login100-form {
            width: 100%;
        }


        .login100-form-a {
            width: 100%;
        }
    }

    /* responsive class for table structure and cells*/
    @media all and (max-width:900px)
    {
        /* override of style class in responsive mode*/
        .tableLandingLevel1 {
            width: 100%;
            display: block;
            text-align: center;
            align-items: center;
            align-content: center;
            vertical-align: middle;
            text-overflow: ellipsis;
        }


        .tableLandingLevel2 {
            width: 100%;
            display: block;
            text-align: center;
            align-items: center;
            align-content: center;
            vertical-align: middle;
            text-overflow: ellipsis;
            padding-top: 10px;
        }

        .tableLandingLevel3 {
            width: 100%;
            display: block;
            text-align: center;
            align-items: center;
            align-content: center;
            vertical-align: middle;
            text-overflow: ellipsis;
            max-height: 60px;
        }

        .tdLandingPageButton {
            display: grid; /* for the TD to aligin into a single column under the table in the responsive mode*/
            width: 100%;
            margin-bottom: 30px;
            text-align: center;
            align-items: center;
            align-content: center;
            vertical-align: middle;
            text-overflow: ellipsis;
        }

        .tdLandingPageButtonBase {
            width: 400px;
            text-overflow: ellipsis;
        }

        .tdLandingPageButtonWithBase {
            height: 90px;
            text-overflow: ellipsis;
            display: grid; /* for the TD to aligin into a single column under the table in the responsive mode*/
            width: 100%;
            text-align: center;
            align-items: center;
            align-content: center;
            vertical-align: middle;
            text-overflow: ellipsis;
            padding-top: 10px;
            padding-bottom: 10px;
        }

        .trLandingLevel2 {
            display: block;
            margin-bottom: 30px;
            max-width: 400px;
            text-align: center;
            align-items: center;
            align-content: center;
            vertical-align: middle;
            text-overflow: ellipsis;
        }

        .tableOuterListRecord {
            width: 388px; /* fixes the time entry listing page border*/
            text-overflow: ellipsis;
        }

        .tdSearchCriteria {
            width: 388px; /* fixes the time entry listing page border*/
            text-overflow: ellipsis;
            margin-top: 20px;
            margin-bottom: 20px;
        }

        .tableTopNavigation {
            width: 340px;
            max-width: 380px;
        }


        .tdInnerOuterListRecordLine1 {
            width: 350px;
            max-width: 350px;
            text-overflow: ellipsis;
        }

        .tableInnerListRecord {
            width: 350px;
            text-overflow: ellipsis;
            max-width: 350px;
        }

        .tdOuterListRecord
        {
            width: 350px;
            text-align: center;
        }

        .tableLayout {
            width: 450px;
        }

        .tablepagelevel1 {
            max-width: 400px;
        }

        .tableSearch {
            height: 40px;
            max-height: 40px;
            padding: 0px 0px 0px 0px;
            text-align: initial;
        }

        .trForm {
            padding: 0px 0px 0px 0px;
            vertical-align: top;
            margin: 0px 0px 0px 0px;
        }


        .tablepagelevel1 .tablepagelevel2 .tdInputWithSearchForm
        .tdInputSearchForm .tableSearch {
            display: block;
            position: relative;
        }

        .tdInputForm
        .tdLabelForm
        .tdButtonForm {
            display: block;
            position: relative;
        }


        .tdInputFormColSpan {
            /*display: block;*/
            position: relative;
            text-align:left;
            font-size:11px;
        }

        tr {
        }

        .tdLayout {
        }

        .tdLabelForm {
            display: inherit;
            max-height: 40px;
        }

        .tdSearchForm {
            display: contents;
        }

        .tableSearchFilterButtons {
            width: 350px;
        }

        .tdInputForm {
            max-height: 60px;
        }

        .tdInputFormColSpan {
            max-height: 60px;
        }

        .tdViewFormDisplay {
            display: inline-grid;
            max-height: 80px;
        }

        .labelForm {
            display: inline-grid;
            max-height: 80px;
            padding: 10px 0px 0px 0px;
        }

        .labelSearch {
            display: inline-grid;
            max-height: 30px;
            padding: 15px 0px 0px 0px;
            margin: 0px 0px 0px 0px;
            font: bold 12px lato;
        }


        textarea {
            min-width: 100px;
            display: block;
        }

        textAreaDescription {
            min-width: 100px;
            display: block;
        }

        .tdLoginRememberMeChkBx {
            width: 20%;
            padding-left: 9px;
        }

        .tdLoginRememberMeLabel {
            width: 80%;
            text-align: left;
            margin-left: 0px;
        }

        .checkbox100 {
            display: inherit;
        }

        .login-label1 {
            padding: 0 0 0 0; /* top right bottom left */
        }



        .tdLayoutFooterLine1 {
            font-size: 7px;
        }

        .tdLayoutFooter {
            font-size: 7px;
        }


        .footerLayoutCopyright {
            font-size: 7px;
        }

        .FooterLink1 {
            font-size: 8px;
        }

        .imageContact {
            margin-left: 0px;
        }

        .text-danger {
            float: left;
        }

        .headerLabel {
            display: contents;
            font-family: Lato;
        }
        .tdAddandSave {
            /*background-color: rgb(229, 229, 229);*/ /*light grey*/
            font-family: Lato;
            font-size: 12px;
            font-weight: 900;
            text-align: left;
            vertical-align: middle;
            /*width: 200px;*/
            height: 50px;
            color: rgb(104, 101, 101);
            padding-left: 10px;
        }

    }

    /* responsive design for tablet view */
    @media (min-width:751px) and (max-width:820px) {
        table {
            max-width: 750px;
        }

        td {
            max-width: 768px;
        }

        tr {
            max-width: 768px; /* allows the TD data to align in the middle*/
        }

        .tableLayout {
            width: 768px;
        }

        .trLandingLevel2 {
            display: block;
            margin-bottom: 30px;
            max-width: 768px;
        }

        .tdLandingPageButton {
            display: grid; /* for the TD to aligin into a single column under the table in the responsive mode*/
            width: 100%;
            margin-bottom: 30px;
        }

        .tdLandingPageButtonBase {
            width: 750px;
        }

        .tdLandingPageButtonWithBase {
            height: 75px;
        }

        .tableFilterListing {
            width: auto;
        }

        .tablepagelevel1 {
            max-width: 768px;
        }

        .tablepagelevel2 {
            border: 0px solid red;
            width: 650px;
            height: 100%;
        }

        .tableInnerListRecord {
            width: 700px;
            text-overflow: ellipsis;
            max-width: 720px;
        }

        .trForm {
            padding: 0px 0px 0px 0px;
            vertical-align: top;
            margin: 0px 0px 0px 0px;
        }

        .tablepagelevel1 .tablepagelevel2 .tdInputForm .tdInputWithSearchForm
        .tdInputSearchForm .tableSearch {
            display: block;
            position: relative;
        }

        .tableLandingLevel2 {
            width: 100%;
            display: grid;
        }

        .imgLanding {
            width: 10%;
        }

    }

    /* responsive desing for landscape view for iphone 6/7/8 plus */
    @media (min-width:700px) and (max-width:750px) {
        table {
            max-width: 750px;
        }

        td {
            max-width: 730px;
        }

        tr {
            max-width: 730px; /* allows the TD data to align in the middle*/
        }

        .tableLayout {
            width: 730px;
        }

        .tableLandingLevel1 {
            width: 100%;
            display: block;
        }


        .tableLandingLevel2 {
            width: 100%;
            display: block;
        }


        .trLandingLevel2 {
            display: block;
            margin-bottom: 30px;
            max-width: 730px;
        }

        .tdLandingPageButton {
            display: grid; /* for the TD to aligin into a single column under the table in the responsive mode*/
            width: 100%;
            margin-bottom: 30px;
        }

        .tdLandingPageButtonBase {
            width: 750px;
        }

        .tdLandingPageButtonWithBase {
            height:75px;
        }

        .tablepagelevel1 {
            max-width: 736px;
        }

        .tablepagelevel2 {
            border: 0px solid red;
            width: 650px;
            height: 100%;
        }

        .tdInnerOuterListRecordLine1 {
            width: 680px;
            max-width: 700px;
            text-overflow: ellipsis;
        }

        .tableInnerListRecord {
            width: 650px;
            text-overflow: ellipsis;
            max-width: 650px;
        }

        .tdOuterListRecord {
            width: 650px;
            text-align: center;
        }

        .trForm {
            padding: 0px 0px 0px 0px;
            vertical-align: top;
            margin: 0px 0px 0px 0px;
        }

        .tablepagelevel1 .tablepagelevel2 .tdInputForm .tdInputWithSearchForm
        .tdInputSearchForm .tableSearch {
            display: block;
            position: relative;
        }

        .imgLanding{
            width:10%;
        }
        .tableFilterListing {
            width: 80%;
        }

   
    }

    /* responsive desing for landscape view for iphone 6/7/8 */
    @media (min-width:600px) and (max-width:700px) {
        table {
            max-width: 650px;
        }

        td {
            max-width: 630px;
        }

        tr {
            max-width: 630px; /* allows the TD data to align in the middle*/
        }

        .tableLayout {
            width: 660px;
        }

        .tableLandingLevel1 {
            width: 100%;
            display: block;
        }


        .tableLandingLevel2 {
            width: 100%;
            display: block;
        }


        .trLandingLevel2 {
            display: block;
            margin-bottom: 30px;
            max-width: 630px;
            vertical-align: middle;
            text-overflow: ellipsis;
        }

        .tdLandingPageButton {
            display: grid; /* for the TD to aligin into a single column under the table in the responsive mode*/
            width: 100%;
            margin-bottom: 30px;
        }

        .tdLandingPageButtonBase {
            width: 650px;
        }

        .tdLandingPageButtonWithBase {
            height: 75px;
        }

        .tablepagelevel1 {
            max-width: 636px;
        }

        .tablepagelevel2 {
            border: 0px solid red;
            width: 650px;
            height: 100%;
        }

        .tdInnerOuterListRecordLine1 {
            width: 600px;
            max-width: 650px;
            text-overflow: ellipsis;
        }

        .imgLanding {
            width: 10%;
        }

        .tableFilterListing {
            width: 80%
        }

  
    }

    /* responsive desing for iphone 6/7/8 */
    @media all and (max-width:400px)
    {
        table {
            max-width: 360px;
        }

        td {
            max-width: 350px; /* controls the width of the input controls to stay within the borders for phone devices with smaller screens*/
        }

        tr {
            max-width: 350px; /* allows the TD data to align in the middle*/
        }


        .tableLayout {
            width: 380px;
        }

        .tablepagelevel1 {
            max-width: 356px; /* extends the top header row background to touch the table border */
        }

        .tableTopNavigation {
            width: 310px;
            max-width: 340px;
        }

        .tableSearchFilterButtons {
            width: 320px;
            max-width: 320px;
        }

        .tableInnerListRecord {
            width: 300px;
            text-overflow: ellipsis;
            max-width: 300px;
        }

        .tdInnerOuterListRecordLine1 {
            width: 300px;
            max-width: 300px;
            text-overflow: ellipsis;
        }

        .tableOuterListRecord {
            width: 100%; /*300px;*/
            max-width: 100%; /*300px;*/
            text-overflow: ellipsis;
        }

        .tdSearchCriteria {
            width: 45%; /*300px;*/
            text-overflow: ellipsis;
            text-align: left;
        }

        .tdSearchCriteria2 {
            width: 50%;
            text-overflow: ellipsis;
            text-align: left;
        }

        .tdGridHeader1
        .tdGridHeader2
        .tdGridDataRow1
        .tdGridDataRow2
        .tdGridDataRowImage 
        {
            display: block;
            position: relative;
        }

        .validateAlways {
            visibility: hidden;
        }

        .tdLoginRememberMeChkBx {
            width: 22%;
            padding-left: 9px;
        }

        .tdLoginRememberMeLabel {
            width: 78%;
            text-align: left;
            margin-left: 0px;
        }

        .checkbox100 {
            display: inherit;
        }

        .login-label1 {
            padding: 0 0px 0 0px; /* top right bottom left */
        }

        .tdLayoutFooterLine1
        {
            font-size: 7px;
        }

        .tdLayoutFooter
        {
            font-size: 7px;
        }

        .footerLayoutCopyright
        {
            font-size: 7px;
        }

        .FooterLink1
        {
            font-size: 8px;
        }
        .viewitemlink 
        {
            font-size: 8px;
            font-weight: bold
        }

        .imageContact {
            margin-left: 0px;
        }


        .form-control{
            width: 85%;
        }

        .tdAddandSave {
            /*background-color: rgb(229, 229, 229);*/ /*light grey*/
            font-family: Lato;
            font-size: 12px;
            font-weight: 900;
            text-align: left;
            vertical-align: middle;
            /*width: 200px;*/
            height: 50px;
            color: rgb(104, 101, 101);
            padding-left: 10px;
        }

        .tdDurationDecimals
        {
            width: 65px;
        }

        .tableFilterListing
        {
            width:99%;
            display: inherit;
            /*border-collapse: separate;*/
            /* position: inherit; */
            /*float: inherit;*/
            vertical-align: top;
            align-content: initial;
            margin: 1px 1px 1px 1px; /* top right bottom left */
        }

    }

