
.ui.simple.dimmer {
    z-index: 1;
}

.resume-expect-jobs {

}

.highcharts-credits, .highcharts-button-box {
    display: none;
}



.mb_10 {
    margin-bottom: 10px;
}

.modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.edit-hover {
    padding: 5px;

}

.edit-hover:hover {
    background: #cacaca;
    opacity: 0.6;
    border-radius: 10px;
}

.resume-experience {
    background: #fff;
    float: left;
    border: solid 30px #fff;
    padding-bottom: 30px;
    width: 100%;
    position: relative;
}

.btn-blue {
    color: #fff;
    background-color: #2980b9;
    border-color: #2980b9;

}

.modal-dialog input[type="checkbox"] {
    width:auto;
}
.tree,
.tree ul {
    margin:0;
    padding:10px;
    list-style:none;
}

.tree ul {
    margin-left:1em; /* indentation */
    position:relative;
}

.tree ul ul {margin-left:.5em} /* (indentation/2) */

.tree ul:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    border-left:1px solid;
}

.tree li {
    margin:0;
    padding:0 1.5em; /* indentation + .5em */
    line-height:2em; /* default list item's `line-height` */
    color:#369;
    font-weight:bold;
    position:relative;
}

.tree ul li:before {
    content:"";
    display:block;
    width:10px; /* same with indentation */
    height:0;
    border-top:1px solid;
    margin-top:-1px; /* border top width */
    position:absolute;
    top:1em; /* (line-height/2) */
    left:0;
}

.tree ul li:last-child:before {
    background:white; /* same with body background */
    height:auto;
    top:1em; /* (line-height/2) */
    bottom:0;
}

.a2lix_translationsFields {
    padding-top: 10px;
}


/********************************/

.company-list-location {
    float: left;
    color: #999999;
    text-transform: uppercase;
    font-size: 10px;
}

.company-list-location .fa {
    margin-right: 5px;
    color: #999999;
}

.company-list-name {
    float: left;
    color: #484848;
    font-size: 18px;
    margin-top: 4px;
    font-family: Roboto Slab;
    width: 100%;
}

#companies-block-list-ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}

#companies-block-list-ul li {
    float: left;
    width: 100%;

    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    /*opacity: 0;*/

    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

#companies-block-list-ul li.animate {
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;

    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.mt_10 {
    margin-top: 10px !important;
}

.rapoarte {
    margin-top:15px;
}

.rapoarte div {
    margin-bottom: 10px;
}

.rapoarte .btn-primary {
    width: 254px;
}

.page-header {
    margin-top: 5px;
}

.modal .close {
    margin: 5px;
}

.mt_5 {
    margin-top: 5px;
}

.modal .dl-horizontal dt {
    margin-right: 5px;
}
.modal .dl-horizontal dd {
    margin: 2px 0px;
}

.gramada-de-actiuni {
    display: inline-block;
}

.static_pages textarea {
    height: 200px;
}

.table td .btn {
    margin-bottom: 5px;
    min-width: 75px;
}

.label_tag {
    margin-bottom: 5px;
}

.mt_25{
    margin-top: 25px;
}
.col-ch-1{
    width:25px;
    float:left;
    margin-left:10px;
}
.col-ch-2{
    float:left;
}
.charity_nav{
    width: 100%;
}

.charity_nav .list-group-item:last-child{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.charity_menu{
   padding: 0px;
}
.charity_menu .navbar-nav{
    width: 100%;
}
.charity_menu .navbar-nav .list-group-item:first-child{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.charity_menu .navbar-nav .list-group-item:last-child{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
@media (min-width:320px) and (max-width:767px){
    .charity_menu .navbar-nav{
        width: 100%;
        margin: auto;

    }
    .charity_nav .navbar-toggle{
        margin-bottom: 0;
        padding: 5px;
    }
    .charity_navbar{
        min-height: 40px;
    }
}
.page-header {
    margin-top: 30px;
     padding-bottom: 0;
     margin-bottom: 30px;
}
.page-header h1{
    margin-top:0;
}
.mb_30{
    margin-top:30px;
    margin-bottom: 15px;
}

.comm-header {
    padding:10px 0px;
}

.comm-body {
    padding:5px 0px;
    border-bottom: 1px solid #cacaca;
    margin-bottom: 10px;
}

.navbar {
    border-radius: 0px;
}

.navbar-right {
    margin-right: 0px;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 4px;
    left: 14px;
    height: 23px;
    width: 23px;
    background-color: #fff;
    border: 1px solid #9a9a9a;
}

/* On mouse-over, add a grey background color */
.container_checkbox:hover input ~ .checkmark {
    background-color: #00A4EF;
    border: 1px solid #337ab7;
}

/* When the checkbox is checked, add a blue background */
.container_checkbox input:checked ~ .checkmark {
    background-color: #00A4EF;
    border: 1px solid #337ab7;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container_checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container_checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mce-notification-warning {
    display: none;
}

.mt_40 {
    margin-top: 40px;
}

.mb_40 {
    margin-bottom: 40px;
}

.change-photo {
    margin-top: 10px;
}

.attachments a.att_name {
    display: inline-flex;
    line-height: 44px;
    vertical-align: middle;
}

.attachments i {
    font-size: 40px;
    width: 50px;
}

.attachments .pdf {
    color: #FF1E1E;
}

.attachments .word {
    color: #26468F;
}
.attachments .xls {
    color: #207347;
}

.test.col-lg-2{
	width: 320px;
}
.test.col-lg-10{
	width: calc(100% - 320px);
}
.contact_page {
    padding-left: 0px;
}
.checkbox label {
    line-height: 26px;
}

@media (max-width:767px){
    .test.col-lg-2{
	width: 100%;
    }
    .test.col-lg-10{
        width: 100%;
    }
    .charity_menu{
        padding: 0;
        margin-top: 5px;
    }
}