@charset "utf-8";
/* CSS Document */
/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/
.new-things {
    display: block;
    padding: 15px 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #0275d8;
}
.new-things:hover,.new-things:focus,.new-things:active{
    color: #fff;
    text-decoration: none;
}
.infoo h4
{
    color:#333;
    border-bottom: 2px solid #dedede;
    padding-top: 10px;
}
.infoo .row
{
	padding: 5px;
    border-bottom: 1px solid #dedede;
}

.BillingRow:nth-child(odd) {
    background: #f9f9f9;
}
.BillingRow:hover 
{
    background: #f9f9f9;
}
.infoo .col-xs-4, .col-xs-2 
{
	font-family: Trebuchet MS, Tahoma, Arial;
    border-right: 1px solid #dedede;
}
.infoo .col-xs-8, .col-xs-10
{
	font-family: Trebuchet MS, Tahoma, Arial;
    padding-left:10px !important;
}
.BillingPanelMainHeading
{
	margin-top: 15px;
}

.BillingPanelMain
{
	padding: 10px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);
	margin-top: 5px;
	background: #fff;
	border-radius: 10px;
}


.db-menu{
    padding-top: 20px;
}

.db-nav-class{
    padding: 0;
}
.navigation-tabs li {
    z-index: 20;
}
.navigation-tabs li a:hover{
    text-decoration: none !important;
}
.navigation-tabs .active a:hover{
    cursor: pointer !important;
}
.navigation-tabs .active a{
    border-top: #2DA5DA solid 2px !important;
}
.new-db{
        background: #fff;
        padding: 15px;
    }
    .db-box{
        box-shadow: 0 2px 10px -1px rgba(0,0,0,.26);
        border-radius: 8px;
        padding: 20px 35px;
        margin-bottom: 10px;
        margin-top: 10px;
        font-family:Trebuchet MS, Tahoma, Arial;
        color: #fff;
    }
    .db-box-color1{
        background: #2DA5DA;
    }
    .db-box-color2{
        background: #E7505A;
    }
    .db-box-color3{
        background: #32C5D2;
    }
    .db-box-icon{
        color: #fff;
        font-size: 60px;
    }
    .db-box-total{
        font-size: 36px;
        padding-right: 10px;
    }
    .db-total-txt{
    }
    
    .DBImageIcon{
        width: 50px;
        border-radius: 100%;
    }
    #divDashboard_TimeTable{
        overflow-x: scroll;
    }
    
    
    .BillingPanelPrintIcon {
        color: #2DA5DA;
        font-size: 15px;
    }
    .BillingPanelPrintIcon:hover{
        cursor: pointer;
    }
    

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	display:none;
	text-align: center;
	padding: 20px 0;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}

.main-inner{
	width:1100px;
	margin:0 auto;
}
.row{
	margin-left:0;
	margin-right:0;
}
.logo-area{
	padding-top:10px;
	padding-bottom:10px;
}
.nivoSlider {
	position:fixed !important;
	height:100%;
}
.nivo-controlNav{
	display:none !important;
}
.nivo-directionNav{
	display:none;
}
.slider-area{
	padding:0;
	z-index:-1;
}
.tweets-area{
	padding-top:50px;
}
#effect{
	color: #423131 !important;
	font-size:17px;
}
.itwitter{
	font-size:58px;
	color:#428bca;
}
.tweetss
{
	padding-top:8px;
		//color: #423131;
	background: rgba(255,255,255,0.60);
	border-radius: 15px;
	box-shadow:0px 1px 5px 0px #4a4a4a;
}
.login-area{
	padding-top:100px;
}
.login-content{
	//color:#FFF;
	color: #423131;
	background: rgba(255,255,255,0.60);
	border-radius: 15px;
	box-shadow:0px 1px 5px 0px #4a4a4a;
}
.login-content h1,p{
	font-weight:600;
}
.login-content p{
	font-size:17px;
}

.lfield{
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	margin-bottom:5px;
	box-shadow:0px 1px 3px 0px #4a4a4a;
}
.login-form{
	width:330px;
	background:#FFF;
	border: 1px solid #e1e8ed;
	background: white;
	box-shadow: none;
	border-radius: 4px;
	padding:10px;
	margin-top:30px;
	padding-top:24px;
	color: #423131;
	background: rgba(255,255,255,0.60);
	border-radius: 15px;
	box-shadow:0px 1px 5px 0px #4a4a4a;
	margin:0 auto;
}
.lbtn{
	//float:right;
	margin-right:20px;
}
.footer{
	padding-top:100px;
	
}
.f-left{
	color: #423131;
	background: rgba(255,255,255,0.60);
	border-radius: 15px;
	box-shadow:0px 1px 5px 0px #4a4a4a;
}
.f-right{
	color: #423131;
	background: rgba(255,255,255,0.60);
	border-radius: 15px;
	box-shadow:0px 1px 5px 0px #4a4a4a;
}
.fl{
	border-radius: 15px 0px 0px 15px;
}
.fr{
	border-radius: 0px 15px 15px 0px;
	text-align:right;
}
.clear{
	clear:both;
}
.footer p{
	padding-top:7px;
}
.footer p,a{
	//color:#FFF;
	color: #423131;
}
.footer a:hover,a:focus{
	text-decoration:none;
}
@media (max-width:1100px){
	.main-inner{
		width:100%;
	}
}
