
table#example1 {
    font-size: 13px;
}
.btn {
    padding: 2px 5px;
    font-size: 13px;
}
.blue-color{
	color:#36F;
}
.overlay{
	display:none;
}
.overlayA{
	display:none;
}
.act {
    display: block !important;
}
.imgfil {
    padding: 5px 12px 5px 5px;
    display: none;
}
.remove {
    right: 2px;
    position: absolute;
    top: 10px;
    cursor: pointer;
}
.disp_add_imgs .remove {
    right: 0px;
}
button#add-ut, .imhead .btn {
    margin: 8px;
}
.top_nav li{
    display: inline-block;
    margin: 0;
    color: #fff;
}
.admin-top-bar li {
    float: left;
    margin: 0;
    color: #fff;
}

.top_nav, ul.admin-top-bar {
    margin: 0 auto;
    text-align: center;
    padding: 0;
}
.content-wrapper, .main-footer{
	margin-left:0;
}
.main-header {
    max-height: 80px;
}
.admin-top-bar h4 {
    line-height: 30px;
    text-transform: uppercase;
    background: #222D32;
    margin: 0;
}
.admin-top-bar li div {
    border-right: 1px solid #e1e1e1;
    padding: 3px 10px;
}
.admin-top-bar a {
	color: #333;
}
.top_nav {
    font-size: 14px;
    font-weight: bold;
}
.top_nav a {
    margin-right: 10px;
}
.top_nav a {
    margin-right: 10px;
    line-height: 40px;
    color: #F8E827;
}
.admin-top-bar {
    position: absolute;
    left: 150px;
	background:#e1e1e1;
}
table#temp_tbl {
    width: 800px;
	
}
ul.add_new li {
    list-style: none;
    float: left;
    margin-right: 30px;
}
.add_new{
	margin:0;
	padding:0;
}
.prc_tmp{
	text-align:center;
   width: 800px;
}
.pr40{
	width:40%;
	float:left;
}
.pr60{
	float:left;
	width:60%;
}
.pr20{
	float:left;
	width:20%;
}
.pr80{
	float:left;
	width:80%;
}
.ad-city-btn{
    line-height: 27px;
}
.maron{
	color:#900;
}
.tp-part {
    margin: 0 auto;
    width: 800px;
}
.demo_link {
    line-height: 80px;
}
.mrgn-top-30{
	margin-top:30px;
}
.dataTables_wrapper {
  	position: relative;
}
.abslt_filter .dataTables_filter{
	position: absolute;
	top: 0;
	left: 180px;
} 

#customers_table_wrapper .dataTables_filter input {
	width: 550px !important;
}

.reports-page #customers_table_wrapper .dataTables_filter input {
	width: 350px !important;
}
#customers_table_wrapper table.dataTable thead .sorting:after, #customers_table_wrapper  table.dataTable thead .sorting_asc:after,#customers_table_wrapper table.dataTable thead .sorting_desc:after {
	left: 4px !important;
}
#customers_table_wrapper  table.dataTable thead > tr > th {
	padding-left: 23px !important;
}
#customers_table_wrapper  .adv_reg_word{
	font-size: 14px;
    color: #0b11b9;
    font-weight: 600;
    line-height: 15px
}
#customers_table_wrapper  .temp_word{
    font-size: 16px;
    color: #de0f0f;
    font-weight: 600;
    line-height: 20px;
    padding-left: 5px;
}
#customers_table_wrapper  th.hide_me, td.hide_me {display: none;}

.local_number_ad{
    width: 70px;
    line-height: 16px;
    text-align: center;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    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,-webkit-box-shadow ease-in-out .15s;
    -o-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;
    background: transparent;
}
.concert_clr{
	color:#c423bf;
	font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
.movie_clr{
	color:#e38f61;
	font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
.event_clr{
	color:#519f78;
	font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
.customer_clr{
	color: #caa296;
	font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
.mrg_top{
	margin-top:3px;
}

/** Check box CSS **/

/* The container */
.container_chk {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float:left;
    margin-right:10px;
}

/* Hide the browser's default radio button */
.container_chk input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container_chk:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container_chk input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container_chk input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container_chk .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
.text-primary {
    clear: both;
}
.maroon-color {
    color: #740606 !important;
    margin-left: 10px;
}
label.add-maj-msg, .add-min-msg {
    letter-spacing: -0.5px;
    font-size: 12px;
}
.major {
    padding: 7px;
}


/*Reports section starts here*/



.reports-page .content-header{
    padding:0px;
}

.reports-page .box{
    border-top:7px solid black;
}

.reports-page .content{
    padding:0px;
}

.reports-page .box-body{
    padding-left:0px;
    padding-right:0px; 
    
}

.reports-page .dataTables_scrollBody{
    border-top:7px solid black;
}

.reports-head{
    /*margin-left:50px;margin-top:-80px*/
    border-top:7px solid black;
}

.reports-head .left-col{
    border-right:7px solid black;
     text-align:center;
    
}

.reports-head .right-col{
     text-align:center;
}

.reports-head .left-col a{
    color:#d41b1b;
}








.reports-head .right-col a{
    color:blue;
}

.reports-head .font-bold{
    font-weight:bold;
    text-align:center;
}

.reports-head .font-bold.border{
    border:1px solid black;
}
.reports-head .specs  h4.border{
    margin: 10px auto;
    height: 22px;
    display: block;
    width: 50%;
    border: 1px solid black;
    content: '';
}



.sales-head{
    margin:7px 0px 0px 7px;
}
/*end to reports section here*/















/*Calendar section starts here*/
.calendar-head{
    height:112px;
    padding:0px;
    background:white;
}

.calendar-head .left-col{
    
    border-right:7px solid black;
    height:120px;
    padding:0px;
}

.calendar-head .right-col{
     height:120px;
     padding:0px;
     padding-right:15px;
}

.calendar-head .no-action{
    padding:0px;margin-left:0px;border-right:7px solid black;
}
.calendar-head .no-action h3{
    border-bottom:1px solid black;
    font-weight:bold;
    margin-top:0px;
}
.calendar-head .no-action.left h3{
    text-align:right;
    padding-right:3px;
}
.calendar-head .no-action h4{
    border-bottom:1px solid black;
    font-weight:bold;
     margin-top:-5px;
}
.calendar-head .no-action.left h4{
    padding-right:3px;
    text-align:right;
}
.calendar-head .no-action.right h4{
    padding-left:3px;
    text-align:left;
}


.calendar-head .quarter{
    height:118px;
    padding:0px;
    border-right:7px solid black;
}

.calendar-head .quart-head{
    color:grey;
    padding: 0px;
    margin: 0px;
    text-align: left;
    padding-left:2px;
}




.calendar-head table {
  width:100%;
}
.calendar-head #t01 th, td {
  border: 1px solid black;
  border-left:none;
  border-collapse: collapse;
}
.calendar-head #t01 th {
  padding: 4px;
  text-align: center;
}
.calendar-head #t01 td{
    padding:11px;
    text-align: center;
}

.calendar-head table#t01 th{
    background-color: black;
    color: white;
}
/*calendar section ends here*/


.pt-10{
    padding-top:10px;
}

.p-0{
    padding:0px 5px 0px
}
.br-bl{
    border-right:2px solid black;
}