﻿@font-face {
   font-family: Font_4;
   src: url(fonts/font_4.woff);
}


body {
    
    font-family: Arial,sans-serif;
    font-size: 12px;
    margin: 0;
}
        label {
            position: relative;
            vertical-align: middle;
            bottom: 1px;
			color: #2d3436;
			font-size:14px;
        }
        input[type=text],
        input[type=password],
        input[type=submit],
        input[type=email] {
            display: block;
            margin-bottom: 15px;
        }
        input[type=checkbox] {
            margin-bottom: 15px;
        }
	
       .btn-success{
	    background:#0ba151;
       }
       	
	a{
	color: #0984e3;
	font-size: 12px;
	}	
	a:hover{
	color:white;
	}	
	
th{
font-size: 12px;

}	


.heading{
float:left;

margin-bottom:10px;
}


.heading div{
font-size:14px;
min-width:110px;
font-weight:bold;
}

.heading h4{
font-size:14px;
font-weight:bold;
}

.heading img{
height:180px;
margin-right:19px;

border-radius:4px;
/*box-shadow: 8px 6px 15px black;*/
box-shadow: 4px 16px 26px rgba(0,0,0 , 0.6);
}


.stores{

display:table;
width:220px;
float:left;
}



.addressinfo {

    border-radius: 6px;
    display: table;
    float: left;
    font-size: 14px;
    height: 201px;
     margin: -19px 0 0 0px;
    padding: 0;
    width: 275px;

}

.checkbox_x2{
display:none;	
}

.site-offers-side {
    background: red none repeat scroll 0 0;
    border-left: 11px solid green;
    border-radius: 6px 6px 0 0;
    color: white;
    cursor: pointer;
    font-size: 22px;
    margin-bottom: 10px;
    padding: 13px 0;
    text-align: center;
    width: 100%;
}




.choice-banner {
    border-radius: 10px;
    height: 400px;
    margin-top: 0;
}


.bootstrap-datetimepicker-widget{

}

.things-table {
    background: white none repeat scroll 0 0;
    border-bottom: 2px solid #222;
    border-left: 2px solid #222;
    border-radius: 3px;
    border-right: 2px solid #222;
    display: none;
    float: left;
    height: 80px;
    overflow-y: auto;
    padding: 2px 5px;
    position: absolute;
    width: 280px;
    z-index: 20;
}


.thing-item {
    cursor: pointer;
    display: table;
    margin-right: 6px;
}


.thing-item:hover{
opacity:0.5;	
}

.thing-selected {
    margin-bottom: 4px;
    margin-top: 9px;
   
	
}

.del-thing{
color:red;	
cursor:pointer;	
}

.del-thing:hover{
opacity:0.5;	
}

.sel-thing{
background:lightgray;
padding:1px 6px;
border:1px solid #222;
border-radius:4px;
margin-right:5px;
margin-bottom:5px;
font-size:11px;
display:inline-table;	
}

.new-job label{
font-size:12px;	
}

.new-job input{

height:25px;	
}
.label-thing{
margin-top:15px;	
}

#cat-search {
    border: 0 none;
    border-radius: 2px;
    float: left;
    height: 22px !important;
    margin-right: 1%;
    padding: 0 4px;
    width: 49% !important;
}
.change-div{
 border-bottom: 1px none;
 padding: 16px 10px;
 background:none;	
 position: relative;
 display:table;
 width:100%;
}

.change-div:nth-child(2n+1) {
    background: #e5e5e5 none repeat scroll 0 0;
   
}

.new-div:nth-child(2n+1) {
    background: #e5e5e5 none repeat scroll 0 0;
   
}

.namefromtable-multi a{
color:green;	
}


.namefromtable-multi{
padding:0px;	
}
.namefromtable-multi li{
list-style:none;	
}


.cost-show input{
width:100px !important;	
}

.pre-panel{
padding:20px;	
}


.pre-panel .panel-body {
    max-height: 470px;
    overflow-y: auto;
}


.calendar-cont{

	
}

.pre-calendar{
padding:30px;	
background:white;
}
.fc-center h2{
font-size:18px;	
}


.navbar-nav .glyphicon {
margin-right:2px;	
}




.navbar-right .iframe2 {
    padding-left: 1px !important;
    padding-right: 1px !important;
}



.navbar-nav a {
    padding-left: 10px !important;
    padding-right: 10px !important;
}


.simpleColorContainer{
position:fixed !important;
	
}

.color-info:hover{
left:0px;	
}


.color-info{
background:white;
position:fixed;
padding:10px;	
z-index:99;
left: -150px;
transition:left 0.5s;
box-shadow:2px 2px 10px #222;
}

.color-info div{
padding:10px 0px;	
}
.color-info div span{
margin-left:5px;	
}

.color-info-button {
    background: orangered none repeat scroll 0 0;
    color: white;
    font-size: 15px;
    font-weight: bold;
    padding: 2px 10px !important;
    position: absolute;
    right: -24px;
    top: 0;
}

.label-job-status {
}
.job-status-select{
	
}

.submit-col{
 padding-top: 25px;	
}


.total-cost{
color:orangered;	
}

.blink {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0.0; }
}


.table-maint a{
color:green;	
}








