*{
	-webkit-font-smoothing:antialiased;
}
.blue{
	background: #B0DFE5;
}
#green{
	background: #00a65a !important;;
}
.hidden_input{
	display: none;
	float: left;
	width:40%;
	padding:15px;
	background: #d4d4d4;
}
.notes {
    background-attachment: local;
    background-image:
        linear-gradient(to right, white 10px, transparent 10px),
        linear-gradient(to left, white 10px, transparent 10px),
        repeating-linear-gradient(white, white 30px, #ccc 30px, #ccc 31px, white 31px);
    line-height: 31px;
    padding: 8px 10px;
}
.sidebar-menu>li>a{font-size: 15px!important;}
.content-header{border-bottom: 1px solid #fcb3b8; padding-top:20px!important; padding-bottom: 10px;}
th{font-size:14px!important;padding:8px 40px!important; background: #0066b2; color:#ffffff; font-family: 'Rubik', sans-serif; font-weight:400;}
#small-td{padding:8px 10px!important;}
table tr{margin:2px; padding:8px 10px; background: #e5e5e5;}
.radio-holder{width: calc(100% -10em)!important;}
td{font-size:12px!important;padding:8px 40px!important; border: 1px solid black; border-collapse: collapse;}
#col-radio-holder{width: 200px !important;font-size:12px!important;padding:5px 5px!important; border: 1px solid #7393B3; border-collapse: collapse;}
#skin-grey{
	background: #e5e5e5;
	box-shadow: 2px 2px 2px 2px rgba(103, 128, 159, 0.2);
}
#bg-white{
	background: #FFF;
	box-shadow: 2px 2px 2px 2px rgba(103, 128, 159, 0.2);
}
#bg-blue{
	background: #FFF;
	box-shadow: 2px 2px 2px 2px rgba(103, 128, 159, 0.2);
}
.clear{
	clear: both;
}
.content-header h1{font-family: 'Roboto Condensed', sans-serif; font-weight:400; font-size: 35px!important;}
.button-1{
	color: #ffffff;
	padding: 50px 60px;
	background: #ff0033;
	box-shadow: 2px 2px #444;
	border-radius: 3px;
}
.button-2{
	color: #ffffff;
	padding: 50px 60px;
	background: #006666;
	box-shadow: 2px 2px #444;
	border-radius: 3px;
}
.button-3{
	color: #ffffff;
	padding: 50px 80px;
	background: #006699;
	box-shadow: 2px 2px #444;
	border-radius: 3px;
}
.button-4{
	color: #ffffff;
	padding: 50px 60px;
	background: #330066;
	box-shadow: 2px 2px #444;
	border-radius: 3px;
}
.button-5{
	color: #ffffff;
	padding: 50px 60px;
	background: #ff0000;
	box-shadow: 2px 2px #444;
	border-radius: 3px;
}
.modal-dialog{
	width:1080px!important;
}
.half-width-box{
	float:left;
	width:45%;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 20px;
	box-shadow: 2px 2px 2px 2px rgba(103, 128, 159, 0.2);
}
.inner-box{
	float: left;
	width:46%;
	padding: 30px 25px;
	margin-right: 10px;
	text-align: center;
	border-radius: 3px;
	background: rgba(218, 223, 225, 1);
}
.my-row{
	width: 100%;
	padding:10px 30px!important;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  color: #ff0033;
  font-size: 84px;  /* Preferred icon size */
  text-align: center;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
}
.material-icons:hover{
	opacity: 0.8;
	transition: 0.5s;
}
.my-btn-text{
	font-size: 25px;
	text-align: center;
	line-height: 0.8em;
}
.form-control{
	border-radius: 2px!important;
}
label{
	color: #444;
	font-size: 18px;
}
input{border-bottom: 1px solid rgba(108, 122, 137, 1);}
.box-body{overflow-y: scroll;}

.modal-content{border-radius: 10px!important; background: #fbfbfb!important;}

.form-logo-holder{width:100px; margin:0 auto;}

.form-table-columns{border: 1px solid #f4f4f4!important;  border-collapse: collapse!important; padding:5px 10px!important;}

.form-heading-new{
	margin:15px 0;
	font-weight: 500;
	font-size: 22px;
}
.hidden-language{
	display: none;
	background: #f4f4f4;
}
.showOtherTextBox{
	display: block;
	background: #f4f4f4;
}

.stats-wrapper{
    width:100%;
    background:#0066b2;
    padding:15px 10px;
    height:80px;
}
.quarter-box{
    margin-right:15px;
    border:1px solid #F7941E;
    border-radius:5px;
    float:left;
    width:20%;
    padding:8px;
    background:#f4f4f4;
    box-shadow: 2px 2px 2px 2px rgba(103, 128, 159, 0.3);
}
.quarter-box h3{margin:0!important;font-size:16px; font-weight:400; color:#7A7A7A;}
.quarter-box h2{margin:0!important;font-size:35px; font-weight:800; color:#111111;}

table.dataTable tbody th{padding:4px!important; margin:1px!important;}
table.dataTable tbody td{padding:2px!important; margin:1px!important;}

.canvas-holder{
	width:22%;
	float:left;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding:15px 8px;
	border-radius: 10px;
	margin-right: 17px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.canvas-holder-third{
	width:31%;
	float:left;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding:8px;
	border-radius: 10px;
	margin-right: 8px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
#canvas-heading{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.note{
	padding:15px 10px;
	background: #e5e5e5;
	font-size:14px!important;
	font-weight: 500;
	margin-bottom:20px;
}
.col-search-input{
	color:#444!important;
}
.crop_preview {
	background:#e1e1e1;
	width:300px;
	padding:30px;
	height:300px;
	margin-top:30px
}
select {color:#444!important;}