.register-container{
    padding: 40px 0;
    font-size: 18px;
    color: #FFF;
    /*border-top: 1px solid rgba(255,255,255,.5);*/
    margin-top: 40px;
    position: relative;
}
#loginContainer .register-container:before{
    right: 0;
}
#loginContainer .register-container:after{
    left: 0;
}
#loginContainer .register-container:before, .register-container:after{
    position: absolute;
    top: 0;
    width: 40%;
    height: 1px;
    background: rgba(255,255,255,.5);
    content: "";
}
#registerContainer .register-container{
    border-top: 1px solid rgba(255,255,255,.5)
}
#registerContainer .register-container:before, #registerContainer .register-container:after {
    display: none !important;
}
.no-padding-left{
    padding-left: 0 !important;
}
.no-padding-right{
    padding-right: 0 !important;
}
#registerContainer{
    display: none;
}
.login-container{
    position: fixed;
    overflow: auto;
}
.or-signup{
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: -15px;
}
.danger{
    color: red !important;
    font-weight: bold;
}

.input-group-addon {
    line-height: 38px !important;
}

.form-control{
    height: 40px !important;
}
.message-form{

}
.scheduleSMSContainer .selects>select,
.scheduleSMSContainer .labels>div{
    width: 24% !important;
    margin-right: 7px;
}
.scheduleSMSContainer select:last-child,
.scheduleSMSContainer .labels>div:last-child{
    margin-right: 0 !important;
}
.scheduleSMSContainer .labels{
    margin-bottom: 10px;
}
.scheduleSMSContainer {
    padding: 20px;
    border: 1px solid #eee;
    margin-bottom: 20px;
}
.scheduleSMSContainer .labels>div{
    padding: 0 0 3px;
    font-size: 16px;
    font-weight: 300;
}
.form-action-footer{
    padding: 16px 0 0;
    width: 100%;
}
.form-action-footer a{

}
.the-form-container{
    -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, .1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #FFF;
    float: left;
    overflow: hidden;
}
.the-form-container input[type=email],
.the-form-container input[type=text],
.the-form-container input[type=password],
.the-form-container select,
.the-form-container input[type=number],
.the-form-container input[type=datetime-local],
.the-form-container input[type=date],
.the-form-container input[type=time],
.the-form-container textarea{
    padding: 7px 10px !important;
    font-size: 16px;
    font-weight: 300;
    outline: none;
    background: #FFF;
    color: #000 !important;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.0);
    -moz-box-shadow: inset 0 0 1px rgba(0,0,0,.0);
    box-shadow: inset 0 0 1px rgba(0,0,0,.0);
}

.the-form-container input[type=submit]/*, .the-form-container button*/{
    background: #121946 !important;
    border: 0;
    padding: 13px 30px;
    width: 100%;
    color: #FFF;
    font-size: 16px;
}.the-form-container input[type=submit]:hover,
 .the-form-container button:hover {
     background: #000;
 }
.the-form-container input[type=submit]:hover,
.the-form-container button:hover {
    background: #252f6a;
}
.the-form-container input[type=text],
.the-form-container input[type=password],
.the-form-container select,
.the-form-container input[type=submit],
.the-form-container input[type=number],
.the-form-container input[type=time],
.the-form-container input[type=file],
.the-form-container button,
.the-form-container textarea{
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background: #FFF;
}
.the-form-container input[type=file]{
    background: #eee;
    padding: 16px;
    cursor: pointer;
}
.form-label{
    font-size: 16px;
}
.the-form-container .form-field{
    padding: 14px 4px 14px 10px;
    border-bottom: 1px solid #eee;
    background: #FFF;
    clear: both;
}
.the-form-container .preview-form-field{
    padding: 10px 10px;
}
.the-form-container .form-field>label{
    padding-top: 10px;
    font-size: 15px;
    font-weight: 400;
}
.post-edit-form-container{
    background: #FFF;
    padding: 0 20px;
    position: relative;
}
.post-edit-left, .post-edit-right{
    padding: 20px 0;
}
.post-edit-left{
    position: relative;
}
.post-edit-left:before{
    content:'';
    position: absolute;
    height: 100%;
    width:1px;
    background-color: #eeeeee;
    right: 30px;
    top: 0;
}
.post-edit-form-container .post-title{
    padding-bottom: 40px;
}
.post-edit-form-container .post-content{
    max-width: 95%;
}
.post-edit-form-container .post-title label, .post-edit-form-container .post-content label{
    font-weight: bold;
    font-size: 18px;
}
.post-edit-form-container .content-editor-fields label{
    font-size: 18px;
}
.post-edit-form-container .content-editor-fields input[type=text],
.post-edit-form-container .content-editor-fields select{
    padding: 6px;
    font-size: 18px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.post-edit-form-container .content-editor-fields{
    margin-bottom: 20px;
}
.post-edit-form-container .content-editor-fields input[type=text]{
    width: 100%;
}
.post-edit-form-container .content-editor-fields select{
    margin-left: 0 !important;
    width: 100%;
}
.select-image input[type=file]{
    display: none;
}
.select-image{
    display: block;
    padding: 8px;
    width: 100%;
    cursor: pointer;
    background: #fafafa;
    border: 1px solid #191919;
    text-align: center;
    font-weight: 300;
}
.select-image i, .select-image{
    color: #191919;
}
.image-preview{
    border: 1px dashed #191919;
    padding: 30px 0;
    text-align: center;
    margin-bottom: 16px;
}
.image-preview i{
    font-size: 90px;
    color: #eee;
}
.save-changes-field{
    padding-top: 50px;
}
.post-edit-form-container .post-title input[type=text]{
    padding: 6px;
    font-size: 18px;
    width: 80%;
}
.card-container .form-field{
    padding: 14px 10px;
    border-bottom: 1px solid #eee;
    background: #FFF;
    clear: both;
}
.card-container .preview-form-field{
    padding: 10px 10px;
}
.card-container .form-field>label{
    padding-top: 10px;
}
.card-container h3{
    padding: 18px 10px;
    border-bottom: 1px solid #eee;
    background: #FFF;
    clear: both;
    margin-bottom: 0;
}
.header-title{
    /*font-size: 30px;
    font-weight: 300;
    padding: 16px 20px 10px;
    clear: both;
    */

    font-size: 30px;
    font-weight: 300;
    padding: 12px 32px 3px;
    clear: both;
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin-bottom: 23px;
    background: rgba(255,255,255,.3);
    margin-left: -31px;
    margin-right: -30px;
}
.header-title h2{
    font-weight: 300;
    margin-top: 0 !important;
}
.breadcrumb{
    display: none;
}
.side-menu{

}
.card-container{

}
.top-div{
    height: 60px;
    background: #1c222b;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}
.side-menu{
    height: 100%;
    /*background: #fafafa;*/
    /*background: #222831;*/
    background: #1c222b;
    position: fixed;
    top: 0;
    z-index: 1;
    padding-top: 70px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .4);
    box-shadow: 0 0 3px rgba(0, 0, 0, .4);
    overflow-y: auto;
}
.side-menu>ul{
    margin: 0;
    padding: 0;
}
.side-menu>ul, .side-menu>ul>li{
    width: 100%;
    list-style: none;
}
.side-menu>ul>li{
    position: relative;
}
.side-menu>ul>li.separator{
    margin: 16px 0;
    height: 1px;
    background: rgba(46,46,48,.8);
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);

    display: none;
}
.side-menu>ul>li>a{
    color: #eee;
    font-size: 13px;
    display: block;
    padding: 12px 16px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.side-menu>ul>li>a:hover{
    background: rgba(0,0,0,.3);
}
.side-menu>ul>li i, .menu-search-container i{
    width: 40px;
    margin-right: 10px;
    font-size: 20px;
    color: #4BB649;
    text-align: center;
}
.side-menu>ul>li:first-child{
    border-bottom: 1px solid rgba(0,0,0,.1) !important;
}
.side-menu a:hover, .side-menu a:hover>i{
    color: #27a8e0;
    text-decoration: none;
}

.side-menu>ul>li:hover>a, .side-menu>ul>li:hover i{
    background: #131820;
    color: #27a8e0;
    text-decoration: none;
}
.side-menu>ul>li>ul{
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    background: #131820;
    padding: 20px;
    z-index: 999 !important;
    display: none;
}
.side-menu>ul>li:hover>ul{
    display: block;
}
.side-menu>ul>li>ul, .side-menu>ul>li>ul>li{
    list-style: none;
    margin: 0;
    padding: 0;
}
.side-menu>ul>li>ul>li a{
    display: block;
    color: #FFF;
    font-size: 13px;
    padding: 8px 10px 8px 20px;
}
.side-menu>ul>li>ul>li a>i{
    float: left;
    font-size: 13px;
    color: rgba(255,255,255,.4);
}
.logo-container{
    padding: 5px 16px;
}
.logo-container img{
    max-height: 50px;
    margin-top: 0;
}
.menu-search-container{
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 6px 20px;
}
.menu-search-container input{
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 8px 0;
    font-size: 16px;
    border: 0;
    width: 70%;
    color: #000;
}
.profile-title{
    position: relative;
    padding: 10px 30px 0;
}
.profile-title>a{
    font-size: 16px;
    font-weight: 700;
    color: #737373;
    text-transform: uppercase;
}
.profile-title>a>i{
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border: 1px solid rgba(0,0,0,.1);
    -webkit-border-radius: 128px;
    -moz-border-radius: 128px;
    border-radius: 128px;
    color: #737373;
}
.profile-title>a:hover, .profile-title:hover>a{
    color: #000;
}
.profile-title>a:hover>i,  .profile-title:hover>a>i{
    border: 1px solid rgba(0,0,0,.5);
    color: #000;
}
.profile-menu{
    position: absolute;
    right: 10px;
    top: 55px;
    background: #FFF;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 20px;
    width: 210px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    display: none;
}
.profile-menu>ul, .profile-menu>ul>li{
    margin: 0;
    padding: 0;
    list-style: none;
}
.profile-menu>i{
    position: absolute;
    right: 20px;
    top: -32px;
    font-size: 50px;
    color: #fbfbfb;
}
.profile-menu >ul>li>a {
    display: block;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 300;
    color: #333;
    text-transform: none;
}
.profile-title:hover>.profile-menu{
    display: block;
}
.compose-sms-container{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 20px 0;
}
.compose-sms-container a{
    background: #ed1f24;
    border: 1px solid #ed1f24;
    color: #FFF;
    display: block;
    padding: 12px 20px;
    text-align: center;
    font-size: 12px;
    margin: 0 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 700;
}
.compose-sms-container a:hover{
    color: #ed1f24;
    border: 1px solid #ed1f24;
    background: #FFF;
}
.compose-sms-container a>i{
    margin-right: 10px;
}
.preview-label{
    font-size: 26px;
    font-weight: 300;
    color: #737373;
}
.message-content{
    resize: vertical;
    max-height: 300px;
    min-height: 180px;
}
.heading-buttons{
    margin-top: -3px;
}
.button{
    display: block;
    float: left;
    padding: 8px 20px !important;
    font-size: 16px;
    text-align: center;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-left: 10px;
}
.blue-button{
    /*background: #003366;*/
    background: #4BB649;
    color: #FFF;
    /*border: 1px solid #003366;*/
    border: 1px solid #4BB649;
}

.light-blue-button1{
    background: #344d89;
    color: #FFF;
    border: 1px solid #344d89;
}
.white-button-blue-text{
    background: #FFF;
    color: #344d89;
    border: 1px solid #FFF;
}
.white-button-black-text{
    background: #FFF;
    color: #000;
    border: 1px solid #FFF;
}
.white-button-blue-border{
    background: #FFF;
    color: #4BB649;
    border: 1px solid #4BB649;
}
.white-button-grey-border{
    background: #FFF;
    color: #222;
    border: 1px solid #333;
}
.black-button{
    background: #000;
    color: #FFF;
    border: 1px solid #000;
}
.red-button{
    background: #4BB649;
    color: #FFF;
    border: 1px solid #4BB649;
}
.invoice-container{
    font-size: 16px;
}
.right-panel .col-md-12{
    padding-left: 0 !important;
}

.status-label{
    width: 80px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #FFF;
    display: block;
    padding: 3px 0;
}
.menu-icon{
    width: 60px;
    height: 60px;
    cursor: pointer;
    float: left;
}
.menu-icon i{
    font-size: 20px;
    color: #444;
    text-align: center;
    line-height: 60px;
    width: 100%;
    height: 100%;
    border-right: 1px solid rgba(0,0,0,.2);
}







































































/* Default Style */
.pagination-container{
    padding:20px 0;
    margin-top:10px;
    display:inline-block;
    margin:0 auto;
}
.pagination-container a, .pagination-container span.current2, .pagination-container span.disabled,.pagination-container a.page_prev,
.pagination-container a.page_next,
.pagination-container span.page_prev,
.pagination-container span.page_next{
    border:1px solid #666 !important;
    background:#999 !important;
    color:#333 !important;
    text-decoration:none;
    font-weight:bold;
    display:block;
    margin:0 2px;
    float:left;
    padding:5px 11px !important;
    -moz-border-radius:64px;
    -webkit-border-radius:64px;
    border-radius:64px;
    font-size:12px;
}
.pagination-container span.dot-separator {
    color:#000;
    float:left;
    display:block;
    padding:3px 10px;
}
.pagination-container span.current2 {
    color:#000 !important;
    background:#FFF !important;
}
.pagination-container a.page_prev,
.pagination-container a.page_next,
.pagination-container span.page_prev,
.pagination-container span.page_next{
    border:none;
    padding:0;
    display:block;
    float:left;
    padding:6px;
    border:1px solid #333;
    -moz-border-radius:64px;
    -webkit-border-radius:64px;
    border-radius:64px;
    background:#FFF !important;
    font-size:12px;
}
.pagination-container a.page_next,
.pagination-container span.page_prev{
    padding:6px 11px !important;
}
.pagination-container a.page_prev:before, .pagination-container span.page_prev:before{
    font-family:FontAwesome;
    content:"\f0d9";
    color:#333 !important;
}
.pagination-container a.page_next:before, .pagination-container span.page_next:before{
    font-family:FontAwesome;
    content:"\f0da";
    color:#333 !important;
}

/* STYLE 2 PAGINATIONS */
.pagination-container2{
    padding:0;
}

.freelancer-stats{
    clear: both;
    margin-bottom: 30px;
}
.freelancer-stats ul, .freelancer-stats ul>li{
    margin: 0;
    padding: 0;
    list-style: none;
}
.freelancer-stats ul>li{
    width: 23%;
    float: left;
    background: #FFF;
    text-align: center;
    margin-right: 34px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, .1);
}
.freelancer-stats ul>li:last-child{
    float: right;
    margin-right: 0;
}
.freelancer-stats ul>li h3{
    font-size: 40px;
    padding: 30px 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.freelancer-stats ul>li h2{
    font-size: 24px;
    font-weight: 300;
    padding: 20px 0;
}
.freelancer-stats ul>li h2,
.freelancer-stats ul>li h3{
    font-weight: 300;
}
.freelancer-stats ul>li:first-child{
    border-bottom: 10px solid rgba(18,25,70,.4);
}
.freelancer-stats ul>li:nth-child(2){
    border-bottom: 10px solid #3d4e93;
}
.freelancer-stats ul>li:nth-child(3){
    border-bottom: 10px solid rgba(0,0,0,.5);;
}
.freelancer-stats ul>li:last-child{
    border-bottom: 10px solid rgba(18,25,70,1);
    color: rgba(18,25,70,1);
}

.freelancer-stats ul>li:last-child h3,
.freelancer-stats ul>li:last-child h2{
    color: rgba(18,25,70,1);
}

.freelancer-stats ul>li:nth-child(2) h3,
.freelancer-stats ul>li:nth-child(2) h2{
    color: #3d4e93;
}

.freelancer-stats ul>li:nth-child(3) h3,
.freelancer-stats ul>li:nth-child(3) h2{
    color: rgba(0,0,0,.5);
}
.quota-manager-container{
    padding: 8px;
    background: rgba(18,25,70,.8);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    display: none;
    position: relative;
}
.quota-container-button input[type=button]{
    float: left;
    margin-left: 10px;
}
.quota-manager-container .quota-container-button{
    width: 36%;
    overflow: hidden;
    float: left;
}
.quota-manager-container .quota-container{
    width: 64%;
    float: left;
}
.quota-manager-container .quota-container label{
    width: 50%;
    float: left;
    font-size: 14px;
    font-weight: 300;
    color: #FFF;
    padding-top: 5px;
}
.quota-manager-container .quota-container input{
    width: 46%;
    float: left;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 16px;
    border: 0;
    text-align: center;
    padding: 3px 0;
}
.manageQuota{
    float: right;
    border: 1px solid #333;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000;
    display: block;
    padding: 3px 5px;
}
.close-quota-window{
    display: block;
    float: right;
    width: 32px;
    height: 32px;
    margin-left: 10px;
    font-size: 24px;
    line-height: 30px;
    color: #FFF;
    cursor: pointer;
}
.quota-manager-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    top: 0;
    left: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
    display: none;
}
.quota-manager-overlay i{
    font-size: 26px;
    color: #FFF;
    line-height: 40px;
}
.dashboad-label{
    font-size: 14px;
    font-weight: 700;
    color: #000;
}
.dashboad-text{
    font-size: 16px;
    font-weight: 300 !important;
    color: #333;
}
.dashboard-label-container{
    padding: 0 0 16px;
}
.side-menu ul>li.current{

}
.side-menu ul>li.current>a span, .side-menu ul>li.current>a i{
    color: #243272 !important;
}
@media print {
    .hide-on-print, .breadcrumb{
        display: none;
    }
}
.the-form-container h3{
    font-size: 26px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 16px;
}
.more-numbers>div{
    margin-bottom: 16px;
}
.number-list{
    overflow-y: auto;
    max-height: 800px;
}
.preview-form-fields input[type=text]{
    width: auto;
    max-width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #FFF !important;
}
.roles-list{
    margin: 0;
    padding: 0;
}
.roles-list, .roles-list>li{
    list-style: none;
}
.roles-list>li{
    padding: 2px;
    border-bottom: 1px solid #e7e7e7;
    text-transform: capitalize;
}
.app-name{
    font-weight: 700;
    padding: 4px;
    margin-top: 16px;
    color: #eee;
    font-size: 12px;
    border: 1px solid #000;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
}
.change-logo-icon{
    position: absolute;
    left: 96%;
    top: 10px;
    background: #FFF;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    color: #243272;
    border: 2px solid #243272;
    display: none;
}
.change-logo-icon i{
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
}
.logo-container:hover>.change-logo-icon{
    display: block;
}


.ssj-select-container{
    position: relative;
    background: rgba(255,255,255,1) !important;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    margin-bottom: 20px;
}
.ssj-select-container select{
    background: #FFF !important;
    padding: 10px 10px !important;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    font-weight:500 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    background: #FFF;
}
.ssj-select-container i{
    z-index: 0;
    position: absolute;
    right: 10px;
    top:12px;
}
.upload-tabs{
    border: 1px solid #243272;
}
.upload-tabs>ul{
    background: #fbfbfb;
    border-bottom: 1px solid #243272;
    padding: 0 !important;
    margin-left: -1px;
}
.upload-tabs>ul>li>a{
    -webkit-border-radius:0 !important;
    -moz-border-radius:0 !important;
    border-radius:0 !important;

}
.upload-tabs>ul>li.active>a {
    background: #243272 !important;
    color: #FFF !important;
}
.uploader-input-container>label{
    font-size: 16px;
    margin-bottom: 0;
}
.uploader-input-container input[type=file]{
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background: #eee;
    cursor: pointer;
    padding: 8px;
    margin-top: 16px;
}
.selects .ssj-select-container {
    float: left;
    width: 25%;
    margin-right: 0;
}
.help-content h3{
    border-bottom: 1px solid #eee;
    padding: 16px 0 16px 16px;
    margin-bottom: 16px;
    font-weight: 900;
}
.help-content{
    background: #fdfdfd;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left:1px solid #dcdcdc;
}
.help-content ul{
    margin: 0;
    padding: 0 0 0 16px;
    list-style: none;
}
.help-content ul>li>h4{
    font-weight: bold;
    color: #253470;
    margin-bottom: 4px;
}
.help-content ul>li {
    margin-bottom: 24px;
}
.help-content ul>li a{
    display: inline-block;
    font-weight: bold;
}
.nav-tabs > li > a{
    background: #ddd !important;
}
.help-content h3{
    border-bottom: 1px solid #eee;
    padding: 16px 0 16px 16px;
    margin-bottom: 16px;
    font-weight: 900;
}
.help-content{
    background: #fdfdfd;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left:1px solid #dcdcdc;
}
.help-content ul{
    margin: 0;
    padding: 0 0 0 16px;
    list-style: none;
}
.help-content ul>li>h4{
    font-weight: bold;
    color: #253470;
    margin-bottom: 4px;
}
.help-content ul>li {
    margin-bottom: 24px;
}
.help-content ul>li a{
    display: inline-block;
    font-weight: bold;
}
.nav-tabs > li > a{
    background: #ddd !important;
}
.flex-container{
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
    box-sizing: border-box;
}
.flex-column{
    flex: 46%;
    max-width: 46%;
    padding: 10px 10px;
    box-sizing: border-box;
}
.dashboard-box-container{
    margin-bottom: 16px;
}
.dashboard-box-container>.dashboard-box{
    border: 1px solid #66a4d2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #FFF;
    overflow: hidden;
}
.dashboard-box-container>.dashboard-box>h3{
    border-bottom: 1px solid #e5f4fa;
    padding: 16px;
    background: #fbfbfb;
    height: 51px;
}
.dashboard-content{
    padding: 16px;
}
.dashboard-box .price{
    float: right;
    color: #315476;
}
.network-row{
    height: 40px;
    border-bottom: 1px solid #e4f4f9;
    padding: 8px 0;
}
.network-collection{
    text-align: right;
    font-weight: bold;
}
.network-icon, .network-collection{
    width: 50%;
    float: left;
}
.chart-container{
    height: 400px;
    text-align: center;
}
.chart-container i{
    font-size: 30px;
    color: #4b83aa;
    margin-top: 180px;
}
.chart-container{
    border-bottom: 1px solid #97d1eb;
}

.reveal-ticket-details{
    text-align: center;
    clear: both;
}
.reveal-ticket-details a{
    display: inline-block;
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    color: yellow;
    border:1px solid yellow;
    padding: 8px 30px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    background: #000;
}
.jackpot-details-div{
    background: rgba(0,0,0,.2);
    width: 700px;
    padding: 40px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    margin: 40px auto;
    clear: both;
}
.jackpot-details-div h3{
    color: #FFF !important;
    font-weight: 300;
    padding:0 0 30px;
    border-bottom: 1px solid rgba(0,0,0,.6);
    text-align: center;
}
.jackpot-details-div ul{
    margin: 0;
    padding: 20px 0 0;
    list-style: none;
}
.jackpot-details-div ul>li{
    width: 25%;
    height: 120px;
    float: left;
    text-align: center;
    color: #FFF;
}
.jackpot-details-div ul>li h4{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}
.jackpot-details-div ul>li p{
    font-size: 24px;
    font-weight: 300;
}
.odometer{
    font-size: 110px;
    display: inline-block;
}
.jackpot-page-content-wrap {
    background: #333;
    padding: 200px 10px;
    text-align:center;
    position: fixed;
    top:0;
    height:100%;
    left: 16%;
    width: 84% !important;
}
.jackpot-container-full-screen{
    width: 100% !important;
    left: 0 !important;
    z-index: 999999999;
}
.jackpot-page-content-wrap h2 {
    color: #fedb00;
    text-align:center;
    font-size: 70px;
    margin-bottom: 50px;
    font-weight: 900;
}
.roll-button-container{
    padding-top:50px;
    width: 100%;
    text-align:center
}
.roll-button-container a{
    display:inline-block;
    padding: 120px;
    font-size: 26px;
    font-weight: bold;
    margin: auto;
    color: #fedb00;
    background: #ff0000;

    border: 1px solid #000;
}
.roll-container{
//height: 500px;
}

.roll-button-container a{
    text-shadow: /* Simulating Text Stroke */
            -1px -1px 0 #000,
            1px -1px 0 #000,
            -1px 1px 0 #000,
            1px 1px 0 #000;

    border: 1px solid rgba(0,0,0,0.5);
    border-bottom: 3px solid rgba(0,0,0,0.5);

    -webkit-border-radius: 200px;
    border-radius: 200px;
    -moz-border-radius: 200px;

//background: rgba(0,0,0,0.25);

    -o-box-shadow:
            0 2px 8px rgba(0,0,0,0.5),
            inset 0 1px rgba(255,255,255,0.3),
            inset 0 10px rgba(255,255,255,0.2),
            inset 0 10px 20px rgba(255,255,255,0.25),
            inset 0 -15px 30px rgba(0,0,0,0.3);

    -webkit-box-shadow:
            0 2px 8px rgba(0,0,0,0.5),
            inset 0 1px rgba(255,255,255,0.3),
            inset 0 10px rgba(255,255,255,0.2),
            inset 0 10px 20px rgba(255,255,255,0.25),
            inset 0 -15px 30px rgba(0,0,0,0.3);

    -moz-box-shadow:
            0 2px 8px rgba(0,0,0,0.5),
            inset 0 1px rgba(255,255,255,0.3),
            inset 0 10px rgba(255,255,255,0.2),
            inset 0 10px 20px rgba(255,255,255,0.25),
            inset 0 -15px 30px rgba(0,0,0,0.3);

    box-shadow:
            0 2px 8px rgba(0,0,0,0.5), /* Exterior Shadow */
            inset 0 1px rgba(255,255,255,0.3), /* Top light Line */
            inset 0 10px rgba(255,255,255,0.2), /* Top Light Shadow */
            inset 0 10px 20px rgba(255,255,255,0.25), /* Sides Light Shadow */
            inset 0 -15px 30px rgba(0,0,0,0.3); /* Dark Background */

    margin: 40px;
    display: inline-block;
    text-decoration: none;
}
.jackpot-fullscreen{
    position: absolute;
    right: 0;
    bottom:0;
    color: #000;
    font-size: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
}
.fullscreen-body .side-menu, .fullscreen-body .top-div{
    display: none;
}

.c2b-chart-menu ul{
    margin:0;
    padding: 0;
}
.c2b-chart-menu ul>li{
    display: inline-block;
    padding: 0;
    float: left;
}
.c2b-chart-menu ul>li.active>a{
    font-weight: bold !important;
    color: #000 !important;
}
.c2b-chart-menu ul>li>a{
    color: #555555 !important;
    padding: 12px 30px;
    border-right:1px solid #eee;
}
.collection-table thead td{
    font-size: 18px;
    font-weight: bold;
}
.collection-table tbody td{
    font-size: 16px;
}
.collection-table tbody>tr:odd>td{
    background: #dddddd !important;
}

.lds-hourglass {
    display: inline-block;
    position: relative;
    width: 250px !important;
    height: 250px !important;
}
.lds-hourglass:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    margin: 6px;
    box-sizing: border-box;
    border: 26px solid #fcf;
    border-color: #fcf transparent #fcf transparent;
    animation: lds-hourglass 1.2s infinite;
    background: #ff0000;
}
.jackpot-number{
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    color: yellow;
    padding: 40px 0;
}
@keyframes lds-hourglass {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
        transform: rotate(1800deg);
    }
}

.winner_row td{
    border-bottom: 1px solid green !important;
    font-weight: bold;
    background: rgba(55,193,7,.14);
}
.losers-draw-container{
    padding: 20px;
    text-align: center;
}
.losers-draw-loader{
    padding: 40px 0;
}
.losers-draw-loader i{
    font-size: 120px;
}
.rollLosersDraw{
    margin: auto;
    float: none !important;
}




.login-logo-container{
    padding: 30px 0;
    text-align: center;
    width: 100%;
}
.login-logo-container img{
    margin: auto;
    display: inline-block;
    max-height: 80px;
}
.the-login-container{
    margin: auto;
    position: relative;
    max-width: 500px;
}
.login-left{
    background: #333;
    padding: 20px;
    height: 500px;
}
.the-login-container label{
    text-align: left !important;
    display: none
}
.the-login-container input[type=email], .the-login-container input[type=password]{
    width: 100%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 11px 20px;
    border: 1px solid #80807f;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
}
.login-right{
    background: #FFF;
    height: 500px;
}
.the-login-form{
    width: 80%;
    margin: auto;
    padding-top: 10px;
}
.login-right h3{
    text-align: center;
    font-weight: 300;
    font-size: 30px;
    padding-bottom: 20px;
}
.login-left{
    overflow: hidden;
}
.login-left img{
    width: 100%;
    height: 100%;
}
.login-div-wrapper{
    position: fixed;
    height: 100%;
    width: 100%;
    display: table;
}
.login-table-cell{
    display: table-cell;
    vertical-align:middle;
}
.page-container .page-content .page-content-wrap{
    padding-bottom: 30px;
}
.copy-right-admin{
    position: fixed;
    left: 30px;
    bottom: 10px;
    width: 100%;
    color: #666;
}














.ssj-table{
    width: 100%;
}

.ssj-table thead th{
    /*background: #112d4e;*/
    border-bottom: 1px solid #222831;
    color: #fff;
    padding: 12px 10px;
    font-weight: 900;
    background: rgba(34,40,49,.8);
    border-top: 1px solid #222831;
}
.ssj-table tbody td{
    /*background: #112d4e;*/
    border-bottom: 1px solid #dbe2ef;
    color: #000;
    padding: 12px 8px;
    font-weight: 400;
    background: #fff;
    vert-align: middle;
}
.ssj-table tbody tr:nth-child(even)>td{
    background: #fbfbfb;
}
.ssj-back-button{
    background: #2d4059 !important;
    border: 1px solid #2d4059 !important;
}
.ssj-form-wrapper>div.form-wrapper .form-row{
    margin: 0 !important;
}
.ssj-form-wrapper>div.form-wrapper{
    background: #fbfbfb;
    border: 1px solid #112d4e;
    padding: 30px;
    clear: both;
    margin-bottom: 30px;
}
.ssj-form-wrapper>div.form-wrapper h3{
    font-weight: 300;
    margin-top: 0 !important;
}
.other-email-item{
    position: relative;
    padding: 0 0 6px;

}
.remove-icon {
    position: absolute;
    color: red;
    background: #FFF;
    z-index: 1;
    text-align: center;
    border: 1px solid red;
    cursor: pointer;
}
.remove-other-email {
    width: 26px;
    height: 26px;
    top: 4px;
    border-radius: 64px;
    line-height: 26px;
    right: 12px;
}
.remove-cuisine{
    bottom: 5px;
    height: 24px;
    line-height: 24px;
    width: 50px;
    border-radius: 2px;
    left: 12px;
}
.cuisine-div{
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.ssj-form-wrapper>div.form-wrapper select{
    -webkit-border-radius:  0 !important;
    -moz-border-radius:  0 !important;
    border-radius:  0 !important;
}
.cuisine-item{
    margin-right: 20px;
}
.display-row{
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.ssj-form-wrapper>div.form-wrapper{
    position: relative;
}
.ssj-form-wrapper>div.form-wrapper .edit-button{
    position: absolute;
    right: 20px;
    bottom: 10px;
}

.answer-item{
    border: 1px solid #eee;
    padding: 16px;
    overflow: hidden;
    margin: 16px;
    background: #fafafa;
}
.answer-item label{
    padding-left: 0 !important;
}
.answer-item div{
    background: none !important;
}



.ssj-table{
    width: 100%;
}

.ssj-table thead th{
    /*background: #112d4e;*/
    border-bottom: 1px solid #222831;
    color: #fff;
    padding: 12px 10px;
    font-weight: 900;
    background: rgba(34,40,49,.8);
    border-top: 1px solid #222831;
}
.ssj-table tbody td{
    /*background: #112d4e;*/
    border-bottom: 1px solid #dbe2ef;
    color: #000;
    padding: 12px 8px;
    font-weight: 400;
    background: #fff;
    vert-align: middle;
}
.ssj-table tbody tr:nth-child(even)>td{
    background: #fbfbfb;
}
.new-rates{
    margin: 0 16px;
    padding: 4px 0;
    height: 52px;
}
.new-rates>div{
    float: left;
}
.new-rates input[type=text]{
    padding: 10px;
    font-size: 14px;
    border: 1px solid #eee;
    width: 90%;
}
.clear{
    clear: both;
}
.new-rates-heading{
    font-weight: 900;
    /*border-bottom: 1px solid #eee;*/
    font-size: 16px;
}
.moreFixedValuesContainer{
    border: 1px solid #eee;
    padding: 16px;
    margin-bottom: 16px;

}
.rate-item-value{
    border: 0;
    background: none;
    width: 100%;
}
.note-editing-area{
    overflow: visible !important;
}
.event-msg-item{
    border: 1px solid #eee;
    margin: 10px;
    background: #fbfbfb;
}
.bootstrap-select{
    width: 100% !important;
}
.event-msg-item .form-field{
    background: none !important;
}

.dropdown-menu .inner{
    max-height: 200px !important;
}
.another-message-box{
    border-top: 1px solid #000;
    clear: bottom;
}
.dt-buttons{
    float: left;
}
.dt-buttons button{
    border: 1px solid #1c222b;
    border-radius: 8px;
    margin-right: 6px;
    background: #FFF;
}
.dt-buttons button:hover{
    background: #1c222b;
    color: #FFF;
}
.dataTables_filter input[type=search]{
    border: 1px solid #1c222b;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}
.provider-img{
    height: 50px !important;
    width: 50px !important;
}