/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 8, ../sass/ui.scss */
body {
  font-size: 16px;
  font-family: Raleway;
  /*navigation*/
  /*searchbox*/
  /*slider*/
  /*about us*/
  /*team*/
  /*graph*/
  /*contact*/
  /*footer*/
  /*created by*/
  /*searched results*/
  /*login*/
  /*registration page*/
  /*my info*/
}
/* line 12, ../sass/ui.scss */
body .navigation {
  border-bottom: 3px solid white;
  background-color: purple;
  padding: 0px;
}
/* line 16, ../sass/ui.scss */
body .navigation .navbar {
  border-radius: 0px;
  background-image: none;
  margin-bottom: 0px;
}
/* line 20, ../sass/ui.scss */
body .navigation .navbar .container-fluid {
  padding: 0px;
}
/* line 23, ../sass/ui.scss */
body .navigation .navbar .container-fluid .navbar-brand img {
  width: 110px;
  height: 55px;
}
/* line 30, ../sass/ui.scss */
body .navigation .navbar .navbar-toggle span {
  background-color: white;
}
/* line 34, ../sass/ui.scss */
body .navigation .navbar a {
  color: white;
  font-family: Raleway;
}
/* line 38, ../sass/ui.scss */
body .navigation .navbar a:hover {
  background-color: black;
}
/* line 44, ../sass/ui.scss */
body .searchBox {
  background-color: #DDDDDD;
  padding: 5px 0px 5px 0px;
  border-bottom: 3px solid white;
}
/* line 48, ../sass/ui.scss */
body .searchBox .selectBox {
  margin-bottom: 5px;
}
/* line 50, ../sass/ui.scss */
body .searchBox .selectBox select {
  width: 100%;
  border: 1px solid #2ECC40;
  height: 30px;
}
/* line 57, ../sass/ui.scss */
body .searchBox .selectBtn button {
  height: 30px;
  width: 100%;
  border: none;
  background-color: purple;
  color: white;
}
/* line 67, ../sass/ui.scss */
body .slider {
  /*border: 1px dashed red;*/
  background-image: url("../images/slider.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10px 0px 10px 0px;
}
/* line 73, ../sass/ui.scss */
body .slider .register {
  /*border: 1px solid red;*/
  box-shadow: 0px 0px 5px purple;
  margin: 15px 0px 15px 0px;
  background-color: white;
  padding: 15px 15px 15px 15px;
}
/* line 79, ../sass/ui.scss */
body .slider .register .form-control {
  padding: 5px;
  border-radius: 0px;
  border: 1px solid #DDDDDD;
}
/* line 84, ../sass/ui.scss */
body .slider .register .registerFreeText {
  font-size: 23px;
}
/* line 86, ../sass/ui.scss */
body .slider .register .registerFreeText span {
  color: #2ECC40;
}
/* line 90, ../sass/ui.scss */
body .slider .register button {
  width: 100%;
  background-color: purple;
  color: white;
  padding: 5px;
  border: none;
}
/* line 101, ../sass/ui.scss */
body .about .jumbotron {
  background-color: white;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
}
/* line 106, ../sass/ui.scss */
body .about .jumbotron h1 {
  color: purple;
}
/* line 112, ../sass/ui.scss */
body .team {
  background-color: #DDDDDD;
  padding: 20px 0px 40px 0px;
  text-align: center;
}
/* line 116, ../sass/ui.scss */
body .team .ourTeamText {
  margin-bottom: 20px;
  color: purple;
}
/* line 120, ../sass/ui.scss */
body .team img {
  height: 250px;
  width: 250px;
  border-radius: 50%;
  border: 2px solid #2ECC40;
  padding: 5px;
  background-color: white;
}
/* line 128, ../sass/ui.scss */
body .team .teamName {
  font-size: 23px;
  font-weight: bold;
  color: purple;
}
/* line 133, ../sass/ui.scss */
body .team .teamDescription {
  font-size: 16px;
}
/* line 138, ../sass/ui.scss */
body .graph {
  padding: 40px 0px 40px 0px;
}
/* line 142, ../sass/ui.scss */
body .contact {
  padding: 20px 0px 40px 0px;
  background-color: #DDDDDD;
}
/* line 145, ../sass/ui.scss */
body .contact .contactUsText {
  text-align: center;
  margin-bottom: 20px;
  color: purple;
}
/* line 150, ../sass/ui.scss */
body .contact input {
  height: 40px;
  border-radius: 0px;
  border: 1px solid #DDDDDD;
}
/* line 155, ../sass/ui.scss */
body .contact textarea {
  height: 200px;
  border-radius: 0px;
  border: 1px solid #DDDDDD;
  font-family: Raleway;
}
/* line 162, ../sass/ui.scss */
body .contact .contactBtn button {
  width: 100%;
  border: none;
  background-color: purple;
  padding: 5px;
  color: white;
}
/* line 173, ../sass/ui.scss */
body .footer {
  /*border: 1px dashed $red;*/
  padding: 40px 0px 40px 0px;
  background-color: #333;
  color: #DDDDDD;
  line-height: 30px;
}
/* line 179, ../sass/ui.scss */
body .footer a {
  color: #DDDDDD;
  text-decoration: none;
  font-family: Raleway;
}
/* line 184, ../sass/ui.scss */
body .footer span {
  font-weight: bold;
}
/* line 188, ../sass/ui.scss */
body .footer .gallery .section-1 {
  margin-bottom: 15px;
}
/* line 191, ../sass/ui.scss */
body .footer .gallery img {
  width: 100%;
  height: 70px;
}
/* line 198, ../sass/ui.scss */
body .createdBy {
  text-align: center;
  color: #DDDDDD;
  background-color: black;
  font-size: 12px;
  padding: 5px 0px 5px 0px;
}
/* line 204, ../sass/ui.scss */
body .createdBy a {
  color: #DDDDDD;
  text-decoration: none;
  cursor: pointer;
  font-family: Raleway;
}
/* line 210, ../sass/ui.scss */
body .createdBy .section-1 {
  text-align: left;
}
/* line 213, ../sass/ui.scss */
body .createdBy .section-2 {
  text-align: center;
}
/* line 215, ../sass/ui.scss */
body .createdBy .section-2 i {
  border-radius: 50%;
  padding: 5px;
  width: 25px;
  height: 25px;
  border: 1px solid #DDDDDD;
  background-color: #333;
  margin-right: 3px;
  margin-left: 3px;
}
/* line 226, ../sass/ui.scss */
body .createdBy .section-3 {
  text-align: right;
}
/* line 232, ../sass/ui.scss */
body .searchedResults {
  border-top: 3px solid white;
  background-color: #DDDDDD;
  padding: 40px 0px 40px 0px;
}
/* line 236, ../sass/ui.scss */
body .searchedResults a {
  font-family: Raleway;
}
/* line 240, ../sass/ui.scss */
body .searchedResults .userList {
  margin-bottom: 15px;
  color: #333;
}
/* line 243, ../sass/ui.scss */
body .searchedResults .userList img {
  border: 5px double purple;
  height: 150px;
  width: 150px;
  background-color: white;
}
/* line 249, ../sass/ui.scss */
body .searchedResults .userList .userBriefText {
  border-bottom: 5px double purple;
  padding: 0px 0px 20px 0px;
}
/* line 252, ../sass/ui.scss */
body .searchedResults .userList .userBriefText .searchedResultsBtns {
  margin-top: 10px;
}
/* line 254, ../sass/ui.scss */
body .searchedResults .userList .userBriefText .searchedResultsBtns a.sendIntered, body .searchedResults .userList .userBriefText .searchedResultsBtns a.notIntered, body .searchedResults .userList .userBriefText .searchedResultsBtns a.moreDetails, body .searchedResults .userList .userBriefText .searchedResultsBtns a.loginRegister, body .searchedResults .userList .userBriefText .searchedResultsBtns a.myHome, body .searchedResults .userList .userBriefText .searchedResultsBtns a.moreInfo {
  background-color: purple;
  color: white;
  text-decoration: none;
  padding: 10px;
  cursor: pointer;
}
/* line 263, ../sass/ui.scss */
body .searchedResults .userList .Title {
  font-weight: bold;
}
/* line 267, ../sass/ui.scss */
body .searchedResults .advert-1 {
  /*border: 1px solid red;*/
  height: 300px;
}
/* line 270, ../sass/ui.scss */
body .searchedResults .advert-1 img {
  width: 100%;
}
/* line 278, ../sass/ui.scss */
body .login #loginCheckForm input {
  padding: 5px;
  width: 280px;
}
/* line 282, ../sass/ui.scss */
body .login #loginCheckForm button {
  padding: 5px;
  width: 280px;
  border: none;
  background-color: purple;
  color: white;
  font-weight: bold;
}
/* line 293, ../sass/ui.scss */
body .registerationPage {
  background-color: #DDDDDD;
}
/* line 295, ../sass/ui.scss */
body .registerationPage form {
  /*border: 1px solid red;*/
  background-color: white;
  padding: 10px;
}
/* line 299, ../sass/ui.scss */
body .registerationPage form textarea {
  height: 100px;
}
/* line 305, ../sass/ui.scss */
body .myInfo {
  border: 1px dashed red;
}
/* line 307, ../sass/ui.scss */
body .myInfo .myDetails {
  /*border: 1px dashed red;*/
  width: 100%;
}
/* line 310, ../sass/ui.scss */
body .myInfo .myDetails .chatWindow {
  height: 200px;
  border: 1px solid red;
  height: 400px;
  overflow-x: scroll;
}
/* line 315, ../sass/ui.scss */
body .myInfo .myDetails .chatWindow .sendedByMe {
  width: 100%;
  text-align: right;
  /*background-color: $silver;*/
  padding: 5px;
}
/* line 321, ../sass/ui.scss */
body .myInfo .myDetails .chatWindow .sendedByOther {
  width: 100%;
  text-align: left;
  /*background-color: $silver;*/
  padding: 5px;
}
/* line 328, ../sass/ui.scss */
body .myInfo .myDetails #chatForm {
  width: 100%;
  border: 1px solid red;
}
/* line 331, ../sass/ui.scss */
body .myInfo .myDetails #chatForm textarea {
  width: 100%;
}
/* line 335, ../sass/ui.scss */
body .myInfo .myDetails .detailImage {
  /*border: 1px dashed red;*/
  height: 500px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
/* line 342, ../sass/ui.scss */
body .myInfo .myDetails .otherImages a {
  height: 60px;
  width: 70px;
}
/* line 348, ../sass/ui.scss */
body .myInfo .partnerInfo {
  border: 1px dashed red;
}
