body {
    font-family: Cairo;
	opacity: 1;
	visibility: visible;
	line-height: 1.4;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: opacity 0.24s ease-in-out;
	-moz-transition: opacity 0.24s ease-in-out;
	transition: opacity 0.24s ease-in-out;
	background: #f1f1f1;
	margin: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
    cursor: pointer;
}
h1 {
    text-align: center;
	font-size: 18px;
	font-family: 'Lalezar', cursive;
	color: green;
	margin: 10px 0 2px 0;
}
.login {
	width: 400px;
	margin: 100px auto;
}
.login h4 {
	color: #888;
}
.login input {
	margin-bottom: 10px;
}
.login .form-control {
	background-color: #EAEAEA;
}
.login .btn {
	background-color: #008dde;
}
.bar {
	margin: 20px 0px  10px 0px;
}
tr, td, th {
	border: 1px solid grey;
	padding: 2px 6px;
	text-align: center;
}
table th {
	color: white;
	background-color: #bbb4da;
}
table {
    margin-left: auto; 
    margin-right: auto;
}
.select-boxes {
    width: 280px; 
    text-align: center;
    margin: 0 auto;
}
select {
    background-color: #f5f5f5; 
    border: 1px double #fb4314;
	color: #55bb91;
	font-weight: bold;
	height: 44px;
	padding: 7px 8px;
	width: 250px;
	outline: none;
	margin: 10px 0 10px 0;
}
select option {
    font-size: 14px;
}
#editor {
    box-shadow: 0 0 2px #CCC;
    min-height: 150px;
    overflow: auto;
    padding: 1em;
    margin-top: 12px;
    resize: vertical;
    outline: none;
	border: 1px solid grey;
	background-color: white;
	border: 1px solid #cacaca;
	border-radius: 0px;
}
.toolbar {
    text-align: center;
}
.toolbar a,
.fore-wrapper,
.back-wrapper {
    border: 1px solid #AAA;
    background: #FFF;
    font-family: 'Candal';
    border-radius: 1px;
    color: black;
    padding: 5px;
    width: 30px;
    margin-top: 10px;
    display: inline-block;
    text-decoration: none;
    box-shadow: 0px 1px 0px #CCC;
}
.toolbar a:hover,
.fore-wrapper:hover,
.back-wrapper:hover {
    background: #f2f2f2;
    border-color: #8c8c8c;
}
a.palette-item {
    height: 1em;
    border-radius: 3px;
    margin: 2px;
    width: 1em;
    border: 1px solid #CCC;
}
a.palette-item:hover {
    border: 1px solid #CCC;
    box-shadow: 0 0 3px #333;
}
.fore-palette,
.back-palette {
    display: none;
}
.fore-wrapper,
.back-wrapper {
    display: inline-block;
    cursor: pointer;
}
.fore-wrapper:hover .fore-palette,
.back-wrapper:hover .back-palette {
    display: block;
    float: left;
    position: absolute;
    padding: 3px;
    width: 160px;
    background: #FFF;
    border: 1px solid #DDD;
    box-shadow: 0 0 5px #CCC;
    height: 70px;
}
.fore-palette a,
.back-palette a {
    background: #FFF;
    margin-bottom: 2px;
}
ul {
	list-style-type: disc;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 40px;
	list-style-type: none;
	margin: 0px;
	padding:0px;
}
.ordered-label-list ul li {
	display: inline-block;
}
.ordered-label-list ul li li {
	display: block;
	text-align: center;
}
.ordered-label-list ul li li a {
	line-height: 0.5;
}
a.btn1 {
	color: white;
	font-size: 12px;
	border-radius: 2;
	text-decoration: none;
    margin: 4px 0;
    display: inline-block;
 	padding: 0px 8px 2px 8px;
	background-color: #1289A7;
	-webkit-appearance: button;
	box-shadow: inset 0 0px 3px #ffffff;
}
.g1 a.btn1  {
    margin: 5px 0;
}
a.btn1:hover  {
    color: yellow;
    background-color: black;
    border-color: red;    -webkit-appearance: button;
}
.dropdown-menu {
    padding: 0;
    font-size: 1em;
    border: 1px solid #d7d7d7;
    border-radius: 0;
    margin: -3px -16px 0px 0px;
	background: #f1f1f1;
}
.dropdown-menu > li > a {
	padding: 5px 0px 10px 0px;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
	color: #000;
 }
.pagination2 {
    text-align: center;
    width: 100%;
}
td.title1 {
	text-align: center;
	border: 1px solid white;
	vertical-align: top;
    height: 100px;
}
p.title2 {
	font-family: Lalezar, cursive;
	margin: 0 5px;
}
@media (max-width: 960px) {
    body {
	    font-size: 11px;
    }
    a.btn1 {
    	font-size: 12px;
    }
	p.title2 {
    	font-size: 14px;
    }
}
@media (min-width: 960px) {
    body {
	    font-size: 12px;
    }
    a.btn1 {
    	font-size: 14px;
    }
	p.title2 {
    	font-size: 16px;
    }
}
.count {
    background: #d3d3d3;
    font-size: 12px;
    color: #000;
    padding: 4px;
    border: 1px solid #a0a0a0;
}
.fa-facebook {
	color: #3b5998;
	vertical-align: middle;
	font-size: 30px;
	margin: 5px;
}
.fa-facebook:hover, .fa-facebook:active, .fa-facebook:focus {
    color: #2d4373;
}
.fa-twitter {
	color: #00aced;
	vertical-align: middle;
	font-size: 30px;
	margin: 5px;
}
.fa-twitter:hover, .fa-twitter:active, .fa-twitter:focus {
    color: #0087ba;
}
.fa-whatsapp {
	color: #29a628;
	vertical-align: middle;
	font-size: 30px;
	margin: 5px;
}
.fa-whatsapp:hover, .fa-whatsapp:active, .fa-whatsapp:focus {
    color: #1f7d1e;
}