#contactEditorModal {
  background-color: aliceblue;
  
}



/* When the inputs get focus, do something */
#contact-form input[type=text]:focus, #contact-form input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}
.icon_container {
	background: url(../images/min-icon.png) center right no-repeat, rgb(133, 186, 216);
	background: url(../images/min-icon.png) center right no-repeat, -moz-linear-gradient(top, rgba(133,186,216,1) 0%, rgba(124,181,213,1) 12%, rgba(91,160,201,1) 35%, rgba(76,153,197,1) 49%, rgba(77,154,198,1) 53%, rgba(88,159,200,1) 63%, rgba(124,181,213,1) 88%, rgba(133,186,216,1) 100%);
	background: url(../images/min-icon.png) center right no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(133,186,216,1)), color-stop(12%, rgba(124,181,213,1)), color-stop(35%, rgba(91,160,201,1)), color-stop(49%, rgba(76,153,197,1)), color-stop(53%, rgba(77,154,198,1)), color-stop(63%, rgba(88,159,200,1)), color-stop(88%, rgba(124,181,213,1)), color-stop(100%, rgba(133,186,216,1)));
	background: url(../images/min-icon.png) center right no-repeat, -webkit-linear-gradient(top, rgba(133,186,216,1) 0%, rgba(124,181,213,1) 12%, rgba(91,160,201,1) 35%, rgba(76,153,197,1) 49%, rgba(77,154,198,1) 53%, rgba(88,159,200,1) 63%, rgba(124,181,213,1) 88%, rgba(133,186,216,1) 100%);
	background: url(../images/min-icon.png) center right no-repeat, -o-linear-gradient(top, rgba(133,186,216,1) 0%, rgba(124,181,213,1) 12%, rgba(91,160,201,1) 35%, rgba(76,153,197,1) 49%, rgba(77,154,198,1) 53%, rgba(88,159,200,1) 63%, rgba(124,181,213,1) 88%, rgba(133,186,216,1) 100%);
	background: url(../images/min-icon.png) center right no-repeat, -ms-linear-gradient(top, rgba(133,186,216,1) 0%, rgba(124,181,213,1) 12%, rgba(91,160,201,1) 35%, rgba(76,153,197,1) 49%, rgba(77,154,198,1) 53%, rgba(88,159,200,1) 63%, rgba(124,181,213,1) 88%, rgba(133,186,216,1) 100%);
	background: url(../images/min-icon.png) center right no-repeat, linear-gradient(to bottom, rgba(133,186,216,1) 0%, rgba(124,181,213,1) 12%, rgba(91,160,201,1) 35%, rgba(76,153,197,1) 49%, rgba(77,154,198,1) 53%, rgba(88,159,200,1) 63%, rgba(124,181,213,1) 88%, rgba(133,186,216,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#85bad8', endColorstr='#85bad8', GradientType=0 );

	color: #fff;
    line-height: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
}

#contact-grid{
	overflow-x: auto !important;
}

.icon_container_sm{
	
		background: url(../images/min-icon.png) center right no-repeat, rgb(133, 186, 216);
	background: url(../images/min-icon.png) center right no-repeat, -moz-linear-gradient(top, rgba(133,186,216,1) 0%, rgba(124,181,213,1) 12%, rgba(91,160,201,1) 35%, rgba(76,153,197,1) 49%, rgba(77,154,198,1) 53%, rgba(88,159,200,1) 63%, rgba(124,181,213,1) 88%, rgba(133,186,216,1) 100%);
	background: url(../images/min-icon.png) center right no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(133,186,216,1)), color-stop(12%, rgba(124,181,213,1)), color-stop(35%, rgba(91,160,201,1)), color-stop(49%, rgba(76,153,197,1)), color-stop(53%, rgba(77,154,198,1)), color-stop(63%, rgba(88,159,200,1)), color-stop(88%, rgba(124,181,213,1)), color-stop(100%, rgba(133,186,216,1)));
	background: url(../images/min-icon.png) center right no-repeat, -webkit-linear-gradient(top, rgba(133,186,216,1) 0%, rgba(124,181,213,1) 12%, rgba(91,160,201,1) 35%, rgba(76,153,197,1) 49%, rgba(77,154,198,1) 53%, rgba(88,159,200,1) 63%, rgba(124,181,213,1) 88%, rgba(133,186,216,1) 100%);
	background: url(../images/min-icon.png) center right no-repeat, -o-linear-gradient(top, rgba(133,186,216,1) 0%, rgba(124,181,213,1) 12%, rgba(91,160,201,1) 35%, rgba(76,153,197,1) 49%, rgba(77,154,198,1) 53%, rgba(88,159,200,1) 63%, rgba(124,181,213,1) 88%, rgba(133,186,216,1) 100%);
	background: url(../images/min-icon.png) center right no-repeat, -ms-linear-gradient(top, rgba(133,186,216,1) 0%, rgba(124,181,213,1) 12%, rgba(91,160,201,1) 35%, rgba(76,153,197,1) 49%, rgba(77,154,198,1) 53%, rgba(88,159,200,1) 63%, rgba(124,181,213,1) 88%, rgba(133,186,216,1) 100%);
	background: url(../images/min-icon.png) center right no-repeat, linear-gradient(to bottom, rgba(133,186,216,1) 0%, rgba(124,181,213,1) 12%, rgba(91,160,201,1) 35%, rgba(76,153,197,1) 49%, rgba(77,154,198,1) 53%, rgba(88,159,200,1) 63%, rgba(124,181,213,1) 88%, rgba(133,186,216,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#85bad8', endColorstr='#85bad8', GradientType=0 );

	color: #fff;
    line-height: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
	
	
}