@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700');

body {
	font-family: 'Source Sans Pro', sans-serif;
}



/*The Top Link*/
header > center > a {
	background: #2952A7;
	color: #fff;
	padding: 10px 25px 10px 25px;
	font-weight: bold;
	font-size: 18px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

header > center > a:hover {
	color: #fff;
	text-decoration: none;
}


/*The Logo*/
header img {
	width: 200px;
}


header .input-group {
	margin-top: 60px;
}


/*Navigation*/
nav {
	margin-top: 20px;
}

.navbar-default {
	background: linear-gradient(#235E9A, #1A1078);
	color: #fff;
}


.navbar-default .navbar-nav > li > a {
	color: #fff !important;
	font-size: 17px;
	border-right: 2px solid #235E9A;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #fff !important;
	font-size: 17px;
	background: linear-gradient(#1A1078, #235E9A);
}


/*Right Form*/
.bgf {
	background: #f5f5f5;
	border-right: 10px;
	padding: 20px 20px 20px 20px;
}

.wbtn {
	background: linear-gradient(#EEEEEE, #C6C6C6);
	padding: 5px 100px 5px 100px;
	border: 1px solid #B3B3B3;
}

.wbtn:hover {
	background: linear-gradient(#C6C6C6, #EEEEEE);
}

.thumb {
	float: right;
	margin: 0px 10px 0px 10px;
	width: 150px;
}

.learn {
	background: linear-gradient(to right, #005093, #0F81B0);
	padding: 5px 50px;
	color: #fff;
	font-size: 17px;
	border-radius: 5px;
}

.learn:hover {
	color: #fff;
	text-decoration: none;
}


footer {
	padding: 10px;
	color: #fff;
	background: #0F81B0;
	text-align: center;
	margin-top: 50px;
	border-radius: 5px;
}


@media (max-width: 767px) {
	header > center {
		position: absolute;
		margin-top: 300px;
		width: 100%;
	}
	header > center > a {
		padding-left: 40%;
		padding-right: 40%;
		border-radius: 5px;
	}
}

@media (max-width: 431px) {
	header > center > a {
		padding-left: 30%;
		padding-right: 30%;
	}
}

.serv img {
	height: 200px;
}

.cbt {
	width: 100%;
	padding: 15px 40px;
	font-size: 18px;
	border-radius: 10px;
	background: linear-gradient(#ccc, #f5f5f5, #ccc);
	border: none;
}

@media (max-width: 517px) {
		.cbt {
		padding: 11px 30px;
	}

}

@media (max-width: 457px) {
		.cbt {
		padding: 2% 4%;
	}

}

.contactp .navbar-brand img {
	max-width: 100px;
	margin-top: -15px;
	background: #fff;
	margin-left: -30px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	display: none;
}

.btn3x {
	position:relative;
	display: inline-block;
	width: 33%;
	float: left;
}

.btn3x:nth-child(2) { padding: 0 10px;}

.gif-container {
  background: url("img/FingerprintGIF.gif") center;
  background-size: cover;

  height: 100%;
}

.cr-img {
	position: relative;
	text-align: center;
	width: 100%;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.contactp .navbar-brand img {
		display: initial;
	}
	.contactp .srrr {
		display: none;
	}
	.logo {
		display: none;
	}
	
	.btn3x {
	width: 100%;
	float: none;
	margin-top:10px;	
	}
	.btn3x:nth-child(2) { padding: 0;}
	
	.cr-img {
	position: relative;
	text-align: center;
	width: 80%;
	margin: 0 auto;
	}
}


 #agent_logo_btn {width:40px; height: 40px; margin: 10px; cursor: pointer;} 
.chat_panel { position:fixed; width:320px; height:500px; bottom:0; z-index:10000; display: none; }
.chat_full {position:fixed; width:100%; height:100%; top:0; left:0; bottom:0; right:0; margin-left:0; z-index:10000; display: none; }
#chat .panel{ width:100%; height:100%; margin-bottom: 0; display: table; }
#chat .panel .close {color: #fff; opacity: 1; text-shadow: 0 1px 0 #000;}
#agent_logo{width:15px; margin-right: 5px;}
#chat .panel-heading{ display:table-row; }
#chat .panel-heading-cell{ display:table-cell; padding:10px; }
#chat .panel-body{ padding:0; height:100%; display:table-cell; overflow: hidden; border-radius: 0 0 4px 4px; border-bottom: 20px #337ab7 solid;}
#chat_iframe{ width:100%; height:100%; border: none; }

.container > .navbar-collapse{margin-left: -40px;}

#admin_menu{ 
    margin: 10px 10px 10px 0;
    text-align:right;
    position: absolute;
    top:0;
    z-index: 20000; 
}

#admin_menu button {
    margin-left: 5px;
}


.bg{

    overflow: hidden;
    overflow-y: auto;
    position:relative;
    margin: 0 auto;
    height:100%;
/*    background: pink;*/
}

#logo{
    height: 40px; float:left; margin-top: 10px;
}

#bgpad {
    position: absolute; 
    top:0; 
    z-index: 10000; 
    display: none;
}

#bgcanvas {
    background: rgba(0, 0, 0, .05 );
    display: block;
}
       
#client_call_btn, #agent_call_btn {
   
   background-size:  contain;
  
    width:42px; 
    height: 42px; 
    border: 2px solid white;
    
    border-radius: 21px; 
    position: fixed; 
    bottom: 40px; 
    cursor: pointer;
    background-size: 30px; 
    background-position: center;
    box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
   background-repeat: no-repeat;
}

#client_call_btn:active, #agent_call_btn:active {
    border: 2px #ccc inset;
}



.client_call_btn_disconnected{
    background-color:#1A1078;
    background-image: url("../img/PastedGraphic-1.png");
   
}


.client_call_btn_connected{
    background-color:#2a980d;
    background-image: url("../img/PastedGraphic-2.png");
 
}

.agent_call_btn_disconnected{
    background-color:#1A1078;
    background-image: url("../img/PastedGraphic-1.png");
   
}


.agent_call_btn_connected{
    background-color:#2a980d;
    background-image: url("../img/PastedGraphic-2.png");
 
}

.client_call_btn_connecting{
   background-image: url("../img/ajax-loader.gif"); 
}


#phone_input_div{
    display: none;
    position: fixed; 
    bottom: 40px; 
    width:220px;
    padding:10px;
    background: white;
    border-radius: 4px;
    border: 1px solid #235E9A;
    height: 56px;
}

.cursor{
   //border:5px solid green; 
   width:40px; height: 40px; 
   font-size: 30px;
   color:red;
   border-radius: 20px; 
   position: absolute; 
   z-index: 100000; 
   top:0; 
   left:0;
}

#quick_help {
   background: #0F81B0;
   color: white;
   cursor:pointer;
   font-size: 200%; 
   margin-bottom: 20px;
}

#imgcontent{
         width: 1000px;
         display: block;
         height: auto;

     }
     #imgcontent > img{
        display: inline-block; width: 220px;
        height: 200px;
        margin: 5px 8px;
     }

.navbar-toggle{margin-right:0; margin-left:10px;}


.no_scrollbar {
    display: block;
}

.no_scrollbar::-webkit-scrollbar {
    display: none;
    width: 0 !important;
}






