@charset "utf-8";
/* CSS Document */

/* GENERAL */

* {
	margin: 0px;
	padding: 0px;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	background-repeat: no-repeat;
	font-size: 9pt;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

body {
	/*background-image: url(../images/patternbar-top.png);
	background-repeat: repeat-x;
	background-size: auto 29px;*/
	color: #333333;
	font-family: "Open Sans",sans-serif !important;
	font-size: 14px;

}

body .ui-widget-overlay {
	background-image: none;
	background-color: #636363;
	opacity: 0.6;
}

h1 {
	font-size: 14pt;
	color: #636363;
	margin-bottom: 5px;
}
h2 {
	margin-bottom: 5px;
	font-size: 12pt;
	color: #525252;
}

p, ul, li {
	margin-bottom: 10px;
}
td {
	vertical-align: top;
}

.divError {
	color: #A00;
}

.flexigrid tr.cell-warning td {
	background-color: #fff2f2;
	color: #d62424;
}


.flexigrid tr.cell-amber td {
	background-color: #fdfdaf;
	color: #000000;
}

.comment {
	color: #de4696; /* font-size: 10pt; */
}
.projectType{
	color : #67a8aa;
}

.warning {
	color: #FF8888;
	font-size: 10pt;
}

.welcome-message { /* float: left; */
	color: #636363;
	font-size: 1.7em;
	font-weight: 100;
}

.flexigrid {
	width: 958px; /*border: 1px solid #aaaaaa; border-top-color: #c7c7c7;*/
}

.sub-filters {
}

.dialog {
	position: relative;
}



.radioSetSmallButtons .ui-button-text {
	font-size: 9pt;
	vertical-align: middle;
	line-height: 10pt;
	padding-top: 3px;
}

.radioSetSmallButtons .ui-button {
	height: 32px;
	min-width: 81px;
	vertical-align: middle;
	padding: 2px 5px;
	margin-right: 2px;
	border-radius: 2px 2px 0 0;
}

.radioSetSmallButtons .ui-button:last-child {
	margin-right: 0 !important;
	position: absolute !important;
	right: 0;
}

.radioSetSmallButtons .ui-button.ui-state-active {
	position: relative;
	background-color: #bebe6a;
	color: #fff;
	border: none;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

.fileInput {
	position: relative;
}
.invisible {
	-moz-opacity: 0;
	filter: alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}
.fileFake {
	width: 400px !important;
	position: absolute !important;
	left: 0px;
}
h3.childsplay { position: absolute; right: 40px; top:13px; font-size: 1.7em; font-family: 'MyriadProRegular',Arial, Helvetica, sans-serif;}
h3.childsplay span { font-size: inherit; font-family: inherit; font-weight: normal; }
h2 span { font-size: inherit; font-family: inherit; }
.grey { color: #BCBABB; }
.green { color: #bebe6a; }
.pink { color: #de4696; }

/* FORMS */

input[type=text], input[type=password], select, textarea {
	padding: 5px;
	width: 200px;
	background-color: #FFF;
	border: 1px solid #aaaaaa;
	border-radius: 2px;
}
input[type=text].long, input[type=password].long, select.long, textarea.long {
	width: 400px;
}
input[type=text].short, input[type=password].short, select.short, textarea.short {
	width: 150px;
}
input[type=text].date, input[type=text].past-date, input[type=password].date, select.date, textarea.date {
	width: 100px;
}
input[type=text].digit, input[type=password].digit, select.digit, textarea.digit {
	width: 50px;
}

.formLogin input[type=text],
.formLogin input[type=password] {
	width: 260px;
}

table.form td {
	padding-bottom: 5px;
}
td.caption {
	width: 150px;
	padding-top: 2px;
}





/* BUTTONS AND LINKS */

a {
	text-decoration: none;
}

a.linkButton {
	color: #FFF;
	font-size: 10pt;
	background-color: #de4696;
	padding: 5px 30px;
	text-align: center;
	border-radius: 2px;
	transition: all 0.5s;
	border: 1px solid transparent;
}
a.linkButton:hover {
	background-color: #ca4286;
}


.divNavLinks .ulNav a.linkButton {
	padding: 6px 6px 6px 30px;
}
/*
a.linkButton.admin {
	background-image: url(../images/icons/admin.png);
}
a.linkButton.whitelist {
	background-image: url(../images/icons/admin.png);
}
a.linkButton.change {
	background-image: url(../images/icons/change.png);
}
a.linkButton.diary {
	background-image: url(../images/icons/diary.png);
}
a.linkButton.home {
	background-image: url(../images/icons/home.png);
}
a.linkButton.logout {
	background-image: url(../images/icons/logout.png);
}
*/

a.selected {
	background-color: rgb(88, 88, 88);
}

.divNavLinks a.linkButton {
	background-color: transparent;
    background-position: 0 7px;
    background-size: auto 18px;
    color: #636363;
    font-size: 1.2em;
    padding: 6px 10px 6px 25px;
}
.divNavLinks a.linkButton:hover, .divNavLinks a.selected {
	color: #bebe6a;
}



/* LAYOUT */

.divWelcome {
    height: auto;
    margin: 0 auto;
	padding: 20px 15px 10px;
    /*position: relative;*/
    /*top: 100px;*/

    width: 280px;
	border-radius:2px;
	background: rgba(255,255,255,0.8);
}

.divWelcomeNew {
	position: relative;
	width: 350px;
	margin: 20px auto;
	text-align: center;
	z-index: 1;
	font-size:14px;
}
.divWelcomeNew {
	font-size:14px !important;
	font-weight:200 !important;
}

.divWelcome h1 {
	font-size: 30pt;
	font-weight: 100;
}

.divLogin {
	background-color: #fff;
}

.divLogin .logo {
	width: 200px;
	margin-bottom: 20px;
}

.formLogin {
	margin: 0 auto;
	position: relative;
	width: 280px;
	text-align: center;
}

.formLogin #LinkLoginSubmit,
.formLogin #LinkForgottenPassword {
	display: block;
	width: 210px;
	margin-left: 4px;
}
.formLogin #LinkForgottenPassword {
	background: #bebe6a;
}

.divWelcomeLogo {
	position: absolute;
	width: 160px;
	height: 85px;
	background-image: url(/images/brand/logo.svg);
	left: 438px;
	top: 708px;
}

.divMainBody {
	width: 958px;
	background-color: #FFF;
	min-height: 650px;
	margin: 0 auto;
	padding: 20px;
	position: relative;
	z-index: 1;
}

.divMainBody .ulNav {
	padding-top: 4px;
}

.divHeader {
	width: 958px;
	position: relative;
	padding-top: 50px;
	height: 120px;
	margin: 0 auto;
}

.divMainLogo {
	height: 200px;
	width: 200px;

	background-image: url(/images/brand/logo.svg);
	position: absolute;
	top: -40px;
	left: auto;
	background-size: 100%;
	z-index: 100;
}
.divITIJLogo {
	background: rgba(0, 0, 0, 0) url("https://socrates.systems/img/features/itij-2017-winner.svg") repeat scroll 0 0 / 100% auto;
	height: 95px;
	position: absolute;
	right: 0;
	top: 40px;
	width: 71px;
	z-index: 100;
}

.divMainLogo img {
	max-height: 180px;
	position: relative;
	top: 15px;
}

.divMainBanner {
	height: 150px;
	background-image: url(../images/img01.jpg);
	background-size: cover;
}

.divProjectAlert {
	position: absolute;
	right: 20px;
	background-color: #de4696;
	color: #FFF;
	font-size: 12pt;
	font-weight: bold;
	padding: 20px;
	border: 1px solid #636363;
	display: none;
}

.divFooterWrapper {
	background-image: url("../images/patternbar-bottom.png");
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: auto 29px;
	/*border-top: 5px solid #636363;*/
	border-bottom: 5px solid #636363;
	height: 120px;
	margin: 10px auto 0 0;
	position: relative;
}

.divFooter {
	width: 960px;
	position: relative;
	height: 84px;
	margin: 0 auto;
	/*padding-top: 35px;*/
}

.divFooterTelephone {
	color: #bebe6a;
	font-size: 140%;
}
.spanFooterTelephone {
	font-size: 100%;
	color: #de4696;
}

.divFooterCopyright {
	color: #636363;
	font-size: 90%;
}

.divFooterLogo {
	position: absolute;
	right: 0;
	top: 0;
}

.divFooterLogo > img {
	width: 200px;
}

.divNavSlither {
	position: relative;
	width: 1000px;
	height: 10px;
	margin: 0 auto;
}

.divNavName {
	position: absolute;
	right: 20px;
	top: -30px;
	color: #000;
	text-align: right;
}
.spanNavName {
	font-weight: bold;
	color: #bebe6a;
}

.divNavLinks {
	position: absolute;
	right: 10px;
	top: -126px;
}

.ulNav {
	text-align: right;
}
.ulNav li {
	display: inline;
	margin-left: 15px;
	padding-left: 0px;
	/*padding-right: 10px;*/
	margin-bottom: 0px;
	min-height: 0;
	background: none;
}

.divTableFilters {
	width: 958px;
	min-height: 30px;
	margin-top: 20px;
	color: #FFF;
	position: relative;
	clear: both;
}

.divTableFilters.inline > div {
	display: inline-block;
}

.divTableFiltersAddButton,
.divTableFiltersClearSelectionButton {
	/*position: absolute; */
	/*right: 15px; */
	/*top: 15px;*/
	padding: 10px 0 30px;
	text-align: right;
}
.sub-filters {
	background-color: #bebe6a;
	color: #fff;
	padding: 12px 15px;
}
.sub-filters select {
	padding: 4px;
	margin-left: 10px;
	border: none;
}
.sub-filters .search-box input {
	margin-left: 10px;
}
#SubmitSearch {
	padding: 0 8px 3px 9px;
	border: 1px solid #fff;
	border-radius: 20px;
	font-size: 16px;
	line-height: 8px;
	background: #636363;
}
#SubmitSearch:hover {
	background: #890;
	cursor: pointer;
}

#DialogViewProject .sub-filters {
	background: #636363;
	padding-bottom: 15px;
}

table.diary {
	margin-bottom: 20px;
	width: 100%;
	border-collapse: collapse;
}
table.diary th {
	background-image: url(../images/nav.png);
	background-repeat: repeat-x;
	background-color: #636363;
	color: #FFF;
	padding: 5px;
}
table.diary td {
	vertical-align: top;
	padding: 5px;
}

table.diary td.developerName {
	width: 80px;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 10px;
}

table.diary td.diaryDay {
	height: 60px;
	width: 19%;
	border: 1px solid #de4696;
	padding: 5px;
	font-size: 8pt;
}

table.diary td.diaryHoliday {
	height: 60px;
	width: 19%;
	border: 1px solid #de4696;
	background-color: #bebe6a;
	padding: 5px;
	vertical-align: middle;
	text-align: center;
}



.project-header {
	margin: 0 0 15px;
	min-height: 100px;
	font-weight: 100;
}

.project-header h1 {
	font-size: 16pt;
	font-weight: 100;
}
.project-header h2 {
	font-size: 14pt;
	font-weight: 100;
}

.divProjectLogo {
	position: absolute;
	right: 16px;
	top: 6px;
	text-align: center;
}
.divProjectLogo span {
	height: 16px;
	line-height: 16px;
	font-size: 16px;
	font-weight: 400;
	color : #67a8aa;
	display: block;
}

.divProjectLogo,
.divProjectLogo * {
	font-size: 11pt;
	width: auto;
	height: 60px;
}

.divProjectLogo{
	width:338px;
	text-align:right;
}
#SpanProjectState {
	color: #67a8aa;
}

#SpanProjectOwner {
	color: #bebe6a;
}

#SpanProjectRequiredDate, #SpanProjectStartDate {
	/*font-size: 13pt;*/
	font-weight: 100;
	color: #666;
}

#DivProjectTimeSpent {
	font-size: 12px;
	font-weight: 100;
	color: #666;
}

#DivProjectConflicts {
}

#DivProjectConflicts li {
	margin-bottom: 0;
	margin-left: 24px;
}

.last-update {
	margin: 0;
	position: absolute;
	text-align: right;
	top: 87px;
	width: 963px;
	top: -123px;
	color: #4d4d4d;
}

#DialogAddNote td,
#DialogAddFile,
#DialogNewProject td {
	font-size: 10pt;
}

.caption > label {
	font-size: 10pt;
}

.push-right {
	text-align: right;
}

/* New Stuff */

footer {
	width: 100%;
	background: white none repeat scroll 0 0;
	height: 60px;
	padding: 30px 0;
	position: absolute;
	margin-bottom: -100px;
	margin-top: 20px;
}

footer .logo {
	margin-bottom: 15px;
	text-align: left;
}
footer .itij {
	margin-bottom: 15px;
	text-align: right;
}
.container {
	width: 958px;
	margin-right: auto;
	margin-left: auto;
}

.col-sm-6 {
	width: 50%;
	position: relative;
	min-height: 1px;
	float: left;
}
.col-sm-7 {
	width: 65%;
	position: relative;
	min-height: 1px;
	float: left;
}

.col-sm-3 {
	width: 30%;
	position: relative;
	min-height: 1px;
	float: left;
}
.col-sm-1 {
	width: 15%;
	position: relative;
	min-height: 1px;
	float: left;
}

.col-sm-2 {
	width: 20%;
	position: relative;
	min-height: 1px;
	float: left;
}

footer .contact {
	text-align: right;
	/*margin-top: 15px;*/
}

footer .social-icon {
	font-size: 18px;
	margin-left: 20px;
}
footer a {
	color: #bdbd69;
	text-decoration: none;
}

footer .logo img, footer .itij img {
	height: 50px;
}

footer .twitter {
	color: #51c3c9;
}
footer .facebook {
	color: #de4696;
}

footer p {
	top: 10px;
	position: relative;
	width: 260px;
	display: inline-block;
	margin: 0 0 10px;
}

.feature {
	margin-top: -20px;
	position: relative;
	height: 143px;
	color: #de4696;
	font-size: 25px;
	text-align: center;

}

.fader {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#00FFFFFF', GradientType=0);
	background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.85) 35%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
	text-align: center;
}

.featureInternal {
	margin-top: -70px;
	background: linear-gradient(to bottom, #78d0d5 0%, rgba(120, 208, 213, 0.85) 35%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF78D0D5', endColorstr='#00FFFFFF', GradientType=0);
	position: relative;
	height: 100px;
	color: #ffffff;
	font-size: 25px;
	text-align: center;
}

.featureInternal:after {
	content: " ";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	z-index: -1;
	height: 100%;
	width: 100%;
	background-image: url("https://socrates.systems/img/backgrounds/bg-blue.png");
	background-size: cover !important;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
	.featureInternal:after {
		background-image: url("https://socrates.systems/img/backgrounds/bg-blue@2x.png");
		background-size: auto auto;
	}
}

.feature p,
.featureInternal p {
	display: inline-block;
	font-weight: 400;
	margin-top: 34px;
}

strong {
	font-weight: 600;
}

.feature p,
.feature p > strong,
.featureInternal p,
.featureInternal p > strong{
	font-size: 28px;
}


.introText{
	font-size:72px !important;
}

.new-ticket {
	/*margin: 5px 0 25px;*/
	text-align: right;
	display: inline-block;
    padding: 2%;
	width: 46%;
	float: right;

}

.login-error {
	padding: 15px;
	margin-bottom: 20px;
	color: #fff;
	background-color: #f9aa3c;
	border: 1px solid transparent;
	border-radius: 4px;
}
.login-error .divError {
	color: #fff;
	font-weight: 600;
	font-size: 1.2em;
}

.mainContainer
{
	margin-top: -70px;
	padding-top: 70px;
	position:absolute;
	background-image: url(../images/bg-main.png);
	background-position: center center;
	background-size: cover !important;
	content: " ";
	display: block;
	height: auto;
	min-height: 100%;
	left: 0;
	width:100%;
}

.mainContainerInternal
{
	margin-top: -70px;
	padding-top: 70px;
	position:absolute;
	background:#ffffff;
	content: " ";
	display: block;
	height: auto;
	min-height: 100%;
	left: 0;
	width:100%;
}


.introTextLogin
{
	font-family: "Open Sans",sans-serif !important;
	font-style: normal;
	font-weight: 300 !important;
	font-size:14px !important;
	line-height:20px !important;
	color: #4d4d4d !important;

}

.ticket-radio{
	margin: 0 10px
}

.project-toggle{
	width: 46%;
	float: left;
	padding: 2%;
	display: inline-block;

}
.project-toggle a{
	color: grey;
	margin-right: 40px;
	font-size: 20px;


}
.project-toggle .selected{
	color: #5FC8CD;
	background-color: transparent;
	border-bottom: solid 2px ;
	padding:2px;

}