@import url(https://fonts.googleapis.com/css?family=Roboto:400,500);
* {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #333;
}
html {
    position: relative;
    min-height: 100%;
}
hr {
    margin-top: 15px;
    margin-bottom: 15px;
}
/*.marginTop-0{margin-top:0;}*/
.close {
    opacity: .6;
}
.close:focus, .close:hover {
    opacity: 1;
}
.red-circle{
    width: 26px;
    height: 26px;
    border-radius: 13px;
    background-color: red;
    color: white;
    padding: 1px;
}
#frmMail .alert{
	padding: 0 !important;
}
/*Login*/
.login-container{
	margin: auto;
	max-width:400px;
	margin-top: 100px;
	margin-bottom: 110px;
	background: #f5f5f5;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px #999;
	box-shadow: 0 1px 3px #999;
}
#registerForm{
	max-width: 512px;
}
.login-container .form-box {
	padding: 30px;
}
#registerForm{
max-width: 510px;
}
.form-box h2,h3 {margin-top: 0;}
.login-container input, .login-container button{
	display: block;
	margin: 15px 0;
	padding: 5px;
	width: 100%;
}
.login-container input{
	border-radius: 5px;
}
.login-container input{
	border: 1px solid #e5e5e5;
}
.help-section {
	padding: 8px 12px;
}
.help-section a{
	font-size: 14px !important;
}
.activate {
	margin: 0 !important;
}
/*Register*/
.register input[type=radio]{
	display: none;
}
div.login-container .fhbtn {
	font-size: 14px;
}
div.login-container.register .row .row .col-sm-4 {
	line-height: 32px;
}
/*License*/
#license .panel-default{
    margin: 10px 15% 100px;
}
#license .fhbtn{
    width: 100px;
}
/*End*/
input.error {
	border-color: red;
}
label{
	font-weight: 500;
}
label.error-label {
	color: red;
}
.validationMessage{
  display: none;
 }
 .app--validation--error-message{
  color: red;
 }
.map {
	height: 300px;
	width: 300px;
}
.margin-top-5{
    margin-top: 5px;
}
.margin-top-10{
    margin-top: 10px;
}
.margin-5{
    margin: 5px;
}
.margin-bottom-0{
	margin-bottom: 0 !important;
}
.margin-bottom-15{
	margin-bottom: 15px;
}

/*Padding settings*/
.padding-lr-10{
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.padding-tb-5{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.padding-lr-0{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.padding0{
	padding-left : 0px !important;
	padding-right : 0px !important;
}
#accordion ul.tabs {
	position: relative;
    bottom: -2px;
    padding: 7px 0 0 !important;
}
#accordion ul.tabs li {
    margin-right: -1px !important;
}
#accordion ul.tabs li.selected a{
	color:#F89A25;
}
ul.pie-legend {
  list-style: none;
}
ul.pie-legend span {
  width: 1.2em;
  height: 1.2em;
  display: block;
  float: left;
  padding-right: 0.5em;
}
.popover{
    width:200px;
    height:auto;
}
.color-yellow{
	color: yellow;
}
.color-orange{
	color: #FF9800;
}
.color-blue{
	color: blue;
}
.color-green{
	color: green;
}
.color-white{
	color: white;
}
.color-inherit{
	color: inherit;
}
/*Table*/
.table>thead>tr>th{
    font-weight: 500;
    padding: 5px !important;
    text-align: center;
    background-color: #f5f5f5;
}
.table>tbody>tr>td{
    text-align: center;
    font-size: 14px;
    padding: 5px;
}
.table>tbody>tr>td>.fhbtn{
    width: auto;
}
/* ============================================
    STICKY BOX  OF HELP
============================================ */
.helpbutton {
    position: fixed;
    bottom: 50%;
    right: 0;
    background-color: #006600;
    opacity: 0.8;
    height: 50px;
    width: 65px;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
    color: #ffffff;
    border-radius: 10px 0 0 10px;
    border-style: none;
    -webkit-box-shadow: 0 0 4px #777;
    box-shadow: 0 0 4px #777;
    z-index: 1500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.helpbutton:hover, .helpbutton:focus {
    cursor: pointer;
    text-decoration: none;
    outline: none;
}
/*Header*/
.mainHeader {
	background-color: #10466f;
	color: #fff;
	padding: 5px 0;
	min-height: 25px;
}
.mainHeader .head-container .container{
	position: relative;
	height: 100%;
}

.mainHeader .head-container .log-container{
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: 15px;
}

.mainHeader .head-container #wel-msg{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.welcome-txt{
	background: #ececec;
	font-size: 14px;
	height: auto;
	color: #021522;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25);
}
.days {
	font-size: 20px;
	color: #fa6812;
	padding: 0 2px;
}
.dshbrd-title-logedIn{
	color: white;
}
/* --------------------------------------------------------------
    Navigation Section
    ---------------------------------------------------------- */
li.divider {
    height:2px;
    background-color:#234660;
}
.navbar-default {
    background-image: none !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
    background-repeat: no-repeat !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.sidebar-nav{
    margin-bottom: 41px;
}
.sidebar-nav .navbar{
    border-radius: 0;
    background-color: #0A314E;
    border: #0A314E;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.5);
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.5);
}
.sidebar-nav .navbar ul {
    float: none;
    padding: 3px 0;
    z-index: 1;
}
.sidebar-nav .navbar ul ul li a{
    padding-left: 35px;
}
.sidebar-nav .navbar ul ul ul li a{
    padding-left: 55px;
}
.sidebar-nav .navbar li a, .sidebar-nav .navbar li li a, .sidebar-nav .navbar li li li a{
    color: #fff;
}

font{
	color: inherit;
}
.sidebar-nav .navbar li.active a, .sidebar-nav .navbar li.active a:hover, .sidebar-nav .navbar li.active a:focus{
    color: yellow !important;
    background-color: #337ab7 !important;
}
.sidebar-nav .navbar li a {
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 0;
}
.sidebar-nav li a:hover, .sidebar-nav li a:focus {
    background-color: #041C2D !important;
    color: #fff !important;
}
.nav>li>a:focus, .nav>li>a:hover {
}
.sidebar-nav .fa-bl-1x{
    font-size: 1.5em;
    padding-right: 10px;
}
.sidebar-nav .navbar-collapse [data-toggle="collapse"]:after {
    font-family: FontAwesome;
    content: "\f054";
    float: left;
    font-size: 14px;
    line-height: 30px;
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
}
.sidebar-nav .navbar-collapse [data-toggle="collapse"].collapsed:after {
    content: "\f078";
}
#dashboardDiv .row .col-sm-6:last-of-type{
	margin-bottom: 100px;
}
/*Footer*/
footer {
	margin-top: 10px;
	bottom: 0;
	padding: 10px;
	background-color: #10466f;
}

footer p {
	margin: 0;
	color: #fff;
}
/*Panel*/
.panel-default>.panel-heading{
    color: #fff;
    background:#5DA6DE;
    font-size: 16px !important;
    padding: 3px 15px !important;
}

.panel-heading span {
    color: #fff;
}

.panel-default{
    border-color: #5DA6DE;
    margin-bottom:100px;
    -webkit-box-shadow: 1px 2px 1px rgba(0,0,0,0.25);
    -moz-box-shadow: 1px 2px 1px rgba(0,0,0,0.25);
    box-shadow: 1px 2px 1px rgba(0,0,0,0.25);

}
.panel-body {
    padding: 20px 50px;
}
/*Tag a Child*/
.datepicker thead{
    background: #fff !important;
    color: #3b3333 !important;
}
.datepicker .datepicker-switch:hover, .datepicker .prev:hover, .datepicker .next:hover, .datepicker tfoot tr th:hover {
    background: #d6d6d6 !important;
    color: #3b3333;
}

#tagChild button{
    max-width: 171px;
}
#tagChild .panel-default{
    margin: 10px 13% 100px;
}
#tagChild .panel-body .input-group-addon {
    background-color: #FF4E4E;
}
#tagChild .panel-body .input-group-addon .fa-calendar {
    color: #fff;
    font-size: 1.4em;
}
/*Dashboard*/
#dashboardDiv {
	height: 100%;
}
#dashboardDiv img{
    max-height: 100px;
}
.dshbrd-left-cont{
    /* -webkit-transform: translateY(15%);
    -ms-transform: translateY(15%);
    transform: translateY(15%); */
}
.dshbrd-right-cont{
    -webkit-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    transform: translateY(-5%);
}
/*Settings*/


#phoneLog #generalSettings, #phoneLog #changePassword{
    margin: 0 20px;
}
#phoneLog #generalSettings .col-sm-12{
    border-bottom:1px solid #e5e5e5;
    margin-bottom:10px;
    padding-bottom: 10px;
}
#phoneLog #generalSettings .col-sm-12:last-of-type{
    border-bottom:none;
    margin-bottom:0;
    padding-bottom: 0;
}

#phoneLog #generalSettings button{
    width: 100%;
}
#phoneLog #generalSettings span{
    font-weight: 500;
    color:  #000063;
    line-height: 29px;
}
#phoneLog #changePassword .col-sm-12{
    padding: 0 13% !important;
}
#phoneLog #changePassword h4{
    margin: 10px 0 20px;
}
#phoneLog #changePassword button{
    max-width: 171px;

}
#phoneLog #changePassword label{
    color: inherit;
}
.content-area .nav>li>a {
    padding: 8px 8px;
}
/*Tabs*/
.content-area .nav-pills>li>a{
    border: 1px solid #ddd;
    margin-bottom: 5px;
    margin-right: 5px;
}
.tab-content{
    border: 1px solid #D0D0D0;
    border-radius: 4px;
    padding: 10px;
    margin-top: 10px;
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 1px rgba(0,0,0,0.25);
}
/*Child Settings*/
.active-btn{
    background-color:#FFAE1A !important;
	color: #fff !important;
}
#phoneLog #digitalInteractionSettings .panel, #phoneLog #locationSettings .panel, #phoneLog #appSetting .panel{
    border-color: #55c5ff;
}
#phoneLog #digitalInteractionSettings .panel-heading, #phoneLog #locationSettings .panel-heading, #phoneLog #appSetting .panel-heading{
    color: #fff;
    background: #55c5ff !important;
    font-size: 15px !important;
    padding: 5px !important;
    text-align: center;
}

#phoneLog #digitalInteractionSettings .panel-body{     padding: 10px;
   min-height: 285px;
}
#phoneLog #digitalInteractionSettings #callLog i, #phoneLog #digitalInteractionSettings #phoneBook i{
    font-size: 1.5em !important;
}
#phoneLog #digitalInteractionSettings #callLog, #phoneLog #digitalInteractionSettings #phoneBook{
    display: inline-block;
    padding: 6px 20% 6px 0;
}
#phoneLog #locationSettings .panel-body{
    padding: 10px;
    min-height: 280px;
}
#phoneLog #appSetting .panel-body{
    padding: 10px;
}
#phoneLog #digitalInteractionSettings .panel-body .fhbtn, #phoneLog #locationSettings .panel-body .fhbtn, #phoneLog #appSetting .panel-body .fhbtn{
    width: 50px;
    text-align: center;
}
#phoneLog .form-group{
    margin-bottom: 5px;
}
#phoneLog .panel-footer {
    padding: 5px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
#phoneLog .panel-footer .fhbtn{
    width: 70px;
    height: 35px;
}
.bootstrap-tagsinput {
    padding: 4px;
    display: block;
}
#smsBarred .label {
    font-size: inherit;
    font-weight: 300;
    font-size: 13px;
}
#smsBarred .label-info {
	/* border:1px solid  #E59400;
    background: #FFAE1A !important; */
    border: 1px solid #801AC0;
    background: #A020F0 !important;
    display: inline-block !important;
    margin-bottom: 5px;
}
#smsBarred .label{
    padding: 4px;
}
#digitalInteractionSettings .details a{
    text-decoration: none;
    padding: 5px 10px;
    border: 1px solid #81B000;
    border-radius: 4px;
    background: #9ACA1A;
    color: #fff;
}
#digitalInteractionSettings .details a:hover, #digitalInteractionSettings .details a:focus{
    text-decoration: none;
    background: #8fc400;
}

/* --------------------------------------------------------------
    Reports Section
    ---------------------------------------------------------- */
#report .table-responsive{
    height:135px;
    overflow: auto;
}

#report .fbpost-table-responsive{
    height:450px;
    overflow: auto;
}

#report .table-responsive-exception{
    height:auto;
    overflow: auto;
}
#report .fhbtn{
    width: 100px;
}
#report h3{
    margin-top: 10px;
    margin-bottom: 20px;
}
/*  ----------------------------
    Reports by Avinash Rai
    ------------------------- */
.rep-outer {
    border: 1px solid #bbb;
    padding: 5px;
    border-radius: 4px;
    max-height: 385px;
}
.rep-outer table {
    margin-bottom: 0;
    background-color: rgba(0,255,0,.05);
}
.rep-outer .button {
    padding: 5px 9px;
    background-color: rgba(0,255,0,.3);
    border: 1px solid #D0D0D0;
    margin-bottom: 10px;
    color: #333;
    font-size: 85%;
    font-weight: 300;
    display: block;
    border-radius: 4px;
    float: right;
}
.graph {
    clear: right;
    width: 99.5%;
    min-height: 200px;
    margin: auto;
    margin-bottom: 10px;
}
.rep-outer th {
    background-color: rgba(0,255,0,.3);
    font-size: 14px;
    font-weight: 500;
}
.rep-outer td {
    font-size: 13px;
}
#appusagediv .table-responsive{
    max-height:300px;
    overflow: auto;

}
#individualContactDiv .fhbtn{
    width: auto;
}
/*  ---------------------------------------
    Avinash Correction for reports section */
.nav-tabs>li {
    width: 25%;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    background-color: #208cdf;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.tab-content .row .row [class|=col-sm] {
    margin-top: 5px;
    margin-bottom: 5px;
}
/*Profile*/
#profile .panel-default {
    margin: 10px 13% 100px;
}
#profile .profile img {
    float: right;
    border-radius: 75px;
    border: 1px solid #e5e5e5;
}
#profile .profileName input[type="text"]{
    font-size: 30px;
}
#profilePin, #profileTel {
    width: 150px;
}
#profile{
    margin-bottom: 100px;
}
#profile .fhbtn{
    width: 90px;
}
#profile .panel-body .col-sm-5 span{
    display: block;
    padding: 5px;
    font-weight: 500;
}
#profile  input[type="text"], #profile  textarea{
    display: block;
    width: 200px;
    padding: 5px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
    outline: none;
}
#profile  textarea{
    resize:vertical;
}
/*Button*/
.fhbtn{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:12px;
	padding:5px;
	text-decoration:none;
	width: 100%;
}
.fhbtn-white {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    padding: 5px 8px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #D0D0D0;
    color: #333;
    font-size: 14px;
    font-weight: 300;
    box-shadow: inset -1px -1px 1px #D0D0D0;
    width: auto;
}
.fhbtn-white:hover, .fhbtn-white.active, .fhbtn-white:focus {
	background-color: #ffff35;
	color: #0000CB;
	border: 1px solid #B6B6B6;
    box-shadow: inset 1px 1px 0 #B6B6B6;
}
.fhbtn-green {
	background-color:#2DA41A;
    border:1px solid  #148B00;
}
.fhbtn-green:hover, .fhbtn-green:focus {
    text-decoration:none;
    background-color:#169A00;
    color:#ffffff;
}
.fhbtn-blue {
	background-color:#1F94FB;
	border:1px solid  #057AE1;
}
.fhbtn-blue:hover, .fhbtn-blue:focus {
	text-decoration:none;
	background-color:#0688FA;
	color:#ffffff;
}
.fhbtn-orange-border {
	background:transparent;
	border:1px solid  #E59400;
	color: #333;
}
.fhbtn-orange-border:focus{
	background: #FFA500!important;
    color: #fff;
}
.fhbtn-orange-border:hover{
	background: #55C5FF!important;
    color: #fff;
}
.fhbtn-orange {
	background-color:#FFAE1A;
	border:1px solid  #E59400;
}
.fhbtn-orange:hover, .fhbtn-orange:focus {
	text-decoration:none;
	background-color:#FFA500;
	color:#ffffff;
}
.fhbtn-red {
	background-color:#D01A1A;
	border:1px solid  #B70000;
}
.fhbtn-red:hover, .fhbtn-red:focus {
	text-decoration:none;
	background-color:#CB0000;
	color:#ffffff;
}
/*Button Buy Now*/
.btn-purchase {
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    padding: 4px 6px;
    margin-left: 5px;
    text-decoration: none;
    background: #FFC068;
    background-image: -webkit-linear-gradient(top, #FFC068, #FF9800);
    background-image: -moz-linear-gradient(top, #FFC068, #FF9800);
    background-image: -ms-linear-gradient(top, #FFC068, #FF9800);
    background-image: -o-linear-gradient(top, #FFC068, #FF9800);
    background-image: linear-gradient(to bottom, #FFC068, #FF9800);
    border: solid #E58900 1px;
}
.btn-purchase:hover, .btn-purchase:active {
    color: #fff;
    text-decoration: none;
    background: #FF9800;
    background-image: -webkit-linear-gradient(top, #FF9800, #FFC068);
    background-image: -moz-linear-gradient(top, #FF9800, #FFC068);
    background-image: -ms-linear-gradient(top, #FF9800, #FFC068);
    background-image: -o-linear-gradient(top, #FF9800, #FFC068);
    background-image: linear-gradient(to bottom, #FF9800, #FFC068);
}

.userView {
	border: 1px solid #D0D0D0;
	padding: 15px;
	border-radius: 4px;
	-webkit-box-shadow: 1px 2px 1px rgba(0,0,0,0.25);
	-moz-box-shadow: 1px 2px 1px rgba(0,0,0,0.25);
	box-shadow: 1px 2px 1px rgba(0,0,0,0.25);
}
.usr-child-nme {
	color: #10466f;
	font-weight: 500;
}
.user-pic{
	margin-bottom:5px;
}
.user-pic img {
	border-radius: 50% !important;
	margin: 0px;
	border:1px solid #E5E5E5;
}
.userView ul {
	list-style-type: none;
	padding: 0;
}
.userView ul li {
	display: block;
	border-bottom: 1px dotted #e5e5e5;
	font-size: 12px;
	color: #000;
	line-height: 1.5em;
}
.userView ul li:last-child{
	border-bottom: none;
}
/*help tooltip styles*/

.help-tip{
	position: right;
	top: 18px;
	right: 18px;
	text-align: center;
	background-color: #BCDBEA;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	font-size: 14px;
	line-height: 26px;
	cursor: default;
}

.help-tip:before{
	content:'?';
	font-weight: 500;
	color:#fff;
}

.help-tip:hover p{
	display:block;
	transform-origin: 100% 0%;

	-webkit-animation: fadeIn 0.3s ease-in-out;
	animation: fadeIn 0.3s ease-in-out;
}

.help-tip p{	/* The tooltip */
	display: none;
	text-align: left;
	background-color: #1E2021;
	padding: 20px;
	width: 300px;
	position: absolute;
	border-radius: 3px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	right: -4px;
	color: #FFF;
	font-size: 13px;
	line-height: 1.4;
}

.help-tip p:before{ /* The pointer of the tooltip */
	position: absolute;
	content: '';
	width:0;
	height: 0;
	border:6px solid transparent;
	border-bottom-color:#1E2021;
	right:10px;
	top:-12px;
}

.help-tip p:after{ /* Prevents the tooltip from being hidden */
	width:100%;
	height:40px;
	content:'';
	position: absolute;
	top:-40px;
	left:0;
}

/* CSS animation */

@-webkit-keyframes fadeIn {
	0% {
		opacity:0;
		transform: scale(0.6);
	}

	100% {
		opacity:100%;
		transform: scale(1);
	}
}

@keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:100%; }
}

/*Check Box Style */

.button-group input {
  display: none;
}
@media (min-width: 0px) and (max-width: 767px) {
	body,*{font-size: 13px !important;}
    h4{font-size: 15px !important;}
	h3{font-size: 24px !important;}
	.panel-heading{font-size: 18px !important;}
	label{font-size: 13px !important; font-weight: 400;}
	.register label.btn {
		font-size: 12px;
	}
	div.login-container.register .row .row .col-sm-8 {
		margin-bottom: 10px;
	}
	.nav-tabs>li>a {
	    font-size: 13px;
	}
	.help-section a{
		font-size: 13px !important;
	}
	.form-box div.col-sm-6:last-of-type{
		margin-top: 15px;
	}
	#header{
		position: absolute;
		top: 51px;
		width: 100%;
	}
	#header.oos-header{
		top: 0 !important;
	}
	.content-area{
		position: absolute;
		top: 125px;
		width: 100%;
		z-index: -1;
	}
	.dshbrd-title-logedIn{
		font-size:12px !important;
		padding-top: 18px;
	}
	.dshbrd-title-logedIn span{
		font-size:12px !important;
	}
    .dshbrd-left-cont, .dshbrd-right-cont{
        font-size : 11px !important;
        text-align: right !important;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    .dshbrd-main-title{
        font-size : 11px;
    }
    .tab-content {
        border: none;
        padding: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
	#phoneLog{
		margin-top: 3px !important;
	}
    .user-pic img{
		height:150px;
	}
	.welcome-txt{
		font-size:10px !important;
	}
	.dshbrd-right-cont a{
		font-size:12px;
	}
	a.brand-logo img{
		height: 49px;
		padding: 3px;
	}
    /*By Avinash*/
	.nav-tabs>li {
        width: 50%;
    }
	/*end*/
    #profile .profile img {
        float: none;
    }
    #profile .col-sm-5, #profile .col-sm-7{
        text-align: center;
    }
    #profile input[type="text"]{
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .navbar-toggle .glyphicon{
        top: 0;
    }
    .navbar-toggle .glyphicon.glyphicon-th-large {
        color: #ff9800;
    }
    .navbar-toggle {
        border-color: #ff9800 !important;
        height: 35px;
    }
    .navbar-toggle:hover,.navbar-toggle:focus{
        background-color: #ff9800 !important;
    }
    .navbar-toggle:hover .glyphicon.glyphicon-th-large, .navbar-toggle:focus .glyphicon.glyphicon-th-large {
        color: #fff;
    }
    .btn-purchase {
        font-size: 11px !important;
        padding: 4px 4px;
        margin-left: 2px;
    }
    #phoneLog .panel-body {
        padding: 20px 10px;

    }
    #phoneLog .nav-tabs>li>a {
        padding: 10px 4px;
    }
    #phoneLog #generalSettings .col-sm-4.col-md-6{
        text-align: center;
    }
    #phoneLog #generalSettings .col-sm-4{
        margin-bottom: 5px;
    }
    #phoneLog #changePassword .form-group{
        margin-bottom: 5px;
    }
    #phoneLog #changePassword button{
        margin-top: 10px;
    }
    #license .panel-default{
        margin: 10px 0% 100px;
    }
    #license .panel-body {
        padding: 20px 10px;
        text-align: center;
    }
    #license .panel-body .col-sm-3{
        margin-top: 10px;
    }
    #tagChild .panel-body {
        padding: 20px 10px;
    }
    #tagChild .form-group{
        margin-bottom: 5px;
    }
    #tagChild button{
        margin-top: 10px;
    }
    #tagChild .panel-default{
        margin: 10px 0% 100px;
    }
    #profile .panel-default{
        margin: 10px 0% 100px;
    }
    #profile .panel-body {
        padding: 20px 10px;
    }
    #profile .form-group{
        margin-bottom: 5px;
    }
    #profile button{
        margin-top: 10px;
    }
    #profile .profileName input[type="text"] {
        font-size: 30px !important;
    }
    #report .panel-body {
        padding: 20px 10px;
    }
    #shutshownDetailDiv .panel-body {
        padding: 20px 10px;
    }
    #appusagediv .panel-body {
        padding: 20px 10px;
    }
    #individualContactDiv .panel-body {
        padding: 20px 10px;
    }
    #allCallDetailsDiv .panel-body {
        padding: 20px 10px;
    }
    .table>thead>tr>th{
        font-size: 13px;
    }
    .table>tbody>tr>td *{
        font-size: 12px;
    }
    #digitalInteractionSettings .details {
        padding-left: 5px;
        padding-right: 5px;
    }
    #digitalInteractionSettings .details a {
        font-size: 11px !important;
        padding: 5px;
    }
	footer p {
		font-size: 12px;
		margin: 0;
	}
	footer p span{
		font-size: 12px;
		font-weight: 500;
	}
}
@media (min-width: 768px) {
    .sidebar-nav .navbar .navbar-collapse {
        padding: 0;
        max-height: none;
    }
    .sidebar-nav .navbar ul:not {
        display: block;
    }
    .sidebar-nav .navbar li {
        float: none;
        display: block;
    }
}
@media (min-width: 0px) and (max-width: 991px) {
    #phoneLog #changePassword .col-sm-12{
        padding: 0 5% !important;
    }
    #tagChild #tagChildForm .col-sm-12{
        padding: 0 5% !important;
    }
    #phoneLog #digitalInteractionSettings .panel-body, #phoneLog #locationSettings .panel-body, #phoneLog #appSetting .panel-body{
        min-height: auto;
    }
    #digitalInteractionSettings .details {
        text-align: center;
    }
}
.button-group input:checked + label,
.button-group input:checked + label:active {
  background-color: #ffff35;
}

.bootstrap-tagsinput input { width:100%!important; }
.addressBooktable{    max-height: 60vh;    overflow: auto;}
.addressBooktable .table>tbody>tr>td{ 
	text-align: left;
	font-size: 14px;
	padding: 1px !important;
	padding-left: 8px !important;
}
#addressBookForm .fhbtn-red{    width:70px !important;    height:35px !important;}
.fa-book:hover{
    cursor: pointer;
}
.addressbook-modal .modal-header {
    background:#55C5FF
!important;
    color:#fff;
}
.user-data-values li span{
	font-size: 12px;
}
.BrowserRestriction .panel-heading{
   background:#55c5ff;
   color:#fff;
   padding:5px;
   text-align:center;
}
.BrowserRestriction .panel-dafault{
     border:1px solid #55c5ff;
}
.BrowserRestriction .panel-body{
  padding: 20px 9px;
}
.BrowserRestriction .fhbtn {
   width: 50px;
   text-align: center;
}
.isBlockedWords{
  background-color:#FCF3CF;
}
.AllDigitalInteraction .details a {
    text-decoration: none;
    padding: 5px 10px !important;
    border: 1px solid #81B000 !important;
    border-radius: 4px;
    background: #9ACA1A !important;
    color: #fff !important;
}
.leftAligin{
	text-align: left !important;
}


.first-letter {
    text-transform:capitalize;
}

a span {
    cursor: pointer;
}


button[disabled=disabled], button:disabled {
  opacity: 0.65; 
  cursor: not-allowed;
}

button[disabled=disabled], button:disabled:hover {
    
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D01A1A), color-stop(100%, #D01A1A));
    background-image: -webkit-linear-gradient(top, #D01A1A, #D01A1A);
    background-image: -moz-linear-gradient(top, #D01A1A, #D01A1A);
    background-image: -ms-linear-gradient(top, #D01A1A, #D01A1A);
    background-image: -o-linear-gradient(top, #D01A1A, #D01A1A);
    background-image: linear-gradient(top, #D01A1A, #D01A1A);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#D01A1A, endColorstr=#D01A1A);
}
.table-scroll{
max-height: 460px;
overflow: scroll;
}

.table-scroll-500 {
max-height: 500px;
overflow-y: scroll;
}
.table-scroll-600 {
max-height: 600px;
overflow-y: scroll;
}
.table-scroll-400 {
max-height: 400px;
overflow-y: scroll;
}
.newChildNotePara{
	padding-left: 85px;
    padding-right: 30px;
}
.newChildNoteTitle{ 
	display: inline-block;
	margin-left: -40px;
}
.childLicence span{
	color : #000063;
}

.childImage img{
 width:50px;height: 50px; 
 margin-bottom: 5px;
 border:1px solid #021a40;
}
div#childImages {
max-height: 50vh;
overflow-x: hidden;
overflow-y: scroll;
}

.whatsAppImage img{
 width:50px;height: 50px; 
 margin-bottom: 5px;
 border:1px solid #021a40;
}



/***********chart css************/

.chat {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 5px;
}

.chat-header {
  background: #42A7A1;
  padding: 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.chat-header h1 {
  color: #fff;
  text-transform: uppercase;
}

.chat-history {
  padding: 20px;
        height: 500px;
    overflow-y: scroll;
}

.chat-item {
 
  margin-bottom: 15px;
}
.chat-item img {
  width: 36px;
  border-radius: 50%;
}

.chat-item--me .message {
  margin-left: 15px;
  background: rgba(255, 203, 43, 0.42);
}
.chat-item--me .message::before {
  right: 100%;
  border: solid transparent;
  border-right-color: rgba(255, 203, 43, 0.42);
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 10px;
  top: 10px;
}

.chat-item--other .message {
  margin-right: 15px;
  background: rgba(16, 70, 111, 0.5);
}
.chat-item--other{
    float: right;
}
.chat-item--other .message::after {
  left: 100%;
  border: solid transparent;
  border-left-color: rgba(16, 70, 111, 0.5);
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 10px;
  top: 10px;
}

.message {
      padding: 10px;
    border-radius: 5px;
    position: relative;
    height: auto !important;
    display: inline-block;
    width: 100%;
}

.message__user-name {
  font-size: 13px;
  font-weight: bold;
  color: #000;
}

.message__time {
  font-size: 10px;
  color: #999;
}
.message__time  .fa,.message__time span{
  font-size: 10px !important;
}

.message__text {
  font-size: 13px;
  color: #777777;
}

.btns-row {
  margin-top: 5px;
}

.chat-controls {
  margin-top: 10px;
  border-top: 1px solid #f6f6f6;
  padding: 20px;
  padding-top: 10px;
}

.chat-controls__textarea {
  width: 100%;
  border: none;
  padding: 10px;
  border-radius: 5px;
  resize: none;
  outline: none;
}

.chat-controls__btn {
  padding: 0 15px;
  background: #75b1e8;
  line-height: 25px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
}

.attach-file {
  color: #999;
  float: right;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  border-radius: 0;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.3);
}
.chat ul li{
    list-style: none;
    width: 50%;
    clear: both;
    margin-bottom: 10px;
}
.span-download{
    position: absolute;
    right: 6%;
}
.span-download:hover{
    cursor: pointer;
}
.button-group.cst-btn-group input:checked  + span + label, .button-group.cst-btn-group input:checked + span + label:active {
    background-color: #ffff35 !important;
}
.btn-delhivery{
	border-radius:0;
	background:#CC0000;
	color:#fff;
  }
