﻿
/*Sticky Side Bar*/

.sticky-container {
    /*background-color: #333;*/
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: -140px;
    top: 30%;
    width: 200px;
}

.sticky li {
    list-style-type: none;
    background-color: lightgray;
    color: #000000;
    height: 33px;
    padding: 0px;
    margin: 0px 0px 1px 0px;
    -webkit-transition: all 0.25s ease-in-out;
    /* -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;*/
    cursor: pointer;
    /*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");*/
    filter: gray;
    /*-webkit-filter: grayscale(100%);*/
}

.sticky li:hover {
    margin-left: -115px;
    /*-webkit-transform: translateX(-115px);
-moz-transform: translateX(-115px);
-o-transform: translateX(-115px);
-ms-transform: translateX(-115px);
transform:translateX(-115px);*/
    /*background-color: #8e44ad;*/
    /*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");*/
    -webkit-filter: grayscale(0%);
}

.sticky li img {
    float: left;
    margin: 5px 5px;
    margin-right: 10px;
}

.sticky li p {
    padding: 0px;
    margin: 0px;    
    line-height: 33px;
}


.Notetag {
    color: maroon;
    font-style: italic;
    font-family: Arial;
    font-size: 12px;
    /* font-weight: bold; */
    padding-bottom: 5px;
    padding-top: 3px;
}


/* Scroll to Top*/

.scrollup {
    position: fixed;
    bottom: 25px;
    right: 1px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.scrollup i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 13px;
    top: 11px;
    font-size: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
}

.scrollup:hover {
    background: rgba(0, 0, 0, 0.9);
    text-decoration: none;
}

.scrollup:hover i {
    text-decoration: none;
    color: #fff;
    top: 5px;
}


/****** LOGIN MODAL ******/
.loginmodal-container {
    padding: 10px;
    max-width: 350px;
    width: 100% !important;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 2px;
    /*box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);*/
    overflow: hidden;
}

.loginmodal-container h1 {
    text-align: center;
    font-size: 1.3em;
}

.loginmodal-container .LoginModelUsername, .LoginModelPassword {
    height: 44px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    /* border-radius: 2px; */
    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.loginmodal-container .LoginModelUsername:hover, .LoginModelPassword:hover {
    border: 1px solid #b9b9b9;
    border-top: 1px solid #a0a0a0;
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal-submit {
    /* border: 1px solid #3079ed; */
    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.1);
    background-color: #4d90fe;
    padding: 5px 30px !important;
    font-size: 14px;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
    /* border: 1px solid #2f5bb7; */
    border: 0px;
    text-shadow: 0 1px rgba(0,0,0,0.3);
    background-color: #357ae8;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
    text-decoration: none;
    color: #666;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    opacity: 0.6;
    transition: opacity ease 0.5s;
}

.WOMYellow {
    background-color: #FEFDD5;
}

.WOMGreen {
    background-color: #D9EACA;
}

.WOMRed {
    background-color: #FED1CF;
}

.k-grid tr td {
    border-bottom: 1px solid white;
}

.greentext {
    color: green;
    font-weight: bold;
}

.redtext {
    color: red;
    font-weight: bold;
}

.required-field:after {
    content: " *";
    color: red;
    font-weight: bold;
    font-size:20px;
}