﻿/* ©2014 Revision Two Inc. */
html {
    margin: 0;
    padding: 0;
    height: 100%;
    background: url("/pages/bg1.0.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

img {
    border: none;
    outline: none;
}

    img a {
        border: none;
        outline: none;
    }

body {
    color: #000000;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: auto;
    min-height: 450px;
}

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 {
        
    }

header, footer, hgroup,
nav, section, #header {
    display: block;
}

.header {
    text-align: center;
}

.float-left {
    float: left;
    width: 263px;
    height: 85px;
}

tr.dropdowns {
    text-align: center;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

    tr.dropdowns td {
        text-align: right;
        width: 25%;
        text-wrap: none;
    }

    tr.dropdowns td select, tr.dropdowns td input {
        width: 150px;
    }

.float-right {
    text-align: right;
}

    .float-right img {
        height: 45px;
        vertical-align: middle;
    }

.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: 960px;
}

#body {
    clear: both;
}

    .main-content {
        padding-left: 10px;
        padding-top: 10px;
    }

    .featured + .main-content {
    }

    #header .content-wrapper {
        max-width: none;
        padding-top: 5px;
        background-color: #FFFFFF;
    }
    
footer, #footer {
    clear: both;
    font-size: 7pt;
    font-family: Verdana;
    height: 0 !important;
    visibility: collapse;
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    text-align:center;
    background-color: #FFFFFF; 
}

.footer-image {
    border: none;
    outline: none;
    cursor: pointer;
    vertical-align: middle;
}


/* 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-left: 0px;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }

.tracslogo-text {
    color: blue;
    display: block;
    margin-top: -15px;
    text-align: right;
    font-weight: bold;
    margin-right: 50px;
    font-size: 1.3em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
}

.productname {
    font-family: 'Gruppo', cursive;
    color: darkgreen;
    position: relative;
    top: -5px;
}

/* menu
----------------------------------------------------------*/
#navigation {
  font-size: 1.3em;
  font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
}

    #navigation table {
        margin-left: 0;
        min-width: 695px;
        clear: none;
        overflow: hidden;
        white-space: nowrap;
    }

    #navigation table td {
        vertical-align: middle;
        text-align: center;
        margin: 0;
        padding: 0;
        padding-left: .5em;
        padding-right: .5em;
    }

        #navigation table td.middle {
            text-align: left; width: 100%; min-width: 695px;
        }

        #navigation table td.last {
            text-align: right; width: 100%;
        }

    #navigation a {
        color: #999;
        text-decoration: none;
    }

    #navigation a:hover {
        color: #333;
    }

    #navigation img.translogo {
        width: 140px;
        float: right;
        text-align: right;
        display: inline;
        vertical-align: top;
    }

    #navigation img.tracslogo {
        height: 30px;
        float: left;
        padding-left: 5px;
        margin-top: -3px;
        vertical-align: top;
    }

    #navigation input.menubutton {
        border: none;
        background: none;
        color: #999;
        font-family: 'Segoe UI', Verdana, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: normal;
        padding-bottom: 0px;
        padding-left: 3px;
        padding-right: 3px;
        padding-top: 0px;
    }

        #navigation input.menubutton:hover {
            color: #333;
            text-decoration: none;
        }


.label {
    font-weight: 700;
    width: auto;
}
    
/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

    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: 5px;
        width: 300px;
    }

    textarea {
        font-family: inherit;
        width: 500px;
    }
    
        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: #d3dce0;
        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;
        border-radius: 4px;
    }

select {
        font-family: 'Segoe UI', Verdana, Helvetica, sans-serif;
        }

/* 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 {
    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-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
    border: 0 none;
}

    table.gvResults {
        margin: 0 auto; padding: 0; border-collapse: collapse; font-size: .85em; height: auto; color: #333333; border: none; border-color: transparent;
    }

    table.gvResultsNoResults td { border: none; border-color: transparent; }

    table.SelectedStudents {
        margin: 0 auto; padding: 0; border-collapse: collapse; font-size: .85em; height: auto; color: #333333; border: none; border-color: transparent;
    }

    table.SelectedStudentsNoResults td { border: none; border-color: transparent; }

th {
	font-weight: bold;
    padding: 4px;
    text-align: left;
}

    th a {
        display: block;
        position: relative;
    }

	th a:link, th a:visited, th a:active, th a:hover {
		color: #333;
		text-decoration: none;
	}

	th a:hover {
		color: #000;
	}

td {
        padding: 4px;
    text-align: left;
}

tr.NoPhone {

}

td.NoPhone {

}

td.name-filter {
    text-align: center;
}

td.tdRemoveAllStudents {
    text-align: center;
}

td.button-holder {
    text-align: center;
}

.NOPHONETEXT {
    font-weight: bold;
}

.NoPhoneWarning {
    color: red;
    font-weight: bold;
    text-align: center;
    width: 100%;
    display: block;
}

td {
    vertical-align: middle;
    padding: 4px !important;
}

    td.float-right {
        text-align: right;
        vertical-align: middle;
    }

td.criteria_title{
	width: auto !important;
	display: block;
    text-align: left;
    text-wrap: none;
    float: left;
}

/*Customized Stuff*/
#login-list {
    width: 100%;
    padding: 0;
    border: 1px solid gray;
    background-color: lightgray;
}

    #loginForm {
        padding-top: 75px;
    }

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

#login-list td{
    width: 50%;
    vertical-align: middle;
    padding: 20px;
    background-color:lightgray;
}

    #login-list td.logo {
        outline: none;
        border: none;
        margin: 0;
        padding: 0;
        padding-left: 50px;
    }

    #login-list td.left {
        text-align: left;
    }

    #login-list td.right {
        text-align: right;
    }

    #login-list li {
        float: right;
    }

    #login-list li {
        list-style: none;
        padding: 0;
        margin: 0;
    }

#login-buttons {
        width: 100%;
        list-style-type: none;
        clear: both;
        padding: 0;
        margin: 0;
        vertical-align: middle;
}

    #login-buttons li {
        float: right;
        text-align: left;
        padding: 25px 5px 25px 5px;
}

        #login-buttons li.rememberme {
            padding-right: 5px;
        }

.login-button {
    width: 150px !important;
    margin: 0 !important;
    float: right;
}

.login-logo-text {
    margin: 0;
    padding: 0;
}

#mnuMain_tracslogonojs{
	float: left;
}

#mnuMain_tracslogo{
	float: left;
}

#tracslogo {
    clear: both;
    float: left;
}

    #tracslogo img {
        height: 45px;
        vertical-align: middle;
    }

#tracslogonojs {
    clear: both;
    float: left;
}

    #tracslogonojs img {
        height: 45px;
        vertical-align: middle;
    }

.login-label {
    text-align: left;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
    text-align: center;
    background-color: lightgray;
}

.min_width { min-width: 710px; text-align: center; }

.criteria {
    text-align: left;
    padding-bottom: 15px;
    font-weight: bold;
}

.criteria-button {
    width: auto !important;
    margin: 0 !important;
    font-size: 0.85em !important;
    margin-left: 10px !important;
    border: none !important;
    background: none !important;
    text-align: left;
}

.search-button {
    width: 100px !important;
    margin: 0 !important;
    margin-left: 10px !important;
    font-size: 0.85em !important;
}

.nav-button {
    width: 100px !important;
    margin: 0 !important;
    margin-left: 10px !important;
    font-size: 0.85em !important;
    border-radius: 4px;
}


.addstudents-button {
    width: auto !important;
    margin: 0 !important;
    font-size: 0.85em !important;
    text-align: center;
}

.no-results-text {
    text-align: center !important;
    color: red;
    width: 100%;
    display: block;
}

a.OnMenuItem {
    font-weight: bold;
}
a.OffMenuItem {
    font-weight: normal;
}

td.left {
    text-align: left;
    padding-left: 15px !important;
}

td.right {
    text-align: right;
    float: right;
    margin-right: 15px;
}

input.editbutton {
    width: 50px;
}

.MenuLinkOff {
    color: #999;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none;
    background: none;
    background-color: transparent !important;
    border: none !important;
    font-size: 1em;
    margin-top: -3px;
    font-weight: normal !important;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
}

    .MenuLinkOff:hover {
        color: #333;
    }

.MenuLinkOn {
    color: #999;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    margin-top: -3px;
    text-decoration: none;
    background: none;
    background-color: transparent !important;
    border: none !important;
    font-size: 1em;
    font-weight: bold !important;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
}

    .MenuLinkOn:hover {
        color: #333;
    }

.DetailsLink {
    color: #333;
    outline: none;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    margin: 0 !important;
    text-decoration: none;
    background: none;
    background-color: transparent !important;
    border: 1px solid gray;
    font-size: 1em;
    font-weight: normal !important;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
}

    .DetailsLink:hover {
        border-style: outset;
        text-decoration: underline;
    }

.RemoveLink {
    margin: 0 !important;
    padding: 0 !important;
    text-decoration: none;
    background: none;
    background-color: transparent !important;
    height: 16px;
    width: 16px;
    outline: none !important;
    border: none !important;
}

#admin-buttons {
    text-align: center;
}

.results div {
    width: 100% !important;
    display: block;
}

.RemoveStudentLink {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none;
    background: none;
    background-color: transparent !important;
    border: none !important;
    font-size: 1em;
    font-weight: normal !important;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
}

    .RemoveStudentLink:hover {
        text-decoration: underline;
    }

input.DefaultButtons {
    width: 175px !important;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
}

#lastupdatesubtext {
    font-variant: small-caps;
}

/*************************************************** CALL STATUSES *******************************************************/
/**                                                                                                                     **/  
/**  queued	        The call is ready and waiting in line before going out.                                             **/
/**  ringing	    The call is currently ringing.                                                                      **/
/**  in-progress	The call was answered and is currently in progress.                                                 **/
/**  completed	    The call was answered and has ended normally.                                                       **/
/**  busy	        The caller received a busy signal.                                                                  **/
/**  failed	        The call could not be completed as dialed, most likely because the phone number was non-existent.   **/
/**  no-answer	    The call ended without being answered.                                                              **/ 
/**  canceled	    The call was canceled via the REST API while queued or ringing.                                     **/
/**                                                                                                                     **/
/*************************************************************************************************************************/

span.CallRINGING {
    color: blue; font-weight: bold;
}

span.CallIN-PROGRESS {
    color: blue; font-weight: bold;
}

span.CallCOMPLETED {
    color: green; font-weight: bold;
}

span.CallFAILURE {
    color: red; font-weight: bold;
}

span.CallBUSY {
    color: red; font-weight: bold;
}

span.CallFAILED {
    color: red; font-weight: bold;
}

span.CallQUEUED {
    color: orange; font-weight: bold;
}

span.CallNOANSWER {
    color: black; font-weight: bold;
}

span.CallCANCELED {
    color: brown; font-weight: bold;
}

span.CallNOPHONE {
    color: red; font-weight: bold;
}

#loader {
    position: fixed;
    width: 110px;
    height: 110px;
    top: 50%;
    margin-top: -55px;
    left: 50%;
    margin-left: -55px; 
    background-color: white;
    border: 2px solid #666666;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    border-radius: 5px;
    display: none;
    z-index: 99999;
}

    #loader img {
        outline: none;
        border: none;
        margin-top: 10px;
        padding-bottom: 3px;
    }

#scheduling {
    vertical-align: top;
}

#scheduling input {
    width: 25px;
    margin-right: 20px;
}

#scheduling label {
    float: left;
    padding-right: 10px;
    font-weight: normal;
}

#MainContent_dtePickDate td {
    text-align: center;
}

#MainContent_dtePickDate th {
    text-align: center;
}

#timePicker {
    width: 200px; margin: 0 auto; text-align: center; display: block;
}

.hidden {
    display: none;
}

#CreateJobDetails td {
    vertical-align: top;
}

#CreateJobDetails tr td div.heading {
    vertical-align: text-top;
    padding-top: 3px;
    height: 47px;
}

#MainContent_txtJobName {
    margin-top: -3px;
}

.disabled {
    visibility: hidden;
}

#MainContent_txtTestNumber {
    width: auto !important;
    font-size: 14px;
    height: 19px;
    margin: 0;
}

.testCallCheck {
    margin-left: 10px;
}

#CreateJobReview td {
    height: 35px;
}

.help-icon {
    height: 20px;
    width: 20px;
    cursor: pointer;
    vertical-align: text-top;
}

input[type=checkbox] {
  /* All browsers except webkit*/
  transform: scale(1.5);

  /* Webkit browsers*/
  -webkit-transform: scale(1.5);
}