* {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}

body {
    background-color: #e3e3e3;
}

.panel-heading > * > small {
	color: #fff;
}

.content-wrap {
    margin-top: 15px;
    margin-left: 250px;
}

.hotline-bar {
    color: #fff;
    background-color: #d41616;
    padding: 5px 15px;
    margin-bottom: 15px;
}

.sms-bar {
    color: #fff;
    background-color: #fff;
    padding: 5px 15px;
    margin-bottom: 15px;
}

.sms-bar.good {
	background-color: #45d416;
}

.sms-bar.bad {
	background-color: #ff5656;
}

.comment-row {
    background-color: #ddd;
    padding: 5px 15px;
    margin-bottom: 15px;
}

.dash-menu {
    background-color: #0f5203;
    position: absolute;
    height: 100%;
    width: 250px;
}

.dash-menu ul {
    padding-left: 0px;
    background-color: #0f5203;
    padding-bottom: 10px;
	margin-bottom: 0px;
}

.dash-menu .header {
    background-color: #fff;
    border-right: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 10px;
}

.dash-menu .header img {
    height: 50px;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.dash-menu ul li {
    list-style: none;
    width: 100%;
}

.dash-menu ul li a {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 300;
    color: white;
    padding-left: 15px;
}

.dash-menu ul li a i {
    font-size: 18px;
    width: 30px;
    text-align: center;
}

.dash-menu ul li a:hover {
    text-decoration: none;
    background-color: #357d28;
}

.panel-heading > h3 {
    margin: 0px;
}

.panel-primary {
    border: 0px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
}

.tarif-order-list .tarif {
    background-color: #0f5203;
    padding: 0px;
    color: white;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px #464646;
    border-radius: 10px;
    cursor: pointer;
    transition: 300ms all;
    position: relative;
}

.tarif-order-list .tarif:hover {
    box-shadow: 0px 0px 25px #ab2121;
}

.tarif-order-list .tarif.active::after {
    content: " ";
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 2px solid #ab2121;
    border-radius: 10px;
}

.tarif-order-list .tarif h3 {
    padding-top: 30px;
    padding-bottom: 15px;
    text-align: center;
    margin: 0px;
}

.tarif-order-list .tarif ul {
    padding-left: 15px;
    background-color: white;
    color: #333;
    padding: 20px 15px;
    margin-bottom: 0px;
}

.tarif-order-list .tarif ul li {
    list-style: none;
    text-align: left;
    border-bottom: 1px solid #ddd;
    line-height: 30px;
    font-size: 18px;
}

.tarif-order-list .tarif .price {
    color: #fff;
    margin-bottom: 0px;
    padding: 15px;
    text-align: center;
    font-size: 24px;
}

.tarif-order-list .tarif .fa-check {
    color: #4eef9e;
}

.message-pop {
    position: fixed;
    width: 400px;
    right: 20px;
    height: 100px;
    z-index: 999999;
    top: -150px;
    transition: 300ms all;
    background-color: #fff;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
}

.message-pop .fa {
    width: 20%;
    float: left;
    font-size: 40px;
    text-align: center;
    line-height: 100px;
    background-color: #0f5203;
    color: #fff;
}

.message-pop .text-input {
    width: 80%;
    padding: 10px;
    float: left;
    font-size: 18px;
    height: 100px;
    border: 1px solid #ddd;
}

.message-pop.active {
    top: 20px;
}

.sign-form-container {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
}

.sign-form-container input[type="checkbox"] {
    margin-right: 5px;
}

.login-logo > img {
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.login-logo {
    padding-bottom: 15px;
}

#particles-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: -1;
}

.order-progress ul {
    padding-left: 0px;
}

.order-progress ul li {
    width: 25%;
    float: left;
    list-style: none;
    position: relative;
}

.order-progress ul.texts li {
    padding-left: 5px;
    font-size: 20px;
}

.order-progress ul.texts {
    margin: 0px;
}

.order-progress ul.texts li.active {
    font-weight: bold;
}

.order-progress ul.bars li .bar {
    float: right;
    width: calc(100% - 60px);
    height: 10px;
    background-color: #ddd;
    position: absolute;
    top: 10px;
    left: 40px;
}

.order-progress ul.bars li .fa-circle, .order-progress ul.bars li .fa-circle-o {
    color: #6fddff;
    font-size: 28px;
}

.order-progress ul.bars li .bar.active {
    background-color: #6fddff;
}

.domain-check-container {
    padding-top: 20px;
    padding-bottom: 40px;
}

.domain-new {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.domain-new .text-success, .domain-new .text-danger, .tarif-order-list .text-danger {
    position: absolute;
    font-size: 22px;
    font-weight: bold;
}

.order-domain-control {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 5px 15px;
    font-size: 28px;
    display: block;
    border: 3px solid #6fddff;
    box-shadow: 0px 5px 15px #666;
}

.order-domain-control.error {
    border-color: #de4141;
}

.domain-check.btn-lg {
    padding: 14px 18px;
    font-size: 20px;
    border-radius: 0px;
    width: 170px;
}

.domain-check.is-okay {
    background-color: #3c763d;
}

.domain-price {
    bottom: 0px;
    left: 0px;
}

.tarif-group-parent {
    width: 200px;
    border: 2px solid #0f5203;
    display: block;
    float: left;
    background-color: #337ab7;
    color: #fff;
    padding: 15px;
    margin-right: 15px;
    cursor: pointer;
    text-align: center;
    box-shadow: 0px 5px 15px #666;
}

.tarif-group-parent > h3 {
    margin: 0px;
}

.tarif-group-parent:hover {
    background-color: #234767;
}

.tarif-group-parent.active {
    background-color: #234767;
}

.tarif-group-childs {
    display: none;
}

.parent-tarif-list {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 645px;
    padding-top: 20px;
}

.child-tarif-list {
    margin-top: 40px;
    max-width: 1000px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.child-tarif-list > h2 {
    display: none;
}

.btn-addon-primary {
    background-color: #337ab7;
    color: #fff;
    font-weight: 400;
    border: 0px;
    margin-top: 15px;
    min-width: 100px;
    text-align: left;
}

.input-group .help-block {
    position: absolute;
    left: 0px;
    z-index: 999999;
    margin: 0px;
    height: 20px;
    line-height: 20px;
    bottom: 34px;
    font-size: 14px;
    font-weight: bold;
}

.input-group-spacing > .input-group {
    margin-top: 25px;
}

.table-order-final thead td {
    font-weight: bold;
}

.table-order-final td {
    font-size: 16px;
    height: 35px;
    line-height: 35px !important;
}

.table-order-final .final-row {
    font-weight: bold;
}

.payment-logo {
    height: 50px;
}

.payment-wrap label {
    width: 150px;
}

.no-tarif-button {
    margin-right: 15px;
}

.flash-message-pop {
    position: fixed;
    width: 400px;
    right: 20px;
    height: 100px;
    top: -150px;
    transition: 300ms all;
    background-color: #fff;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
}

.flash-message-pop .fa {
    width: 20%;
    float: left;
    font-size: 40px;
    text-align: center;
    line-height: 100px;
    background-color: #0f5203;
    color: #fff;
}

.flash-message-pop .text-input {
    width: 80%;
    padding: 10px;
    float: left;
    font-size: 18px;
    height: 100px;
    border: 1px solid #ddd;
}

.flash-message-pop.active {
    top: 20px;
}

.screen #screen-wrapper #screen {
    border: 1px solid #ddd;
}

.menu-catcher {
	display: none;
	height: 32px;
	width: 50px;
	position: absolute;
	top: 10px;
	right: -50px;
	background-color: #eee;
    z-index: 999;
	background-color: #0f5203;
    border: 1px solid #fff;
    border-left: 0px;
    text-align: center;
	cursor: pointer;
	transition: 300ms all;
}

.menu-catcher .glyphicon-menu-right {
	color: #fff;
	font-size: 22px;
	line-height: 28px;
	transition: 300ms all;
}

.dash-menu.active .menu-catcher .glyphicon-menu-right {
	transform: rotate(180deg);
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #0f5203;
    border-color: #0f5203;
}



.sign-form-container {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
}

.sign-form-container input[type="checkbox"] {
    margin-right: 5px;
}

.login-logo > img {
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.login-logo {
    padding-bottom: 15px;
}

#frm-signInForm .panel-primary>.panel-heading {
    background-color: #0f5203;
    border-color: #0f5203;
}
#frm-signInForm .panel-primary {
    border-color: #0f5203;
}

.btn-primary {
    color: #fff;
    background-color: #0f5203;
    border-color: #0f5203;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #2a7d6d;
    border-color: #2a7d6d;
}
.btn-primary:hover {
    color: #fff;
    background-color: #2a7d6d;
    border-color: #2a7d6d;
}

.filewrap {
    padding: 15px;
    background-color: #eee;
    margin-top: 15px;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 50px;
}

.filewrap .btn-danger {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.upload-gallery .delete-thumb {
	position: absolute;
	top: 10px;
	right: 30px;
	color: red;
	font-size: 18px;
	cursor: pointer;
}

.upload-gallery .thumbs .clearfix::before {
    display: block;
    width: 100%;
    height: 20px;
    position: relative;
    clear: both;
}