/* 
    Document   : custom-home
    Created on : Apr 30, 2015, 07:20:23 PM
    Author     : Varuna Naik <varun.naik@eclinicalworks.com>
    Description:
        Purpose of the stylesheet follows.
*/


/*account dropdown*/
.dropdown-menu.arrow_box_acct {
	position: absolute;
	background: #fff;
	border: 1px solid #2bb6dc;
	width:295px;
	padding:0px;
	margin-right:20px;
}

.dropdown-menu.arrow_box_acct:after, .dropdown-menu.arrow_box_acct:before {
	bottom: 100%;
	right: 10%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.dropdown-menu.arrow_box_acct:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}
.dropdown-menu.arrow_box_acct:before {
	border-color: rgba(43, 182, 220, 0);
	border-bottom-color: #2bb6dc;
	border-width: 11px;
	margin-left: -11px;
}
.accot_foot{ background:#2bb6dc; font-weight:bold; font-size:16px; padding:10px 20px; text-align:center; color:#fff;}
.accot_foot a{ color:#fff !important}
.per_det{ font-size:17px; color:#2bb6dc;}
.user_icon{ background:url(../img/sprite-account.png) -14px -14px no-repeat; width:17px; height:17px;}
.user-info p{ margin-bottom:0px; font-size:13px; font-weight:500; color:#5a5959;}
.user-info span{ color:#77787c; font-size:12px;}
.tel_icon{ background:url(../img/sprite-account.png) -44px -17px no-repeat; width:17px; height:15px;}
.txtmsg_icon{ background:url(../img/sprite-account.png) -72px -17px no-repeat; width:17px; height:15px;}
.add_icon{ background:url(../img/sprite-account.png) -100px -17px no-repeat; width:17px; height:15px;}
.user-info ul{ list-style-type:none; padding:0px; margin-bottom:20px;}
.user-info ul li{ font-size:12px; color:#77787c; border-bottom:1px solid #f1f0f0; padding:10px 0px;}
.user-info ul li a{color:#77787c !important}
.user-info ul li:first-child{border-top:1px solid #f1f0f0;}
.device-div{ border:1px solid #e0e0e0; padding:10px 15px; color:#434343;}
.icon_device{background:url(../img/sprite-account.png) -129px -15px no-repeat; width:16px; height:16px;}
.device-div a{ color:#ef942a !important; font-size:12px;}
.result-txt{ color:#db8825; font-size:14px; font-weight:normal;}
.lag-div{ background:#fff; border:1px solid #d1d4d5; border-radius:3px;}
.lag-cat{ font-size:12px; color:#7d7d7d; padding-left:15px; border-left:3px solid #757575; line-height:13px; text-transform:uppercase; margin-top:5px;}
.nopadbtm{ padding-bottom:0px;}
.lag-div a{ color:#e9840c !important}
.car-align{ right:7px; top:10px; position:absolute;}
.lag-list ul{ padding:0px; width:100%;}
.scroll2{ height:910px; overflow-y: auto;}
.not-log .scroll2{ border-right:1px solid #e4ded7;}
.not-log .right-div .contnthd1{ border-left:0px; border-right:none;}
.bg-not-logsearch{ background:#f9f9f9}
.fullwd{ width:100%;}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
/*end of account dropdown*/.providersignin-btn-signin-go {
    height: 44px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #4cc1e1;
    border-color: #4cc1e1;
    padding-right: 20px;
    padding-left: 20px;
    border: 0px;
    text-align: center;
    margin-left: -11px;
}

/* aditya added */
.providersearch-btn-signin{
	border-radius:4px;
	background-color: #4cc1e1;
	border-color: #4cc1e1;
	border: 0px;
	color: white;
	height: 35px;
	padding-left: 10px;
    padding-right: 10px;
}
