﻿
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');

html {
    height: 100%;
    width: 100%;
    overflow: auto;
}
 
body {
    font-size: 11pt;
    font-family: 'Lato', sans-serif;  
    margin: 0 auto;
    padding: 0;
    /*-moz-user-select: none; 
    -webkit-user-select: none; 
    -ms-user-select: none; 
    user-select: none;*/ 
    height: 100%;
    width: 100%;
}

.ui-button
{
    -moz-user-select: none; 
    -webkit-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
}
form {
    border: none;
    padding: 0;
    margin: 0;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

textarea {
    font-family: 'Lato', sans-serif;
    border-radius: 6px;
}

h1 {
    font-size: 1.75em;
    font-weight: 900;
}

.col-md-10 {
    margin-top:10px;
}

select {
    margin-left: 3px;
    border-radius: 6px;
    border: 1px solid #909090;
    padding: 4px 6px 4px 8px;
    color: #192124;
    background: #f6f8f9; /* Old browsers */
    background: -moz-linear-gradient(top,  #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f8f9), color-stop(50%,#e5ebee), color-stop(51%,#d7dee3), color-stop(100%,#f5f7f9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */
}

input {
    border-radius: 6px;
    padding: 2px;
}

    input[type=button] {
        padding: 2px 10px 2px 10px;
    }

    input[type=submit] {
        padding: 2px 10px 2px 10px;
    }

    input[type=date] {
        width: 135px;
    }

    input[type=number] {
        width: 65px;
    }

dd {
    padding: 4px 0;
}

#body {
    font-size: 11pt;
    font-family: 'Lato', sans-serif;
    /*-moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
    height: 100%;
    background-attachment: scroll;
    min-height: 1080px;
}

.validation-summary-errors {
    color: red;
}

@media only screen and (min-device-height : 1080px) {
    body {
        overflow: hidden; 
    }
    #body {
        overflow: hidden;
        background-attachment: fixed;
    }
}

#menu-area {
    -moz-user-select: none; 
    -webkit-user-select: none; 
    -ms-user-select: none; 
    user-select: none; 
}

.inset-select {
    border-radius: 6px;
    border: inset;
    padding: 2px 3px 2px 4px;
}

.input-label {
    font-weight: 600;
    font-size: .98em;
}

.glass-input {
    color: #192124;
    background: rgb(242,246,248); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,246,248,1)), color-stop(50%,rgba(216,225,231,1)), color-stop(51%,rgba(181,198,208,1)), color-stop(100%,rgba(224,239,249,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=0 ); /* IE6-9 */
}

.inner-window {
    background-color: rgba(0,0,0,.95);
    margin: 10px;
    padding: 0;
    height: 600px;
    width: 100%;
    overflow: hidden;
}

.align-top {
    vertical-align: top;
}

.align-bottom {
    vertical-align: bottom;
}

.align-topleft {
    vertical-align: top;
    text-align: left;
}

.align-topright {
    vertical-align: top;
    text-align: right;
}

.align-middle {
    vertical-align: middle;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.fullwidth {
    width: 100%;
}

.fullheight {
    height: 100%;
}


#first-layer {
    /*height: 1000px;*/
    margin: 0 auto;
}

@media only screen and (min-device-width : 1000px) {
    #first-layer {
        width: 951px;
    }
}


#login-window {
    width: 700px;
    margin: 0 auto;
}

#content-layer {
    margin: 0 auto;
    position: relative;
    border-radius: 12px;
}

#problemtypes {
    border-radius: 12px;
    border: 1px solid white;
    color: White;
    padding: 3px 6px 3px 6px;
    margin-bottom: 14px;
    width: 476px;
    background: url(../images/down_arrow_select.png) no-repeat 456px #211e1e;
}

#usersproblem {
    position: absolute;
    width: 460px;
    border-radius: 12px;
    border: 1px solid white;
    background-color: #211e1e;
    color: White;
    padding: 3px 6px 3px 6px;
}

#help-window {
    margin: 0 auto;
}

#help-win-2 {
    color: #989898;
    margin-top: 20px;
    margin-left: 10px;
}

#FAQList {
    color: #989898;
    margin-left: 10px;
    margin-top: 26px;
    height: 362px;
}

    #FAQList p {
        margin-top: 0;
        overflow: hidden;
    }

    #FAQList h3 {
        margin-bottom: 2px;
    }

#alt-contact-methods {
    color: #989898;
    position: absolute;
    top: 332px;
}

    #alt-contact-methods h3 {
        margin-top: 0;
        margin-bottom: 2px;
        font-size: 18px;
    }

#send-problem-message {
    position: absolute;
    top: 248px;
    left: 583px;
}

#helpoverlay {
    position: absolute;
    top: 0;
    color: White;
    padding-right: 0;
}

    #helpoverlay h1 {
        margin: 10px 0 15px 10px;
        font-size: 24px;
        font-weight: 700;
    }

        #helpoverlay h1 span {
            font-size: 24px;
            font-weight: normal;
        }

#login-pages {
    height: 420px;
}

.login-page {
    margin-left: 12px;
    font-size: 20px;
    position: absolute;
    color: Gray;
    margin-top: 4px;
}

.dialog-input {
    width: 457px;
    background-color: #192124;
    border-radius: 16px;
    border: 1px solid white;
    padding-left: 12px;
    font-size: 18px;
    color: White;
}

.half-input {
    width: 212px;
}

.dialog-window {
    position: absolute;
    top: 110px;
    margin-left: 126px;
    z-index: 60;
}

.dialog-label {
    font-weight: 600;
    font-size: 18px;
    padding-left: 2px;
    padding-bottom: 4px;
    display: inline-block;
}

.basic-dialog {

}

.basic-dialog input {
    margin: 5px 5px 5px 0;
}

.sj-dialog-label {
    display: inline-block;
    width: 70px;
    margin-right: 4px;
    text-align: right;
}

.settings-pane {
    color: Gray;
    margin: 8px 0 0 10px;
}

.instruction-label {
    font-size: 14px;
    padding-left: 2px;
    padding-bottom: 4px;
    display: inline-block;
    margin-right: 10px;
    -moz-user-select: -text;
    -khtml-user-select: text;
    -webkit-user-select: text;
    -o-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.login-pill-button {
    float: right;
    margin-top: 12px;
    margin-right: 8px;
}

#login-content {
    background-color: #192124;
    margin-top: 44px;
    height: 230px;
    border: 1px solid silver;
    border-radius: 12px;
}

#cnt-message {
    color: White;
    width: 460px;
    border-radius: 12px;
    resize: none;
    border: 1px solid silver;
    background-color: #192124;
    padding: 4px;
    font-family: 'Lato';
    font-size: 14px;
}

.login-select {
    width: 470px;
    background: url(../images/down_arrow_select.png) no-repeat 451px #192124;
    color: White;
    border-radius: 16px;
    border: 1px solid white;
    padding: 4px 6px 4px 8px;
    font-size: 14px;
    font-weight: normal;
}

.login-page fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

.login-page legend {
    display: none;
}

#top-menu-div {
    position: relative;
    height: 38px;
    float: right;
    background-color: rgba(0,0,0,.95);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 16px 10px 0 10px;
    color: White;
    border: 1px solid silver;
    list-style: none;
    margin: 0;
}

 

 

.menu-group {
    padding: 3px 0 3px 15px;
    font-size: 13pt;
}

 

#top-menu-div li {
	list-style:none;
	float:left;
	font:12px Arial, Helvetica, sans-serif #111;
}

#top-menu-div li label  {
	display:block;
	text-decoration:none;
    margin: 0 8px 0 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

#top-menu-div li label:hover {
	color: Gainsboro;
}
#top-menu-div li label:active {
	color: Gray;
}
/*style the sub menu*/
#top-menu-div li ul {
	position:absolute;
	visibility:hidden;
    background-color: rgba(0,0,0,.90);
	margin:0;
	padding: 8px 4px 4px 4px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 1px solid rgba(192, 192, 192, 0.49);
}

#top-menu-div li ul li {
	display:inline;
	float:none;

}

#top-menu-div li ul li label {
	width:auto;
    cursor: pointer;
    padding: 2px 4px;
}

#top-menu-div li ul li label:hover {
	color: Gainsboro;
}
#top-menu-div li ul li label:active {
	color: Gray;
}

.expand-group {
    font-size: 13pt;
    padding-left: 16px;
}

.expand-title {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: white;
    margin: 0 0 0 0;
    padding-left: 0;
    max-width: 92%;
}

.expand-subtitle {
    display: block;
    margin: 0 0 0 0;
    font-size: 13px;
    font-weight: 700;
    height: 65%;
    overflow: hidden;
    padding-left: 13px;
    color: gray;
}

.course-window {
    text-align: left;
    background-color: rgba(0,0,0,.95);
    border-radius: 12px;
    border: 1px solid white;
    overflow: hidden;
    overflow-y: auto;
    height: 600px;
}

.transcript-page, .self-enrollment {
    height: 590px; 
    position: relative; 
    padding: 10px 0 0 20px;
    overflow:hidden;
    background-color:  rgba(0,0,0,.95);
    border-radius: 12px;
    font-size: .91em;
    color: white;
}

.transcript-page h2 {
    background-color: Gainsboro;
    margin: 10px 20px 10px 0 !important;
    padding-left: 10px;
    color: black !important;
    box-shadow: 1px 1px 4px #888;
    border-radius: 4px;
}

.course-group-row {
    margin-bottom: 10px;
}

.course-group-items {
    margin: 5px 0 0 10px;
}

.course-container .course-description {
    width: 72%;
}

#course-menu {
    overflow: hidden;
}

 

.course-row {
    width: 100%;
    margin: 0 0 5px 0;
    padding: 0;
    overflow: hidden;
 
}

.course-description {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    height: inherit;
    max-width: 78%;
}

.course-options {
    display: inline-block;
    position: relative;
    margin: 2px 22px 2px 4px;
    width: 160px;
    text-align: right;
    vertical-align: top;
    float: right;
    padding: 0;
}

.class-status {
    display: block;
    text-align: right;
    padding-right: 5px;
}

.class-launch-button {
    display: block;
}

.class-comment-button {
    display: block;
}

.edit-course-list {
    font-size: .95em;
    
}
.edit-course-list>thead tr {
    text-align:left; 
    background: rgb(208,208,208);
    border-bottom:1px solid rgb(152, 152, 152);
    border-right: 1px solid rgb(152, 152, 152);
}
 
.edit-course-list th {
    padding: 4px 7px;
}
 
.workarea-content .menu-list li>p {
    padding: 2px 6px;
}

.show-more-link {
    display: inline-block;
    position: absolute;
    right: 0;
    font-size: 13px;
    font-weight: 900;
    color: White;
    text-decoration: none;
    bottom: 0;
    background: rgba(0, 0, 0, 0.76);
    padding: 1px 5px;
    cursor: pointer;
}

.show-more-expanded {
    height: auto;
}
.show-more-link:hover {
    color: rgba(255,255,255,0.20);
    background: rgba(0, 0, 0, 0.20);
  
}

 
#options-header {
    font-size: 14px;
    font-weight: 900;
    color: #989898;
    margin: 10px 0 10px 10px;
    padding-left: 10px;
}

#options-header-label {
    margin: 0 15px 10px 0;
}

#options-header span {
    font-size: 12px;
}

#add-new-comment {
    float: right;
    margin-right: 15px;
}

#sort-liked {
    margin-left: 14px;
}

#discussion-thread {
    list-style: none;
    padding-left: 20px;
    margin: 2px 0 2px 0;
}

.discussion-thread {
    color: #989898;
    list-style: none;
    margin: 2px 0 2px 0;
    border-bottom: 1px solid silver;
}

.discussion-thread-content {
    position: relative;
}

.discussion-thread-reply {
    overflow: hidden;
    margin-left: 20px;
}

.discussion-thread-reply-section {
    position: relative;
    margin: 2px 0 2px 0;
}

.discussion-thread-reply ul {
    padding-left: 0;
}

.discussion-thread-reply li {
    list-style: none;
    padding-left: 0;
    margin: 0 0 10px 0;
    border-top: 1px solid #989898;
}

.cd-commentor {
    font-weight: 900;
    font-size: 18px;
}

.cd-comment {
    display: inline-block;
    margin: 5px 10px 5px 0;
    width: 700px;
    height: 60px;
    overflow: hidden;
    cursor: pointer;
    text-align: justify;
}

.comment-meta-data, .reply-meta-data {
    display: inline-block;
    width: 200px;
    height: 60px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    position: relative;
    vertical-align: top;
}

.rp-comment {
    display: inline-block;
    margin: 5px 10px 5px 0;
    width: 680px;
    height: 60px;
    overflow: hidden;
    cursor: pointer;
    text-align: justify;
}

.cd-posted {
    font-size: .92em;
    float: right;
    margin-right: 20px;
}

.rp-posted {
    font-size: .92em;
    float: right;
    margin-right: 20px;
}

.cd-likes {
    display: inline-block;
    position: relative;
    font-weight: 700;
    background-image: url(../images/heart.png);
    background-repeat: no-repeat;
    background-position: right 3px;
    width: 50px;
}

.reply-button {
    margin-left: 52px;
}

.like-button {
    margin-left: 105px;
    margin-top: 6px;
}

.comment-separator {
    position: absolute;
    left: -20px;
    top: -16px;
    width: 950px;
    height: 1px;
    border: none;
    background-color: #989898;
}

#comment-txtbox, #reply-txtbox {
    width: 300px;
}

.rp-moderator {
    display: inline-block;
    position: relative;
    background-image: url(../images/moderator.png);
    background-repeat: no-repeat;
    width: 22px;
    height: 19px;
}

#dlist-cont {
    position: relative;
    width: 100%;
    height: 500px;
}

.selectable_text {
    -moz-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.error-msg {
    color: Red;
    position: absolute;
}

.iframe-content {
    width: 952px;
    height: 765px;
    border-radius: 12px;
    border: none;
}

.notification-item {
    display: none;
    margin: 10px;
}

.vertical-scroll {
    overflow-x: hidden;
    overflow-y: auto;
}

.workarea {
    background-color: rgba(0, 0, 0, .93);
    border-radius: 12px;
    padding: 2px;
    border: 1px solid silver;
    box-shadow: 4px 4px 15px;
    max-height: 700px;
    overflow: hidden;
}

    .workarea h2 {
        margin: 4px 0 0 40px;
        color: white;
        max-width: 90%;
        overflow: hidden;
    }

    .workarea h3 {
        margin: 8px 0 0 0;
    }

.workarea-content {
    background-color: rgba(255, 255, 255, .93);
    border-radius: 12px;
    margin: 10px;
    padding: 10px;
    overflow: hidden;
    overflow-y: auto;
    height: 600px;
    color: black;
}

    .workarea-content input {
        margin-left: 3px;
    }

#FullDescription {
    width: 476px;
    margin-left: 12px;
    margin-top: 6px;
}

#ShortDescription {
    width: 480px;
}

#Title {
    width: 480px;
}

.basictable {
    text-align: left;
    table-layout: fixed;
    overflow-wrap: break-word;
}

    .basictable th {
        border-bottom: 1px solid black;
    }

    /*.basictable tr:nth-child(even) {background: rgb(148, 148, 142);}*/

.configtable {
    text-align: left;
    table-layout: fixed;
    overflow-wrap: break-word;
    background-color: rgb(226, 225, 225);
    padding: 10px;
    border-collapse: separate;
    border-radius: 6px;
    width: 100%;
}
    .configtable th {
        border-bottom: 1px solid black;
    }
.raiseorder, .lowerorder {
    cursor: pointer;
}

.blackbacktable {
    font-weight: normal;
    font-size: .95em;
    text-align: left;
}

    .blackbacktable th {
          
         font-weight: 900;
         font-size: 1.1em;
 
    }
    .blackbacktable tr td {
        padding: 4px 0 4px 5px;
        
    }
 
    

.NodeParent {
    margin-bottom: 5px;
    cursor: pointer;
}

#frameContent {
    border: none;
    width: 100%;
}

.ShellTitleServices {
    display: none;
}

.progress {
    margin-top: 6px;
    height: 20px;
    width: 275px;
    border-radius: 14px;
}

.progress-bar-success {
    height: 20px;
    background-color: green;
    border-radius: 14px;
}

.files {
    margin-top: 6px;
    height: 20px;
    width: 275px;
    color: white;
}

.cm-questionnaire-textarea {
    width: 430px;
    margin-right: 20px;
    box-shadow: 3px 3px 13px #888;
}
 

.selected {
    background-color: silver;
}

#toolbar {
    padding: 4px;
    display: inline-block;
    font-size: .82em;
    margin-bottom: 10px;
  }

.file-uploader 
{
    position: relative;
 
}
.file-uploader label
{
    display: block;
 
}
.upload-status {
	display: none;
	position: absolute;
	background-color: rgba(255, 255, 255, .80);
	top: -20px;
	left: -10px;
	font-size: 1.1em;
	z-index: 111;
	padding: 2px 10px;
	border-radius: 4px;
	box-shadow: 2px 2px 18px black;
	border: outset;
	color: black;
}

.upload-info 
{
    position: relative;
    font-size: 0.85em;
    padding: 0 0 0 5px;
    margin: 0 0 20px 0;
    color: gray;
    bottom: 6px;  
}

.file-uploader-input {
    border: 1px solid;
    border-radius: 4px;
    background: rgba(255,255,255, .44);
    color: #333;
    font-size: 1.0em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 500px;
    /*box-shadow: 4px 4px 14px #888;*/
}

.searchoptions {
    border: 1px solid;
    border-radius: 4px;
    padding: 8px;
    box-shadow: 4px 4px 14px #888;
    background-color: rgb(217, 219, 221);
}

#criteria-container {
    border: 1px solid;
    padding: 9px;
    font-size: .89em;
    display: inline-block;
    border-radius: 4px;
    box-shadow: 4px 4px 14px #888;
    margin: 10px;
}

 
.maintfooter {
    position: absolute;
    bottom: 13px;
    left: 13px;
    width: 95%;
    padding: 4px 10px;
    border-radius: 12px;
    text-align: right;
    box-shadow: 3px 3px 13px;
    font-family: Arial;
    font-size: .84em;
    border: 1px solid #888;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

#user-search-results
{
    margin: 10px 10px 40px 10px;
}


.menu-list { font-style:italic;   font-size:24px; color:#000;  }
.menu-list li { font-weight: 900; }
.menu-list li p { font-weight: normal; margin:0; padding:6px; font-style:normal;   font-size:13px; color:#5B6B32; border-left: 1px solid #999; }
.menu-list li p em { display:block; font-size: 16px; font-style:normal;}

.fancy-list { font-weight:bold;   font-size:16px; color:#FFF;  }
.fancy-list li {  }
.fancy-list li p { font-weight: normal; margin:0; padding:0 0 5px 10px; font-style:normal;    color:#FFF; border-left: 1px solid #FFF; }
.fancy-list li p em { display:block; font-size: 16px; font-style:normal;}

.page-controls {
    position: relative;
    margin: 0;
}

.page-control 
{
    font-family: Arial;
    font-weight: bold;
}

#prev-page {
     
}
 
 
#next-page {
    right: 0;
    position: absolute;
}
 
#class-attachments {
    position: absolute;
    width: 335px;
    right: 5px;
 
    border: 1px solid;
    box-shadow: 4px 4px 14px #888;
    border-radius: 4px;
    padding: 10px;
    z-index: 100;
}

#class-attachments p {
    margin: 0;
    position: absolute;
    top: -11px;
    background-color: white;
    padding: 0 4px;
    border-radius: 4px;
}

#followup-days {
    margin-left: 68px;
}

#preview-pane {
    display: none;
    max-height: 300px;
    border: inset;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px;
    border-radius: 8px;
    background-color: black;
}

.htmlcontent {
    width: 680px;
    max-height: 440px;
    border: inset;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px;
    border-radius: 8px;
    background-color: black;
}

.helpeditor {
    width: 99%;
    background-color: white;
}

.course-view-icon
{
    top: 6px;
    background-image: url(../images/chgview-icon.png);
    background-repeat: no-repeat;
    height: 36px;
    width: 24px;
    position: absolute;
    cursor: pointer;
    right: 30px;
}

.notification-menu-option
{
    top: 73px;
    background-image: url(../images/messages2.gif);
    background-repeat: no-repeat;
    height: 36px;
    width: 40px;
    position: absolute;
    cursor: pointer;
    right: 4px;
}

.user-info-tag {
    position: absolute;
    left: 20px;
    top: 54px;
    font-size: .80em;
}
    .user-info-tag p {
        margin: 0;
        padding: 0;
    }

.nondragtext 
{
    -moz-user-select:  none; 
    -webkit-user-select:  none; 
    -ms-user-select:  none; 
    user-select:  none;
}
.draggable_text
{
    -moz-user-select: element; 
    -webkit-user-select: element; 
    -ms-user-select:  element; 
    user-select: element;
}
.black-back-window{
    background-color: rgba(0,0,0,0.95);
    color: white;
    width: 911px;
    height: 657px;
    border-radius: 10px;
    border: 1px solid silver;
    padding: 20px;
}

.css-editor
{
    height: 270px;
    border-radius: 6px;
    box-shadow: 3px 3px 3px;
}

.embeddable-questions {
    font-size: .95em;
    font-family: sans-serif;
}

.embeddable-questions li {

}

.embeddable-questions li:hover {
    cursor: pointer;
    cursor: -webkit-grab;
    background-color: black;
    color: #a5a5a5;
}

.embeddable-questions li:active {
    cursor: pointer;
    cursor: -webkit-grabbing;
    background-color: black;
    color: #a5a5a5;
}
#copywriteline {
    margin: 0 auto;
    margin-top: 12px;
    vertical-align: middle;
    line-height: 28px;
    height: 28px;
    width: 941px;
    background-color: rgba(0,0,0,0.95);
    color: gray;
    border-radius: 10px;
    border: 1px solid silver;
    text-align: right;
    font-size: 12px;
    font-weight: 900;
    padding-right: 10px;
}

#copywriteline.short {
    width: 690px;

}

.ui-dialog-content select {
    border: inset;
    border-radius: 6px;
}

.fancy-link {
    color: black;
    text-decoration: none;
}

.fancy-link:hover {
    color: black;
    background-color: #555555;
}

.lineitem-link {
    text-decoration: none;
    color: inherit;
} 

.lineitem:hover {
    background-color: #555555;
    color: white;
    cursor: pointer;
} 

.selectable-table {
    width: 100%;
    text-align: left;
    table-layout: fixed;
    overflow-wrap: break-word;
}

    .selectable-table th {
        font-size: 1.2em;
        border-bottom: 1px solid gray;
    }
.selectable-row td {
    padding: 4px;
    cursor: pointer;
    overflow-x: hidden;
}
.selectable-row:nth-child(even) {background: #DDD}

.selectable-row:hover {
    color: black;
    background-color: #999999;
}

.deleterow {
    background-color: rgb(247, 225, 228);
}
.deleterow:nth-child(even) {
    background-color: rgb(247, 225, 228);
}

input.datepicker {
    width: 92px;
    padding-left: 7px;
    background-image: url(../Images/calendar.png);
    background-repeat: no-repeat;
    background-position-x: 75px;
}

.iframeload {
    border-radius: 12px;
    background: rgba(76,76,76,1);
    background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,0.97) 12%, rgba(102,102,102,0.93) 25%, rgba(71,71,71,0.89) 39%, rgba(44,44,44,0.86) 50%, rgba(0,0,0,0.86) 51%, rgba(17,17,17,0.83) 60%, rgba(43,43,43,0.79) 76%, rgba(28,28,28,0.75) 91%, rgba(19,19,19,0.72) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76,76,76,1)), color-stop(12%, rgba(89,89,89,0.97)), color-stop(25%, rgba(102,102,102,0.93)), color-stop(39%, rgba(71,71,71,0.89)), color-stop(50%, rgba(44,44,44,0.86)), color-stop(51%, rgba(0,0,0,0.86)), color-stop(60%, rgba(17,17,17,0.83)), color-stop(76%, rgba(43,43,43,0.79)), color-stop(91%, rgba(28,28,28,0.75)), color-stop(100%, rgba(19,19,19,0.72)));
    background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,0.97) 12%, rgba(102,102,102,0.93) 25%, rgba(71,71,71,0.89) 39%, rgba(44,44,44,0.86) 50%, rgba(0,0,0,0.86) 51%, rgba(17,17,17,0.83) 60%, rgba(43,43,43,0.79) 76%, rgba(28,28,28,0.75) 91%, rgba(19,19,19,0.72) 100%);
    background: -o-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,0.97) 12%, rgba(102,102,102,0.93) 25%, rgba(71,71,71,0.89) 39%, rgba(44,44,44,0.86) 50%, rgba(0,0,0,0.86) 51%, rgba(17,17,17,0.83) 60%, rgba(43,43,43,0.79) 76%, rgba(28,28,28,0.75) 91%, rgba(19,19,19,0.72) 100%);
    background: -ms-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,0.97) 12%, rgba(102,102,102,0.93) 25%, rgba(71,71,71,0.89) 39%, rgba(44,44,44,0.86) 50%, rgba(0,0,0,0.86) 51%, rgba(17,17,17,0.83) 60%, rgba(43,43,43,0.79) 76%, rgba(28,28,28,0.75) 91%, rgba(19,19,19,0.72) 100%);
    background: linear-gradient(to bottom, rgba(76,76,76,1) 0%, rgba(89,89,89,0.97) 12%, rgba(102,102,102,0.93) 25%, rgba(71,71,71,0.89) 39%, rgba(44,44,44,0.86) 50%, rgba(0,0,0,0.86) 51%, rgba(17,17,17,0.83) 60%, rgba(43,43,43,0.79) 76%, rgba(28,28,28,0.75) 91%, rgba(19,19,19,0.72) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}

.class-iframe {
    width: 750px;
    height: 590px;
    border: none;
}

#can-discuss-cont {
    position: absolute;
    right: 40px;
}

.course-std-opts {
    position: relative;
    padding: 10px 0 4px 18px;
}

.addcourseitem-row-label {
    width: 130px;
    text-align: right;
    padding-right: 6px;
    display: inline-block;
    vertical-align: top;
}
#cm-courseitem-add div.form-group {
    margin: 5px 0;
}

.ci-option-section {
    margin: 10px;
    display: none;
}

#class-select-sco {
    margin: 10px;
}
.cm-items-edit {
    position: relative;
    background-color: rgba(255, 255, 255, .93);
    border-radius: 12px;
    margin: 10px;
    padding: 10px;
    overflow: hidden;
    overflow-y: auto;
    height: 600px;
    color: black;
} 
.cm-items-edit>form>.form-group {
    margin-top: 6px;
}
.cm-items-edit>form>.form-group>.col-md-10 {
    margin-top: 6px;
}

.students-icon {
    top: 8px;
    background-image: url(../images/students.png);
    background-repeat: no-repeat;
    height: 22px;
    width: 26px;
    display: inline-block;
    position: absolute;
    cursor: pointer;
    right: 67px;
    z-index: 2;
    border-radius: 26px;
}

.workarea-content input[readonly] {
    background-color: gainsboro;
}

.workarea-content div.form-group {
    margin-top: 3px;
    margin-bottom: 3px;
}

.delete-icon {
    background-image: url(../images/deleteicon.png);
    background-repeat: no-repeat;
    height: 22px;
    width: 26px;
    display: inline-block;
    cursor: pointer;
    z-index: 2;
    border-radius: 26px;
    color: transparent;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.75) url('../Images/ajax-loader.gif') 50% 50% no-repeat;
}
 
.jqstb-scroll {
    overflow-x: hidden;
}
/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

    /* Anytime the body has the loading class, our
   modal element will be visible */
    body.loading .modal {
        display: block;
    }

   
@media only screen and (min-device-height : 1080px) {
    ::-webkit-scrollbar {
        width: 16px;
 
    }
 

    ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(111,111,111,.1);
        box-shadow: inset 0 0 6px rgba(111,111,111,.1);
        border-radius: 5px;
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 6px rgb(100,100,100);
        box-shadow: inset 0 0 6px rgb(100,100,100);
    }

        ::-webkit-scrollbar-thumb:hover {
            border-radius: 5px;
            -webkit-box-shadow: inset 0 0 9px rgb(127, 127, 127);
            box-shadow: inset 0 0 9px rgb(127, 127, 127);
        }

    ::-webkit-scrollbar-track:hover {
        -webkit-box-shadow: inset 0 0 9px rgba(111,111,111,.5);
        box-shadow: inset 0 0 9px rgba(111,111,111,.3);
        border-radius: 5px;
    }


    #notifications-window ::-webkit-scrollbar {
        width: 26px;
    }
}

#pan-right, #pan-left {
    height:auto;
}
#pan-right {
    right: 0;
}
#pan-left {
    left: 0;
}