/* here you can put your own css to customize and override the theme */

.borderRed {
	border: 1px red solid;
}
.errorMsg {
	position: absolute;
	z-index: 20;
	top: 13px;
	background: red;
	color: white;
	font-size: 14px!important;
	padding: 0 3px;
	border: 2px solid #F9C5C5;
	font-weight: bold;
	border-radius: 4px;
}
/* The Modal (background) */
.myModal {
    display: none; /*Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: 50px auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    border-radius: 7px;
    text-align: center;
}
.none {
	display: none;
}
.btn001, .btn002, .btn003, .btn004, .btn005, .btn008, .btn007, .btn006, .btn009, .btn010 {
	color: #fff;
}
.btn001:hover, .btn002:hover, .btn003:hover, .btn004:hover, .btn005:hover, .btn008:hover, .btn007:hover, .btn006:hover, .btn009:hover, .btn010:hover {
	color: #fff;
}
.btn001 {
	background-color: #5bc0de;
}
.btn001:hover {
	background-color: #31b0d5;
}
.btn002, .btn005 {
	background-color: #f0ad4e;
}
.btn002:hover, .btn005:hover {
	background-color: #ec971f;
}
.btn003 {
	background-color: #ea66a5;
}
.btn003:hover {
	background-color: #e74f96;
}
.btn004 {
	background-color: #09d564;
}
.btn004:hover {
	background-color: #08bf5b;
}
.btn008 {
	background-color: #e4252b;
}
.btn008:hover {
	background-color: #C9191D;
}
.btn007 {
	background-color: #ff0b9d;
}
.btn007:hover {
	background-color: #EE008C;
}
.btn009 {
	background-color: #fdde02;
}
.btn009:hover {
	background-color: #f0d202;
}
.btn010 {
	background-color: #004EA1;
}
.btn010:hover {
	background-color: #004085;
}
.btn006 {
	background-color: #1da7fc;
}
.btn006:hover {
	background-color: #1d7efc;
}

.relative {
	position: relative;
	z-index: 1;
}