/* Minification failed. Returning unminified contents.
(451,1): run-time error CSS1019: Unexpected token, found '@import'
(451,9): run-time error CSS1019: Unexpected token, found 'url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic)'
(1454,30): run-time error CSS1046: Expect comma, found '165'
(1454,38): run-time error CSS1046: Expect comma, found '/'
(1464,15): run-time error CSS1030: Expected identifier, found '.'
(1464,32): run-time error CSS1031: Expected selector, found ')'
(1464,32): run-time error CSS1025: Expected comma or open brace, found ')'
(1990,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(1991,10): run-time error CSS1035: Expected colon, found '{'
(2000,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(2001,10): run-time error CSS1035: Expected colon, found '{'
(2222,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(2223,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(2248,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(2249,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

@charset "UTF-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic);

html {
    margin: 0;
    padding: 0;
}

body {
    color: #333;
    font-size: 14px;
    line-height: 1.5em;
    font-family: 'Open Sans', Arial, sans-serif;
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    min-height: 100%;
}

.wrapper {
    background: #d8d8db;
    background: -moz-linear-gradient(top, #d8d8db 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #d8d8db 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #d8d8db 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8db', endColorstr='#ffffff', GradientType=0 );
}

a {
    color: #2372bd;
    outline: none;
    text-decoration: none;
}

    a:link, a:visited, a:active, a:hover {
        color: #2372bd;
    }

    a:hover {
        text-decoration: underline;
    }

header, footer, hgroup, nav, section {
    display: block;
}

mark {
    background-color: rgba(38, 169, 248, 0.2);
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    clear: both;
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    color: black;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

.pagination:before {
    content: "Pages:";
    display: block;
    float: left;
    padding: 5px;
    font-weight: bold;
}

.pagination {
    padding: 0;
    margin: 0 0 10px 0;
    list-style: none;
}

    .pagination li {
        float: left;
        padding: 5px;
    }

        .pagination li.active {
            font-weight: bold;
            text-decoration: underline;
            color: rgb(35, 114, 189);
        }
/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
    border: 4px transparent solid;
}

.wrapper {
    min-height: 100%;
    margin-bottom: -170px;
}

    .wrapper:after {
        content: "";
        display: block;
    }

    footer, .wrapper:after {
        height: 191px;
    }

#body {
    clear: both;
}

.main-content {
}

header {
    background: #fff;
}

.sub_header {
    background: #2372bd none repeat scroll 0 0;
    background: -moz-linear-gradient(left, #2372bd 0%, #26a9f8 100%);
    background: -webkit-linear-gradient(left, #2372bd 0%, #26a9f8 100%);
    background: linear-gradient(to right, #2372bd 0%, #26a9f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2372bd', endColorstr='#26a9f8', GradientType=0 );
    color: #fff;
    padding: 1px 0;
}

header .content-wrapper {
}

footer {
    clear: both;
    background: #2372bd none repeat scroll 0 0;
    background: -moz-linear-gradient(left, #2372bd 0%, #26a9f8 100%);
    background: -webkit-linear-gradient(left, #2372bd 0%, #26a9f8 100%);
    background: linear-gradient(to right, #2372bd 0%, #26a9f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2372bd', endColorstr='#26a9f8', GradientType=0 );
    color: #fff;
    font-size: 11px;
    line-height: 1.2em;
    padding: 20px 0;
    box-sizing: border-box;
    width: 100%;
}

    footer a, .sub_header a, .copyright a {
        color: #fff;
    }

.copyright {
    text-align: right;
}

footer p {
    margin: 0;
    padding: 5px 0;
}

footer td {
    border-color: transparent !important
}

.socialicons {
    float: right;
}

div.socialicons img {
    height: 27px;
    width: 100px;
}

div.about_company img {
    height: 45px;
    width: 170px;
}

.sub_header a {
    line-height: 1.9em;
}


.about_company p {
    font-size: 10.5px
}

.about_company a {
    color: #ffffff
}

.left-column {
    width: 65% !important;
    box-sizing: border-box;
    padding-right: 10px;
}

.right-column {
    width: 35% !important;
    box-sizing: border-box;
    padding-left: 10px;
}

.panel-header input, .panel-header button {
    margin: 8px 15px;
}

/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 10px 0 10px 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: rgba(0, 0, 0, 0) url("../Images/SD_RM_logo_90h.png") no-repeat scroll;
        background-size: contain;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
        width: 380px;
        height: 80px;
        display: block;
    }
/* login
----------------------------------------------------------*/
#login {
    display: block;
    text-align: right;
    padding: 15px 0 5px 0;
    color: #333;
}

.login-title {
    font-size: 24px;
    line-height: 1.3em
}

div.logo-login-panel {
    width: 140px;
    height: 140px;
}

img.logo-login-panel {
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}

#login ul {
    margin: 0;
}

#login li {
    display: inline;
    list-style: none;
    color: #333;
}

    #login li a, #login a {
        color: #333;
        text-decoration: underline;
    }

.inline-form label {
    width: 40%;
    display: inline-block;
}

.inline-form input[type="text"], .inline-form input[type="password"] {
    width: 59%;
    display: inline-block;
}
/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 20px;
    margin: 0;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 35px;
    }

        ul#menu li a {
            background: none;
            color: #333;
            text-decoration: none;
        }

            ul#menu li a:hover {
                color: #2372bd;
                text-decoration: none;
            }
/* page elements
----------------------------------------------------------*/

#computers-grid tr.grid-row {
    height: 32px;
}

.inline-block {
    display: inline-block;
}

.panel {
    display: inline-block;
    background: #fff;
    border-radius: 3px;
    height: auto;
    min-height: 250px;
    max-height: 1126px;
    width: 100%;
    margin-top: 15px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

    .panel.standard {
    height: 573px;
        position: relative;
    }

.panel-header h2 {
    font-size: 18px;
    font-weight: normal;
    padding: 15px;
    margin-block-start: 0px;
    text-align: center;
}

.panel-body {
    padding: 15px 15px 10px 15px;
}

.panel-body-no-pad {
    padding: 0px;
}

.panel-footer {
    padding: 0px 10px 10px 10px;
}

.panel-footer-btn-right {
    margin-left: 100%;
    transform: translateX(-100%);
}

.small-panel {
    display: block;
    background: #fff;
    border-radius: 3px;
    max-height: 555px;
    margin: 0 auto;
    margin-top: 15px;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.small-panel-header h2 {
    font-size: 18px;
    font-weight: normal;
    padding: 0 15px 15px 15px;
}



#loginForm .panel {
    min-height: 300px;
    min-width: 492px;
    overflow: hidden;
}

.line {
    height: 3px;
    background: #2372bd none repeat scroll 0 0;
    background: -moz-linear-gradient(left, #2372bd 0%, #26a9f8 100%);
    background: -webkit-linear-gradient(left, #2372bd 0%, #26a9f8 100%);
    background: linear-gradient(to right, #2372bd 0%, #26a9f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2372bd', endColorstr='#26a9f8', GradientType=0 );
}


/* featured 
.featured {
    background-color: #fff;
}
.featured .content-wrapper {
    background-color: #7ac0da;
    background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
    background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    color: #3e5667;
    padding: 20px 40px 30px 40px;
}
.featured hgroup.title h1, .featured hgroup.title h2 {
    color: #fff;
}
.featured p {
    font-size: 1.1em;
}*/
/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }
/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}
/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }
/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 400;
    margin-bottom: 5px;
}
/* login page */
#registerForm {
    width: 570px;
    margin: 0px auto;
}

#loginForm {
    width: 480px;
    margin: 0px auto;
}

#forgotPassword {
    width: 500px;
    margin: 0px auto;
}

#forgotPasswordLink {
    vertical-align: middle;
    line-height: 2.3em;
}

.login-content {
    margin: 0 auto;
    margin-bottom: 15px;
}

    .login-content .float-right {
        width: 40%;
    }


    .login-content .float-left label {
        display: inline-block;
        vertical-align: middle;
    }

    .login-content .float-left div {
        margin-top: 5px;
    }

    .login-content .float-left input[type='checkbox'] {
        display: inline-block;
        vertical-align: sub;
        margin-right: 5px;
    }

    .login-content .float-right input[type="submit"] {
        width: 100%;
    }

#loginForm .validation-error {
    display: block;
    margin-left: 15px;
}

#loginForm .validation-summary-errors ul {
    margin: 0;
    padding: 0;
}

#loginForm .validation-summary-errors li {
    display: inline;
    list-style: none;
    margin: 0;
}

.registration a {
    color: #fff;
    text-decoration: none;
    box-sizing: border-box;
    border-radius: 3px;
    display: block;
    width: 100%;
    padding: 8px 12px;
    text-align: center;
    background: #faa21d;
}

    .registration a:hover {
        background: #fa721d;
    }

.registration p {
    line-height: 1.2em;
    vertical-align: middle;
}

.login-content .registration .float-right {
}

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
    margin-right: 0px;
}
/* contact */
hr {
    border-color: #eee;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin-bottom: 15px;
    margin-top: 15px;
    clear: both;
    width: 100%;
}

.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}
/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-weight: 600;
}

    label.checkbox {
        display: inline;
        font-weight: normal;
    }

input[type='text'], input[type='password'], textarea, select, input[type='time'] {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 14px;
    margin:0;
    padding: 8px 12px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

input[type='text'], input[type='password'], select, input[type='time'] {
    height: 37px;
}

::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder { /* Firefox 18- */
    color: #999;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

.form-control {
    margin-bottom: 15px;
    clear: both;
    margin-top: 5px;
}

.time_edit input, .time_edit textarea {
    width: 10em;
}


.disabled-button {
    background-color: #d7d7d8 !important;
    border: 1px solid #dcdcdc !important;
    color: #fff !important;
}

    .disabled-button input[type="submit"]:hover {
        background-color: #d7d7d8 !important;
    }

input:focus, textarea:focus {
    border: 1px solid #26a9f8;
}
/*input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}*/

input[type="submit"], input[type="button"], button {
    background-color: #2372bd;
    border: 1px solid #2372bd;
    cursor: pointer;
    padding: 8px 12px;
    width: auto;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
}

    input[type="submit"]:hover, input[type="button"]:hover, button:hover,
    input[type="submit"]:focus, input[type="button"]:focus, button:focus {
        background-color: #055280;
    }




td input[type="submit"], td input[type="button"], td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}
/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #26a9f8;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}
.success {
    color: #92cd95;
}
/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: normal;
    font-size: 12px;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    background-color: #f2dede;
    border: 1px solid #e80c4d;
    color: #e80c4d;
    border-radius: 3px;
    padding: 5px;
    margin-bottom: 15px;
}

.validation-summary-valid {
    display: none;
}
/* tables
----------------------------------------------------------*/

table {
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0 none;
    width: 100%;
}

    table > tbody > tr > td, table > tbody > tr > th, table > tfoot > tr > td, table > tfoot > tr > th, table > thead > tr > td, table > thead > tr > th {
        border-top: 1px solid #ddd;
        line-height: 1.42857;
        padding: 4px;
        vertical-align: top;
    }

    table > caption + thead > tr:first-child > td, table > caption + thead > tr:first-child > th, table > colgroup + thead > tr:first-child > td, table > colgroup + thead > tr:first-child > th,
    table > thead:first-child > tr:first-child > td, table > thead:first-child > tr:first-child > th {
        border-top: 0 none;
    }

    table > thead > tr > th {
        border-bottom: 2px solid #ddd;
        vertical-align: bottom;
    }

td {
    overflow: hidden;
}

    td.context-menu {
    overflow: visible !important;
    }

tr {
    overflow: hidden;
    height: 37px;
    white-space: nowrap;
}

table td {
    border: 1px dotted #94c1d073;
}

table tr:first-child td {
    border-top: 0;
}

table tr td:first-child {
    border-left: 0;
}

table tr:last-child td {
    border-bottom: 0;
}

table tr td:last-child {
    border-right: 0;
}


th {
    text-transform: uppercase;
    text-align: left;
}

    th a {
        display: block;
        position: relative;
    }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

.text-center {
    text-align: center;
    vertical-align: middle;
}

.text-vertical-center {
    vertical-align: middle;
}

th a {
    color: #333 !important;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}

table > tbody > tr:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}

.changes {
    color: #3c763d;
    border-radius: 3px;
}

a.username {
    margin-right: 30px;
}

.changes {
    margin-top: 5px;
}
/********************
*   Kendo Styles    *
********************/
.k-icon-delete {
    color: orange;
    font-size: 24px !important;
    cursor: pointer;
}
.k-icon-plus {
    color: lightseagreen;
    font-size: 24px !important;
    cursor: pointer;
}
.k-grid {
    font-size: 14px !important;
}
.k-grid-header {
    border-color: #dee2e6;
    color: #212529;
    font-weight: 500;
    background-color: white !important;
}
.k-grid .k-alt {
    background-color: rgb(22 165 195 / 8%);
}
.k-pager-numbers .k-link.k-selected, .k-pager-numbers .k-link.k-state-selected {
    border-color: #19A1C1 !important;
    background-color: #19A1C1 !important;
}
.k-grid td.k-selected, .k-grid td.k-state-selected, .k-grid th.k-selected, .k-grid th.k-state-selected, .k-grid tr.k-selected > td, .k-grid tr.k-state-selected > td {
    color: #212529;
    background-color: #12b0bd21 !important;
}
.k-button:has(.k-i-filter-clear) {
    display: none !important;
}
.edit-btn-icon {
    cursor: pointer;
}
    .edit-btn-icon:after {
        content: url("../Images/icons-edit-24.png");
        float: right;
        min-width: 24px;
    }

a.link-in-table:link, a.link-in-table:visited, a.link-in-table:active, a.link-in-table:hover {
    color: #2372bd;
}

a.link-in-table:hover {
    text-decoration: underline !important;
}

.pac-container {
    z-index: 9999 !important;
}
/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {
    /* header
    ----------------------------------------------------------*/
    header .float-left, header .float-right {
        float: none;
    }
    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }
    /* login */
    a.username {
        margin-right: 30px;
    }

    #login ul {
        margin: 5px 0;
        padding: 0;
    }

    #login li {
        display: inline;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #login a {
        background: none;
        color: #999;
        font-weight: 600;
        margin: 2px;
        padding: 0;
    }

        #login a:hover {
            color: #333;
        }
    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }
    /* main layout
    ----------------------------------------------------------*/
    .main-content, .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }
    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }
    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero, ol.round li.one, ol.round li.two, ol.round li.three, ol.round li.four, ol.round li.five, ol.round li.six, ol.round li.seven, ol.round li.eight, ol.round li.nine {
                background: none;
            }
    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }
    /* forms */
    input {
        width: 90%;
    }
    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }

    /* code verify page */
    .verifyCodeLabel {
        font-size: 13.5px;
        margin: 0px 0px 10px 0px;
    }


    /* footer
    ----------------------------------------------------------*/
    footer .float-left, footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}

td[data-name='Enable'] {
    text-align: center;
}

td[data-name='ResetRequired'] {
    text-align: center;
}

td[data-name='AdminUnlock'] {
    text-align: center;
}

td[data-name='ReplyWithUserPassword'] {
    text-align: center;
}

.col-3 {
    width: 32%;
    float: left;
}

    .col-3.center-col {
        margin: 0 2%;
    }

a.button {
    padding: 6px 12px;
    text-decoration: none;
    border: 1px solid #2372bd;
    background-color: #fff;
    border-radius: 3px;
    font-size: 14px;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em;
    cursor: pointer;
}

a.button-default {
    background-color: #26a9f8;
    border: 1px solid #2372bd;
    text-decoration: none;
    color: #fff
}

/* Drive errors styles*/
.drive-error {
    color: #faa21d;
}

    .drive-error a {
        color: #faa21d;
    }

        .drive-error a:after {
            vertical-align: sub;
            margin: 8px;
            content: url("../Images/exclamation.png");
        }

.panel .error-panel {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.error-panel .panel-header h2 {
    font-size: 18px;
    font-weight: normal;
    padding: 15px;
    color: #faa21d
}

.error-panel .line {
    height: 3px;
    background: #faa21d;
    background: -moz-linear-gradient(left, #faa21d 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left, #faa21d 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, #faa21d 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faa21d', endColorstr='#ffffff',GradientType=1 );
}

/*.error-panel input[type="submit"], input[type="button"], button {
    background-color: lightcoral;
    border: 1px solid #c6453e;
    cursor: pointer;
    padding: 8px 12px;
    width: auto;
    color:#fff;
    border-radius:3px;
    font-size:14px;
}
.error-panel input[type="submit"]:hover, input[type="button"]:hover, button:hover,
input[type="submit"]:focus, input[type="button"]:focus, button:focus {
    background-color: #c6453e;
}*/


.expandable-container {
    width: 100%;
}

    .expandable-container .header {
        cursor: pointer;
    }

    .expandable-container .content {
        display: none;
        padding: 5px;
    }

    .expandable-container .header.expand:after {
        vertical-align: sub;
        float: right;
        margin-right: 10px;
        content: url("../Images/down_arrow_circle.png");
        z-index: 1;
        cursor: pointer;
        pointer-events: none;
    }

    .expandable-container .header.collapse:after {
        vertical-align: sub;
        float: right;
        margin-right: 10px;
        content: url("../Images/up_arrow_circle.png");
        z-index: 1;
        cursor: pointer;
        pointer-events: none;
    }

.content tr {
    background-color: transparent !important;
}

.grid-cell {
    vertical-align: middle;
}

.grid-pager {
    position: absolute;
    bottom: 5px;
}

.allowed-drives .grid-pager {
    position: inherit !important;
    bottom: 5px;
}
/* dropdown menu
    ----------------------------------------------------------*/
/* Dropdown Button */
.dropbtn {
    background: url("../Images/menu-icon-6.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    margin: 0px;
    border: none;
    cursor: pointer;
    vertical-align: middle;
}

.dropbtn-mini {
    width: 20px;
    height: 20px;
}

    /* Dropdown button on hover & focus */
    .dropbtn:hover, .dropbtn:focus, .dropbtn-mini:hover, .dropbtn-mini:focus {
        background-color: #f1f1f1;
        border: 1px solid #26a9f8;
    }

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
    margin: 0px;
    width: 100%;
    height: 100%;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 150px;
    width: max-content;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    /* Links inside the dropdown */
    .dropdown-content button {
        color: black;
        background-color: #f9f9f9;
        border: none;
        padding: 8px 10px;
        text-decoration: none;
        text-align: left;
        display: block;
        width: 100%;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content button:hover {
            background-color: #f1f1f1;
            border: 1px solid #26a9f8;
            border-radius: 3px;
        }

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
    display: block;
}

/* JQUERY dialog 
    ----------------------------------------------------------*/
.ui-dialog .ui-dialog-buttonpane {
    padding: 0px !important;
}

.ui-dialog-title {
    font-weight: normal;
}

/*Help link*/

.help {
    border: none;
    cursor: pointer;
    vertical-align: text-bottom;
}

.note-text {
    margin-top: 0;
    clear: both;
    font-size: 10px !important;
}

input.search-button {
    display: table-cell;
    margin-left: -34px;
    background-image: url("../Images/search2.png");
    background-color: transparent !important;
    background-repeat: no-repeat;
    border: 1px solid transparent;
    width: 32px;
    height: 34px;
    margin-right: 0;
    color: transparent;
    vertical-align: middle;
    cursor: pointer;
}

textarea:focus, input:focus {
    outline: none;
}

/* input.search-button:hover {
        border: 1px solid rgb(38, 169, 248);
        box-shadow: 1px  #0297cd;
    }*/



.row-container {
    width: 100%; /* Try setting this to 400px or something */
    display: table !important;
    vertical-align: middle;
}

.row-child {
    display: table-cell;
}

    .row-child:first-child {
        margin-left: 0;
    }


.row-child-inner {
    margin-left: 25px;
}

.row-child:first-child .row-child-inner {
    margin-left: 0;
}

.pagination {
    height: 20px;
}


/* Style the tab */
div.tab {
    overflow: hidden;
    background-color: transparent;
}

    /* Style the buttons inside the tab */
    div.tab button, div.tab span {
        background-color: #fff;
        color: #2372bd;
        float: left;
        border: 3px solid transparent;
        outline: none;
        cursor: pointer;
        padding: 10px;
        transition: 0.3s;
        font-size: 18px;
        margin: 3px 8px !important;
        border-radius: 3px;
        font-family: sans-serif;
    }

        /* Change background color of buttons on hover */
        div.tab button:hover {
            background-color: rgba(38, 169, 248, 0.2);
        }

        div.tab span:hover {
            background-color: rgba(38, 169, 248, 0.2);
        }


        /* Create an active/current tablink class */
        div.tab button.active {
            border: 2px solid rgba(38, 169, 248, 0.2);
        }

        div.tab span.active {
            border: 2px solid rgba(38, 169, 248, 0.2);
        }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.tablinks {
    vertical-align: sub;
}

#Tab3HeaderSearch {
    border: 2px solid rgba(38, 169, 248, 0.2);
}

/*File upload*/

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
}

    .inputfile + label {
        cursor: pointer; /* "hand" cursor */
    }

    .inputfile + label {
        fill: #26a9f8;
        background-color: #fff;
        white-space: nowrap;
        max-width: 97%;
        padding: 10px;
        border-radius: 3px;
        font-family: sans-serif;
        font-weight: normal;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
    }


        .inputfile + label:hover {
            background-color: rgba(38, 169, 248, 0.2);
        }


.ui-button.ui-corner-all.ui-widget.ui-button-icon-only.ui-dialog-titlebar-close {
    display: none;
}


/*Licence managemet*/

.license-panel input[type="text"] {
    height: auto !important;
}

.license-panel .field-validation-error {
    display: block;
    max-width: 195px;
}

    .license-panel .field-validation-error span {
        display: block;
        max-width: 195px;
    }

.simple-float-right {
    float: right;
}

.remove-button {
    margin-top: 2px;
    background: transparent;
    padding: 1px;
}

    .remove-button:hover {
        background: lightgray;
    }

/*ui-dialog*/

.ui-dialog {
    border: 2px solid rgba(35, 114, 189, 0.3);
    background: white;
    width: auto;
    border-radius: 3px;
    color: #333;
    overflow: hidden
}

.ui-dialog-titlebar {
    line-height: 2.5em;
    text-align: center;
    color: #fff;
    background: #2372bd;
}

.ui-dialog-content {
    padding: 3px;
}

.ui-dialog-buttonset {
    padding: 6px 6px;
    float: right
}

.ui-button {
    margin-left: 5px;
}

.grid-mvc td > label {
    font-weight: 400;
}

table.drive-settings tr label {
    font-size: inherit;
    font-weight: inherit;
    color: darkgray;
}

table.drive-settings tr.selected label {
    font-size: inherit;
    font-weight: inherit;
    color: black;
}

.drive-settings input[type='text'], input[type='password'], select, input[type='time'] {
    height: 37px;
}

a.edit-button {
    background-image: url("../Images/edit-icon.png");
    background-color: transparent !important;
    background-repeat: no-repeat;
    border: 1px solid transparent;
    width: 25px;
    height: 25px;
    margin-right: 0;
    color: transparent;
    vertical-align: sub;
    display: inline-block;
    cursor: pointer;
}

a.delete-button {
    background-image: url("../Images/delete-icon.png");
    background-color: transparent !important;
    background-repeat: no-repeat;
    border: 1px solid transparent;
    width: 25px;
    height: 25px;
    margin-right: 0;
    color: transparent;
    vertical-align: sub;
    display: inline-block;
    cursor: pointer;
}

.force-hidden {
    display: none !important;
}

.grid-mvc td > label {
    font-weight: 400;
}

input.refresh-button {
    background-image: url("../Images/refresh.png");
    background-color: transparent !important;
    background-repeat: no-repeat;
    border: 0;
    width: 34px;
    height: 34px;
    color: transparent;
    vertical-align: middle;
    margin: 0 5px 0 7px;
    cursor: pointer;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    animation: spin 2s linear infinite;
}

.force-hidden {
    display: none !important;
}

.drive-settings td > label {
    font-weight: 400;
}

input.refresh-button {
    background-image: url("../Images/refresh.png");
    background-color: transparent !important;
    background-repeat: no-repeat;
    border: 0;
    width: 34px;
    height: 34px;
    color: transparent;
    vertical-align: middle;
    margin: 0 5px 0 7px;
    cursor: pointer;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #aaaaaa;
    opacity: 0.3;
    z-index: 1000;
}

.ui-dialog {
    z-index: 9000;
}

@keyframes ldio-egdft6sp7n {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.ldio-egdft6sp7n div {
    left: 101.99px;
    top: 52.08px;
    position: absolute;
    animation: ldio-egdft6sp7n linear 1s infinite;
    background: #fff;
    width: 13.02px;
    height: 26.04px;
    border-radius: 6.51px / 13.02px;
    transform-origin: 6.51px 56.42px;
}

    .ldio-egdft6sp7n div:nth-child(1) {
        transform: rotate(0deg);
        animation-delay: -0.9166666666666666s;
        background: #fff;
    }

    .ldio-egdft6sp7n div:nth-child(2) {
        transform: rotate(30deg);
        animation-delay: -0.8333333333333334s;
        background: #fff;
    }

    .ldio-egdft6sp7n div:nth-child(3) {
        transform: rotate(60deg);
        animation-delay: -0.75s;
        background: #fff;
    }

    .ldio-egdft6sp7n div:nth-child(4) {
        transform: rotate(90deg);
        animation-delay: -0.6666666666666666s;
        background: #fff;
    }

    .ldio-egdft6sp7n div:nth-child(5) {
        transform: rotate(120deg);
        animation-delay: -0.5833333333333334s;
        background: #fff;
    }

    .ldio-egdft6sp7n div:nth-child(6) {
        transform: rotate(150deg);
        animation-delay: -0.5s;
        background: #fff;
    }

    .ldio-egdft6sp7n div:nth-child(7) {
        transform: rotate(180deg);
        animation-delay: -0.4166666666666667s;
        background: #fff;
    }

    .ldio-egdft6sp7n div:nth-child(8) {
        transform: rotate(210deg);
        animation-delay: -0.3333333333333333s;
        background: #fff;
    }

    .ldio-egdft6sp7n div:nth-child(9) {
        transform: rotate(240deg);
        animation-delay: -0.25s;
        background: #fff;
    }

    .ldio-egdft6sp7n div:nth-child(10) {
        transform: rotate(270deg);
        animation-delay: -0.16666666666666666s;
        background: #fff;
    }

    .ldio-egdft6sp7n div:nth-child(11) {
        transform: rotate(300deg);
        animation-delay: -0.08333333333333333s;
        background: #fff;
    }

    .ldio-egdft6sp7n div:nth-child(12) {
        transform: rotate(330deg);
        animation-delay: 0s;
        background: #fff;
    }

.loadingio-spinner-spinner-0jzmk4glu419 {
    width: 217px;
    height: 217px;
    display: block;
    margin: auto;
    overflow: hidden;
    background: none;
}

.ldio-egdft6sp7n {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}

    .ldio-egdft6sp7n div {
        box-sizing: content-box;
    }

.loader-back {
    width: 100%;
    height: 100%;
    display: block;
    display: flex;
    justify-content: center;
    z-index: 10000;
}

a.btn {
    display: inline-block;
    align-self: center;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background-color: #19B8D1;
    border: 1px solid #19A1C1;
    cursor: pointer;
    padding: 6px 12px;
    width: auto;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
}

a.btn-signin {
    width: 43%;
}

input.btn-login {
    width: 100%;
}

.or-separator * {
    box-sizing: border-box;
}

.or-separator {
    padding: 0 !important;
}

    .or-separator table, .or-separator td, .or-separator tr, .or-separator tbody {
        display: block;
        padding: 0;
    }

    .or-separator tr {
        display: flex;
        margin: 8px 0;
        background-color: inherit !important;
        overflow: inherit !important;
        height: auto !important;
    }

    .or-separator td {
        display: inline-block;
        padding: 0 15px !important;
        font-size: 13px;
        font-weight: 400;
        color: #727272;
        border: 0;
        overflow: inherit !important;
        line-height: inherit !important;
    }

    .or-separator hr {
        margin: 10px -15px;
        height: 0;
        width: auto !important;
    }

.m-0 {
    margin: 0
}

.text-center {
    text-align: center !important;
}

.mt-1 {
    margin-top: 8px;
}

.mb-1 {
    margin-bottom: 8px;
}

.mb-2 {
    margin-bottom: 16px;
}


.show-password {
    display: inline-block;
    margin-left: -32px;
    background-image: url("../Images/eye-icon.png");
    background-color: transparent !important;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    margin-right: 0;
    color: transparent;
    vertical-align: middle;
    cursor: pointer;
}

    .show-password[checked] {
        background: url("../Images/closed-eye-icon.png") no-repeat
    }

.drive-tab-page-header {
    margin-left: 10px;
}

@media only screen and (max-width: 768px) {
    .login-content, .site-title a, .site-title a:hover, .site-title a:active, #registerForm {
        width: auto !important;
        min-width: 0;
    }

     #loginForm .panel{
        width: 100% !important;
        min-width: 0;
    }

    #forgotPassword {
        width: 100% !important;
        min-width: 0;
    }

    .footer-text {
        display: none;
    }
}

.disabled-control {
    pointer-events: none;
    opacity: 0.4;
}

