/** BASIC ELEMENTS **/
	body {
		background-color: #FAFAFA; /* rgba(27, 107, 181, .2); */
		background-image: url(../img/bg-logo.png);
		background-repeat: no-repeat;
		background-position: center center;
	}
	body.no-bg {
	   background-image: none;
	}
	body.white-bg {
		background-color: #fff;
	}


/** GENERAL CLASSES **/
	.bg-dark { background-color: rgba(0,0,0,.7) !important; }
	.bg-gray { background-color: #f5f5f5 !important; }
	.gray-text { color: #777; }
	.topBordered { border-top: 1px solid #eee; }
	#notify-save { color: rgba(255,255,255,.7); }
	.text-gray { color: rgba(0,0,0,.7); }
	.text-primary { color: #1b6bb5; }
	.text-warning { color: #f44336 !important; }
	
	
/** BOOTSTRAP OVERRIDES **/
	.alert-danger,
	.alert-warning,
	.alert-success {
		padding: 10px 20px;
	}
	.alert-danger {
		background: #f44336;
		color: #fff;
	}
	.alert-warning {
		background: rgba(255, 87, 34, .9) !important;
	}
	.alert-success {
		background: #2fc62b;
		border-color: #2fc62b;
	}
	.btn, .input-group-btn .btn {
		text-transform: initial;
	}
    .btn.btn-raised.btn-danger, .input-group-btn .btn.btn-raised.btn-danger, .btn.btn-fab.btn-danger, .input-group-btn .btn.btn-fab.btn-danger, .btn-group-raised .btn.btn-danger, .btn-group-raised .input-group-btn .btn.btn-danger {
        color: #fff;
    }
    input.form-control, textarea.form-control {
        color: #000;
    }
	.dropdown-menu > li > a {
		color: #555;
	}
	.navbar .dropdown-menu > li > a {
		color: #222;
	}
	.dropdown-menu > li > a:hover,
	.dropdown-menu > li > a:focus,
	.dropdown-menu > li > a.selected {
		background: #eee;
		color: #1b6bb5;
	}
	.navbar, .navbar.navbar-default,
	.bg-primary {
		background: transparent;
		color: rgba(255,255,255,1);
	}
	.bg-primary a,
	.bg-primary a:hover,
	.bg-primary a:visited,
	.bg-primary a:focus,
	.bg-primary a:active {
		color: rgba(255,255,255,1);
	}
	.bg-secondary {
	   background: #f2f2f2;
	}
	.bg-secondary .titleRow {
	   background-color: rgba(0,0,0,.1);
	}
	.navbar .navbar-nav > .active > a,
	.navbar .navbar-nav > .active > a:hover,
	.navbar .navbar-nav > .active > a:focus {
		background: rgba(255,255,255,0.1);
	}
	.list-group-item.active,
	.list-group-item.active:hover,
	.list-group-item.active:focus {
	   background: transparent none;
	   box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
	   text-shadow: none;
	}
	.list-group .list-group-item.active:hover,
	.list-group .list-group-item.active:focus {
	   background: transparent none;
	   outline: none;
	}
	.navbar .dropdown-menu li > a:hover i.material-icons, .navbar.navbar-default .dropdown-menu li > a:hover i.material-icons, .navbar .dropdown-menu li > a:focus i.material-icons, .navbar.navbar-default .dropdown-menu li > a:focus i.material-icons {
       opacity: 1;
	}
	.tooltip-inner {
	   background: rgba(0,0,0,0.9);
	   border-radius: 6px;
	   box-shadow: none;
	   -moz-box-shadow: none;
	   -webkit-box-shadow: none;
       color: #fff;
       font-size: 10pt;
       opacity: 1;
       padding: 8px 10px;
	}
	.top-section .tooltip-inner {
		white-space: nowrap;
	}
	.btn:not(.btn-raised).btn-primary,
    .input-group-btn .btn:not(.btn-raised).btn-primary {
       color: #fff;
       background: rgba(27, 107, 181, 1);
    }
    .btn:not(.btn-raised).btn-primary:hover,
    .input-group-btn .btn:not(.btn-raised).btn-primary:hover {
        background-color: rgba(72,67,210, 1);
    }
	.modal-dialog .modal-content {
		-webkit-box-shadow: 0 12px 15px 0 rgba(0,0,0,0.24);
		box-shadow: 0 12px 15px 0 rgba(0,0,0,0.24);
	} 
	.modal-dialog .modal-header .modal-title {
		font-size: 20px;
		font-weight: 500;
	}
	.modal-dialog .modal-content .modal-footer {
	   border-top: 1px solid #eee;
	   padding: 16px;
	}
	.modal-dialog.warning .modal-body {
	   text-align: center;
	   padding: 48px 24px;
	}
	.modal-dialog.warning .modal-body .material-icons {
	   color: #f65656;
	   margin: 0;
	   display: inline-block;
	   font-size: 60px;
	}
	.modal-dialog.warning .modal-body h3 {
	   margin: 10px 0;
	}
	.modal-dialog.warning .modal-footer {
	   background: #f65656;
	   border-radius: 0 0 2px 2px;
	   color: #fff;
	   text-align: center;
	   padding: 0;
	}
	.modal-dialog.warning .modal-footer a,
	.modal-dialog.warning .modal-footer a:hover,
    .modal-dialog.warning .modal-footer a:active,
    .modal-dialog.warning .modal-footer a:focus {
	   display: block;
	   color: #fff;
	   text-align: center;
	   margin: 0;
	   padding: 18px 30px;
	}
	
	.togglebutton label .toggle:after {
	   box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	   -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	   -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
	.checkbox label,
	.radio label,
	label,
	.togglebutton label {
	   color: #555;
	}
	.radio label:hover,
	.togglebutton label:hover {
	   color: #000;
	}
	.text-success {
	   color: rgba(18,140,2,1);
	}


/** NAVBAR **/
    section.top-section {
        background: #6f8d9b url(../img/glosboken_bg.png) no-repeat center center;
        background-size: cover;
    }
    section.top-section.bg-primary {
        background-color: #1b6bb5;
    }
    section.top-section.bg-exam {
        background-color: #706799;
    }
    section.top-section.bg-primary.standard-theme { background-color: #1666c0; }
	section.top-section.bg-primary.archived { background-color: #6f8d9b; }
	section.top-section.bg-primary.red-theme { background-color: #F44336; }
	section.top-section.bg-primary.purple-theme { background-color: #9C27B0; }
	section.top-section.bg-primary.indigo-theme { background-color: #3F51B5; }
	section.top-section.bg-primary.blue-theme { background-color: #2196F3; }
	section.top-section.bg-primary.teal-theme { background-color: #009688; }
	section.top-section.bg-primary.green-theme { background-color: #4CAF50; }
	section.top-section.bg-primary.lime-theme { background-color: #CDDC39; }
	section.top-section.bg-primary.yellow-theme { background-color: #FFEB3B; }
	section.top-section.bg-primary.orange-theme { background-color: #FF9800; }
	section.top-section.bg-primary.brown-theme { background-color: #795548; }
	section.top-section.bg-primary.grey-theme { background-color: #9E9E9E; }
	
	section.top-section.bg-primary.lime-theme,
	section.top-section.bg-primary.lime-theme a,
	section.top-section.bg-primary.orange-theme,
	section.top-section.bg-primary.orange-theme a,
	section.top-section.bg-primary.yellow-theme,
	section.top-section.bg-primary.yellow-theme a {
		color: rgba(33,33,33,1);
	}
	section.top-section.bg-primary.lime-theme .page-title-wrapper p,
	section.top-section.bg-primary.lime-theme .page-title-wrapper p a,
	section.top-section.bg-primary.orange-theme .page-title-wrapper p,
	section.top-section.bg-primary.orange-theme .page-title-wrapper p a,
	section.top-section.bg-primary.yellow-theme .page-title-wrapper p,
	section.top-section.bg-primary.yellow-theme .page-title-wrapper p a {
		color: rgba(33,33,33,.5);
	}
	section.top-section.bg-primary.lime-theme #notify-save,
	section.top-section.bg-primary.orange-theme #notify-save,
	section.top-section.bg-primary.yellow-theme #notify-save {
		color: rgba(33,33,33,.7);
	}
    
	.navbar {
		background-color: transparent;
		box-shadow: none;
		-moz-box-shadow: none;
        -webkit-box-shadow: none;
		color: #fff;
	}
	.navbar a,
	.navbar a:hover,
	.navbar a:active,
	.navbar a:focus,
	.navbar a:visited {
		color: #fff;
		text-decoration: none;
	}
	.navbar .navbar-form .form-group .form-control,
	.navbar .navbar-form .form-control {
		color: #fff;
		font-size: 20px;
		background-image: linear-gradient(#1b6bb5, #1b6bb5), linear-gradient(#1b6bb5, #1b6bb5);
	}
	.navbar .form-group.is-focused .form-control {
		background-image: linear-gradient(#fff, #fff), linear-gradient(#1b6bb5, #1b6bb5);
	}
	

/** BUTTONS **/
	.btn,
	a.btn,
	a.btn:visited,
	.card .btn,
	.card a.btn,
	.card a.btn:visited {
		color: #222;
		text-shadow: none;
	}
	.btn:hover,
	.btn:active,
	a.btn:hover,
	a.btn:active,
	.card a.btn:hover,
	.card a.btn:active {
		color: #222;
	}
	.btn.btn-primary,
    .btn.btn-primary:visited,
	.btn.btn-raised.btn-primary,
    .btn.btn-raised.btn-primary:visited,
	.card a.btn.btn-primary,
	.card a.btn.btn-primary:hover,
	.card a.btn.btn-primary:active,
	.card a.btn.btn-primary:focus {
		background: #1b6bb5;
		color: #fff;
		outline: none;
	}
	.btn.btn-primary:hover,
    .btn.btn-primary:active,
    .btn.btn-primary:focus,
	.btn.btn-raised.btn-primary:hover,
	.btn.btn-raised.btn-primary:active,
	.btn.btn-raised.btn-primary:focus {
		background: #0277bd !important;
	}
	.btn.btn-raised.btn-danger,
	.input-group-btn .btn.btn-raised.btn-danger,
	.btn.btn-fab.btn-danger,
	.input-group-btn .btn.btn-fab.btn-danger,
	.btn-group-raised .btn.btn-danger,
	.btn-group-raised .input-group-btn .btn.btn-danger {
	   color: #fff !important;
	}
	
	.btn:focus,
	.btn:active:focus,
	.btn.active:focus,
	.btn.focus,
	.btn:active.focus,
	.btn.active.focus {
	   outline: none;
	}
	.btn.btn-secondary {
	   color: #1b6bb5 !important;
	}


/** ANIMATIONS **/
	.borderAnimation {
		display:inline-block;
	}
	.borderAnimation:after {
	    content: '';
	    display: block;
	    margin: auto;
	    height: 2px;
	    width: 0px;
	    background: transparent;
	    transition: width .3s ease, background-color .3s ease;
	    -webkit-transition: width .3s ease, background-color .3s ease;
    	-o-transition: width .3s ease, background-color .3s ease;
	}
	.borderAnimation.activeBorder:after,
	.borderAnimation.active:after {
	    width: 100%;
	    background: #fff;
	}
	.form-control, .form-group .form-control { background-image: linear-gradient(#e2e2e2, #e2e2e2), linear-gradient(#e2e2e2, #e2e2e2); }
	.form-group .form-control.border-inactive-hidden,
	.form-group .form-control.border-when-active,
	.form-group .form-control.border-on-hover,
	.section .form-group .form-control.border-when-active { background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff); }
	.section .form-group .form-control.border-when-active:hover,
	.section.active .form-group .form-control.border-when-active,
	.section.active .form-group .form-control.border-on-hover:hover,
	.section.active .form-group .form-control.border-inactive-hidden:hover { background-image: linear-gradient(#e2e2e2, #e2e2e2), linear-gradient(#e2e2e2, #e2e2e2); }
	.section.active .form-group .form-control.border-on-hover:focus,
	.section.active .form-group.is-focused .form-control.border-when-active,
	.section.active .form-group .form-control.border-when-active:hover,
	.section.active .form-group.is-focused .form-control.border-inactive-hidden,
	.section.active .form-group.is-focused .form-control.border-inactive-hidden:hover { background-image: linear-gradient(#1b6bb5, #1b6bb5), linear-gradient(#e2e2e2, #e2e2e2); }


/** CARDS **/
	.card {
		background: #fff;
		box-shadow: 0 0.1rem 0.2rem rgba(0,0,0,0.22), 0 0 0.1rem rgba(0,0,0,0.22);
		-moz-box-shadow: 0 0.1rem 0.2rem rgba(0,0,0,0.22), 0 0 0.1rem rgba(0,0,0,0.22);
        -webkit-box-shadow: 0 0.1rem 0.2rem rgba(0,0,0,0.22), 0 0 0.1rem rgba(0,0,0,0.22);
	}
	.card a,
	.card a:hover,
	.card a:active,
	.card a:visited {
		color: #1b6bb5;
		transition: color .3s ease, background-color .3s ease;
		-webkit-transition: color .3s ease, background-color .3s ease;
    	-o-transition: color .3s ease, background-color .3s ease;
	}
	.card .borderAnimation a {
		color: rgba(0,0,0,.4);
	}
	.card .borderAnimation.activeBorder a,
	.card .borderAnimation.active a {
		color: #1b6bb5;
	}
	.card .borderAnimation.activeBorder:after,
	.card .borderAnimation.active:after {
		background-color: #1b6bb5;
	}
	.bottomPositioned {
		border-bottom: 1px solid #eee;
		padding: 0 30px;
	}
	.bottomPositioned h3 {
		display: inline-block;
		white-space: nowrap;
		font-size: 14px;
		text-transform: uppercase;
		font-weight: bold;
		line-height: 48px;
		margin: 0;
	}
	.bottomPositioned h3 a {
		padding: 0 24px;
		text-decoration: none;
	}
	.card .section .section-row {
		min-height: 50px;
		line-height: 50px;
	}
	.progress {
		background-color: rgba(27, 107, 181, .3)
	}
	.progress .indeterminate,
	.progress .progress-bar.progress-bar-primary {
		background-color: rgba(27, 107, 181, 1);
	}
	
	.folder-content .card .title a,
	.folder-content .card .title a:hover,
	.folder-content .card .title a:active,
	.folder-content .card .title a:visited {
		color: rgba(255,255,255,1);
	}
	.folder-content .card .title {
	   position: relative;
	}
	.folder-content .card .title a.title-link {
        display: block;
		font-size: 20px;
		margin-bottom: 10px;
		margin-right: 50px;
		white-space: nowrap;
		overflow: hidden;
	}
	.folder-content .card .title a.dropdown-toggle,
	.folder-content .tableContentRow a.dropdown-toggle {
	   position: absolute;
	   top: 50%;
	   right: 0.8rem;
	   margin-top: -20px;
	   top: 50%;
	}
	.card .title .dropdown-menu a,
	.card .title .dropdown-menu a:visited {
		color: #555;
	}
	.card .title .dropdown-menu a:hover,
	.card .title .dropdown-menu a:active {
		color: #1b6bb5;
	}
	.folder.card .title,
	.card.standard-theme, .folder.card .title.standard-theme { background: #1666c0; color: rgba(255,255,255,1); }
	.card.archived, .folder.card .title.archived { background: #6f8d9b; color: rgba(255,255,255,1); }
	.card.red-theme, .folder.card .title.red-theme { background: #F44336; color: rgba(255,255,255,1); }
	.card.purple-theme, .folder.card .title.purple-theme { background: #9C27B0; color: rgba(255,255,255,1); }
	.card.indigo-theme, .folder.card .title.indigo-theme { background: #3F51B5; color: rgba(255,255,255,1); }
	.card.blue-theme, .folder.card .title.blue-theme { background: #2196F3; color: rgba(255,255,255,1); }
	.card.teal-theme, .folder.card .title.teal-theme { background: #009688; color: rgba(255,255,255,1); }
	.card.green-theme, .folder.card .title.green-theme { background: #4CAF50; color: rgba(255,255,255,1); }
	.card.lime-theme, .folder.card .title.lime-theme { background: #CDDC39; color: rgba(33,33,33,1); }
	.card.yellow-theme, .folder.card .title.yellow-theme { background: #FFEB3B; color: rgba(33,33,33,1); }
	.card.orange-theme, .folder.card .title.orange-theme { background: #FF9800; color: rgba(33,33,33,1); }
	.card.brown-theme, .folder.card .title.brown-theme { background: #795548; color: rgba(255,255,255,1); }
	.card.grey-theme, .folder.card .title.grey-theme { background: #9E9E9E; color: rgba(255,255,255,1); }
	.exercise.card .title { background: #1b6bb5; color: rgba(255,255,255,1); }

	.folder.card .title,
	.folder.card a,
	.exercise.card .title,
	.exercise.card a {
	   color: rgba(255,255,255,1);
	   font-size: 20px;
	}
	.folder.card .title.lime-theme,
	.folder.card .title.lime-theme a,
	.folder.card .title.yellow-theme,
	.folder.card .title.yellow-theme a,
	.folder.card .title.orange-theme,
	.folder.card .title.orange-theme a {
		color: rgba(33,33,33,1);
	}
	.folder.card .content,
	.exercise.card .content {
		height: 150px;
	}
	.folder.card .footer,
	.exercise.card .footer {
		border-top: 1px solid #ddd;
		padding: .4rem;
	}
	.themeItem {
		border-radius: 4px;
		display: inline-block;
		height: 20px;
		width: 20px;
		position: absolute;
		top: 50%;
		margin-top: -10px;
		left: 15px;
	}
	.themeItem.standard-theme { background: #1666c0; }
	.themeItem.archived { background: #6f8d9b; }
	.themeItem.red-theme { background: #F44336; }
	.themeItem.purple-theme { background: #9C27B0; }
	.themeItem.indigo-theme { background: #3F51B5; }
	.themeItem.blue-theme { background: #2196F3; }
	.themeItem.teal-theme { background: #009688; }
	.themeItem.green-theme { background: #4CAF50; }
	.themeItem.lime-theme { background: #CDDC39; }
	.themeItem.yellow-theme { background: #FFEB3B; }
	.themeItem.orange-theme { background: #FF9800; }
	.themeItem.brown-theme { background: #795548; }
	.themeItem.grey-theme { background: #9E9E9E; }
	
	.theme-selector {
		border: 4px solid rgba(255,255,255,0);
		border-radius: 50%;
		display: inline-block;
		width: 30px;
		height: 30px;
		padding: 0;
	}
	.theme-selector.active,
	.theme-selector:hover {
		border-color: rgba(0,0,0,.7);
	}
	.theme-selector.standard, .theme-selector.standard:focus { background: #1666c0 !important; }
	.theme-selector.red, .theme-selector.red:focus { background: #F44336 !important; }
	.theme-selector.purple, .theme-selector.purple:focus { background: #9C27B0 !important; }
	.theme-selector.indigo, .theme-selector.indigo:focus { background: #3F51B5 !important; }
	.theme-selector.blue, .theme-selector.blue:focus { background: #2196F3 !important; }
	.theme-selector.teal, .theme-selector.teal:focus { background: #009688 !important; }
	.theme-selector.green, .theme-selector.green:focus { background: #4CAF50 !important; }
	.theme-selector.lime, .theme-selector.lime:focus { background: #CDDC39 !important; }
	.theme-selector.yellow, .theme-selector.yellow:focus { background: #FFEB3B !important; }
	.theme-selector.orange, .theme-selector.orange:focus { background: #FF9800 !important; }
	.theme-selector.brown, .theme-selector.brown:focus { background: #795548 !important; }
	.theme-selector.grey, .theme-selector.grey:focus { background: #9E9E9E !important; }
	
	
/** FOLDER CONTENT **/
    .tableContentRow,
    .tableContentRow a,
    .tableContentRow a:visited {
        color: #777;
    }
    .tableContentRow a:hover,
    .tableContentRow a:active,
    .tableContentRow.titleRow p:hover {
        color: #333;
    }
    .tableContentRow .dropdown-menu a,
    .tableContentRow .dropdown-menu a:hover {
    	font-weight: 400;
    	height: 40px;
    }
    .tableContentRow.folder i.material-icons {
        color: #999;
    }
    .tableContentRow.exam i.material-icons {
        color: #5d04f1;
    }
    .tableContentRow.exercise i.material-icons {
        color: #1b6bb5;
    }
    .bg-secondary .tableContentRow:not(.titleRow):hover {
        background: #e3e4e7;
        -webkit-box-shadow: inset 0 -1px 0 0 rgba(100,121,143,0.122);
        box-shadow: inset 0 -1px 0 0 rgba(100,121,143,0.122);
    }
    .tableContentRow {
    	transition: margin-left .3s linear;
    	-webkit-transition: margin-left .3s linear;
    	-o-transition: margin-left .3s linear;
    }
    .tableContentRow.highlighted {
    	background-color: #1666c0;
    	box-shadow: 0px 3px 6px #777;
    	color: #fff;
    	width: calc(100% + 15px);
    	margin-left: -10px;
    }
    .tableContentRow.highlighted:hover {
    	background-color: #3686e0;
    	box-shadow: 0px 3px 6px #777;
    }
    .tableContentRow.highlighted a,
    .tableContentRow.highlighted a:hover,
    .tableContentRow.highlighted a:visited,
    .tableContentRow.highlighted a:active,
    .tableContentRow.highlighted i.material-icons {
    	color: #fff;
    }
    .tableContentRow.highlighted .gray-text {
    	color: rgba(255,255,255,.6);
    }
    .tableContentRow.highlighted .togglebutton label input[type=checkbox]:checked + .toggle {
    	background-color: rgba(255,255,255,.3);
    }
    .tableContentRow.highlighted .togglebutton label input[type=checkbox]:checked + .toggle:after {
    	background-color: rgba(255,255,255,.8);
    }
    .tableContentRow.highlighted .checkbox input[type=checkbox]:checked + .checkbox-material .check,
    .tableContentRow.highlighted label.checkbox-inline input[type=checkbox]:checked + .checkbox-material .check {
    	border-color: #fff;
    }
    .tableContentRow.highlighted .checkbox input[type=checkbox]:checked + .checkbox-material .check:before,
    .tableContentRow.highlighted label.checkbox-inline input[type=checkbox]:checked + .checkbox-material .check:before {
    	color: #fff;
    }
    
    body.lime-theme .tableContentRow.highlighted a, body.lime-theme .tableContentRow.highlighted a:hover, body.lime-theme .tableContentRow.highlighted a:visited, body.lime-theme .tableContentRow.highlighted a:active, body.lime-theme .tableContentRow.highlighted i.material-icons { color: #000; }
    body.lime-theme .tableContentRow.highlighted .togglebutton label input[type=checkbox]:checked + .toggle { background-color: rgba(0,0,0,.3); }
    body.lime-theme .tableContentRow.highlighted .togglebutton label input[type=checkbox]:checked + .toggle:after { background-color: rgba(0,0,0,.8); }
    body.lime-theme .tableContentRow.highlighted .checkbox input[type=checkbox]:checked + .checkbox-material .check, body.lime-theme .tableContentRow.highlighted label.checkbox-inline input[type=checkbox]:checked + .checkbox-material .check { border-color: #000; }
    body.lime-theme .tableContentRow.highlighted .checkbox input[type=checkbox]:checked + .checkbox-material .check:before, body.lime-theme .tableContentRow.highlighted label.checkbox-inline input[type=checkbox]:checked + .checkbox-material .check:before { color: #000; }
    body.lime-theme .tableContentRow.highlighted .gray-text { color: rgba(0,0,0,.6); }
    
    body.yellow-theme .tableContentRow.highlighted a, body.yellow-theme .tableContentRow.highlighted a:hover, body.yellow-theme .tableContentRow.highlighted a:visited, body.yellow-theme .tableContentRow.highlighted a:active, body.yellow-theme .tableContentRow.highlighted i.material-icons { color: #000; }
    body.yellow-theme .tableContentRow.highlighted .togglebutton label input[type=checkbox]:checked + .toggle { background-color: rgba(0,0,0,.3); }
    body.yellow-theme .tableContentRow.highlighted .togglebutton label input[type=checkbox]:checked + .toggle:after { background-color: rgba(0,0,0,.8); }
    body.yellow-theme .tableContentRow.highlighted .checkbox input[type=checkbox]:checked + .checkbox-material .check, body.yellow-theme .tableContentRow.highlighted label.checkbox-inline input[type=checkbox]:checked + .checkbox-material .check { border-color: #000; }
    body.yellow-theme .tableContentRow.highlighted .checkbox input[type=checkbox]:checked + .checkbox-material .check:before, body.yellow-theme .tableContentRow.highlighted label.checkbox-inline input[type=checkbox]:checked + .checkbox-material .check:before { color: #000; }
    body.yellow-theme .tableContentRow.highlighted .gray-text { color: rgba(0,0,0,.6); }
    
    body.orange-theme .tableContentRow.highlighted a, body.orange-theme .tableContentRow.highlighted a:hover, body.orange-theme .tableContentRow.highlighted a:visited, body.orange-theme .tableContentRow.highlighted a:active, body.orange-theme .tableContentRow.highlighted i.material-icons { color: #000; }
    body.orange-theme .tableContentRow.highlighted .togglebutton label input[type=checkbox]:checked + .toggle { background-color: rgba(0,0,0,.3); }
    body.orange-theme .tableContentRow.highlighted .togglebutton label input[type=checkbox]:checked + .toggle:after { background-color: rgba(0,0,0,.8); }
    body.orange-theme .tableContentRow.highlighted .checkbox input[type=checkbox]:checked + .checkbox-material .check, body.orange-theme .tableContentRow.highlighted label.checkbox-inline input[type=checkbox]:checked + .checkbox-material .check { border-color: #000; }
    body.orange-theme .tableContentRow.highlighted .checkbox input[type=checkbox]:checked + .checkbox-material .check:before, body.orange-theme .tableContentRow.highlighted label.checkbox-inline input[type=checkbox]:checked + .checkbox-material .check:before { color: #000; }
    body.orange-theme .tableContentRow.highlighted .gray-text { color: rgba(0,0,0,.6); }
    
    body.red-theme .tableContentRow.highlighted { background: #F44336; }
    body.purple-theme .tableContentRow.highlighted { background: #9C27B0; }
    body.indigo-theme .tableContentRow.highlighted { background: #3F51B5; }
    body.blue-theme .tableContentRow.highlighted { background: #2196F3; }
    body.teal-theme .tableContentRow.highlighted { background: #009688; }
    body.green-theme .tableContentRow.highlighted { background: #4CAF50; }
    body.lime-theme .tableContentRow.highlighted { background: #CDDC39; }
    body.yellow-theme .tableContentRow.highlighted { background: #FFEB3B; }
    body.orange-theme .tableContentRow.highlighted { background: #FF9800; }
    body.brown-theme .tableContentRow.highlighted { background: #795548; }
    body.grey-theme .tableContentRow.highlighted { background: #9E9E9E; }
	
/** LIST STYLES **/
	.list-number {
	   background: #abc4cb;
	   color: #494b4a;
	}
	
	
/** QUESTION CREATOR **/
    .card .section .question input.form-control,
	.card .section .question textarea.form-control,
    .card .section .answer input.form-control {
        color: #000;
    }
    .dropdown-toggle .col-xs-10,
    .dropdown-toggle .col-xs-2 {
        background: #f5f5f5;
    }
	.card .drop-down-wrapper,
	.card .drop-down-wrapper li a,
	.card .drop-down-wrapper li a .material-icons,
	.card .drop-down-wrapper .btn.dropdown-toggle p {
		color: #777;
	}
	.card .drop-down-wrapper ,
	.card .drop-down-wrapper li a:hover,
	.card .drop-down-wrapper  li a:hover .material-icons {
		color: #1b6bb5;
	}
	.card .drop-down-wrapper .fa.fa-caret-down {
		color: #aaa;
	}
	.section .collapse {
	   color: #777;
	}
	.answer .material-icons,
	.answer .fa {
	   color: rgba(0,0,0,.26);
	}
	
	
	
/** SORTABLE STYLES **/
    .sortable-ghost {
    }
    .sortable-chosen {
        border-left-color: #272271 !important;
        background: #f5f5f5 !important;
        box-shadow: 0 0 30px #333 !important;
        -moz-box-shadow: 0 0 30px #333 !important;
        -webkit-box-shadow: 0 0 30px #333 !important;
    }
    .sortable-drag {
    }
	

/** TYPEAHEAD STYLES **/
	.twitter-typeahead {
		display: block !important;
	}
	.tt-menu {
		background: #fff;
		box-shadow: 0 0 5px #aaa;
		-moz-box-shadow: 0 0 5px #aaa;
        -webkit-box-shadow: 0 0 5px #aaa;
	}
	.tt-menu .tt-suggestion {
		padding: 12px 15px;
		color: rgba(0, 0, 0, 0.6);
		cursor: pointer;
		cursor: hand;
		text-align: left;
		transition: border-color .3s;
		-webkit-transition: border-color .3s;
    	-o-transition: border-color .3s;
	}
	.tt-menu .tt-suggestion strong {
		color: rgba(0,0,0,0.87);
	}
	.tt-menu .tt-suggestion .tt-highlight {
		color: #000;
	}
	.tt-menu .tt-suggestion.tt-cursor,
	.tt-menu .tt-suggestion:hover,
	.tt-menu .tt-suggestion:active {
		background: #eee !important;
	}
	.tt-menu .alert.alert-warning {
		background: #f5f5f5;
		color: #777;
	}
	
	.autocomplete-suggestions {
		background: #fff;
		box-shadow: 0 0 5px #aaa;
		-moz-box-shadow: 0 0 5px #aaa;
        -webkit-box-shadow: 0 0 5px #aaa;
		max-height: 350px;
	}
	.autocomplete-suggestion {
		padding: 12px 15px;
		color: rgba(0, 0, 0, 0.6);
		cursor: pointer;
		cursor: hand;
		text-align: left;
		transition: border-color .3s;
		-webkit-transition: border-color .3s;
    	-o-transition: border-color .3s;
		white-space: normal;
	}
	.autocomplete-suggestion.active,
	.autocomplete-suggestion:hover,
	.autocomplete-suggestion:active {
		background: #eee;
	}
	.autocomplete-suggestions > div > p > strong {
		color: rgba(0,0,0,0.87);
	}
	.autocomplete-suggestion.user-contribution > p > strong {
		color: rgba(0,0,0,.6);
	}

	.navbar .red {
		color: #f44336 !important;
		text-shadow: 1px 1px 1px 1px #000 !important;
	}
	
	/* Notification styles */
	.notification-icon {
		position: relative;
	}
	.notification-icon .badge {
		position: absolute;
		top: -5px;
		right: -5px;
		background-color: #f44336;
		padding: 3px 6px;
		box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	}