@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,600;0,800;1,100;1,600&display=swap');

body {
  /* background: url('/img/background.jpg') no-repeat fixed center center;
  background-size: cover; */
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400;
}

.row-flex {
  display: flex;
  /* flex-flow: row wrap; */
}


.login-text{
  /* border-radius: 14px; */
  padding: 20px;
  background-color: #31344b;

}
.login-text p{
  font-size: 20px;
 /* color: #fff; */
 margin: 0 !important;
}

.login-form{
  padding: 30px 20px;
}

.fullname,.phoneNumber,.password{
  width: 100%;
  height: 42px;
  box-sizing: border-box;
  border-radius: 15px;
  border: 1px solid #ccc;
  /* margin-bottom: 25px; */
  margin-top: 15px;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  padding: 0 20px 0 50px;
  outline: none;
  color: #44476A;
}

small{
  margin-left: 5px;
}

.fullname {
  background: #fff url('/img/5.png') 20px top no-repeat;
  background-size: 16px 80px;
}
.fullname:focus {
  background: #fff url('/img/5.png') 20px bottom no-repeat;
  background-size: 16px 80px;
}

.phoneNumber {
  background: #fff url('/img/4.png') 20px top no-repeat;
  background-size: 16px 80px;
}
.phoneNumber:focus {
  background: #fff url('/img/4.png') 20px bottom no-repeat;
  background-size: 16px 80px;
}

.password {
  background: #fff url('/img/3.png') 20px top no-repeat;
  background-size: 16px 80px;
}
.password:focus {
  background: #fff url('/img/3.png') 20px bottom no-repeat;
  background-size: 16px 80px;
}

.login-block input:active, .login-block input:focus {
  border: 1px solid #462783;
}

.login {
  width: 100%;
  height: 45px;

  text-transform: uppercase;
  font-size: 14px !important;
  font-family: Montserrat;
  outline: none;
  cursor: pointer;
  border: none;
  margin-top: 15px;
}


.registrBut {
  width: 100%;
  height: 45px; 
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px !important;
  font-family: Montserrat;
  outline: none;
  cursor: pointer;
  margin-top: 25px;
}

.iconText{
  color: #6d6d6c;
  font-size: 16px;
}

.customBody{
  padding: 0.5rem !important;
}

.politics h3{
  color: #31344b;
  font-size: 30px;
  text-align: center;
}
.politics p{
  color: #31344b;
  font-size: 16px;
}
.politics ul li{
  color: #31344b;
  font-size: 16px;
  margin-left: 20px;
}

.logo{width:120px; height:120px; margin:auto; border:5px solid #fff; border-radius:50%; margin-bottom:20px;}
.logo img{width:100%; height:100%; border-radius:50%} 

.msg{
  border: 2px solid #31344b;
  border-radius: 3px;
  padding: 10px;
  text-align:center;
  font-weight:bold;
  color: #31344b !important;
}
.none{
  display: none;
}

.error{
  border-bottom: 2px solid #ff4332;
}



/* .dash{
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
} */


/* HEADER */

.header-info{
  margin-top: 12px;
}

.header-info p{
  margin: 0;
  font-size: 13px;
}
.headerLogout{
  margin-top: 20px;
  width: 100%;
  padding: 10px 12px !important;
}

.navbar-default {
  background: #ffffff;
  border: none;
  box-shadow: none;
  margin: 0 !important;
}

.navbar{
  min-height: 85px !important;
}


.navbar-brand{
  padding: 6px 15px !important;;
}

.navbar-default .navbar-nav li {
padding: 20px;
}

.navbar-default .navbar-nav li a {
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: 1px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding-right: 20px;
  padding-left: 20px;
}


.navbar-default .navbar-nav > li a:hover {
  color: rgb(238, 238, 238);
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: rgb(238, 238, 238);
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: rgb(238, 238, 238);
}

.navbar-default .navbar-toggle {
   border: none;
   padding-top: 10px;
}

.navbar-default .navbar-toggle .icon-bar {
  border-color: transparent;
}


.navbar-nav .open .dropdown-menu{
  text-align: center;
}

/* DASHBOARD */

.dashboard{
  margin-top: 30px;
  padding: 20px !important;
}

/* .dashboard h3{
 margin-bottom: 40px;
 margin-top: 80px;
 font-size: 30px;
} */

.welcomeBlock{
  background-color: #ee7732;
  color: #fff;
  border-radius: 18px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.45);
  box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.45);
}
.welcomeText{
  padding: 30px 30px 30px 0px;
}

.img-rp{
  position: relative;
  bottom: 0;
  left: 50px;
  margin-top: 47px;
}

.contactRP{
  margin-top: 10px;
  font-size: 16px !important;
  padding: 6px 30px !important;
  color: #ee7732;
  background-color: #fff !important;
}

.contactRP:hover{
  color:  #ee7732 !important;
  background-color: rgb(238, 238, 238) !important;
}

.more{
  margin-top: 20px;
  font-size: 16px !important;
  padding: 12px 50px !important;
  color: #6c6c6c !important;
  border: 1px solid #6c6c6c !important;
  border-radius: 8px;
}
.more:hover{
  color: #5e5e5e !important;
  background-color: rgb(241, 241, 241) !important;
  border: 1px solid #5e5e5e !important;
}



.productBlock{
  margin: 30px 0;
}
.blockWhite{
  padding: 20px;
  height: 100%;
  border-radius: 18px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.45);
  box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.45);
}


.productBlock h4{
  margin-bottom: 30px;
}

.productImg{
  margin: 0 auto;
  margin-bottom: 20px;
}

/*---------------------------------------
    manual        
-----------------------------------------*/
.manual{
  background-color: #0f8a9b;
  color: #fff;
  border-radius: 18px;
  padding: 20px;
}

.manual h3{
  margin-bottom: 20px;
  font-weight: 600;
}
.manual h3 span{
  text-transform: uppercase;
}


.videoBlock{
  margin-top: 20px;
  padding: 10px 80px 20px 80px;
  border-radius: 18px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.45);
  box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.45);
}

.videoBlock h3{
  font-weight: 600;
  margin-bottom: 20px;
  color: #6d6d6c;
}

/* CHAT */

*{margin:0px; padding:0px;}
#logout{width:60px; height:20px; position:absolute; top:6px; right:20px; margin-bottom:40px; text-align:center; color:#fff}
#container{width:75%; height:auto; position:relative; top:8px; margin:auto;}

/* #session-name{width:100%; height:36px; margin-bottom:30px; font-size:20px} */
/* .session-text{width:300px; height:30px;padding:6px 10px;margin: 8px 0;border: 1px solid #ccc;border-radius: 4px;box-sizing: border-box; font-size:24px} */

.faq{
  margin-top: 20px;
  border: 1px solid #f47a20;
  border-radius: 5px;
  padding: 20px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.45);
  box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.45);
  display: flow-root;
}

#result-wrapper{width:100%; margin:auto; max-height:500px; 
border: 1px solid #ededed;}
#result{max-height:500px; overflow:scroll;overflow-x: hidden;}

.faqForm{
  margin-top: 30px;
  margin-bottom: 7px;
}
#form-container{width:100%; margin:auto; height:50px;}
.form-text{float:left; width:85%; height:50px;}
#comment{width:100%; height:49px; resize:none;}
.chatName{font-size: 16px; margin-bottom: 5px; color:#f47a20}
.chatDate{text-align: right; margin-right: 10px;}
/* .chats strong{color:#f47a20} */
.form-btn{float:left; width:15%; height:50px;}
#btn{border:none; height:50px; width:100%; background:#ee7732; color:#fff; font-size:22px}

/* .chats{width:100%; margin-bottom:10px; padding: 10px; background-color: #f8f1ff; border-radius: 5px;} */
.chats{width:100%; margin-bottom:10px; padding: 10px; background-color: #eee; border-radius: 5px;}


.alertReply{
  display: none;
  background: #faaf79;
  width: 100%;
  border: none;
  padding: 5px;

}

.replyStyle{
  background: #d7d7d7;
  display: block;
  padding: 10px;
  margin: 15px;
}

.chats input[type="submit"]{
  border: none;
  margin-right: 20px;
  padding: 5px;
  background: none;
  color: #f47a20;
  text-decoration: underline;
  font-weight: 600;
}

/* .chats p{ font-size:14px; color:#000; margin-right:10px} */


/*    TEST CHECKBOX    */

.testBlock{
  margin-top: 20px;
  border-radius: 18px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.45);
  box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.45);
  padding: 20px;
  font-weight: 300;
}

.testBlock h3{
  font-weight: 600;
  margin-bottom: 20px;
  color: #6d6d6c;
}

.testBlock p{
  font-weight: 400;
  font-size: 15px;
  margin: 0 !important;
}

.testBlock h4{
  margin-top: 30px;
  margin-bottom: 30px;
}

.checkbox{
  display: flex;
  flex-direction: column;
}

/* .cont {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #643b8f;
  padding: 10px 10px 10px 60px;
  border-radius: 60px;
  background: #f8f1ff;
} */

.cont {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #cecece;
  padding: 10px 10px 10px 60px;
  border-radius: 60px;

}

/* Hide the browser's default radio button */
.cont input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 42px;
  width: 42px;
  /* background-color: #eee; */
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #ee7732;
}

/* On mouse-over, add a grey background color */
.cont:hover input ~ .checkmark {
  background-color: rgb(245, 245, 245);
}

/* When the radio button is checked, add a blue background */
.cont input:checked ~ .checkmark {
  background-color: #ee7732;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.cont input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.cont .checkmark:after {
  top: 10px;
  left: 10px;
  width: 20px;
  height: 20px;
	border-radius: 50%;
	background: white;
}

.testMessageSuccess,
.testMessageFail{
  height: 150px;
  color: #fff;
  padding: 50px 20px;
  text-align: center;
  display: none;
  margin-top: 20px;
}

.testMessageSuccess h3,
.testMessageFail h3{
margin: 0;
color: #fff;
}

.testMessageSuccess{
  background: green;
}
.testMessageFail{
  background: red;
}

.testSubmit{
  background: #ee7732;
  color: #fff;
}

.testSubmit:hover{
  background: #e06923;
  color: #fff !important;
}

@media (min-width: 768px) { 

}
@media (min-width: 992px) {


}
@media (min-width: 1200px) {
  .dropdown:hover .dropdown-menu{
  display: block;
}

}