.popup__body_itisme {
    z-index: 199999;
    /*display: none;*/
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    text-align: center;
}

.popup-form__row {
    margin: 1em 0
}

label {
    display: inline-block;
    text-align: left
}

.itisme_order input[type="text"], .itisme_order input[type="password"] {
    margin: 0;
    padding: 2px;
    border: 1px solid;
    border-color: #999 #ccc #ccc;
    border-radius: 2px
}

.itisme_order input[type="button"] {
    padding: 6px 16px;
    border: 0;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .3);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, .3);
    cursor: pointer;
    background: #444;
    background: -webkit-linear-gradient(90deg, #515151, #333 48%, #333 52%, #515151 100%);
    background: -moz-linear-gradient(90deg, #515151, #333 48%, #333 52%, #515151 100%);
    background: -ms-linear-gradient(90deg, #515151, #333 48%, #333 52%, #515151 100%);
    background: -o-linear-gradient(90deg, #515151, #333 48%, #333 52%, #515151 100%);
    background: linear-gradient(90deg, #515151, #333 48%, #333 52%, #515151 100%);
    color: #fff
}

.mc-closeModal {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.2);
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 2;
}
.mc-closeModal:after {
    transform: rotate(90deg);
}

.mc-closeModal:after, .mc-closeModal:before {
    background-color: #414141;
    content: '';
    position: absolute;
    left: 14px;
    height: 14px;
    top: 8px;
    width: 2px;
}

.popup__close {
    display: block;
    position: absolute;
    top: -20px;
    right: 10px;
    width: 12px;
    height: 12px;
    padding: 8px;
    border: 5px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 2px 2px 2px rgba(0, 0, 0, .4), 0 3px 3px rgba(0, 0, 0, .4);
    box-shadow: inset 0 2px 2px 2px rgba(0, 0, 0, .4), 0 3px 3px rgba(0, 0, 0, .4);
    cursor: pointer;
    background: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    color: #444;
    text-decoration: none;
    font-weight: bold
}

.popup__close:hover {
    background: #ddd
}

.popup__overlay_itisme {
        display: inline-block;
    position: relative;
    max-width: 360px;
    min-width: 320px;
    width: 100%;
    top:100px;
    padding: 20px;
    border-radius: 5px;
    background: #fff;
    vertical-align: middle;
}
.input-group textarea.form-control{
    height: 80px;
}
.input-group .form-control{
resize: none;
    display: block;
    width: 100%;
/*  height: 20px;  */
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #6cc6f2;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s , -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s , box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s , box-shadow ease-in-out .15s;
}
.form-group .input-group{
    margin-top: 5px;
}
#itismeModal .form-group .label-title, #itismeModal .form-group .control-label{
    font-weight: bold;
    text-align: left;
	font-size: 14px;
}
#itismeModal .form-group{
    margin-bottom: 15px;
}
.itisme_order_title p{
    margin: 0;
    font-size: 21px;
    color: #41ade2;
}

.has-error{
   color: #a94442;
}

.has-error .form-control {
   color: #a94442;
   border-color: #a94442;
}

.title_itisme {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}

.quick_order_title{
    margin-bottom: 20px;
    text-align: right;
}
.btn_itisme_order{
    position: relative;
    display: inline-block;
    height: 40px;
    width: 100%;
    line-height: 5px;
    padding: 0 20px;
    color: #fff;
    background-color: #41ade2;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    transition: .5s;
    -webkit-transition: .5s;
    border: none;
}
.btn_itisme_order span.circle {
    display: block;
    background-color: #6cc6f2;
    position: absolute;
    float: left;
    line-height: 42px;
    height: 40px;
    width: 40px;
    top: 0;
    left: 0;
    transition: .5s;
    -webkit-transition: .5s;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.btn_itisme_order:hover {
    background-color: #6cc6f2;
    cursor: pointer;
}
.btn_itisme_order:hover span.circle {
    left: 100%;
    margin-left: -40px;
    background-color: #41ade2;
}
/*.popup_quick {
    margin: 20px;
}*/
.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}
.input-group-addon {
    background-color: #6cc6f2;
    color: #fff;
	border-radius: 4px;
	border: 1px solid #6cc6f2;
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #a94442;
}

.input-group-addon i {
    color: #fff;
}