{#/*
 *  This file is part of BaseTerm.
 *  
 *  BaseTerm is an open-source and free to use terminology management system built with the primary goal of natively supporting the most popular TBX dialect for exchange, TBX-Basic
 *  
 *  Copyright © (2015-2017) BYU TRG & LTAC Global & CRITI
 *  
 *  See the LICENSE file that accompanied this source code for the full license
 *  information
 */#}
@import url(https://fonts.googleapis.com/css?family=Quicksand);

html {
	height: 100%;
}

body {
	display: block;
	margin: 0px;
	height: 100%;
	min-width: 848px;
	background-color: #fbfbfb;
	padding-bottom: 100px;
}

.mainContainer {
	height: 80%;
	margin: 0 25px;
}

.noFullNameMessage {
	color: white;
	width: 300px;
	margin: 10px;
	padding: 40px;
	text-align: center;
	border-radius: 5px;
	box-shadow: 5px 5px 5px #888888;
	background: -webkit-linear-gradient(#F3524D, #53120D); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#F3524D, #53120D); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#F3524D, #53120D); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#F3524D, #53120D); /* Standard syntax */
}

.searchError {
	color: red;
}

#footer {
	float: left;
	bottom: 5px;
	left: 25px;
}

/*jBox Term Modals*/
.modalDiv {
	padding-top: 15px;
}

.modalDivValue {
}

.inputTextValue {
	width: 100%;
}

.saveChangesConfirmMini {
}

.changesPendingDiv {
}

.pendingChangeMessage {
	margin: 0 auto;
	text-align: center;
}

.confirmSaveButtonDiv {
	position: absolute;
	width: 90%;
	padding: 0;
	margin: 0 auto;
	bottom: 5px;
}
.pendingChangesButton{
	font-family: 'Times New Roman';
	margin: 0;
}

.changesDiscardButton{
	float: left;
	position:relative;
	left: 10px;
}

.changesSaveButton {
	float: right;
	position:relative;
	right: 10px;
}

.referenceContentContainer {
	padding: 10px 0;
	width: 100%;
}

.referenceContentMini {
	width: 80%;
	margin: 0 auto;
}

.deleteReferenceBtn {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.alt_term_mini {
	display: inline-block;
	padding: 0 5px;
}

/* HEADER */
.mainHeader {
	box-shadow: 0px 2px 2px #888888;
	margin: 0px 0px 25px 0px;
	height: 40px;
	background: -webkit-linear-gradient(#4f4f4f, #0f0f0f); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#4f4f4f, #0f0f0f); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#4f4f4f, #0f0f0f); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#4f4f4f, #0f0f0f); /* Standard syntax */
}

.homeContainer {
	float: left;
	top: 50%;
	height: 100%;
	width: 10%;
	margin: 0px;
}

.home {
	display: inline-block;
	height: 100%;
	width: 100%;
	color: #fff;
	text-align: center;
	line-height: 225%;
	text-decoration: none;
	background: -webkit-linear-gradient(#7B6F76, #3B2F36); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#7B6F76, #3B2F36); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#7B6F76, #3B2F36); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#7B6F76, #3B2F36); /* Standard syntax */
}

.siteNameContainer {
	display: inline-block;
	height: 100%;
	width: 70%;
}

.siteName {
	display: inline-table;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	line-height: 175%;
	font-family: 'Quicksand', sans-serif;
	font-size: 24px;
}

.loginOptsContainer {
	float: right;
	height: 100%;
	width: 20%;
	margin: 0px;
}

.loginOptsContainer a {
	float: right;
	display: inline-block;
	height: 100%;
	width: 50%;
	color: #fff;
	text-align: center;
	line-height: 225%;
	text-decoration: none;
}

.login {
	background: -webkit-linear-gradient(#79B4CC, #39748C); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#79B4CC, #39748C); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#79B4CC, #39748C); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#79B4CC, #39748C); /* Standard syntax */
}

.logout {
	background: -webkit-linear-gradient(#F3524D, #53120D); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#F3524D, #53120D); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#F3524D, #53120D); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#F3524D, #53120D); /* Standard syntax */
}

.register {
	border-left: 2% solid #888888;

	background: -webkit-linear-gradient(#5CBC56, #1C7C16); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#5CBC56, #1C7C16); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#5CBC56, #1C7C16); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#5CBC56, #1C7C16); /* Standard syntax */
}

.manageUsers {

}
/*END HEADER*/

/*USER WELCOME */
.userWelcome {
	padding-left: 20px;
}


/*LOGIN PAGE*/
.loginForm {
	position: relative;
	display: block;
	height: 200px;
	width: 240px;
	top: 50px;
	right: 50px;
	margin: 0 auto;
	padding: 10px;
	background-color: #dedbde;
	border-radius: 5px;
	box-shadow: 5px 5px 5px #888888;
}

.textvalue {
	padding: 5px;
	border-radius: 5px;
	display: block;
	width: 90%;
	margin: 5px auto;
}


.submitLogin {
	position: relative;
	width: 80px;
	height: 40px;
	left: 150px;
	
	margin-top: 10px;
	color: white;
	font-family: serif;
	border-radius: 5px;
	border: 0;
	
	background: -webkit-linear-gradient(#5CBC56, #1C7C16); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#5CBC56, #1C7C16); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#5CBC56, #1C7C16); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#5CBC56, #1C7C16); /* Standard syntax */
}
/*END LOGIN PAGE*/

/*REGISTER PAGE && PROFILE EDIT PAGE*/
.registrationFormContainer, .profileFormContainer {
	width: 100%;
	height: 100%;
}

.fos_user_registration_register {
	display: block;
	height: 260px;
	width: 250px;
	margin: 0 auto;
	position: relative;
	right: 5%;
	padding: 10px;
	
	background-color: #dedbde;
	border-radius: 5px;
	box-shadow: 5px 5px 5px #888888;
}

.fos_user_profile_edit {
	display: block;
	height: 150x;
	width: 250px;
	margin: 0 auto;
	position: relative;
	right: 5%;
	padding: 10px;
	
	background-color: #dedbde;
	border-radius: 5px;
	box-shadow: 5px 5px 5px #888888;
}

.fos_user_registration_register #fos_user_registration_form div ul { /*error message*/
	display: block;
	position: absolute;
	top: 170px;
	left: -20px;
}

.fos_user_registration_register #fos_user_registration_form div ul li { /*error message*/
	display: inline-block;
	max-width: 200px;
	white-space: pre-line;
}

.registrationInput, .profileInput {
	display: block;
	padding: 5px 0;
	border-radius: 5px;
	display: block;
	width: 100%;
	margin: 5px auto;
}

.submitRegistrationDiv, .submitProfileDiv {
	width: 80px;
	margin: 0 auto;
}

.submitRegistrationDiv input[type='submit'], .submitProfileDiv input[type='submit'] {
	width: 80px;
	height: 40px;
	color: white;
	font-family: serif;
	border-radius: 5px;
	border: 0;
	
	background: -webkit-linear-gradient(#5CBC56, #1C7C16); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#5CBC56, #1C7C16); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#5CBC56, #1C7C16); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#5CBC56, #1C7C16); /* Standard syntax */
}
/*END REGISTER PAGE*/

/*IMPORT TBX*/
.chooseFile {
	float: left;
}

.uploadFile {
	float: right;
}
/*END IMPORT TBX*/


/*SEARCH PAGE*/
.moreInformation {
	display: inline-block;
}

.navResultsContainer {
	position: relative;
	float: right;
	top: 15px;
}
/*END SEARCH PAGE*/

.expandButton {
	position: absolute;
	right: 5px;
	bottom: 5px;
}

.deleteEntryButton {
	position: absolute;
	left: 5px;
	bottom: 5px;
}

.deleteTermButton {
	position: absolute;
	right: 5px;
	top: 5px;
}

.deleteButtonDiv {
	position: absolute;
	width: 50px;
	left: 5px;
	bottom: 25px;
}

.deleteEntryButtonL {
	position: fixed;
}

.deleteTermDiv {
	position: absolute;
	width: 50px;
	right: 50px;
	top: 5px;
}

.deleteTermButtonL {
	position: fixed;
}

.shrinkButtonDiv {
	position: absolute;
	width: 50px;
	right: 50px;
	bottom: 25px;
}
.shrinkButton {
	position: fixed;
}

.noQueriesError {
	color: red;
}

.arrayFormat {
	display: block;
	margin-left: 30px;
}

.entryEdit {
	width: 100%;
	height: 50px;
	
}

.edit_subject_small {
	margin-left: 124px;
}

.nextFormButton {
	margin-top: 20px;
	float: right;
}

/******************* TIP TOGGLE SWITCH ******************************/

.onoffswitch {
    position: absolute; width: 64px;
	right: 10px;
	top: 60px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-div-label {
	position: absolute;
	right: 80px;
	top: 62px;
}

.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 18px; padding: 0; line-height: 18px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #34C280; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 18px; margin: 0px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 42px;
    border: 2px solid #999999; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}