/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21/01/2016, 15:04:52
    Author     : dev
*/


.number_sn,
#customer_number_sn,
#freelancer_number_sn,
#agent_number_sn,
#agent_noie{
    float: left;
    margin-top: 9px;
}

.field-error{
    display: block;
    margin-top: 32px;
    line-height: 26px;
}

.msg-shadow{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.5);
    z-index: 10000;
}

.msg-shadow .msg-content{
    width: 90%;
    max-width: 300px;
    margin: 0px auto;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
}

.msg-shadow .msg-content .msg-title{
    font-size: 23px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}
.msg-shadow .msg-content .msg-text{
    font-size: 12px;
    margin: 5px auto 20px auto;
    padding: 0px;
    color: #333;
    text-align: justify;
}

.msg-shadow .msg-content .msg-action{
    line-height: 35px;
    text-align: right;
}

.msg-shadow .msg-content .msg-action button{
    width: 100%;
    border-color: #5F8D14;
    background-color: #6fa715;
    display: inline-block;
}
.msg-shadow .msg-content .msg-action button i{
    float: left;
    font-size: 15px;
    margin: 6px 5px 0px 10px;
}
.msg-shadow .msg-content .msg-action button span,
.msg-shadow .msg-content .msg-action button span span{
    display: block;
    width: 100%;
    text-align: left;
}
.msg-shadow .msg-content .msg-action button span span{
    padding: 0px;
    margin: 0px;
    line-height: 30px;
    width: calc(100% - 40px);
}

.msg-shadow .msg-content .msg-action button strong{
    font-size: 11px;
    float: right;
    margin-right: 10px;
    /*color: #fa5229;*/
}

.account-create{
    border: 1px solid #d4d4d4;
    box-shadow: 0px 0px 2px #ddd;
}

.specialities-label {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}