@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Satisfy');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700');

body {
     font-family: 'Ubuntu',  'Roboto',arial,tahoma,verdana,sans-serif;
	color:#333;
	font-weight:300;
	font-style:normal;
	overflow-x:hidden;
	overflow-y:auto	;
	background:#eee;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

/*::-webkit-scrollbar { display:none }*/
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: 'Roboto',arial,tahoma,verdana,sans-serif;
	font-weight:300;
}

select.form-control option:hover, select.form-control option:focus
{
	 box-shadow: 0 0 10px 100px #000 inset;
	   background: #000 !important;
}

a,button,button:focus{
    text-decoration: none !important;
    outline: none;
}

ul, li
{
	list-style-type:none;
	margin:0px;
	padding:0px;	
}


.morphext > .animated {
    display: inline-block;
}


.blue
{
	color:#075790	
}

.mt-1
{
	margin-top:10px;	
}

.mt-2
{
	margin-top:20px;	
}

.mr-5
{
	margin-right:30px;	
}

.ml-5
{
	margin-left:30px;	
}

.p-1
{
	padding:10px;		
}

section.pt-0
{
	padding-top:0px;	
}

.text-white
{
	color:#fff;	
}
.mb-0
{
	margin-bottom:0px;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

a
{
	color:#000	
}

a:hover
{
	color:#666666;	
}

/*****************
  1.  HELPER
*****************/

select.selectbox
{
	position:absolute;
	top:2px;
	right:2px;
	font-size:12px;	
}

.section {
    padding-top: 10px;
    padding-bottom: 20px;
    position: relative;
    background-color: #ffffff;
}

@media screen and (max-width: 768px) {
.section {
	padding-top: 10px;
    padding-bottom: 20px;
}
}

.btn {
    padding: 10px 40px;
}

.btn-sm {
    padding: 6px 12px;
    font-size: 12px !important;
}

.btn-round {
    border-radius: 30px;
}

.btn-custom
{
	background-color: #ddd;
    border: 2px solid #ddd;
    color: #fff;
    font-size: 18px;
    border-radius: 35px;
    letter-spacing:normal;
    transition: all 0.3s;
    font-weight: 500;
}

.btn-black
{
	background-color: #111;
    border: 2px solid #111;
    color: #fff;
    font-size: 16px;
    border-radius: 35px;
    letter-spacing:normal;
    transition: all 0.3s;
    font-weight: 500;
}

.btn-black:hover
{
	background-color: #ddd;
    border: 2px solid #ddd;	
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
}


.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open > .dropdown-toggle.btn-custom {
    outline: none;
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
    color: #ddd;
    text-decoration: none;
	background-color:#ffffff;
}

.bg-overlay {
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
}

#preloader {
	position:fixed;
	left:0;
	top:0;
	z-index:9999;
	width:100%;
	height:100%;
	overflow:visible;
	background:rgba(0,0,0,0.99) url(../images/preloader.svg) no-repeat center center;
}

/*****************
   2.  TITLE
******************/

.section-title h2 {
    font-size: 32px;
    font-weight: 600;
	color:#fff;	
}

/******************
    3. NAVBAR
*******************/

.navbar-custom {
    padding: 0px 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
	height:auto;
    transition: all 0.5s ease-in-out;
	margin-top:0px;
	border-bottom:1px solid #eee;
	background:#fff;
}


.navbar-custom .navbar-nav
{
	list-style-type:none;	
	margin-top:00px;
	height:70px;
}
.navbar-custom .navbar-nav li
{
	margin:0px 0px;	
	height:60px;
	padding:10px 10px;
}
.navbar-custom .navbar-nav li a {
    line-height: 16px;
    color: #000;
    font-size: 16px;
    transition: all 0.4s;
    text-transform: uppercase;
    transition: all 0.5s;
    background-color: transparent !important;
    padding: 6px 0;
    letter-spacing: 1px;
    margin: 20px 0px;
    font-weight: 400;
	display:block
}

.navbar-custom div.user
{
	border:1px solid #eee;
	padding: 5px 42px 5px 5px;
	margin:10px 0px 0 6px;
	border-radius:50px;
	position:relative;
	filter: grayscale(100%);
}

.navbar-custom div.user img{
	filter: grayscale(100%);
}
.navbar-custom div.user > span
{
	width:auto;
	max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    position: relative;
    top: 6px;
}

.navbar-custom .navbar-nav li.nav-item.usernav a.logout {
    line-height: 16px;
    color: #fff;
    font-size: 14px;
    transition: all 0.4s;
    text-transform:capitalize;
    transition: all 0.5s;
    background-color: #ddd !important;
    border:none;
    letter-spacing: 1px;
    font-weight: 300;
	display:block;
	margin:0px;
	padding:7px 6px 7px 9px;
	border-radius:50px;
	position:absolute;
	top:5px;
	right:5px;
	width:auto;
}

.navbar-custom .navbar-nav li.nav-item.usernav a > span
{
	float:left;	
	color:#fff;
}
span.logout-text
{
	display:none;	
}

.navbar-custom .navbar-nav li.nav-item.usernav a:hover span.logout-text
{
	display:block;
	color:#fff;
}

.navbar-custom .navbar-nav li ul li
{
	margin:0px;
	padding:0px;
	line-height:0;
	height:auto;
}

.navbar-custom .navbar-nav .nav-link {
    padding-right: 0px;
    padding-left: 0px;
}

.navbar-toggler {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #000;
}

@media (min-width: 768px)
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -5px;
}

.navbar-brand
{
	height:85px;
	padding:5px;	
}

.logo img{
   height:60px;
   margin:0px;
}

.navbar-custom .logo:hover {
    color: #fff;
    font-weight: 700;
}

.nav-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #333;
    transition: all 0.3s;
}

.nav-link:hover::after {
    width: 100%;
}
.usernav .nav-link.usernav::after
{
	display:none
}

.usernav .nav-link:hover::after {
    width: 0%;
}

.navbar-custom .navbar-nav li.active a.nav-link::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #363636;
    transition: all 0.3s;
}

.navbar-custom .navbar-nav li.active a,
.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:active {
	color:#1d1d1d;
    border-color: #363636 !important;
}


.navbar-custom .navbar-nav li.nav-item.usernav.active a,
.navbar-custom .navbar-nav li.nav-item.usernav a:hover,
.navbar-custom .navbar-nav li.nav-item.usernav a:active {
	color:#ddd;
    border-color:transparent;
}

.nav-item ul
{
	position:absolute;
	top:0px;
	margin-left:0px;
	margin-top:56px;
	background:rgba(255,255,255,1);
	color:#fff;
	border-radius:0px;
	border-top:3px solid #333333;
	padding:0px;
	list-style-type:none;	
	display:none;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.33);
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.33);
	-ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.33);
	width:170px;	
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;	
}

.nav-item ul li
{
	margin:0px;
	padding:0px;
}
}

.nav-item ul:before
{
	content:'\f0d8';
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color:#ddd;
    font-size: 20px;
	line-height:00px;
    position: absolute;
	margin:0px auto;
    top: -6px;
    left: 28px;
}

.navbar-custom .navbar-nav li.nav-item:hover ul
{
	display:block;
}

.navbar-custom .navbar-nav li.nav-item ul li a
{
	padding:8px 0px;
	font-size:13px;	
	line-height:1.4;
	font-weight:400;
	border-bottom:1px solid #ddd;
	display:block;
	text-transform:capitalize;
	color:#333;
	margin:0px 10px;
}

.navbar-custom .navbar-nav li.nav-item ul li a:hover
{
color: #616161;	
}


.navbar-toggler
{
	outline:none;
	border:none;
	background:transparent;
	height:30px;
	width:auto;
	margin:15px 0;
	display:none;
}

.navbar-toggler img
{	height:30px;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
    border-color: #fff;
}






/*********************
 . Respomsive
**********************/

@media screen and (max-width: 991px) {
	.navbar-custom .navbar-nav li a {
    line-height: 24px;
    font-size: 13px;
}

.navbar.navbar-custom .container
{
	padding-right:0px	
}

	.navbar-brand {
    height: 60px;
    padding: 5px;
	}
	
	.logo img {
    height: 60px;
    margin: 0px;
	}
	
	.nav-sticky.navbar-custom .logo img {
    height: 60px;
	}
}

@media (min-width: 200px) and (max-width: 768px) {
    
    .bg-home {
        height: auto;
    }
    .navbar-custom {
        margin-top: 0px;
        padding: 5px 10px;
        background-color: #000 !important;
        box-shadow: 0 10px 33px rgba(0, 0, 0, .1);
        color: #fff !important;
		width:100%;
		height:80px;
    }
	
	
	
	.navbar-toggler
	{
		float:right;	
	}
	
	.navbar-collapse.collapse
	{
		background:#222;
		width:100%;
		padding:0 0px;	
		margin:0 0 0 0;
		position:absolute;
		top:78px;
		left:0px;
		display:none !important;
	}
	
	.navbar-collapse.show ,.navbar-collapse.in
	{
		display:block !important;
		
	}
	.navbar-custom .navbar-nav
	{margin:0px;
	padding:0px 10px;
		
		width:100%;
		height:auto;
	}
	
	.navbar-custom .navbar-nav li
	{
		width:100%;
		padding:2px 0px;
		margin:0px 0px;
		border-bottom:1px solid #444;
		height:auto;
		cursor:pointer;
	}
    .navbar-custom .navbar-nav li a {
        color: #fff !important;
        margin: 0px;
        padding: 6px 0px;
		width:100%;
		display:block;
    }
    .navbar-custom>.container {
        width: 100%;
    }
    .navbar-custom .navbar-nav li.active a {
        border-color: transparent;
		color:#ddd;
    }
    .navbar-nav {
        margin-top: 0px;
    }
    .navbar-toggler {
        font-size: 24px;    
        margin-top: 15px;
        margin-bottom: 0px;
        color: #ffffff;
		display:block;
    }
    .navbar-custom .navbar-toggles{
        display: none !important;
    }
  
    
    .nav-sticky.navbar-custom .navbar-nav li.active a,
    .nav-sticky.navbar-custom .navbar-nav li a:hover,
    .nav-sticky.navbar-custom .navbar-nav li a:active {
        color: #fff;
        border-color: #f42367;
    }
	
.nav-item ul
{
	width:100%;
}
.navbar-custom .navbar-nav li.nav-item ul li a
{
	color:#333 !important;	
}

	
	.nav-item ul {
    position: relative;
	width:100%;
    margin-left: 0px;
    margin-top: -3px;
    color: #fff;
    border-radius: 0px;
    border-top: 0px solid #ddd;
    padding: 0px;
    list-style-type: none;
    display: none;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.33);
    -ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.33);
	
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.nav-item ul li
{
width: 100%;
border-bottom: 0px solid #444;
padding:0px 0px
}
.navbar-custom .navbar-nav li.nav-item ul li a {
    padding: 5px 10px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    border-bottom: 0px solid #ddd;
    display: block;
    text-transform: capitalize;
    color: #333;
    margin: 0px 0px;
}
}

.form-control:focus
{
	box-shadow:none;
	border-color:#666;	
}


/**** Sorting icon in table ****/
th a.sort-by { 
	padding-right: 18px;
	position: relative;
}
th a.sort-color {
	color: #000;
}
a.sort-by:before,
a.sort-by:after {
	border: 4px solid transparent;
	content: "";
	display: block;
	height: 0;
	right: 0px;
	top: 50%;
	position: absolute;
	width: 0;
}
a.sort-by:before {
	border-bottom-color: #666;
	margin-top: -9px;
}
a.sort-by:after {
	border-top-color: #666;
	margin-top: 1px;
}
/**** End Sorting icon in table ****/


/******************************
--------- Footer --------------
******************************/

footer.ip-footer
{
	border-top:1px solid #eee;
	height:auto;
	color:#333;	
	padding:25px 0 0px 0;
	background:#fff;
	
}

footer.ip-footer h3.footer-sec-heading
{
	font-size:18px;
	font-weight:500;	
}

footer.ip-footer ul, footer.ip-footer ul li
{
	margin:0px;
	padding:0px;
	list-style-type:none
}
footer.ip-footer ul 
{
	margin-top:20px;	
}

footer.ip-footer ul li a
{
	font-size:14px;
	line-height:20px;
	margin:10px 0;
	color:#333;
	display:block;
	outline:none;
	font-weight:300;
}	

footer.ip-footer ul li a:hover
{
color:#ccc;
text-decoration:none;

}

footer.ip-footer .footer-brand
{
	text-align:right	
}

footer.ip-footer .footer-brand img
{
	width:90%;
	height:auto;
	margin:20px 0;
	float:right
}

.footer-bottom
{
	width:100%;
	padding:10px 0;
	height:auto;
	background:#444;
	margin-top:30px;	
}

p.copyright
{
	font-size:12px;
	color:#fff;
	line-height:14px;
	margin:5px 0 0 0 ;
	padding:0px;
	text-align:left;	
	width:100%
}

footer.ip-footer ul.footer-links, ul.footer-links li
{
	margin:0px;
	padding:0px;	
	list-style-type:none;
}

footer.ip-footer ul.footer-links
{
	width:100%;
	height:20px;
	display:block;	
	margin-top:10px;
}

footer.ip-footer ul.footer-links li
{
	width:auto;
	border-right:1px solid #eee;
	float:left;
	height:auto;
	padding-right:20px;
	margin-right:20px
}

footer.ip-footer ul.footer-links li a
{
	font-size:12px;
	color:#fff;
	line-height:12px;
	padding:0px;
	margin:0px;		
}

footer.ip-footer ul.footer-links li a:hover
{
	color:#999;
}

footer.ip-footer .membership
{
	float:right;	
}


footer.ip-footer .membership img
{
	height: 56px;
    width: auto;
    float: right;
    margin-left: 10px;
}

@media screen and (max-width: 992px) {
	
footer.ip-footer, .membership
{
	text-align:center	
}
	
footer.ip-footer .membership img
{
	height:60px;
	width:auto;
	float:none;
	display:inline;
	margin:10px 15px;
}

p.copyright
{
	font-size:12px;
	color:#fff;
	line-height:14px;
	margin:5px 0 0 0 ;
	padding:0px;
	text-align:center;	
	width:100%
}

footer.ip-footer ul.footer-links
{
	width: auto;
    text-align: center;
    margin: 5px auto 15px auto;
    display: inline-block;
}

	
footer.ip-footer ul.footer-links li
{
	display:inline-block;
	border-right: 0px solid #eee;
	margin:10px 10px;
	float:none;
	height:20px;
	text-align:center;
	    padding-right: 10px;
    margin-right: 10px;	
	padding-left:10px;
}

footer.ip-footer .footer-brand
{	
	width:100%;
	text-align:center;
}
footer.ip-footer .footer-brand img
{
	width:200px;
	height:auto;
	margin:20px auto;
	float:none;
	display:inline;
}

	
}


@media screen and (max-width: 550px) {
	
footer.ip-footer ul.footer-links li
{
	display:inline-block;
	border-right: 0px solid #eee;
	margin:10px 5px;
	float:none;
	height:20px;
	text-align:center;
	    padding-right: 10px;
    margin-right: 5px;	
	padding-left:10px;
}

footer.ip-footer .membership img
{
	height:40px;
	width:auto;
	float:none;
	display:inline;
	margin:10px 5px;
}
}


/******************************
--------- /Footer --------------
******************************/

.bg-lightgrey
{
	background-color:#f5f5f5;	
}

section.content
{
	min-height:500px;
	overflow:auto;	
}

/***************************************** Date Range *************************************/

.dateinput
{
	font-size:18px;
	line-height:22px;
	color:#333;
	padding:5px 10px;
	background:transparent;
	border:none;
	border-bottom:1px solid #aaa;	
}

.btn.btn-submit
{
	padding:5px 10px;
	font-size:14px;
}





/***********************************   Tiles    ********************************/

.tiles
{
	width:100%;
	height:auto;
	padding:5px 8px;
	background:#fff;
	border-radius:0px;
	margin:5px auto;
	box-shadow:2px 2px 5px rgba(0,0,0,0.3)	;
	filter: grayscale(100%);
}

h5.block-title
{
	font-size:13px;	
	padding-left:5px;
}

h2.block-data
{
	font-weight:600;	
	padding-left:5px;	
}

.gh1
{
	background: #fff url(../images/graph1.jpg) 100% 50% no-repeat;	
}

.gh2
{
	background: #fff url(../images/graph2.jpg) 100% 50% no-repeat;	
}

.gh3
{
	background: #fff url(../images/graph3.jpg) 100% 50% no-repeat;	
}

.gh4
{
	background: #fff url(../images/graph4.jpg) 100% 50% no-repeat;	
}



/***********************************   Card Block    ********************************/


.card-block
{
	width:100%;
	height:auto;
	padding:0px 0px;
	background-color:#fff;	
	
	box-shadow:2px 2px 5px rgba(0,0,0,0.3)	;
}

.card-header
{
	width:100%;
	height:auto;
	position:relative;
	padding:10px 15px;
	border-bottom:1px solid #f7f7f7;	
}

.card-header h4
{
	font-size:16px;
	font-weight:600;
	margin:0px;
	padding:0px;
}

.card-content
{
	width:100%;
	height:auto;
	position:relative;
	padding:10px 15px;	
	text-align:center	
}

h2.heading
{
	text-align:center;
	font-size:18px;	
}

h2.heading span
{	
	font-size:26px;
	color:#000;
	font-weight:bold
}


div.data-card
{
	background:#fff;
	width:18%;
	margin:10px 0.5%;
	float:none;
	height:auto;
	padding:0px;
	box-shadow:1px 1px 4px rgba(0,0,0,0.1.8);
	display:inline-block;
	border:1px solid #f1f1f1
}
div.data-card.client
{
	background:#fff;
	width:26%;
	margin:10px 0.5%;
	float:none;
	height:auto;
	padding:0px;
	box-shadow:1px 1px 4px rgba(0,0,0,0.1.8);
	display:inline-block;
	border:1px solid #f1f1f1
}

@media(max-width:991px)
{
	div.data-card
{
	width:25%;
	margin:10px 0.8%;
}
}

@media(max-width:991px)
{
	div.data-card
{
	width:200px;
	margin:10px 6px;
}
}


div.data-card:hover
{
	box-shadow:1px 1px 4px rgba(0,0,0,0.25);

}

div.data-card .data-chart
{
	min-height:220px;
	overflow:auto;
	overflow-x:hidden;	
}
div.data-card .card-title
{
	padding:10px 12px;
	border-top:1px solid #f5f5f5;
	text-align:left	
}
div.data-card.client .card-title
{
	padding:10px 12px;
	border-top:1px solid #f5f5f5;
	text-align:center	
}

div.data-card .card-title h4
{
	font-size:16px;
	font-weight:500;
	margin:0px;
	padding:0px	
}





#total_hits, #total_complate, #total_terminate, #total_quotafull, #total_conversion, #total_abandon {
				height: 200px;
				margin-top: 6px;
				width: 100%;
			}
      
/******* error css *******/
ul.errorlist {
    margin: 0 0 4px;
    padding: 2px;
    color: #ba2121;
}

ul.errorlist li {
    font-size: 11px;
    display: block;
    margin-bottom: 2px;
}
.is-invalid{
  border: 1px solid #b94a48;
}
.errornote {
    font-size: 18px;
    font-weight: 500;
    display: block;
    padding: 10px 12px;
    margin: 0 0 10px 0;
    color: #ba2121;
    border: 1px solid #ba2121;
    border-radius: 4px;
    background-color: #fff;
    background-position: 5px 12px;
}
.alert-error{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}
.alert-error hr{border-top-color:#f1b0b7}{{ form.username.errors}}

/*-----------------social_icons-----------------*/

footer.ip-footer ul.social_icons{
	margin-top: 10px;
}
footer.ip-footer ul.social_icons li{
	display:inline-block;
	float:none;
	height:auto;
	padding-right: 10px;
    margin-right: 5px;	
}
footer.ip-footer ul.social_icons li a i.fa{
	font-size:20px;
}
footer.ip-footer ul.social_icons .fa-facebook{
	color:#fff;
}
footer.ip-footer ul.social_icons .fa-linkedin{
	color:#fff;
}
footer.ip-footer ul.social_icons .fa-twitter{
	color:#fff;
}
footer.ip-footer ul.social_icons .fa-facebook:hover,footer.ip-footer ul.social_icons .fa-linkedin:hover,footer.ip-footer ul.social_icons .fa-twitter:hover
{
color:#eee;
}


/***************************************************** Publisher list *******************************************/

.well {
    min-height: 20px;
    padding: 15px;
}
#registerFrm .form-control
{
	width:100%;	
}

@media(max-width:1199px)
{
#registerFrm .form-control
{
	margin-bottom:10px;
}
}

.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: 5px 4px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}

@media(max-width:400px)
{
	#registerFrm .col-xs-6, #registerFrm .col-xs-12
	{
		width:100%;	
	}
}


.btn-action
{
    width: 20px;
    height: 20px;
    padding: 2px 3px 0px 5px;
    font-size: 10px;
    text-align: center;
    margin: 1px 1px;
}

.navbar-toggler img
{
	height:30px;	
}

.navbar-toggler i.fa
{
	font-size:10px;	
}

.btn-warning
{
background-color:#303030;
border-color:#303030;	
}

.btn-warning:hover, .btn-warning:active, .btn-warning:focus
{
background-color:#666;
border-color:#666;
}

.btn-warning.btn-action
{
background-color:#ddd;
border-color:#ddd;	
color:#111;
}


.btn-warning.btn-action:hover
{
	color:	#444;
	background-color:#ccc;
	border-color:#ccc;
}

.pagination > li > a, .pagination > li > span {
    line-height: 1.42857143;
    color: #333;
}

