﻿body
{
	/*font-family: Arial;*/
}

.ui-mobile, .ui-mobile body
{
	overflow:hidden;
}

.bg-login
{
	background-image: url('../webskin/login-bg.jpg');
	background-repeat: no-repeat;
}

.login-page-1
{
	width: 100%;
	height: 99%;
	background-image: url('../webskin/login-bg.jpg');
	background-repeat: no-repeat;
	background-position: left;
	background-attachment: fixed;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow:hidden;
}

.login-page-2
{
	width: 100%;
	height: 100%;
	background-image: url('../webskin/login-bg-1.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100%;
}

.login-form
{
	width: 600px;
	margin: auto;
	min-height: 100px;
	margin-top: 30%;
}

.main-menu-div
{
	width: 524px;
	margin: auto;
	padding-bottom: 0px;
	min-height: 200px;
	margin-top: 15%;
	background-image: url('../webskin/bxtranse.png');
	background-repeat: repeat; /*background: #fff;*/
	-webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.55);
	-moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.55);
	box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.55);
}

.login-form-div
{
	width: 521px;
	margin: auto;
	height: 45px;
	background: #fff;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.55);
	-moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.55);
	box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.55);
}

.ui-focus
{
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.ui-shadow-inset
{
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 0px 0px rgba(0,0,0,.2);
	box-shadow: inset 0 0px 0px rgba(0,0,0,.2);
}

.login-form-div input
{
	box-shadow: none;
	border: none;
	box-shadow: inset 0px 0px 0px;
	-webkit-box-shadow: inset 0px 0px 0px;
	-moz-box-shadow: inset 0px 0px 0px;
	margin-top: -1px;
	/*font-size: 14px;*/
	color: #000;
	padding-left: 10px;
}

.login-form-div-r1
{
	width: 192px;
	height: 45px;
	float: left;
}

.login-form-div-r2
{
	width: 140px;
	height: 45px;
	float: left;
	position: relative;
}

.login-form-div-r2 img
{
	position: absolute;
	top: -45px;
	left: -15px;
}

.login-form-div-r3
{
	width: 151px;
	height: 45px;
	float: left;
}

.login-form-div-r4
{
	width: 38px;
	height: 45px;
	float: left;
}

.ui-body-a, .ui-page-theme-a .ui-body-inherit, html .ui-bar-a .ui-body-inherit, html .ui-body-a .ui-body-inherit, html body .ui-group-theme-a .ui-body-inherit, html .ui-panel-page-container-a
{
	border: none;
}


table.l-from
{
	width: 100%;
	background: #fff;
	height: 50px;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.55);
	-moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.55);
	box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.55);
}

table.l-from td div
{
	box-shadow: none;
	outline: none;
}



table.l-from td input
{
	box-shadow: none;
	outline: none;
}

table.l-from td input:focus
{
	box-shadow: none;
	outline: none;
}

table.main-menu-tble
{
	width: 91%;
	margin-left: 27px;
	margin-right: 27px;
}


.cbp-hrmenu > ul > li > a
{
	font-weight: 700;
	padding: 1em 2em;
	color: #FFF;
	display: inline-block;
}

.container
{
	width: 100%;
}

.inner-container
{
	/*width: 980px;*/
	width:100%;
	margin: auto;
	min-height: 100px; /*border:1px #ccc solid;*/
}

.header-div
{
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 10;
}

table.tabtable
{
	width: 100%;
}

table.tabtable
{
}

table.formtble
{
	width: 100%;
	margin: 10px;
}

table.formtble td input
{
	/*padding: 8px; background:;*/
	border: 1PX #ccc solid;
	margin-bottom: 5px;
}

table.formtble td span
{
	color: #000;
	/*font-size: 13px;*/
	line-height: 25px;
}

table.formtble td label
{
	color: #000;
	/*font-size: 13px;*/
}

table.formtble td h3
{
	color: #ff6a00;
	/*font-size: 14px; /*font-weight:bold;*/
	margin-top: 0px;
}


a.orangebtn
{
	background: #e1af17;
	color: #fff;
	/*font-size: 13px;*/
	padding: 8px 20px 8px 20px;
	margin-right: 5px;
}

a.orangebtn:hover
{
	background-color: #ff6a00;
}

a.purplebtn
{
	background: #87004f;
	color: #fff;
	/*font-size: 13px;*/
	padding: 8px 20px 8px 20px;
	margin-right: 5px;
}

a.purplebtn:hover
{
	background-color: #c40e78;
}


/*Forms and Grids*/

.content-Div
{
	width: 980px;
	min-height: 200px;
	margin: auto;
	border: 1px #ccc solid;
	background: #fff;
	padding: 10px;
}

table.gridtblehead
{
	width: 100%;
	border: 1px #ccc solid;
	margin-bottom: 5px;
}

table.gridtblehead td
{
	height: 50px;
}

table.gridtblehead td h3
{
	color: #000;
	margin: 0px;
	margin-left: 20px;
}


table.gridtblehead td input
{
	color: #000;
	width: 200px;
	padding: 7px;
	border: 1px #ccc solid;
}


a.purplebtn-p
{
	background: #87004f;
	color: #fff;
	/*font-size: 13px;*/
	padding: 8px 12px 8px 12px;
	margin-right: 5px;
}

a.purplebtn:hover
{
	background-color: #c40e78;
}

a.purplebtn-p1
{
	background: #ff6a00;
	color: #fff;
	/*font-size: 13px;*/
	padding: 8px 12px 8px 12px;
	margin-right: 5px;
}

a.purplebtn:hover
{
	background-color: #c40e78;
}

/*---------------------------------------------------*/



t-able.formtble-p
{
	width: 100%;
	margin: 10px;
}

table.formtble-p td input
{
	width: 240px;
	padding: 8px; /*background:;*/
	border: 1PX #ccc solid;
	margin-bottom: 5px;
	margin-right: 25px;
}

table.formtble-p td span
{
	color: #000;
	/*font-size: 13px;*/
	line-height: 25px;
}

table.formtble-p td label
{
	color: #000;
	/*font-size: 13px;*/
}

table.formtble-p td h3
{
	color: #ff6a00;
	/*font-size: 14px;*/ /*font-weight:bold;*/
	margin-top: 0px;
}



/*Forms and Grids*/

/*Form New Grids 18-9-14 */
.inner-Div
{
	/*width:100%;*/
	min-height: 25px;
	margin: auto;
	margin-left: 39px;
	margin-right: 39px;
}

table.fomrsNew
{
	margin-top: 25px;
}

table.fomrsNew td
{
	/*border-bottom:1px #ccc solid;*/
	padding-bottom: 20px;
}

table.fomrsNew td input
{
	width: 261px;
	padding: 8px;
	border: 1px #ccc solid;
	margin-right: 20px;
}

table.fomrsNew td span
{
	/*font-size: 13px;*/
	color: #000;
}

table.fomrsNew td select
{
	width: 279px;
	padding: 7px;
	border: 1px #ccc solid;
	margin-right: 20px;
}


table.fomrsNew1
{
	margin-top: 25px;
}

table.fomrsNew1 td
{
	padding-bottom: 20px;
}

table.fomrsNew1 td input
{
	width: 280px;
	padding: 8px;
	border: 1px #ccc solid;
	margin-right: 20px;
}

table.fomrsNew1 td span
{
	/*font-size: 13px;*/
	color: #000;
}

table.fomrsNew1 td select
{
	width: 279px;
	padding: 7px;
	border: 1px #ccc solid;
	margin-right: 20px;
}

table.fomrsNew1 td h2
{
	color: #000;
	/*font-size: 15px;*/
}


.hrline
{
	width: 100%;
	border-bottom: 1px #ccc solid;
}

.heading-Div
{
	width: 100%;
	height: 45px;
	border-bottom: 2px #ccc solid;
}

.heading-Div h1
{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 35px;
	color: #808080;
}

.ctnt-container
{
	width: 980px; /*margin: auto;*/
	margin-left: 25px;
	min-height: 100px; /* border: 1px #ccc solid; */
}

table.radiotble
{
	border: 1px #ccc solid;
	width: 300px;
}
table.radiotble td
{
	border-left: 1px #ccc solid;
	padding: 4px;
}



.TFtable
{
	width: 100%; height:100%;
	border-collapse: collapse;
	/*border: 1px #ccc solid;*/
}

.TFtable td
{
	padding: 8px;
	border-bottom: #ccc 1px solid;
	color: #808080;
}


.TFtable th
{
	padding: 8px;
	background: #c6493d;
	color: #fff;
}

/* provide some minimal visual accomodation for IE8 and below */
.TFtable tr
{
	background: #b8d1f3;
}
/*  Define the background color for all the ODD background rows  */
.TFtable tr:nth-child(odd)
{
	background: #fff;
}
/*  Define the background color for all the EVEN background rows  */
.TFtable tr:nth-child(even)
{
	background: #ededed;
}

.footer
{
	width: 100%;
	height: 30px;
	position: fixed;
	bottom: 0px;
}

/* Telecaller Module */

table.content-tbl
        {
            width: 97%;
            margin: 0px 15px 0px 15px;
        }
        
        
        
        table.dash-icon-tbl
        {
            width: 100%;
        }
        
        table.dash-icon-tbl td p
        {
            font-size: 15px;
            color: #2b2f3a;
           /* margin-left: 130px;*/
            margin-left: 90px;
        }
        
        .dash-bg-total
        {
            background-image: url('../webskin/icon-total-calls.png');
            background-repeat: no-repeat;
        }
        
        .dash-bg-closed
        {
            background-image: url('../webskin/icon-total-calls.png');
            background-repeat: no-repeat;
        }        
        
        .dash-bg-callCompleted
        {
            background-image: url('../webskin/icon-completed-calls.png');
            background-repeat: no-repeat;
        }
        
        
        .dash-bg-callpending
        {
            background-image: url('../webskin/icon-pending-calls.png');
            background-repeat: no-repeat;
        }
        
        .dash-bg-expiryday
        {
            background-image: url('../webskin/icon-expiry-date.png');
            background-repeat: no-repeat;
        }
        
        .dash-bg-profilecount
        {
            background-image: url('../webskin/icon-profile-count.png');
            background-repeat: no-repeat;
        }
        
        .dash-bg-smscount
        {
            background-image: url('../webskin/sms-count.png');
            background-repeat: no-repeat;
        }
        
        .dash-bg-profileselected
        {
            background-image: url('../webskin/icon-profile-selected.png');
            background-repeat: no-repeat;
        }