﻿html {
    /*background-color: #e2e2e2;*/
    /*background-color: #2f2c2c;*/
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    /*border-top: solid 10px #000;*/
    color: #fff;
    font-size: .85em;
    /*font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
    margin: 0;
    padding: 0;
    font-family:Arial, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Lucida Grande", sans-serif; 
   font-weight: 300;
}

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;
}

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;
    }

#jura
{
    font-size: 25px; font-family: Jura,'Segoe UI', Verdana, Helvetica;
}

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    width:980px;
}

#body {
    background-color: #787678;
    clear: both;
    width:980px;
    padding-bottom: 15px;
    margin:auto;
}

header .content-wrapper {
    background-color: #353535;
    padding-top: 5px;
    padding-bottom:3px;
    min-height:70px;
    margin-bottom:10px;
    box-shadow: 0px 7px 9px 0px #6B6B6B;
    -webkit-box-shadow: 0px 7px 9px 0px #6B6B6B;
    -moz-box-shadow: 0px 7px 9px 0px #6B6B6B;
    -o-box-shadow: 0px 7px 9px 0px #6B6B6B;
}

footer {
    max-width: 980px;
    margin-top: 5px;
    margin-left:auto;
    margin-right:auto;
    background-color: #787678;
    color: #fff;
    font-size: .8em;
    height: 30px;
}


/* site title
----------------------------------------------------------*/
.site-title {
    float:left;
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    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: #21a6de;
        color:#fff;
        margin-left: 0px;
        margin-right: 0px;
        padding: 5px 13px;
        
        text-decoration: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 10px  3px;
        border-radius: 0px 0px 0px 6px;
        font-size:16px;
    }
    #login a:hover {
        background-color: #1c85b1;
    }

    #login a.email {
        background: none;
        margin: 0;
        padding: 0;
        text-decoration: underline;
        color:#fff;
        font-size:14px;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }

    
/* menu
----------------------------------------------------------*/
ul#menu {
    list-style:none;
    font-size: 1.1em;
    font-weight: 500;
    margin: 0 0 5px;
    padding: 0;    
    text-align: center;
}

    ul#menu li {
        border-left:1px inset #fff;
        display: inline;
        list-style: none;
        padding-left: 50px;
        padding-right: 50px;
    }
    ul#menu li:first-child {
        border-left:none;
        padding-left: 0px;
    }

        ul#menu li a {
            background: none;
            color: #fff;
            text-decoration: none;
        }

        ul#menu li a:hover {
            color: #00dde5;
            text-decoration: none;
        }
        ul#menu li ul {
            display:none;
        }
        ul#menu li ul:hover {
            display:block;
            margin-top:30px;
        }

 #nav{
     list-style:none;
    font-size: 14px;
    font-weight: 500;
    margin: -27px 0px 0px 110px;
    padding: 0px;    
    background-color:#353535;

	/* Clear floats */
	float:left;
	/*width:100%;*/
	/* Bring the nav above everything else--uncomment if needed.
	position:relative;
	z-index:5;
	*/
}
#nav li{
    border-left:1px inset #fff;
    display: inline;
    list-style: none;
    padding-left: 2px;
    padding-right: 10px;
    padding-bottom:6px;
    position:relative;
}
/*ul#nav li:first-child {
        border-left:none;
    }*/
#nav a{
    background: none;
    color: #fff;
    text-decoration: none;
}
#nav a:hover{
    color: #00dde5;
    text-decoration: none;
}

/*--- DROPDOWN ---*/
#nav ul{
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
    display:none;
}
#nav ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#nav li:hover ul{ /* Display the dropdown on hover */
                z-index:3000;
                /*padding-top:15px;
                padding-bottom:10px;
                padding-left:30px;*/
                /*padding-right:10px;*/
                font-size: 1.1em;
                font-weight: 500;
                line-height:30px;
                margin-top:6px;
                border-radius:2px;
                background:#000;
                left:2px; /* Bring back on-screen when needed */
                display:block;
}
    #nav li ul li {
        border-left:none;
    }
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	text-decoration:none;
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}


/* products side menu
----------------------------------------------------------*/
ul#productsMenu {
    max-width:150px;
    position:relative;
    left:-30px;
    list-style:none;
    font-size: 1.1em;
    font-weight: 500;
    text-align: left;
    color:#d8d7d7;
}
ul#productsMenu li.active {
    background-color:#57adda;
    border:solid 1px;
    border-top-right-radius:9px;
    border-bottom-right-radius:9px;
}
ul#productsMenu li.active1 {
    background-color:#42b9f7;
    border:solid 1px;
    border-top-right-radius:9px;
    border-bottom-right-radius:9px;
}

    ul#productsMenu li {
        border:none;
        list-style: none;
        padding: 8px;
        padding-right:0px;
        margin-bottom:10px;
        background-color:#464646;
        border-top-right-radius:5px;
        -webkit-transition: background-color 200ms linear;
        -moz-transition: background-color 200ms linear;
        -o-transition: background-color 200ms linear;
        -ms-transition: background-color 200ms linear;
        transition: background-color 200ms linear;
    }
    ul#productsMenu li:hover{
        background-color:#000;
        color:#fff;
        -webkit-transition:  400ms linear;
        -moz-transition:  400ms linear;
        -o-transition:  400ms linear;
        -ms-transition:  400ms linear;
        transition:  400ms linear;
    }
        ul#productsMenu li a {
            display: block;
            background:border-box;
            color: #fff;
            text-decoration: none;
        }

        ul#productsMenu li a:hover {
            color: #fff;
            text-decoration: none;
        }

/* side menu
----------------------------------------------------------*/
ul#sideMenu {
    max-width:400px;
    list-style:none;
    font-size: 1.1em;
    font-weight: 500;
    text-align: left;
}
    ul#sideMenu li {
        border:none;
        list-style: none;
        padding: 8px;
        padding-right:140px;
        margin-bottom:10px;
        background-color:#464646;
        border-top-right-radius:5px;
        -webkit-transition: background-color 400ms linear;
        -moz-transition: background-color 400ms linear;
        -o-transition: background-color 400ms linear;
        -ms-transition: background-color 400ms linear;
        transition: background-color 400ms linear;
    }
    ul#sideMenu li:hover{
        background-color:#333333;
        -webkit-transition: background-color 400ms linear;
        -moz-transition: background-color 400ms linear;
        -o-transition: background-color 400ms linear;
        -ms-transition: background-color 400ms linear;
        transition: background-color 400ms linear;
    }
        ul#sideMenu li a {
            display: block;
            background:border-box;
            color: #fff;
            text-decoration: none;
        }

        ul#sideMenu li a:hover {
            color: #fff;
            text-decoration: none;
        }

        
/* SG302Menu menu
----------------------------------------------------------*/
ul#SG302Menu {
    list-style:none;
    font-size: 1.1em;
    display: inline;
    font-weight: 500;
    text-align: left;
    padding:15px;
}
    ul#SG302Menu li {
        border:none;
        list-style: none;
        display: inline;
        padding: 10px;
        margin-bottom:10px;
        background-color:#5e5d5d;
        border-top-left-radius:8px;
        border-top-right-radius:8px;
    }
    ul#SG302Menu li.active{
        background-color:#464646;
    }
    ul#SG302Menu li:hover{
        background-color:#333333;
    }
    ul#SG302Menu li.active:hover{
        background-color:#464646;
    }
        ul#SG302Menu li a {
            background:border-box;
            display: inline;
            color: #fff;
            text-decoration: none;
        }

        ul#SG302Menu li a:hover {
            color: #fff;
            text-decoration: none;
        }

/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        
    }
       

/* 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: 700;
}

/* login page */
#loginForm {
    /*border-right: solid 2px #c8c8c8;*/
    margin-left:20px;
    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 {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 2px;
    width: 300px;
}
#userList {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1em;
    margin: 5px 0 6px 0;
    padding: 3px 2px 3px 2px;
    width: 305px;
}
#companyList {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1em;
    margin: 5px 0 6px 0;
    padding: 3px 2px 3px 2px;
    width: 305px;
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
        color:#338cd2
    }

    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
    }

    input[type="submit"],
    input[type="button"],
    button {
        background-color: #464646;
        color: #fff;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
        margin-right: 8px;
        width: auto;
    }

    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: #ffa500;
    font-size: 1.3em;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #ffa500;
}

/* styles for validation helpers */
.field-validation-error {
    color: #ffa500;
    font-weight:900;
    font-size: 1.4em;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #ffa500;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #ffa500;
    font-weight:900;
    font-size: 1.4em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

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: '▲xaZx';
    }

    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;
}
*/

.tblBlue table{ border-collapse: collapse; text-align: left; color:#fff;
            background: #fff; overflow: scroll; border: 1px solid #57adda; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.tblBlue td, .tblBlue th { padding: 3px 10px;font-size: 15px;font-weight: normal;}
.tblBlue thead th {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #57adda), color-stop(1, #1d3c50) );
                          background:-moz-linear-gradient( center top, #57adda 5%, #1d3c50 100% );
                          filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#57adda', endColorstr='#1d3c50');
                          background-color:#57adda; color:#fff; font-size: 15px; font-weight: bold; border-left: 1px solid #A3A3A3; }
.tblBlue thead  th a {color:#fff;}
.tblBlue thead  th a:hover {background-color:transparent;color:#fff048;}
.tblBlue th:first-child { border: none; }
.tblBlue td { color: #000; border-left: 1px solid #DBDBDB;}
.tblBlue .alt td { background: #EBEBEB; color: #000000; }
.tblBlue td:first-child { border-left: none; }
.tblBlue tr:last-child td { border-bottom: none; }
.tblBlue footer td {line-height:13px;font-size: 17px;background: #000;}
.tblBlue footer td a:link {  background: #57adda; text-decoration:none;padding-left:6px;padding-right:6px;color:#000;}
.tblBlue footer td a:visited { background: #57adda; text-decoration:none;padding-left:6px;padding-right:6px;color:#000;}
.tblBlue footer td a:hover { background: #2385b7; text-decoration:none;padding-left:6px;padding-right:7px;color:#000;}


.gridGrey { border-collapse: collapse; text-align: left; color:#fff; font: normal 12px/150% Arial, Helvetica, sans-serif;
            background: #fff; overflow: hidden; border: 1px solid #57adda; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.gridGrey td, .gridGrey th { padding: 3px 10px;font-size: 15px;font-weight: normal;}
.gridGrey thead th {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #57adda), color-stop(1, #1d3c50) );
                          background:-moz-linear-gradient( center top, #57adda 5%, #1d3c50 100% );
                          filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#57adda', endColorstr='#1d3c50');
                          background-color:#57adda; color:#fff; font-size: 15px; font-weight: bold; border-left: 1px solid #A3A3A3; }
.gridGrey thead  th a {color:#fff;}
.gridGrey thead  th a:hover {background-color:transparent;color:#fff048;}
.gridGreyH th:first-child { border: none; }
.gridGreyR td { color: #000; border-left: 1px solid #DBDBDB;}
.gridGreyA td { background: #EBEBEB; color: #000000; }
.gridGreyR td:first-child { border-left: none; }
.gridGreyR tr:last-child td { border-bottom: none; }
.gridGreyF td {line-height:13px;font-size: 17px;background: #000;}
.gridGreyF td a:link {  background: #57adda; text-decoration:none;padding-left:6px;padding-right:6px;color:#000;}
.gridGreyF td a:visited { background: #57adda; text-decoration:none;padding-left:6px;padding-right:6px;color:#000;}
.gridGreyF td a:hover { background: #2385b7; text-decoration:none;padding-left:6px;padding-right:7px;color:#000;}

#closeTab{
    font-weight: 700;
    font-size: 14px;
    background-color:black;
    border-radius:30px;
    padding-left:5px;
    padding-right:5px;
    
}
#closeTab:hover{
    background-color:#e24343;
}


.div_shadow
{
    font-family:Verdana,Aharoni;
    font-weight:300;
    float:right;
    margin-top:-26PX;
    margin-right:20PX;
    padding:10PX;
    max-width:700px;
    background-color:#faffbf;
    color:#000;
    -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
    box-shadow: 1px 7px 9px 1px #6B6B6B;
    -webkit-box-shadow: 1px 7px 9px 1px #6B6B6B;
    -moz-box-shadow: 1px 7px 9px 1px #6B6B6B;
    -o-box-shadow: 1px 7px 9px 1px #6B6B6B;
}

.progressBar {
    -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;
        width: 200px;
        height: 18px;
        border: 1px solid #111;
        background-color: #292929;
}
 
.progressBar div {
    -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;
        height: 100%;
        color: #000;
        font-weight:600;
        text-align: right;
        line-height: 18px; /* same as #progressBar height if we want text middle aligned */
        width: 0;
        background-color: #0099ff;

}

.commandsBackground
{
    -webkit-border-radius: 0px 20px 0px 0px; -moz-border-radius: 0px 20px 0px 0px; border-radius: 0px 20px 0px 0px;
    background-color:#21a6de;
    color:#333;
    font-weight:500;
    padding-left:20px;
    margin-right:20px;
    margin-top:40px;
}
.confirmClass {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.4); /* IE */
  -moz-transform: scale(1.4); /* FF */
  -webkit-transform: scale(1.4); /* Safari and Chrome */
  -o-transform: scale(1.4); /* Opera */
  font-size:110%;
}

#Button5L {
   border-top: 1px solid #96d1f8;
   background: #0071bd;
   background: -webkit-gradient(linear, left top, left bottom, from(#0f4366), to(#0071bd));
   background: -webkit-linear-gradient(top, #0f4366, #0071bd);
   background: -moz-linear-gradient(top, #0f4366, #0071bd);
   background: -ms-linear-gradient(top, #0f4366, #0071bd);
   background: -o-linear-gradient(top, #0f4366, #0071bd);
   padding: 7px 14px;
   -webkit-border-radius: 10px 0px 0px 10px;
   -moz-border-radius: 10px 0px 0px 10px;
   border-radius: 10px 0px 0px 10px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 17px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
#Button5L:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
#Button5L:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }

#Button5R {
   border-top: 1px solid #96d1f8;
   background: #0071bd;
   background: -webkit-gradient(linear, left top, left bottom, from(#0f4366), to(#0071bd));
   background: -webkit-linear-gradient(top, #0f4366, #0071bd);
   background: -moz-linear-gradient(top, #0f4366, #0071bd);
   background: -ms-linear-gradient(top, #0f4366, #0071bd);
   background: -o-linear-gradient(top, #0f4366, #0071bd);
   padding: 7px 14px;
   -webkit-border-radius: 0px 10px 10px 0px;
   -moz-border-radius: 0px 10px 10px 0px;
   border-radius:  0px 10px 10px 0px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 17px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
#Button5R:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
#Button5R:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
/*fgh*/
#Button5 {
   border-top: 1px solid #96d1f8;
   background: #0071bd;
   background: -webkit-gradient(linear, left top, left bottom, from(#0f4366), to(#0071bd));
   background: -webkit-linear-gradient(top, #0f4366, #0071bd);
   background: -moz-linear-gradient(top, #0f4366, #0071bd);
   background: -ms-linear-gradient(top, #0f4366, #0071bd);
   background: -o-linear-gradient(top, #0f4366, #0071bd);
   padding: 7px 14px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 17px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
#Button5:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
#Button5:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }

.cmdStatus{
    background-color:#57adda;
    width:100px;
    border-radius:15px;
    padding:2px;
    text-align:center;
}

.help {
    background-color:#6B6B6B;
    -webkit-border-radius:10px;
   -moz-border-radius:10px;
   border-radius:10px;
    color:#fff;
    padding-left:5px;
    padding-right:5px;
    font-size:15px;
    font-weight:600;
}
    #help:hover {
        background-color:#000000;
    }

#Company_List {
    border: 1px solid #ecf903;
    color: #000;
    font-size: 1em;
    font-weight:500;
    margin: 5px 0 6px 0;
    padding: 3px 2px 3px 2px;
    width:450px;
    background-color:#fff;
}
#User_List {
    border: 1px solid #ecf903;
    color: #000;
    font-size: 1em;
    font-weight:500;
    margin: 5px 0 6px 0;
    padding: 3px 2px 3px 2px;
    width:450px;
    background-color:#fff;
}

.ui-timepicker-list,
#ui-datepicker-div {
    background-color:#e24343;
}

.ui-icon-circle-triangle-e,
.ui-icon-circle-triangle-w {
    cursor:pointer;    
}
.ui-datepicker-prev:hover,
.ui-datepicker-next:hover{
    background-color:inherit;   
    background:inherit;
}

/* No Scroll styles time picker */
.ui-timepicker-wrapper.no-scroll {
    font-size:14px;
	overflow:hidden;
	height: 137px;
	width: 368px;
    background-color:#e24343;
}

.no-scroll .ui-timepicker-list li {
	padding: 3px 5px;
	float: left;
}

