
#pagination_links{
  text-align: center;
}
#pagination_links > a{
  color:black;
  padding:1px 10px;
  border:1px solid black;
  margin:1px 4px;
  border-radius:50%;
 
}
#pagination_links > a:hover{
  color:white;
  
   background-color:  gray;
   border:1px solid white;
}
@media (max-width: 768px) {
  h1{
    font-size: 34px !important;
  }
  h3 {
    font-size: 20px;
  }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;


}

}
#id_print{display:none;}
@media print {
	#id_print{display:none !important;}
	button{
		display:none !important;
	}
	a{display:none !important;}
  a[href]:after {
    content: none !important;
  }
}

.picture_box{

  height:200px;
  width:300px;
  
}
.centerr {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    border-radius: 50%;

}
#take_pic_section{
  position:absolute;
  top:30%;
  left:30%;
  display:none;
}
#deletee{display: inline;}
.side_menu_icons{
  color:#357CA5 !important;
  transition: font-size 2s;
  margin-right:5%;

}
.side_menu_icons:hover{
  font-size: 40px;
}
#addtechstaff,#showtechstaff{
  display:none;
}
.attachment-btn{
  display: inline;
  padding:0px !important;
  border-radius:0px;
}
#picture_section,#video_section,#document_section,#mail_section,#employee_id_section,
#rating_assign,#change_query_status,#add_services_section,#show_services_section,#add_product_section,
#product_list_section,#update_progress_section,#add_history,#history_section,#manage_history_section,
#comments_section,#feedback_section,#customers_list_section,#show_admins_section,
#report_section,#search_by_severity_section,#search_by_region_section,#search_by_serial_section,#search_by_company_section,#solution_form_section{
           display: none;
}
#picture_section,#video_section,#change_query_status,#update_progress_section,#rating_assign,#mail_section,#manage_history_section,#report_section,#feedback_section{
      background-color: #3c8dbc;
  padding: 5%;
}
.borders1{border:1px solid black;}
.search_queries a{
  cursor: help;
  font-size: 25px;
  color:black;

}
#show_search_options_section{
  margin-top: 5%;
}
{
	display:none;
}
.search_by_severity a{
  cursor: help;
  font-size: 20px;
  color:black;
}
hr {
  border: 0;
  width: 80%;
  color: black !important;
 
  height: 5px;
}
.Login_name{
color:#357CA5 !important;
display:block;
font-size: x-large;}
.progress {
    height: 16px !important;
    margin: 10px !important;
    
  
}

.forgot_password a:hover{
  text-decoration: none;
  cursor: help;
}
a:hover{text-decoration: none;}
.progress-bar-danger {
    background-color: black !important;
}
.aa option:hover,acitve{
  background-color: black !important;
}
.borders{
      overflow: hidden;
  border-right:1px dotted  black; 
  border-right:1px dotted  black; 
  
}
.btn-info{
  background-color: black !important;
      padding: 2px 4px !important;
  
    }
.picture_upload, .video_upload, .document_upload{
  display:none;
}
/* The container */
.radiocheck {
    display: inline;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radiocheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radiocheck:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radiocheck input:checked ~ .checkmark {
    background-color: #2196F3;
}


/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radiocheck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radiocheck .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.customer-support-section{
  width:48% !important;
 
      margin: 5%;
}
p{
  color:#c1c1c1!important;
}
.edit_options{
    display:none;
}
.admin_button{
  display:inline;
}

.admin_button:onclick{
  display:none;
.edit_options:active{
    display:inline;
}

}
.no-space{
  padding:0px !important;
}
.pluss:hover
{
  background-color: brown;
  border:1px solid transparent;
  padding:1px 6px;

}
.blog-body p,button{
  text-align: center !important;
  border-radius: 0% !important;
}
[name~=delete_button]{
  background-color: transparent;

    
    border: none;
    color: black;
    
}
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #3e5b99; 
    border-radius: 0px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #3c8dbc; 
    border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #3c8dbc; 
}




.navigation i{
  color:black;
  font-size: 5px;
  opacity:.8;
}
.carousel-inner{
  width:70% !important;
}
.carousel-control {
    top: 40% !important;
       width: 5%;
    height: 30%;
    
}
.a{
  color: black;
}
a:hover{text-decoration: none;}
@font-face {
   font-family: Montserrat-Regular;
   src: url(fonts/Montserrat-Regular.ttf);
}
@font-face {
   font-family: Raleway-Medium;
   src: url(fonts/Raleway-Medium.ttf);
}
a {
     font-family:Raleway-Medium;
    color: #c1c1c1 !important;
    font-weight: 500;
    line-height: 26px;
    font-size: 13px;
    font-style: normal;
}
.carousel-control.right,.carousel-control.left {
                background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 0%) !important;
    
}
.glyphicon-chevron-left,.glyphicon-chevron-right{
    
    font-size: 15px !important;
}
.fa:hover {
    opacity: 0.7;
}

.footer{
  position: fixed;
   left: 0;
   bottom: 0;
  
   

   
}

.sidenav ul li i,.sidenav ul li a{display: inline;}
.scroll-top {
   position:fixed;
   bottom:0;
   right:6%;
   z-index:100;
   background: #ffcc33;
   font-size:24px;
   border-top-left-radius:3px;
   border-top-right-radius:3px;
}
.scroll-top a:link,.scroll-top a:visited {
  color:#222;
}
.not_active {
 pointer-events: none;
 cursor: default;
}
h1{
   
    
    
    
    font: 700 42px "Raleway-Medium","Open Sans","Arial",sans-serif;
    color: #222222;
    line-height: 63px;
    letter-spacing: 0px;
    text-transform: none;

}
.flex-container {
  display: none;
  flex-direction: column;
  
}
.cc:hover  .flex-container{
  display: flex;
}
.flex-container > div {
    
    font-size: 30px;
}
.fa-facebook {
      width: 50px;
  background: #3B5998;
  color: white !important;
   padding: 10px;
  
  
  text-align: center;
  text-decoration: none;
 
}
.menu{
    list-style: none;
}
.fa-twitter {
      width: 50px;
  background: #55ACEE;
  color: white !important;
  padding: 10px;
  
  
  text-align: center;
  text-decoration: none;
}
.fa-align-center {
      width: 50px;
  background: #55ACEE;
  color: white !important;
  padding: 10px;
  
  
  text-align: center;
  text-decoration: none;
}
.fa-linkedin {
  background: #007bb5;
  color: white !important;
  width: 50px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}
.fa-pinterest {
  background: #cb2027;
    color: white !important;
  width: 50px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}
h3{
  font-family:Montserrat-Regular !important;
  color: brown !important;
}
p{
   font-family:Raleway-Medium !important;
    color:#5f6263 !important;
    font-weight: 400 !important;
    line-height: 26px !important;
    font-size: 1.2vw !important;
    font-style: normal !important;
    
  }
  a.back-to-top {
  display: none;
  
  text-align: center;
  position: fixed;
  z-index: 999;
  right: 40px;
  bottom: 20px;
 
 
 
 
}
.upp {
    font-size: 6.333333em !important;
    line-height: 1.75em !important;
   
}
.spacer{
  padding-left: 10px;
}
.left-aligned{
      width: 70% !important;
      float: left;
}

.centered-form{
  margin-top: 60px;
}

.centered-form .panel{
  background: rgba(255, 255, 255, 0.8);
  box-shadow: rgba(0, 0, 0, 0.3) 20px 20px 20px;
}
.admin-panel a{
  color:brown;
}
.admin-panel a:hover{
  text-decoration: none;
  color:black;
}
.online_links a:hover{
  text-decoration: none !important;
  color:brown;
}
.online_links a{
  color:black;


}
.side-btn{

    padding: 2px 4px !important;
    
    font-size: 6px !important;
    font-weight: 400;
    
}

#paragraph{
	display:inline;
   

}
html{
	height: 100%;

}
body{
	margin:0;
	padding:0;
	height: 100%;
	
} 
.background{
	padding:0 !important;
	background-image: url("images/welcomepage/bc.jpg");
	height: 100%;
  	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.btn-danger{background-color: #08615c7a !important;border-color: black !important;}
.center-div{
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
 }
.nav-links{
	    margin: 20px 0px;
	    text-align: center; 


}
 .nav-links ul li{
 	float:left;
    display: flex;
        padding: 0px 35px;

 }
.nav-links ul li a{
	color:white;
      font-size: 17px;

 }
 .nav-links ul li a:hover{
 text-decoration:none;	
	
}
.social-icons{
	text-align:center;
	margin: 10px;
}
.social-icons a{
    padding: 25px;


}
.navbar-custom
{
	background-color: black;
	border-radius: 0px !important;
    
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
  background-color: transparent; 
  border-color: transparent; 
}
.nav li a{
	font-size: 17px;
}
.nav>li>a:hover {
    text-decoration: none;
    background-color: #0097BD !important;
}
.rights-reserved{
	opacity: .5;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown1 {
    position: relative;
    display: inline-block;
}
.dropdown ul{margin-top: 2px;}
.dropdown1 ul{margin-top: 0px !important;}
.dropdown-content {
    display: none;
    position: absolute;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    background-color: black;
    list-style: none;
    padding-top: 5%;
}
.form-control{
	color:black !important;
}
.dropdown-content1 {
    display: none;
    position: absolute;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    
    
    list-style: none;
    padding: 0%;
    border-radius: 50px;
    position: relative !important;
}
.dropdown-content1 li {float: left;}
.dropdown:hover .dropdown-content {
    
    display: block;
    


}
.dropdown1:hover .dropdown-content1 {
    dropdown1 a.display:none;
    display: inline;



}
/* Links inside the dropdown */
.dropdown-content a {
    color: white;
    padding: 12px 0px;
    text-decoration: none;
    display: block;
    margin-top: 5px;
}
.dropdown-content1 a {
    color: white;
    padding: 0px 0px;
    text-decoration: none;
    display: inline;
    
}
.navbar-nav>li>a {
    padding-top: 40px;
    padding-bottom: 40px;
}
.navbar-brand {
    
    padding: 35px 15px ;
    }
/*
#dropdown-menu{
  display:none;
	background-color: black;
	color:white;
  margin-top: 30px;

}

#dropdown-menu li a{
	display: block;
}
.dropdown:hover,#dropdown-menu{
	
  display: block;

}*/
.sidenav{
	float:left;
	list-style: none;
  padding:0px !important;
}
.sidenav ul li{
	list-style: none;
	padding: 5px;
}
.sidenav ul li a{
	
	margin-left: 5px;
}
.sidenav ul li a:hover{
	text-decoration: none;
}
.navbar-toggle {
	background-color: white !important;
    background-image: none !important;
    border: 1px solid transparent !important;
    border-radius: 10px !important;
}
.fa{
	color:black;
}
.bio-paragraph
{
  word-spacing: 5px;
	text-align: justify;
    -moz-text-align-last: left; 
    text-align-last: left;
}
.bio >.row{

padding:10px 0px;
}

.navigation {
	
  margin-top:20px;
  float:left;
 
}
.navigation_works {
  
  margin-top:20px;
  
 
}
.btn-design{
  padding: 0px 50px;
}
.mainmenu, .submenu {
  list-style: none;
  padding: 0;
  margin: 0;
   
}


.mainmenu a {
  display: block;
  background-color: transparent;
  text-decoration: none;
  
  color: #000;
}


.mainmenu a:hover {
    background-color: transparent;
    text-decoration:none;
      color: brown;
}




.mainmenu li:hover .submenu {
  display: block;
  max-height: 200px;
}



.submenu a {
  background-color: transparent;

}


.submenu a:hover {
  background-color: transparent;
}


.submenu {
	margin-left: 20px;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease-out;
}
.mainmenu li i {
	color:black !important;
	padding:1px 6px;
}
.minus{	
	display: none;
}


.form-control:focus {
    border-color: black !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 25px rgba(102,175,233,.6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px black !important;
}
.main_menu{
  text-align:center;
}
.main_menu a{
  font-size: 17px;
}
.main_menu a:hover{
  text-decoration: none;
}
.form-control{
  border-radius: 0px;
}
.commtell_logo{
  color:gray;
  font-size: 3.5vw;

}
.commtell_logo span{
  color:#0097BD;
}
.btn-danger:hover{background-color:#0097BD !important;
border-color:black;}
/**/
@media only screen and (max-width: 768px) {
  .navigation {
    width: 0px; 
    float: left;
}
.sidenav{
	float:left;
}
.navbar-brand {
    padding: 35px 5px ;
}
}
@media only screen and (max-width: 425px) {
  .container{
    width:100% !important;
  }
  .flex-container {
  display: none;
  flex-direction: row;
  
}
  .btn-design{
  padding: 0px 30px;
}
  .h4{
    font-size: 15px;
}
   h3 {
    font-size: 10px !important;
  }
  h1{
    font-size: 18px !important;
  }
  


.navbar-brand {
     padding: 15px 5px; 
}
   
}


