/* Dropdown menu style */

.dropdown-menu > a:hover {
    background-color: grey;
    background-image: none;
}
/* List Group Style */

.list-group-item {
    background-color: #3C3230;
    padding: 5px;
}

.list-group-item > a {
    color: #ffffff;
}

/* Text Color */
.text-list-body {
    color: #ffffff;
    font-size: 13px;
}

.footlink {
    color: #FFCC02;
}
.footlink:hover {
    color: #FFCC02;
}

.flag {
    width: 30px;
    height: 26px;
}
li.border-white {
    border: 0;
    border-top: 1px solid #ffffff;
}

/* Image Gallery Style */
.image-gallery-link {
    color: #FFCC02;
    font-size: 13px;
    text-align: center;
}
.image-gallery-link:hover {
    color: #FFCC02;
    text-decoration: underline;
}

/* Sitemap item style */

.sitemap-item {
    color: #ffffff;
}

.sitemap-item:hover {
    text-decoration: none;
    color: #FFCC02;
}

#sitemap {
    background-color: #3C3230;
}

/* Table style */

.success {
    color: rgb(9, 247, 9);
}
.danger {
    color: red;
}

#image-edit {
    width: 100%;
    height: 83%;
}

/* WhatsApp Floting icon style */
.float{
	position:fixed;
	width:45px;
	height:45px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.my-float{
	margin-top:8px;
}
.halfspan {
    width: 49%;
    float: left;
}
.halfspan.right {
    float: right;
}
.career_form h2 {
    color: #631a35;
    margin-bottom: 10px;
    padding-bottom: 5px;
    display: block;
    font-size: 24px;
    font-weight: 400;
    border-bottom:1px solid #eee;
}
.career_form label {
    margin: 5px 0 0 0;
    display: block;
    font-weight: 400;
}
input.c-input, textarea.c-input {
    width: 100%;
    float: left;
    height: 40px;
    padding: 10px;
    color: #333;
    border: 1px solid #ccc;
    margin: 0 0 15px 0;
    font-size: 14px;
    font-weight: 300;
    transition: all .5s;
    background: #fff;
}
input.c-input[type=file] {
    padding: 0 10px;
}
input.c-input:hover, textarea.c-input:hover,
input.c-input:focus, textarea.c-input:focus {
    border: 1px solid #3e4095;
    outline: 0px;
    transition: all .5s;
}
textarea.c-input {
    height: 80px;
}
input.c-btn {
    float: left;
    margin-top: 15px;
    padding: 10px 30px;
    background: #269da1;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border: 0px;
    transition: all .5s;
}
input.c-btn:hover, input.c-btn:focus {
    background: #FFCC02;
    transition: all .5s;
}
input.c-btn, input.c-btn:focus {
    background: #FFCC02;
    transition: all .5s;
}

label {
   
    color: #fff!important;
}

/* Go to top button */

#GoToTop {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 37px; 
    z-index: 99; 
    border: none;
    outline: none; 
    width: 50px;
    height: 50px;
    background-color: #25d366; 
    color: white; 
    cursor: pointer; 
    padding: 15px; 
    border-radius: 24px; 
    font-size: 30px; 
}
  
#GoToTop:hover {
    background-color: #555;
}