﻿html {
    direction : rtl;
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
    width: 100%;
}

body {
    background-color: #fff;
    /*border-top: solid 10px #000;*/
    color: #333;
    font-size: .85em;
    /*font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
    font-family: 'Assistant', Arial, Sans-Serif;
    margin: 0;
    padding: 0;
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

    a:hover {
        background-color: #c7d1d6;
    }

header, footer, hgroup,
nav, section {
    display: block;
}

.bold 
{
    font-weight: bold;
}

#btn-logoff 
{
    padding: 3px;
    margin-top:-10px;
    background-color: lightgrey;
    min-width: 50px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

    #btn-logoff:hover {
        background-color: darkgrey;
    }

mark {
    background-color: #a6dbed;
    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;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    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;
    }


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    /*max-width: 360px;*/
}

#body {
    background-color: #efeeef;
    clear: both;
    padding-bottom: 35px;
}

    .main-content {
        /*background: url("../Images/accent.png") no-repeat;*/
        padding-left: 10px;
        padding-top: 30px;
    }

    .featured + .main-content {
        /*background: url("../Images/heroAccent.png") no-repeat;*/
    }

header .content-wrapper {
    padding-top: 20px; 
}

footer {
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
    height: 100px;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    /*font-family: Rockwell, Consolas, "Courier New", Courier, monospace;*/
    font-family: 'Assistant', Arial, Sans-Serif;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

    #login a.username {
        background: none;
        margin: 0;
        padding: 0;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

        ul#menu li a:hover {
            color: #333;
            text-decoration: none;
        }


/* page elements
----------------------------------------------------------*/
/* 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-right: 45px;
        background-position:right; 
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
            background-position:right;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
            background-position:right;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
            background-position:right;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
            background-position:right;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
            background-position:right;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
            background-position:right;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
            background-position:right;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
            background-position:right;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
            background-position:right;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
            background-position:right;
        }

/* 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: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #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;
    }

    #loginForm input {
        width: 250px;
    }

    #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm button {
        width: auto;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom:  5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.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-size: 1.2em;
    font-weight: 600;
}

label.checkbox {
    display: inline;
}

input, textarea, select {
    /*border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;*/
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    /*width: 200px;*/

    /*-webkit-border-radius: 				.6em;
	border-radius: 						.6em;*/

    border-color: #E3E8F0;
    /*text-indent: 15px;*/
    font-weight: 500;
    -moz-border-radius: 21px;
    -webkit-border-radius: 21px;
    border-radius: 21px;
    /*font-size: 14px;*/
    border: 1px solid #A1A7BD;
    color: #222328;
    -moz-box-shadow: 0 0 0 rgba(168, 173, 187, 0.42);
    -webkit-box-shadow: 0 0 0 rgba(168, 173, 187, 0.42);
    box-shadow: 0 0 0 rgba(168, 173, 187, 0.42);
    transition: all 0.3s ease;
    outline: 0;
    /*-webkit-rtl-ordering: logical;*/
    /*-webkit-appearance: menulist;*/
}

input[type='text'], input[type='tel'] {
    text-indent: 15px;
    width: 50%; /*<-----*/
}

select {
    text-indent: 15px;
    width: 51%; /*<-----*/
    background-color:white;
}

textarea {
    font-family: inherit; /*width: 500px;*/
    border-radius: 15px;
    padding: 12px 16px;
    overflow: hidden;
    width: 50%;
}

::-webkit-input-placeholder {color: #A1A7BD;opacity:1;}
:-moz-placeholder {color: #A1A7BD;opacity:1;}
::-moz-placeholder {color: #A1A7BD;opacity:1;}
:-ms-input-placeholder{color: #A1A7BD;opacity: 1;}


.radioBtn {
    /*border: 1px solid #e2e2e2;*/
    /*background: #fff;*/
    /*color: #333;*/
    background: none;
    font-size: 1.2em;
    margin: 0px !important;
    padding: 0px !important;
    width: 20px !important;
}



    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
    }

    input[type="submit"], input[type="button"], button {
    background-color: #0000FF;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    padding: 7px;
    margin-right: 8px;
    width: auto;
    color: #FFFFFF;
}

    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: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}


input.input-validation-error ,textarea.input-validation-error{
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    border: thin solid #000000;
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em; /*border: 0 none;*/
    /*padding: 5px;*/
    font-size: 1.11em;
    /*font-family: "Segoe UI" , Verdana, Helvetica, Sans-Serif;*/
    font-family: 'Assistant', Arial, Sans-Serif;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

    th a:link, th a:visited, th a:active, th a:hover {
        color: #333;
        font-weight: 600;
        text-decoration: none;
        padding: 0;
    }

    th a:hover {
        color: #000;
    }

    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: '▼';
    }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}


#loginPage 
{
    max-width:250px; 
    margin: 0 auto;
}

#loginPage input[type="submit"] {
    float:left;
    margin-left:20px;
}

.selectize-input
{
    border-radius: 21px!important;
}

.selectize-control
{
    margin: 0 auto;
    width:50%;
}

.tb_texbox_date {
    max-width: 100px !important;
    font-size: 14px;
}










/* Portal custom styles
----------------------------------------------------------*/
.float {float:right; padding:5px 5px 0px 5px ;}
.clear {clear: both;}
.disabled input, .disabled textarea {border: 1px solid #999;background-color: #ddd;}



/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label
{
    margin: 1em 0 0 0;
}

.display-field,
.editor-field
{
    margin:0 0 0 0;
}

/*.text-box
{
    width: 30em;
    width: 90%;
}*/

/*.text-box.multi-line
{
    height: 6.5em;
}*/

.tri-state
{
    width: 6em;
}

.device-location {  
    float:right; padding:5px 5px 5px 5px ;
    font-size:1.2em;
    color : red;
}
.damaged-required-field {  
    float:right; padding:42px 5px 5px 5px ;
    font-size:1.2em;
    color : red;
}

.signature-header {  
    padding:10px 0px 0px 0px;
    font-weight: bold;
    font-size:1.5em;
    color : red;
}

#copyright
{
    color: #111;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: 0.75em;
    padding: 10px;
}

#one1-logo
{
    border-width:0;
    width:25px;
}

/*--------------------------*/
/* Buttons
/*--------------------------*/
input[type="submit"], input[type="button"], input[type="reset"], button, td button {
    /*display: block;*/
    /*border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-bottom: 1px solid #AAA;
    border-right: 1px solid #AAA;*/
    background-color: #00549E;
    font-family: Assistant;
    font-size: 1.2em;
    line-height: 110%;
    font-weight: 500;
    text-decoration: none;
    color: #FFFFFF;
    padding: 7px;
    cursor: pointer;
    width: auto;
    min-width: 80px;
    /*box-shadow: 1px 1px 2px #969696;*/
    box-shadow: 0 0 0 rgba(168, 173, 187, 0.62);
    -moz-box-shadow: 0 0 0 rgba(168, 173, 187, 0.62);
    -webkit-box-shadow: 0 0 0 rgba(168, 173, 187, 0.62);
    /*-moz-box-shadow: 1px 1px 2px #969696;*/ /* Firefox */
    /*-webkit-box-shadow: 1px 1px 2px #969696;*/ /* Safari and Chrome */
    z-index: 1;
    outline: 0;
    overflow: hidden;
    border: none;
}

    input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, button, td button:hover {
        /*border: 1px solid #999;*/
        background-color: #0066FF;
        /*color: #FFFFFF;*/ /*background-color: #00549F;
    color: #FFFFFF;*/
    }

#special_button
{ 
    display: block;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-bottom: 1px solid #AAA;
    border-right: 1px solid #AAA;
    background-color: aquamarine;
    font-family: Assistant;
    font-size: 16px;
    line-height: 110%;
    text-decoration: none !important;
    color: #333 !important;
    padding: 7px 15px 7px 15px;
    cursor: pointer;
    box-shadow: 1px 1px 2px #969696;
    -moz-box-shadow: 1px 1px 2px #969696; /* Firefox */
    -webkit-box-shadow: 1px 1px 2px #969696; /* Safari and Chrome */
}

#special_button:hover
{ 
    border: 1px solid #999;
    background-color: aqua;
}

#portalMessages {
    padding: 8px 35px 8px 14px;
    margin: 75px 0px 0px 0px;
    text-shadow: 0 1px 0 rgba(255,  255,  255,  0.5);
    background-color: #e2e2e2;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#portalMessagesMarquee 
{
    clear:both;
    width:100%;
    color : red;
    font-family: Assistant;
    font-size: 16px;
}

.select-expDate
{
	width: 65px;
}



.meetingLink {
    font-weight: bold;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: 'Assistant', Arial, Sans-Serif;
    font-size: large;
}

.cener-text {
    text-align: center;
}

#img_logo {
    max-width: 215px;
}

#img_logo_lg {
    margin-top:-20px;
    max-width: 135px;
    /*max-width: 95px;*/
}

#agree_marketing_email {
    max-width:250px;
    display:inline-block;
}

#agree_marketing_email span {
    margin-right:5px;
    color: #979CB2;
}

.buttons input[type="submit"], .buttons input[type="button"], .buttons button, td button {
    width: 150px;
}

.buttons ul {
    list-style-type: none;
    list-style-image: none;
}


.center {
    margin: auto;
    width: 50%;
    /*border: 3px solid green;
    padding: 10px;*/
}







.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    left: 10px !important;
    z-index: 1000;
    display: none;
    /*float: right;*/
    min-width: 160px;
    padding: 5px 0;
    /*margin: 2px 0 0;*/
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    width: 50%;
    margin: 0 auto;
}

    .dropdown-menu.pull-left {
        left: 0;
        right: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #333333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: #ffffff;
            background-color: #428bca;
        }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        color: #ffffff;
        text-decoration: none;
        outline: 0;
        background-color: #428bca;
    }

    .dropdown-menu > .disabled > a,
    .dropdown-menu > .disabled > a:hover,
    .dropdown-menu > .disabled > a:focus {
        color: #999999;
    }

        .dropdown-menu > .disabled > a:hover,
        .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: not-allowed;
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #999999;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-left > .dropdown-menu {
    left: 0;
    right: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0 dotted;
    border-bottom: 4px solid #000000;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

input[type='tel']::placeholder {
    text-align: center;
}




#spinner {
    display: none; /* Hidden initially */
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

/* Animation for the spinner */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}




.ui-dialog {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important; /* Center it */
}



.row {
    margin-bottom: 10px;
}

.upload_btn {
    /*background: #FFFFFF 0% 0% no-repeat padding-box;*/
    background-color: transparent !important;
    border:none;
    /*border: 1px dashed #A1A7B3;
    border-radius: 22px;*/
    opacity: 1;
    max-width: 150px;
    /*display: block;*/
    width: 100%;
    height: 34px;
    padding: 6px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    /* background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;*/
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.upload_btn_image {
    background-color: transparent !important;
}

.delete_btn {
    margin-top: -5px;
}

.fileName {
    display: inline-block;
}

/*.upload_btn_image {
    margin-top: -5px;
}
*/


#uploadFileContainer {
    display: flex;
    flex-direction: column;
    align-items: center; /* Center the entire container */
    margin-top: 10px;
}

#uploadLabel {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #0056b3;
    font-weight: bold;
    font-size: 16px;
}

.upload-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

#fileInfo {
    display: flex;
    align-items: center;
    margin-top: 8px;
}

#fileName {
    margin-right: 8px;
    font-size: 14px;
}

.delete-icon {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.narrow-column {
    max-width: 100px; /* Adjust to desired width */
    word-wrap: break-word!important;
    white-space: normal!important; /* Ensures text wraps onto new lines */
}

.status-icon {
    margin-left: 10px; /* Add space between button and icon */
    font-size: 16px;
    color: green; /* Default color for V */
}

.approved-icon {
    color: green;
}

.not-approved-icon {
    color: red;
}




/********************
*   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 */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: right;
    }

        #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 {
        width: auto;
        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, input[type='text'], input[type='tel'], textarea, select {
        width: 95% !important;
        /*text-indent: 1px;*/
    }

    /*.grid table td input[type="text"] {
        width: 90% !important;
        text-indent: 1px;
    }*/

    select {
        background-color: white;
    }

    /* 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;
    }


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }



    #loginPage input[type="submit"] {
        float:left;
        margin-left:10px;
    }

    #img_logo {
        width: 100px;
    }

    #img_logo_lg {
        /*width: 85px;*/
        margin-top:-15px;
        max-width: 125px;
    }

    #one1-logo {
        border-width:0;
       width:25px;
    }

    .dropdown-menu {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0 !important;
        z-index: 1000;
        display: none;
        /*float: right;*/
        min-width: 160px;
        padding: 5px 0;
        /*margin: 2px 0 0;*/
        list-style: none;
        font-size: 14px;
        background-color: #ffffff;
        border: 1px solid #cccccc;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        background-clip: padding-box;
        width: 85%!important;
        margin: 0 auto;
    }

    .selectize-input {
        border-radius: 21px !important;
    }

    .selectize-control {
        margin: 0 auto;
        width: 90%;
    }



    .whiteInstallation {
        font-size: 0.7em !important;
        text-indent: 1px !important;
    }

    #spinner {
        display: none; /* Hidden initially */
        position: fixed;
        z-index: 9999;
        top: 50%;
        left: 30%;
        transform: translate(-50%, -50%);
        border: 16px solid #f3f3f3;
        border-top: 16px solid #3498db;
        border-radius: 50%;
        width: 120px;
        height: 120px;
        animation: spin 2s linear infinite;
    }

    /*td button {
        max-width: 20px;
        border-radius:10px;
    }*/

    .narrow-column {
        max-width: 90px; /* Adjust to desired width */
        word-wrap: break-word !important;
        white-space: normal !important; /* Ensures text wraps onto new lines */
    }

}


/*#whiteInstallation table tbody tr td {
    font-size: 0.9em !important;
    text-indent: 1px !important;
}*/





.area_code 
    {
        width:10%;
    }

    .phone 
    {
        width:60%;
    }

#open_link {
}

#open_link:hover {
    background-color: #c7d1d6;
    cursor: pointer;
}

/*.label-inline {
    display: inline-block;
    font-size: 1.2em;
    font-weight: 600;
    width: 200px;
    vertical-align:top;
}*/

.rb-label-inline {
    display:inline-block;
    padding-left:15px;
    /*font-weight: 500;
    font-size: 1.1em;*/
	/*width: 40px;*/
}


.required:before {
    content: "* ";
    font-weight: bold;
    color: red;
    vertical-align: middle!important;
}



@media (min-width: 768px) 
{
    .navbar-left .dropdown-menu {
        left: 0;
        right: auto;
    }
}

@media only screen and (max-width: 500px) 
{
    .image_product {
        max-width: 280px!important;
    }

    .tb_texbox_date {
        left: 0px;
    }

    .ui-datepicker {
        left: 0px !important;
    }

    #ui-datepicker-div {
        left: 0px !important;
    }

        #ui-datepicker-div.element {
            left: 0px !important;
        }

    ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all {
        left: 0px !important;
    }
}