html,
body {
    height: 100%;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    margin: 0;
    color: #000;
    background: #fff;
    font: 14px/1.25 "Lato" , Arial, Helvetica, sans-serif; 
    min-width: 320px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
}

img {
    border-style: none;
    max-width: 100%;
    height: auto;
}
a{
	color:#0000ee ;
	text-decoration:underline;
}
a ,
button{
    outline: none;
    transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

a:hover,
a:focus,
a.active {
	color:#0000ee;
	outline: none;
	text-decoration: none;
}

input,
textarea,
select {
	outline: none;
	font: 100% "Lato", Arial, sans-serif;
	color: #000;
	vertical-align: middle;
	-web-kit-apperance: none;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

form,
fieldset {
	outline: none;
	margin: 0;
	padding: 0;
	border-style: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
	border:0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
	color:#999 !important;
}
 
input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder { /* Firefox 18- */
	color:#999 !important;  
}
 
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {  /* Firefox 19+ */
	color: #999 !important;  
}
 
input[type="tel"]::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder {  
	color:#999 !important; 
}

#wrapper{
	width: 100%;
	overflow: hidden;
	position: relative;
}

.login-box{
	width: 100%;
	height: 572px;
	padding: 64px 0 0;
	/*background: url(../images/img1.jpg) no-repeat;*/
	background-size: 100% 100%;
	background-color:#000;
}

.login-box .logo{
	display: block;
	margin: 0 auto 70px;
	width: 293px;
	height: auto;
}
.login-box .login-form{
	width: 348px;
	display: block;
	margin: 0 auto;
	position: relative;
	padding: 40px 20px;
	border-radius: 10px;
	border: 1px solid #898989;
	background: rgba(255,255,255,.3);

}
.login-box .login-form .form-row{
	overflow: hidden;
	margin: 0 0 24px;
}
.login-box .form-row label{
	display: block;
	color: #ff0000;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 12px;
	text-transform: capitalize;
}
.login-box .form-row input[type="text"],
.login-box .form-row input[type="password"]{
	width: 100%;
	height: 36px;
	background: #fff;
	padding: 5px 10px;
	border-radius: 8px;
	border: 1px solid #898989;
}
.login-box .form-row a{
	display: inline-block;
	color: #000;
	font-size: 16px;
	text-align: center;
	text-decoration: underline;
	text-transform: capitalize;
}
.login-box .form-row a:hover{
	text-decoration: none;
}
.login-box .form-row button{
	border: 0;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 14px 60px;
	background: #ff0000;
	text-transform: capitalize;
	display: inline-block;
}
.login-box .form-row button:hover{
	color: #fff;
	background: #000;
}


#footer{
	
	overflow: hidden;
	background: #323232;
	padding: 80px 0 50px;
	text-align: center;	
}
#footer .column{
	display: inline-block;
	width: 20%;
	border-right: 1px solid #808080;
}
#footer .column:last-child{
	border: 0;
}
#footer .column a{
	display: inline-block;
	color: #fff;
	font-size: 20px;
}
#footer .column a:hover{
	color: #1bbde8;
	text-decoration: none;
}
#footer .column a img{
	display: inline-block;
	margin: -3px 10px 0 0;
}
#footer .social-list{
	padding: 0;
	margin: 0;
	list-style: none;
}
#footer .social-list li{
	display: inline-block;
	margin: 0 8px;
}
#footer .social-list li a img{
	margin: 0;
}


#login-footer{
	overflow: hidden;
	background: #323232;
	padding: 80px 0 50px;
	text-align: center;
}
#login-footer .column{
	display: inline-block;
	width: 20%;
	border-right: 1px solid #808080;
}
#login-footer .column:last-child{
	border: 0;
}
#login-footer .column a{
	display: inline-block;
	color: #fff;
	font-size: 20px;
}
#login-footer .column a:hover{
	color: #1bbde8;
	text-decoration: none;
}
#login-footer .column a img{
	display: inline-block;
	margin: -3px 10px 0 0;
}
#login-footer .social-list{
	padding: 0;
	margin: 0;
	list-style: none;
}
#login-footer .social-list li{
	display: inline-block;
	margin: 0 8px;
}
#login-footer .social-list li a img{
	margin: 0;
}
.bottom-footer{
	overflow: hidden;
	padding: 12px 0;
	font-size: 14px;
	color: #7d7d7d;
	text-align: center;
	background: #323232;
	border-top: 1px solid #646464;
}
.bottom-footer p{
	margin: 0;
}

.main-holder{
	overflow: hidden;
}
.left-footer{
	left: 0;
	bottom: 0;
	content: "";
	width: 257px;
	padding: 33px;
	position: absolute;
	background: #0a9fc7;
	top:502px;
	height:304px;
}
.left-footer:after{
	/*top: -96px;
	left: -3px;
	width: 260px;
	height: 104px;*/
	    top: 0px;
    left: -3px;
    width: 260px;
    height: 85px;
	content: "";
	position: absolute;
	background: url(../images/border-top.png) no-repeat;
}
.left-footer h2{
	color: #fff;
	position: relative;
	padding: 0 0 12px;
	font-size: 19px;
}
.left-footer h2:after{
	left: 0;
	right: 0;
	bottom: 0;
	width: 96px;
	height: 1px;
	content: "";
	margin: 0 auto;
	position: absolute;
	background: url(../images/border-2.png) no-repeat;
}
.left-footer span{
	display: block;
}
.left-footer span img{
	margin: 0 12px 0 0;
}

.left-footer span a{
	display: inline-block;
	color: #fff;
	font-size: 20px;
}
.footer-social{
	padding: 24px 0 0;
	margin: 24px -30px 0;
	list-style: none;
	overflow: hidden;
	text-align: center;
	border-top: 1px solid #0faed8;
}

.footer-social li{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 0 8px;
}
.footer-social li:after{
	left: 0;
	top: 0;
	height: 20px;
	width: 1px;
	content: "";
	position: absolute;
	background: #1e687c;
}
.footer-social li:first-child:after{
	display: none;
}
.left-text-holder{
	float: left;
}
#flip{
	display: none;
}
.left-content{
	float: left;
	width: 250px;
	min-height: 502px;
	position: relative;
	padding:0 0 999px;
	margin:0 0 -999px;
	background-color:#FF0000;
	/*background: url(../images/patren.png);*/
}
.left-content .logo-box{
	text-align: center;
	padding: 20px 10px 24px;
	border-bottom: 1px solid #323232;
}
.left-content .logo-box .logo{
	display: block;
}
.accordion-holder .panel{
	margin: 0;
	background-color: transparent;
	border-bottom: 1px solid #53ccec;
}
.accordion-holder .panel a{
	padding: 12px 20px;
	font-size: 14px;
	color: #fff;
	position: relative;
	text-transform: capitalize;
	background-color: transparent;
}
.accordion-holder .panel a:after{
	top: 50%;
	right: 20px;
	content: "";
	width: 0;
	height: 0;
	display: none;
	margin: -5px 0 0;	
	position: absolute;	
	border-style: solid;
	border-width: 4px 0 4px 5px;
	border-color: transparent transparent transparent #fff;

}
.accordion-holder .panel a:before{
	/*top: 50%;
	right: 20px;
	content: "";
	width: 0;
	height: 0;
	display: block;
	margin: -5px 0 0;	
	position: absolute;	
	border-style: solid;
	border-width: 6px 4px 0 4px;
	border-color: #ff0000 transparent transparent transparent; */

}
.accordion-holder li:last-child.panel a:before{ display: none; }
.accordion-holder .panel a.collapsed:after{
	display: block;
}
.accordion-holder .panel a.collapsed:before{
	display: none;
}


.accordion-holder .panel a:hover,
.accordion-holder .panel a.active,
.accordion-holder .panel a:focus{
	background: rgba(255,255,255,.4);
}
.accordion-holder .panel a img{
	margin: 0 20px 0 0;
	display: inline-block;
}

.accordion-holder .panel ul{
	padding: 10px 10px 10px 50px;
	margin: 0;
	list-style: none;
}

.accordion-holder .panel ul li{
	display: block;
	padding: 0;
	margin: 0 0 6px;
	padding: 0 0 0 20px;
	position: relative;
}
.accordion-holder .panel ul li:after{
	top: 4px;
	left: 0;
	width: 8px;
	height: 8px;
	content: "";
	position: absolute;
	border-radius: 50%;
	background: #fff;
}
.accordion-holder .panel ul li a{
	padding: 0;
	color: #000;
	background: none;
}
.accordion-holder .panel ul li a:after,
.accordion-holder .panel ul li a:before{
	display: none;
}
.accordion-holder .panel ul li a:hover,
.accordion-holder .panel ul li a.active,
.accordion-holder .panel ul li a:focus{
	background-color: transparent;
	text-decoration: none;
	color: #fff;
}


.right-content{
	overflow: hidden;
}

.right-content .top-header{
	position: relative;
	height: 100px;
}
.right-content .top-header img.top-img{
	height: 100%;
	width: 100%;
}
.top-header .text-cap{
	top: 10px;
	left: 80px;
	right: 80px;
	content: "";
	height: 20px;
	position: absolute;
}
.top-header .text-cap .left-list{
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
}
.top-header .text-cap .left-list li{
	 display: inline-block;
	 margin: 0 5px ;
}
.top-header .text-cap .right-panel{
	float: right;
	color: #000;
	font-size: 14px;
	width: 34%;
    text-align: right;
}
.top-header .text-cap .right-panel img{
	display: inline-block;
	margin: 0 10px 0 0;
}

.top-content{
	padding: 10px;
	overflow: hidden;
	background: #ff0000;
}
.top-content .content-holder{
	max-width: 1010px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.top-content .content-holder li{
	display: inline-block;
	max-width: 25%;
	font-size: 14px;
	color: #fff;
}
.top-content .content-holder li:last-child{
	width: 37%;
}
.top-content .content-holder li img{
	display: inline-block;
	margin: 0 10px 0 0;
}
.top-content .content-holder li span{
	display: inline-block;
	margin: 0 20px 0 0;
}
.top-content .content-holder li:last-child span{
	margin: 0;
}
.top-content .content-holder li em{
	font-style: normal;
	display: inline-block;
}

.account-detail{
	overflow: hidden;
	padding: 8px 0px 0 0 ;
	/**/
}
.account-detail .row{
	margin: 0 !important;
}
.account-detail .row .col-sm-8{
	width: 600px !important;
	display: block !important;
	float: none !important;
	margin: 0 auto !important;
}
.account-detail h1{
	display: block;
	text-align: center;
	font-size: 25px;
	color: #ff0000;
	padding: 0 0 9px;
	position: relative;
	text-transform: capitalize;
}
.account-detail h1:after{
	left: 0;
	right: 0;
	bottom: 0;
	width: 124px;
	height: 1px;
	content: "";
	margin: 0 auto;
	position: absolute;
	background: none;
}
.account-detail .containerr{
	/*max-width: 960px;*/
	max-width: 1100px;
	margin: 0 auto;
	overflow: hidden;
	min-height:460px;
}
.account-detail .account-row{
	margin: 0 0 10px;
}
.account-detail .account-row label{
	display: block;
	margin: 0 0 10px;
	color: #000;
	font-weight: normal;
	font-weight: 16px;
	text-transform: capitalize;
}
.account-detail .account-row input[type="text"],
.account-detail .account-row input[type="password"],
.account-detail .account-row input[type="email"],
.account-detail .account-row select,
.select-holder select{
	width: 100%;
	height: 34px;
	padding: 5px 10px;
	border: 1px solid #a9a9a9;
}
.select-holder select,
.account-detail .account-row select{
	background: url(../images/down-arrow.png) no-repeat;
	background-position: 96% 12px;
}
.account-detail .account-row input[type="text"]:focus,
.account-detail .account-row input[type="password"]:focus,
.account-detail .account-row input[type="email"]:focus,
.account-detail .account-row select:focus{
	border-color: #1bbde8;
}

input[type="text"],
input[type="password"],
input[type="email"],
select,
select{
	width: 100%;
	height: 34px;
	padding: 5px 10px;
	border: 1px solid #a9a9a9;
}
select,
select{
	background: url(../images/down-arrow.png) no-repeat;
	background-position: 96% 12px;
}
input[type="text"]:focus,
input[type="password"]:focus,
select:focus{
	border-color: #1bbde8;
}


.btn-holder{
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.btn-holder button{
	border: 0;
	color: #fff;
	margin: 20px 0;
	font-size: 16px;
	padding: 12px 50px;
	background: #FF0000;
	display: inline-block;
	text-transform: capitalize;
}
.btn-holder button:hover{
	color: #fff;
	background: #000;
}

.footer{
	padding: 20px 70px;
	overflow: hidden;
	background: #323232;
}
.footer .footer-logo{
	float: left;
}
.footer p{
	float: right;
	color: #7d7d7d;
	font-size: 14px;
	line-height: 44px;
	margin: 0;
}
.account-row.check_box input[type="checkbox"]{
	margin: 0;
}

.check_-box{
	overflow: hidden;
	padding: 14px 0 14px 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.check_-box span{
	margin: 0 20px 0 0;
	display: inline-block;
}
.check_-box .c-box{
	display: flex;
	margin: 0;
	align-items: center;
	justify-content: space-between;
}
.check_-box .c-box input[type="checkbox"]{
	margin: 0 6px 0 0;
}
.check_-box .c-box input[type="radio"]{
	margin: 0 6px 0 0;
}
.check_-box .c-box.align-right label{
    width: 140px;
}
.check_-box .c-box label{
	font-weight: normal;
	margin: 0 18px;
	text-transform: capitalize;
	width: 100px;
	display: flex;
	align-items: center;
}
.check_-box .c-box.align-right{
	float: right;
	width: 300px;
}

.tabs-area{
	overflow: hidden;
}
.tabs-area ul{
	padding: 0;
	margin: 0;
	list-style: none;
	border-bottom: 0;
}
.tabs-area .nav-tabs > li > a{
	color: #fff;
	font-size: 16px;
	padding: 6px 10px;
	border-radius: 0;
	background: #1bbde8;
	margin-right: 6px; 
}
.tabs-area .nav-tabs > li > a:hover{
	border-color: #1bbde8;
	background-color: #1bbde8;
}
.tabs-area .nav-tabs > li:focus > a, 
.tabs-area .nav-tabs > li.active > a,
.tabs-area .nav-tabs > li.active > a:focus,
.tabs-area .nav-tabs > li.active > a:hover{
	border-color: #1bbde8;
	color: #1bbde8;
	background-color: transparent;
}
.tabs-area .tab-content{
	padding: 16px 0 0;
}
.tabs-area .tab-content textarea{
	border: 1px solid #b3b3b3;
	padding: 15px;
	width: 100%;
	height: 230px;
}
.tabs-area .tab-content span{
	float: right;
}

.send-list{
	overflow: hidden;
	margin: 10px 0 15px;
}

.send-list span{
	float: left;
	margin: 10px 20px 0 0;
}
.send-list ul{
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}
.send-list ul li{
	float: left;
	margin: 0 14px 0 0;
}
.send-list ul li a{
	display: block;
	color: #333;
	width: 140px;
	padding: 8px;
	text-align: center;
	font-size: 16px;
	border: 1px solid #1bbde8;
	text-transform: capitalize;
}
.send-list ul li:hover a,
.send-list ul li.active a,
.send-list ul li a.focus{
	background: #1bbde8;
	color: #fff;
	text-decoration: none;
} 

.text-holder{
	max-width: 960px;
	margin: 0 auto;
	padding: 100px 0 0;
	overflow: hidden;
}
.t-holder textarea{
	border: 1px solid #b3b3b3;
	padding: 15px;
	width: 100%;
	height: 230px;
}

.t-holder .left{
	float: left;
}

.t-holder .right{
	float: right;
}
.btn-frame{
	overflow: hidden;
	width: 100%;
	margin: 20px 0;
	text-align: center;
}
.btn-frame a{
	width: 150px;
	color: #fffefe;
	padding: 12px;
	margin: 0 15px 0 0;
	font-size: 16px;
	text-align: center;
	display: inline-block;
	background: #323232;
}

.btn-frame a:first-child{
	background: #1bbde8;
}
.btn-frame a:last-child{
	background: #0a9fc7;
}

.btn-frame a:hover,
.btn-frame a.active{
	opacity: .8;
	color: #fff;
	text-decoration: none;
}

.select-holder{
	overflow: hidden;
	margin: 80px 0 80px 15px;
}

.select-holder label{
	float: left;
	margin: 6px 14px 0 0;
	font-weight: normal;
}
.select-holder select{
	float: left;
	width: ;
	height: ;
	border: 1px solid #a9a9a9;
}
.select-holder select{
	width: 280px;
}

.upload-holder{
	overflow: hidden;
	width: 100%;
	margin: 0 0 0 15px;
}
.upload-holder .btn{
	border-radius: 0;
	background: #e6e6e6;
	margin: 0 20px 0 0;
	border: 1px solid #a9a9a9;
}


/* =============================== SADIA KALSOOM */

.table-list { width:100%; margin-bottom:20px;}
.table-list th{ border:1px solid #ccc ; text-align:left; padding:5px; text-transform:capitalize;background-color: #323232;color: #fff;}
.table-list td { border:1px solid #ccc; text-align:left; padding:5px  }

.table-list  tbody tr:nth-child(odd) { background-color:#EFEFEF; }

div.dataTables_wrapper div.dataTables_info { float:left;}
div.dataTables_wrapper div.dataTables_paginate{   
	 margin-top: 15px !important;
     margin-bottom: 15px !important ;
	 }
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{ padding:4px !important;}
.paginate_button { padding: 5px 8px;
    border: 1px solid #FF0000;
    margin-left: 2px;
    color: #323232;
    cursor: pointer;}
a.current{ 
	background-color: #FF0000;
    border: 1px solid #FF0000;
    color: #fff; 
}
.dataTables_length ,.dataTables_filter_olll{ display:none !important}
.body-section{     max-height: 500px !important; overflow:scroll !important}
a:focus, a:hover{ text-decoration:none !important;}
 
label.error{     color: #900!important;font-size: 11px;} 


input[type="text"].error,input[type="password"].error, select.error, .select-holder select.error,
textarea.error{ border:1px solid red !important}

.btn-var{     
	background: #FF0000;
    color: #fff;
    text-decoration: none; 
	line-height: 30px;
    padding: 0 20px;
	border:2px solid #fff; 
}
.btn-var1{     
	background: #1bbde8;
    color: #fff;
    text-decoration: none; 
	line-height: 30px;
    padding:5px 10px;
	border:0;
	margin-left:5px; 
	
	
}

.dashboard{
	overflow: hidden;
	padding: 60px 60px;
}
.dashboard .holder_2{
	margin: 0 0 50px;
	padding: 0 10px 50px 0;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.dashboard .holder_2 .img-block{
	display: inline-block;
	margin: 0 16px 0 0;
	position: relative;
}
.dashboard .holder_2 .img-block:after{
	right: -24px;
	bottom: 0;
	width: 43px;
	height: 17px;
	content: "";
	position: absolute;
	background: url(../images/img32.png) no-repeat;
}
.dashboard .holder_2 span{
	display: inline-block;
	color: #000;
	font-size: 16px;
	text-transform: capitalize;
}




@media only screen and (max-width : 1340px){
	.top-content .content-holder li{
		font-size: 12px;
		font-weight: bold;
	}
	.top-content .content-holder li span{
		margin: 0 10px 0 0;
	}
	.account-detail{
		padding: 0px 0px;
	}
	.account-detail .containerr{
		max-width:960px;
	}
}


@media only screen and (max-width : 1199px){
	.top-content .content-holder li img{
		display: block;
		margin: 0 0 10px;
	}
	.top-content .content-holder li{
		max-width: 25%;
		flex-wrap: wrap;
		text-align: center;
	}
	.top-content .content-holder li em,
	.top-content .content-holder li span{
		display: block;
		width: 100%;
	}
	/*.top-content .content-holder li:last-child{
		width: 41%;
	}*/
	.tabs-area .nav-tabs > li > a{
		margin: 5px;
	}
	.dashboard .holder_2 .img-block img{
		width: 66px ;
		height: auto;
	}
	.dashboard .holder_2 span{
		font-size: 14px;
	}
	.dashboard{
		padding: 40px 20px;
	}
	.dashboard .holder_2 .img-block{
		margin: 0 4px 0 0;
	}
	.dashboard .holder_2{
		padding: 0 0 50px 0;
	}
	
	
}


@media only screen and (max-width : 991px){
	.top-header .text-cap{
		left: 20px;
		right: 20px;
		top: 20px;
	}
	.check_-box .c-box label{
		margin: 0 4px;
	}
	.tabs-area .tab-content textarea{
		height: 130px;
	}
	.send-list ul li a{
		width: 103px;
		font-size: 14px;
	}
	.footer{
		padding: 20px 15px;
	}
	.footer p{
		font-size: 13px;
	}
	.text-holder{
		padding: 60px 15px;
		width: 100%;
	}
	.t-holder .left,
	.t-holder .right{
		font-size: 13px;
	}
	.left-content{
		min-height: 978px;
	}
	#footer .column{
		width: 31%;
	}
	.account-detail .row .col-sm-8{
		width: 490px !important;	
	}
	#code{
		width: 25%;
	}
	.ipa-pass .account-row{
		overflow: hidden;
	}
	.ipa-pass .account-row input[type="text"]{
		width: 75%;
	}
}

@media only screen and (max-width: 767px){
	.dashboard .row{
		display: flex;
		flex-wrap: wrap;
	}
	.dashboard .row .col-md-4.col-sm-6{
		width: 50%;
	}
	.left-content .logo-box{
		padding: 40px 20px 20px;
	}
	.top-content .content-holder li{
		max-width: 50%;
	}
	#panel{
		display: block !important;
		height: 100% !important;
	}
	#flip{
		display: block;
		position: absolute;
		top: 6px;
		left: 260px;
		width: 36px;
		height: 36px;
		z-index: 9999;
		padding: 8px;
		border-radius: 8px;
		background: #1abce6;
	}
	.left-text-holder.open #flip{
		left: 10px;
	}
	.left-text-holder.open{
		left: 0;
	}
	.left-text-holder{
		top: 0;
		left: -250px;
		z-index: 9999;
		position: absolute;
		transition: all .5s linear;
		-webkit-transition: all .5s linear;
	}
	.top-header .text-cap{
		left: 54px;
		right: 14px;
		top: 8px;
	}
	.pic-ss{
	    height: auto !important;
	}
	.top-header .text-cap .left-list li{
		margin: 0;
	}
	.top-content .content-holder{
		max-width: inherit;
		width: 100%;
		padding: 30px 6px;
		display: flex;
		flex-wrap: wrap;
	}
	.top-content .content-holder li img{
	    margin: 0 auto 10px;
	}
	.top-content .content-holder li,
	.top-content .content-holder li:last-child{
		width: 50%;
		text-align: center;
		margin: 0 0 10px;
	}
	.dashboard .col-md-6{
	    width: 50% !important;
	}
	
	.account-detail{
		padding: 30px 15px;
	}
	.tabs-area ul{
		text-align: center;
	}
	.nav-tabs > li{
		float: none !important;
		display: inline-block !important;
	}
	.tabs-area .tab-content{
		padding: 15px;
	}
	.send-list{
		padding: 0 15px;
	}
	.send-list ul li{
		margin: 0 5px 5px;
		width: 46%;
	}
	.send-list ul li a{
		width: 100%;
	}
	.text-holder{
		padding: 0 15px;
	}
	.t-holder .left, .t-holder .right{
		float: none;
		display: block;
		margin: 5px 0;
	}
	.btn-frame{
		margin: 30px 0 ;
	}
	.btn-frame a{
		margin: 0 0 10px;
	}
	.send-list{
		padding: 0;
	}
	.select-holder{
		margin: 20px 0;
	}
	.login-box .logo{
		width: 230px;
		margin: 0 auto 30px;
	}
	.login-box .login-form{
		width: 94%;
	}
	#footer{
		padding: 40px 0;
	}
	#footer .column{
		width: 100%;
	}
	.account-detail .containerr{
		padding: 0 15px;
	}
	.check_-box-d .c-box{
		display: flex;
		width: 100%;
	}
	.account-detail .account-row .col-xs-3{
		width: 33.3% !important;
	}
}
@media (max-width: 575px){
    .btn-group-vertical > .btn , .btn-group > .btn{
        width: 33.3%;
    }
    .dashboard .holder_2 span{
    	display: block;
    	width: 100%;
    	margin: 10px 0 0 16px;
    }
    .dashboard .holder_2{
    	padding: 0 0 20px;
    }
    .dashboard .holder_2{
    	margin: 0 0 30px;
    }
    .top-header .text-cap .right-panel{
    	font-size: 12px;
    	width: 46%;
    }
    .btn-danger{
    	font-size: 12px;
    }
    .right-content .top-header{
    	height: 68px;
    }
    .footer .footer-logo,
    .footer p{
    	width: 100%;
    	float: none;
    	display: block;
    	text-align: center;
    }
    .top-content .content-holder{
    	padding: 10px 6px 0;
    }
    .account-detail .account-row .col-xs-3{
		width: 100% !important;
	}
	.btn-var{
		padding: 0 6px;
		font-size: 12px;
	}
	.account-detail .row .col-sm-8{
		width: 100% !important;	
	}
}
#duplicate{ color: red; }



.btn-holder input[type=submit]:hover {
    color: #1bbde8;
    background: #000;
}

.btn-holder input[type=submit] {
    border: 0;
    color: #000;
    margin: 20px 0;
    font-size: 16px;
    padding: 12px 50px;
    background: #1bbde8;
    display: inline-block;
    text-transform: capitalize;
}

/* ======================== INVOICE*/
@font-face {
  font-family: SourceSansPro;
 /* src:url(http://cbf21/www/brandedsms/resources/fonts/SourceSansPro-Regular.ttf)*/
  src: url(../fonts/SourceSansPro-Regular.ttf);
}

header.inv .clearfix:after {
  content: "";
  display: table;
  clear: both;
  font-family: SourceSansPro;
}


header.inv {
  padding: 10px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #AAAAAA;
  font-family: SourceSansPro;
}

#logo_inv {
  float: left;
  margin-top: 8px;
  font-family: SourceSansPro;
}

#logo_inv img {
  height: 70px;
}

#company_inv {
  float: right;
  text-align: right;
  font-family: SourceSansPro;
}


#details {
  margin-bottom: 50px;
  font-family: SourceSansPro;
}

#client {
  padding-left: 6px;
  border-left: 6px solid #0087C3;
  float: left;
  font-family: SourceSansPro;
}

#client .to {
  color: #777777;
  font-family: SourceSansPro;
}

h2.name {
  font-size: 1.4em;
  font-weight: normal;
  margin: 0;
  font-family: SourceSansPro;
}

#invoice {
  float: right;
  text-align: right;
  font-family: SourceSansPro;
}

#invoice h1 {
  color: #0087C3;
  font-size: 2.4em;
  line-height: 1em;
  font-weight: normal;
  margin: 0  0 10px 0;
  font-family: SourceSansPro;
}

#invoice .date {
  font-size: 1.1em;
  color: #777777;
  font-family: SourceSansPro;
}

table.inv {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
  font-family: SourceSansPro;
}

table.inv th,
table.inv td {
  padding: 13px;
  background: #EEEEEE;
  text-align: center;
  border-bottom: 1px solid #FFFFFF;
  font-family: SourceSansPro;
}

table.inv th {
  white-space: nowrap;        
  font-weight: normal;
  font-family: SourceSansPro;
}

table.inv td {
  text-align: right;
  font-family: SourceSansPro;
}

table.inv td h3{
  color: #57B223;
  font-size: 1.2em;
  font-weight: normal;
  margin: 0 0 0.2em 0;
  font-family: SourceSansPro;
}

table.inv .no {
  color: #FFFFFF;
  font-size: 1.0em;
  background: #57B223;
  font-family: SourceSansPro;
}

table.inv .desc {
  text-align: left;
  font-family: SourceSansPro;
}

table.inv .unit {
  background: #DDDDDD;
  font-family: SourceSansPro;
}

table.inv .qty {
}

table.inv .total {
  background: #57B223;
  color: #FFFFFF;
  font-family: SourceSansPro;
}

table.inv td.unit,
table.inv td.qty,
table.inv td.total {
  font-size: 1.2em;
  font-family: SourceSansPro;
}

table.inv tbody tr:last-child td {
  border: none;
  font-family: SourceSansPro;/**/
}

table.inv tfoot td {
  padding: 10px 20px;
  background: #FFFFFF;
  border-bottom: none;
  font-size: 1.2em;
  white-space: nowrap; 
  border-top: 1px solid #AAAAAA;
  font-family: SourceSansPro; 
}

table.inv tfoot tr:first-child td {
  border-top: none;
  font-family: SourceSansPro; 
}

table.inv tfoot tr:last-child td {
  color: #57B223;
  font-size: 1.4em;
  border-top: 1px solid #57B223; 
  font-family: SourceSansPro;

}

table.inv tfoot tr td:first-child {
  border: none;
  font-family: SourceSansPro;
}

#thanks{
  font-size: 2em;
  margin-bottom: 50px;
  font-family: SourceSansPro;
}

#notices{
  padding-left: 6px;
  border-left: 6px solid #0087C3;
  font-family: SourceSansPro;  
}

#notices .notice {
  font-size: 1.2em;
  font-family: SourceSansPro;
}

footer {
  color: #777777;
  width: 100%;
  height: 30px;
 /* position: absolute;*/
  bottom: 0;
  border-top: 1px solid #AAAAAA;
  padding: 8px 0;
  text-align: center;
  font-family: SourceSansPro;
}

input:-webkit-autofill {
    background-color: #fff !important;
}
td.details-control { 
    background: url(../images/trach_.png) no-repeat center;
    cursor: pointer;
}
td.details-control2 { 
    background: url(../images/edit_.png) no-repeat center;
    cursor: pointer;
}
td.details-control3 { 
    background: url(../images/delete_.png) no-repeat center;
    cursor: pointer;
}


tr td.view_campaign { 
    background: url(../images/view.png) no-repeat center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../resources/details_close.png') no-repeat center center;
}
.jconfirm .jconfirm-box div.jconfirm-title-c{ font-size:15px;}
.comments{    background-color: #FFFF99;
    width: 20%;
    padding: 5px;
    border-radius: 4px;
    margin-left: 5px;}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
	/*cupcake-a-simple-minimal-loader  send_sms */
    background: url('../images/preloader.gif') 50% 50% no-repeat rgb(0,0,0);
    opacity: .8;
}
.loader_sms {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
	/*cupcake-a-simple-minimal-loader  send_message_to_telecom */
    background: url('../images/preloader.gif') 50% 50% no-repeat rgb(0,0,0);
    opacity: .8;
}
.redcolor{ color:red;}
.greencolor{ color:green}
table.dataTable.nowrap th, table.dataTable.nowrap td{    white-space: unset !important;}
table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:after{ display:none !important}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th{border-bottom-width:1px; font-size: 13px !important; }
table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting{ padding-right:0px !important;}
.modal-footer .btn { margin-top:15px;}
.modal-footer .btn+.btn { margin-top:10px;}
.updated-news{
		font-size: 16px;
   		color: #fff;     
		width: 100%;
    	margin: 0 auto;
	}
.updated-news-marquee{
	padding: 0 !important;
    margin: 0 !important;
	background-color: rebeccapurple;
    line-height: 29px;
}
.ipa-pass{ border:1px solid #ccc; padding:10px; min-height:180px }
.ipa-pass .account-row { margin:25px 0 10px}
.downloadlink{ 
	color: #663399;
    text-decoration: underline !important;
	margin-left: 10px;
    /*padding: 7px 10px;
    line-height: 20px;
    border-radius: 5px;*/
}
.downloadlink:hover{
	 color: #663399;
     text-decoration: underline !important;
	 }
#short-ur {    
	background-color: #663399;
    border: 0;
    font-size: 12px;
}
.pic-ss{ position:relative}
.pic-in img
{border-radius: 100%;
    height: 100px;
    width: 100%; margin-bottom:10px;}
.pic-in{     
	position: absolute;
    display: none;
    border: 1px solid #999;
    min-height: 100px;
    background-color: #ccc;
    width: 100%;
	text-align:center; z-index:12; margin-bottom:10px; padding:15px;}
.pic-in  a{ color:#663399; text-decoration:underline; line-height:30px;}
.pic-ss:hover .pic-in{ display:none}
.alert{ text-transform:capitalize;}
.variable-product{ margin-bottom:5px;}
.matchvalue{ margin-top:15px;}
.matchvalue label{ 
	font-size: 12px;
    font-weight: normal;
}
#disabled-btn{
	padding:0px 6px;
	font-size:11px;
	border-radius:1px
}
.focus {
	outline: 0 !important;
}
.fastalerts{
	background-color: red;
    padding: 2px 6px;
    color: white;
    border-radius: 100%;
	
	}
.color-green{ color:green;}
.btn-group, .btn-group-vertical {
	margin-bottom: 20px;
	width: 100%;
}
.btn-cyan {
	background-color: #00bcd4!important;
	color: #fff!important;
}
.btn-cyan:not([disabled]):not(.disabled).active, .btn-cyan:not([disabled]):not(.disabled):active, .show>.btn-cyan.dropdown-toggle {
	background-color: #00626e!important;
}
.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.btn-cyan {
	background-color: #00bcd4!important;
	color: #fff!important;
	line-height: 30px;
	outline: 0 !important;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.btn-rounded {
	border-radius: 10em;
	width: 20%;
}
.waves-effect {
	position: relative;
	cursor: pointer;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	z-index: 1;
}
.btn-cyan.active:not([disabled]):not(.disabled) {
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.btn:active, .btn:focus, .btn:hover {
	outline: 0 !important;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.focus {
	outline: 0 !important;
}
.check_-box-d .c-box{
	display: inline-block;
	margin: 0 0 20px;
}

.check_-box-d .c-box label{ margin:0;}
.check_-box-d .radio-inline{ padding-left:1px;}
.download-btn{
	position: absolute;
    right: 15px;
    bottom: 33px;
    background-color: green;
    color: white;
    border: 0;
    line-height: 28px;
    padding: 0 15px;
    border-radius: 5px;}
.find-network{
	background-color: #75AB53;
    min-height: 30px;
    line-height: 30px;
    color: white;
	}
.color-red{ color:red !important}
/* ======================= radio on.off*/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 20px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  padding-left: 5px;
  color: white;
  font-size:12px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 17px;
  left: 9px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}