@charset "utf-8";
 
/* general style */
* {
  border-color: #e1e1e1;
  border-style: solid;
  border-width: 0;
  zoom: 1;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
*:focus {
  outline: none !important;
}
html, body {
	height: 100%;
	overflow-x: hidden;
}
body {
	font-family: 'Raleway', sans-serif;
	line-height: 1.6;
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	position: relative;
	background: #fff;
	font-size: 17px;
    color: #333;
    height: auto;
}
input, button, select, textarea {
	font-family: 'Raleway', sans-serif;
}
a {
  color: #2e5481;
}
a:visited {
  color: #7996b7;
}
a:active {
  color: #000;
}
h1 {font-weight: 200;}
h2, h3, h4 {
    font-weight: 300;
}

/* end general style */

/* end btn-jlm style */
.btn.btn-jlm:visited,
.btn.btn-jlm {
    border-style: solid;
    background-color: transparent;
    -webkit-transition: 0.1s background-color linear, 0.1s color linear;
    -moz-transition: 0.1s background-color linear, 0.1s color linear;
    -o-transition: 0.1s background-color linear, 0.1s color linear;
    transition: 0.1s background-color linear, 0.1s color linear;
    color: #1c1c1c;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-color: #1c1c1c;
	
    font-size: 18px;
    border-width: 1px;
    padding: 10px 0;
    font-weight: 400;
	
}
.btn.btn-jlm:hover {
	background: #1c1c1c;
	color: #FFF;
}
.btn-danger {background: #cf4440;}
.btn-primary {background: #567ec6;}
.btn-success {background: #54AE54;}
.btn-warning {background: #ED9C2A;}
.btn-default {background: #ECECEC;}

/* end general style */

.btn.btn-jlm-change {
    
    border-style: solid;
    background-color: transparent;
    -webkit-transition: 0.1s background-color linear, 0.1s color linear;
    -moz-transition: 0.1s background-color linear, 0.1s color linear;
    -o-transition: 0.1s background-color linear, 0.1s color linear;
    transition: 0.1s background-color linear, 0.1s color linear;
    color: #1c1c1c;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-color: #1c1c1c;
	
    font-size: 18px;
    border-width: 1px;
    padding: 10px 0;
    font-weight: 400;
}

.btn.btn-jlm-change:hover {
	background: #1c1c1c;
	color: #FFF;
}
/* header style */
header {
    background: #333 url('../img/0919_jerusalem10[1].jpg');
    background-size: 100%;
}
header #top-header {
    background: -moz-linear-gradient(top, rgba(0,0,0,0.6) 25%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(0,0,0,0.6)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 25%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.6) 25%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.6) 25%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.6) 25%, rgba(0, 0, 0, 0) 100%);
}
header #logo {
    display: block;
    width: 16.7%;
    float: left;
    line-height: 240px;
	margin:0 0.65%;
}
header #logo img {
	width: 100%;
}
header .header-nav ul {
	width:41%;
	float: left;
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 240px;
}
header .header-nav ul li {
    text-align: left;
    display: inline-block;
    margin-right: 20px;
}
header .header-nav ul.right li {
    float: right;
    margin-left: 50px;
    margin-right: 0;
}
header .header-nav ul a:visited ,
header .header-nav ul a {
    color: #E2E2E2;
    text-shadow: 2px 2px 1px #1a2944;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}
header .header-nav ul a:hover {
    color: #FFF;
    text-decoration: initial;
}
header .header-not-connected {
    text-align: center;
    color: #FFF;
	padding-bottom: 60px;
}
header .header-not-connected h1 {
    font-weight: 100;
    font-size: 86px;
    text-shadow: 2px 2px 1px #1a2944;
}
header .header-not-connected h2 {
    font-weight: 100;
    text-shadow: 2px 2px 1px #1a2944;
}

header .header-connected {
    position: relative;
    padding-left: 220px;
}
header .header-connected .student-action {
    float: right;
    margin-right: 3px;
}
header .header-connected .student-action > * {
    float: right;
}
header .header-connected .student-action > .switch {
    margin-right: 20px;
}
header .header-connected .student-action #user-setting {
    color: #FFF;
}
header .header-connected #profileImage {
    position: absolute;
    width: 180px;
    height: 180px;
    left: 15px;
    background: #FFF;
    border: 1px solid #DFDFDF;
    padding: 5px;
    box-sizing: border-box;
	overflow: hidden;
    cursor: pointer;
}
header .header-connected #profileImage > img {
    width: 100%;
	display: block
}
header .header-connected #profileImage .hover {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
    background: rgba(53, 53, 53, 0.4);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}
header .header-connected #profileImage:hover .hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
header .header-connected #header-connected-top {
    padding: 31px 0 15px 0;
    font-weight: 300;
    font-size: 30px;
    line-height: 40px;
}
header .header-connected #header-connected-top .student-hi {
    font-size: 40px;
    color: #FFF;
    text-shadow: 2px 2px 1px #1a2944;
}
header .header-connected #header-connected-bottom {
    position: absolute;
    top: 100px;
}
header .header-connected #change-status-btn {
    margin-right: 23px;
    text-shadow: 0px 0px 8px #121212;
    color: #FF8E8E;
}
header .header-connected #change-status-btn.run {
    color: #A9FF8E;
}
.alert a {
    font-weight: bold;
    font-size: 1.1em;
    color: #337ab7;
}
.mb-40 {margin-bottom: 40px;}
.form-control {
    padding: 7px 10px;
    height: auto;
    font-size: 17px;
}
select.form-control {
    padding: 8px 7px;
}
/* end header style */

/* main style */
.main-context {
	margin: 60px 0;
}
/* end main style */

/* footer style */
footer {
    background: #26201e;
    color: #FFF;
    padding: 40px 0;
    text-align: center;
}
footer a:visited,
footer a {
    color: #FFF;
    font-weight: bold;
}
/* end footer style */

/* profile picture */
.cropArea {
	background: #E4E4E4;
	margin: auto;
	overflow: hidden;
	width:100%;
	height:350px;
}
img-crop {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}
img-crop canvas {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	outline: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
#profile-picture-result {
    border: 1px solid #E5E5E5;
}
/* end profile picture */


/* start button active style */
.switch {
  background: #DC143C;
  border: 1px solid #dfdfdf;
  position: relative;
  display: inline-block;
  box-sizing: content-box;
  overflow: visible;
  width: 52px;
  height: 30px;
  padding: 0px;
  margin: 4px;
  border-radius: 20px;
  cursor: pointer;
  box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
  transition: 0.3s ease-out all;
  -webkit-transition: 0.3s ease-out all;
  top: -1px;
}
/*adding a wide width for larger switch text*/
.switch.wide {
  width:80px;
}
.switch small {
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0,0,0,0.4);
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: 0.3s ease-out all;
  -webkit-transition: 0.3s ease-out all;
}
.switch.checked {
  background: rgb(100, 189, 99);
  border-color: rgb(100, 189, 99);
}
.switch.checked small {
  left: 22px;
}
/*wider switch text moves small further to the right*/
.switch.wide.checked small {
  left:52px;
}
/*styles for switch-text*/
.switch .switch-text {
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
}

.switch .off {
  display:block;
  position: absolute;
  right: 10%;
  z-index: 0;
  color:#A9A9A9;
}

.switch .on {
  display:none;
   z-index: 0;
  color:#fff;
  position: absolute;
  left: 9%;
}

.switch.checked .off {
  display:none;
}

.switch.checked .on {
  display:block;

}

.switch.disabled {
  opacity: .50;
  cursor: not-allowed;
}

/* end button active style */

/* start profile style */

.mt-60 {
	margin-top: 60px;
}
.profileEditFormat {
    padding: 0;
    list-style: none;
}
.profileEditFormat > li:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.profileItemLable {line-height: 40px;text-align: right;cursor: pointer;}
.no-edit-zone {
	padding-left: 11px;
	margin-bottom: 10px;
	cursor: pointer;
}
.no-edit-zone > div {
	line-height: 40px;
}
.no-edit-zone > div:after {
	content: "\00a0";
}
.edit-zone .input-group-btn > .btn {
    padding: 7px 10px;
    font-size: 17px;
}
.edit-zone .form-group > .btn {
    padding: 7px 10px;
    font-size: 17px;
}
.edit-zone .input-group {
    margin-bottom: 10px;
}
.itemInItem {
	margin-bottom: 15px;
}

/* end profile style */

/* skills */
.view-skills span {
    background: #567EC6;
    color: #FFF;
    padding: 5px 15px;
    margin: 5px 5px 5px 0;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
}
.view-skills span:hover {
    background: #345B9F;
}
/* end skills */

/* suggest */
.ac-container {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 999;
}
.ac-container .ac-menu {
  border: 1px solid #ccc;
  list-style: none;
  padding: 0;
  background-color: white;
  box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.15);
  margin: 0;
}
.ac-container .ac-menu .ac-menu-item {
  border-bottom: 1px dotted #ccc;
  line-height: 35px;
  margin: 0;
}
.ac-container .ac-menu .ac-menu-item:last-child {
  border-bottom: 0;
}
.ac-container .ac-menu .ac-menu-item:hover {
  background-color: #e0eaff;
}
.ac-container .ac-menu a {
  padding-left: 5px;
  display: block;
  color: inherit;
  text-decoration: none;
}
.ac-container .ac-menu .ac-state-focus {
  outline: none;
  background-color: #e0eaff;
}
.highlight {
    font-weight: 900;
    color: #ED9C2A;
}
/* end suggest */
