.margin-paginate {
    margin-top: 0;
}

.list-search {
    margin-top: 0;
}

.custom-select .ui-select-toggle {
    outline: 0;
    border: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    -webkit-box-shadow: 0 1px 0 #e6e6e6;
    box-shadow: 0 1px 0 #e6e6e6;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-appearance: menulist-button;
}

.custom-select .ui-select-search {
    outline: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
}

.custom-select .ui-select-bootstrap .ui-select-match-text span {
    font-weight: normal !important;
    display: block !important;
    white-space: pre !important;
    min-height: 1.2em !important;
    padding: 5px 0px 2px 9px !important;
}

.custom-select .ui-select-bootstrap .ui-select-match-text span:focus {
    outline: none !important;
    box-shadow: none;
    background-color: transparent;
}

.custom-select .ui-select-bootstrap .ui-select-match-text span:visited {
    background-color: transparent;
}

.custom-select .ui-select-toggle i {
    display: none;
}

.custom-select .ui-select-toggle:hover {
    background-color: transparent;
    color: darkblue;
}

.custom-select .ui-select-toggle:focus {
    border-color: transparent;
    background-color: transparent;
    -webkit-box-shadow: 0 2px 0 #646464;
    box-shadow: 0 2px 0 #646464;
}

.custom-select .ui-select-toggle:active {
    background-color: transparent;
}

.custom-select .ui-select-toggle:visited {
    background-color: transparent;
    color: transparent;
}

.custom-select .bootstrap-select .btn:focus {
    outline: none !important;
    box-shadow: none;
    background-color: transparent;
}

.custom-select .ui-select-match {
    outline: none !important;
    box-shadow: none;
    background-color: transparent;
}

.no-sidebar {
    padding-left: 0 !important;
}

.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }
    to {
        transform: scale(1) rotate(360deg);
    }
}
@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
.user-details{
    background-color: #5c90d2;
    color: white;
}
.office-details{
    background-color: rgba(56, 62, 71, 0.1);
    color: grey;
    padding: 0px;
}
.padding-fix-5{
    padding: 5px;
}
.background-grey{
    background: grey;
}
.margin-fix-null{
    margin: 0;
}
.padding-fix-7{
    padding-bottom: 7px;
    padding-top: 7px;
}
.user-details-text{
    font-style: italic;
    font-weight: 100;
}

.user-details-container h3.user-details-title {
    margin-top: 0;
    color: #5c90d2;
    font-size: 34px;
    text-transform: unset;
}

.user-details-container hr {
    border-top-color: #ccc;
}

.user-details-container .btn-add-office {
    background-color: transparent;
    color: #ffffff;
    border-color: #ffffff;
    margin-left: 7px;
}

.user-details-container .btn-add-office:hover {
    background-color: #ffffff;
    color: #5c90d2;
    border-color: #ffffff;
}

.user-details-container .btn-add-office:active {
    background-color: #ffffff;
    color: #5c90d2;
    border-color: #ffffff;
}
.user-detail-name{
    font-size: 40px;
    font-style: italic;
    border-bottom: 3px solid;
    border-top: 3px solid;
    padding-top: 5px;
    padding-bottom: 5px;
}
.label-profile{
    font-size: 15px;
    background-color: #f02d35 !important;
}
.profile-card{
    border: 1px solid #d3d3d3a3;
    border-radius: 10px;
    padding: 20px;
}
.main-image-list{
    border: 1px solid lightgrey;
    padding: 15px;
    border-radius: 5px;
    max-width: 100%;
    width: 100%;
    -webkit-box-shadow: 14px 14px 34px 1px rgba(0,0,0,0.46);
    -moz-box-shadow: 14px 14px 34px 1px rgba(0,0,0,0.46);
    box-shadow: 14px 14px 34px 1px rgba(0,0,0,0.46);
}

.checkboxes{
    margin-top: 25px;
    margin-bottom: 35px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid darkgrey;
    border-bottom: 1px solid darkgrey;
}
.icons-fix{
    margin-bottom: 30px;
}
.icon-custom{
    font-weight: bolder;
    font-size: 40px;
    padding-right: 10px;
}
.h1-fix-font{
    font-size: 25px;
    color: black;
    margin-bottom: 15px;
}
.span-fix-font{
    background: #e2e3e3;
    padding: 6px 6px 6px 6px;
    color: #46515c;
    margin-left: 5px;
    border: 1px solid #ADB3B3;
    border-radius: 3px;
    font-weight: bolder;
    box-shadow: 0 1px 3px rgba(0,0,0, 0.12), 0 1px 2px rgba(0,0,0, 0.24);
}
.thumbnail-fix{
    min-height: 150px;
    max-height: 150px;
    max-width: 300px;
    width: 100%;
}
.thumbnail-fix-2{
    min-height: 180px;
    max-height: 180px;
    max-width: 300px;
    width: 100%;
}
.preview-image{
    position: fixed;
    top: 150px;
    z-index: 1000;
    left: 20%;
}
.gallery-custom{
    margin-top: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0, 0.12), 0 1px 2px rgba(0,0,0, 0.24);
    padding-top: 25px;
    padding-bottom: 25px;
}
.buttons-fix{
    margin-top: 40px;
    padding: 20px;
    border-top: 1px solid darkgrey;
}
.form-group-fix{
    margin-bottom: 25px;
}
.custom-ng-map{
    height: 400px;
}

.add-city-button-success{
    color: green;
    background-color: white;
    border-color: green;
}
.add-city-button{
    color: #f02d35;
    background-color: white;
    border-color: #f02d35;
}
.add-city-button:hover{
    color: white;
    background-color: #f02d35;
    border-color: #f02d35;
}
.btn-danger-custom{
    color: #223a5e;
    background-color: white;
    border-color: #223a5e;
}
.btn-danger-custom:hover{
    color: white;
    background-color: #223a5e;
    border-color: #223a5e;
}
.single-apartment-main{
    
    padding: 7px 7px 7px 7px;
    color: #46515c;
    margin-left: 5px;
    
}
.single-apartment-main-addresses{
    background: #e2e3e3;
    padding: 7px 7px 7px 7px;
    color: black;
    font-weight: bold;
    margin-left: 5px;
    border: 1px solid #ADB3B3;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0, 0.12), 0 1px 2px rgba(0,0,0, 0.24);
}
.title-address{
    font-weight: bold;
    font-size: 20px;
}

.single-apartment-main{
    padding: 7px 7px 7px 7px;
    color: #46515c;
    margin-left: 5px;
    
}
.x-button-image{
    margin-bottom: 0px !important;
    color: #cc1a32;
}
.btn-custom-red{
    color: #cc1a32;
    background-color: white;
    border-color: #cc1a32;
}
.btn-custom-red:hover{
    color: white;
    border-color: #cc1a32;
    background-color: #cc1a32;
    border-color: #cc1a32;
}
.back-button{
    color: #d8500d;
    background-color: white;
    border-color: #d8500d;
}
.back-button:hover{
    color: white;
    background-color: #d8500d;
    border-color: #d8500d;
}
.button-blue{
    color: #114dad;
    background-color: white;
    border-color: #114dad;
}
.button-blue:hover{
    color: white;
    background-color: #114dad;
    border-color: #114dad;
}
.button-green{
    color: grey;
    background-color: white;
    border-color: grey;
}
.button-green:hover{
    color: white;
    background-color: grey;
    border-color: grey;
}

.add-shadow{
    box-shadow: 0 1px 3px rgba(0,0,0, 0.12), 0 1px 2px rgba(0,0,0, 0.24);
}

/*sidebar*/

.categories{
    color: white;
    width: 80%;
    margin-left: 10%;
    border-radius: 7px;
    border-bottom: 2px solid rgb(201, 28, 28);
}

.fields-fix{
    background-color: rgba(160, 155, 148, 0.2);
    margin: 10px;
    border-radius: 10px;
}
.text-sidebar{
    color: white;
    /*font-weight: bolder;*/
}
.dashboard-fix{
    background-color:rgb(240, 45, 53);
    font-size: 20px;
    font-style: italic;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0, 0.12), 0 1px 2px rgba(0,0,0, 0.24);
}
.margin-top-fix{
    margin-top: 100%;
}
.fix-yes{
    font-size: 25px;
    font-weight: bolder;
    padding-left: 10px;
    color: green;
    padding-bottom: 0px;
}
.potecial-candidate{
    border: 2px solid green;
    box-shadow: 0 1px 3px rgba(11, 232, 111, 0.12), 0 1px 2px rgba(11, 232, 111, 0.24);
    background: rgba(11, 232, 111, 0.2);
}
.choosen-one{
    background: rgba(11, 232, 111, 0.4);
}
.status-code{
    border: 1px solid green;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 3px;
    padding-top: 3px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(11, 232, 111, 0.12), 0 1px 2px rgba(11, 232, 111, 0.24);
}
.cover-letter{
    background: white;
    padding-top: 25px;
    border: 1px solid darkgrey;
    border-radius: 10px;
    color: black;
}
.new-candidate{
    background: rgba(212, 159, 144, 0.4);
}
.seen-candidate{
    background: grey;
}
.employment-widget{
    box-shadow: 0 1px 3px rgba(0,0,0, 0.12), 0 1px 2px rgba(0,0,0, 0.24);
}
.employment-widget-background{
    background:#f02d35;
    color: #fff;
}

.pulse-button {
    position: absolute;
    top: -15px;
    right: 0;
    color: white;
    border: 2px solid red;
    padding-top: 5px;
    font-weight: bolder;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    font-size: 25px;
    border-radius: 50%;
    background: #DE0937;
    cursor: pointer;
    box-shadow: 5px 5px 5px 0 rgba(222, 9, 55, 0.5);
    -webkit-animation: pulse 1.5s infinite;
}

@keyframes pulse_animation {
    0% { transform: scale(1); }
    30% { transform: scale(1); }
    40% { transform: scale(1.2); }
    50% { transform: scale(1); }
    60% { transform: scale(1); }
    70% { transform: scale(1.1); }
    80% { transform: scale(1); }
    100% { transform: scale(1); }
}

.pulse {
    animation-name: pulse_animation;
    animation-duration: 2000ms;
    transform-origin:70% 70%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.description-fix{
    border: 1px solid grey;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0, 0.12), 0 1px 2px rgba(0,0,0, 0.24);
}
.sidebarfix{
    position: fixed;
    overflow-y: scroll;
    top: 0;
    bottom: 0;
    padding-bottom: 40px;
    width: 245px;
    background-image:url("/../../assets/img/photos/dash.jpg");
    background-size:cover;
    box-shadow: 0 16px 38px -12px rgba(0,0,0,.56), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);



}
.first-image-fix{
    left: 20px;
    padding: 5px;
    position: absolute;
    top: 38px;
    background: rgba(23, 85, 183, 0.7);
    color: white !important;
    font-weight: bolder;
    box-shadow: 0 1px 3px rgba(0,0,0, 0.12), 0 1px 2px rgba(0,0,0, 0.24);
}

.rounded-button-success{
    border: 2px solid green;
    border-radius: 50%;
    margin-top: 15px;
}

.rounded-button{
    border: 2px solid #f02d35;
    border-radius: 50%;
    margin-top: 15px;
    color:#f02d35;
}
.form-item-container{
    border: none !important;
}
.form-item-container .list-inline input{
    border: none !important;
}
.form-item-container .list-inline input{
    box-shadow: none !important;
}
.form-item-container{
    margin-top: -23px !important;
    border: 1px solid darkgrey;
    border-radius: 5px;
}
.custom-data-apartment-title{
    border-bottom: 1px solid #f02d35;
    background: #999;

}
.tax-info {
    padding: 20px;
    background-color:#f4f4f4;
    display: inline-flex;
    width:100%;

}
.tax-info p {
    margin-bottom: 0;
    padding:5px;
}

.icon-info {
    padding: 10px;
    text-align:center;

    /* margin-right: 20px;*/


}
.tax-info img {
    width:50px;
    height:50px;
}
previewImage.canvas {
    background-color: #f3f3f3;
    -webkit-box-shadow: 3px 3px 3px 0 #e3e3e3;
    -moz-box-shadow: 3px 3px 3px 0 #e3e3e3;
    box-shadow: 3px 3px 3px 0 #e3e3e3;
    border: 1px solid #c3c3c3;
    height: 100px;
    margin: 6px 0 0 6px;
}
.color-fix-card{
    color: #000;
}
.level-span{
    margin-right: 10px;
}
.main-level-span{
    margin-top: 15px;
}
.undo-button{
    border: 1px solid black;
    border-radius: 10px;
}
.level-desing{
    border: 1px solid red;
    padding: 5px;
    border-radius: 6px;
    overflow: auto;
    margin-bottom: 10px;
}
.level{
    border:2px solid #f02d35;
    padding:3%;
    margin-bottom:20px;
}
.add-levels-button:hover{
    color:#fff;
    background-color:#f02d35;
}
.add-levels-button{
   margin-left: 10px;
   margin-right:10px;
   display:inline;
}
.user-log-button{
    border: 1px solid grey;
    border-radius: 20px;
    font-style: italic;
    color: black;
    box-shadow: 5px 5px 4px 0px rgba(0, 0, 0, 0.2);
    /*box-shadow: 7px 11px 6px -4px rgba(0, 0, 0, 1);*/
    width: 90%;
    margin-left: 5%;
}
.user-log-button:hover{
    color: white;
    background: #f02d35;
    border: 1px solid #f02d35;
}

.spinner.loading {
    position: relative;
    text-align: center;
}

.spinner.loading:before {
    content: "";
    height: 30px;
    width: 30px;
    margin: -15px auto auto -15px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-width: 8px;
    border-style: solid;
    border-color: #2180c0 #ccc #ccc;
    border-radius: 100%;
    animation: rotation .7s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    } to {
          transform: rotate(359deg);
      }
}

*{box-sizing:border-box;font-family: roboto,sans-serif;}
h2{text-align: center;}
.qa-activity-count {
    position: relative;
    width: 100%;
    max-width: 300px;
    padding-top: 25px;
    margin: 0 auto 20px auto;
    background-color: #58b4d3;
    background:linear-gradient(#58b4d3,#695fb5);
    color: #fff;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
}
.qa-activity-count:before {
    content: "\E01D";
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 160px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0.07;
}
.qa-activity-count:after {
    content: "Pogledaj";
    color: #212121;
    line-height: 55px;
    text-align: center;
    display: block;
    clear: both;
    height: 55px;
    background-color: #fff;
}
.qa-activity-count-item {
    padding: 10px 0px;
    width: 100%;
    float: left;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.35);
    text-align: center;
    margin: 0;
    white-space: nowrap;
    text-transform: uppercase;
    z-index: 9;
    position: relative;
    transition: color 0.2s ease-in-out;
}
.qa-activity-count:hover .qa-activity-count-item {
    color: rgba(255, 255, 255, 0.7);
}

.qa-activity-count-data {
    display: block;
    font-size: 30px;
    font-family: 'Arimo', sans-serif;
    color: #fff;
}

.card-container {
    width: 1000px;
    margin: 15px auto 0;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 440px;
    grid-gap: 40px;
}

.card-container .custom-card {
    position:relative;
    background: #000;
    overflow: hidden;
    border-radius: 10px;
    transition: .5s;
    height:350px;

}

.card-container .custom-card:hover {
    transform: translateY(-20px);
    box-shadow: 0 20px 20px rgba(0,0,0,0.2);

}
.card-container .custom-card .card-img-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s;
}

.card-container .custom-card:hover .card-img-box {
    opacity: 0.5;
}

.card-container .custom-card .card-img-box img {
    width:350px;
    height: 100%;
}

.card-container .custom-card .card-content {
    position: absolute;
    width: 100%;
    height: 60%;
    bottom: -100%;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    transition: 0.5s;
    padding-top: 30px;
}

.card-container .custom-card:hover .card-content {
    bottom:0
}

.card-container .custom-card:nth-child(1) {
    background: linear-gradient(0deg, #c21833, transparent)
}
.card-container .custom-card:nth-child(2) {
    background: linear-gradient(0deg, #8012a5, transparent)
}
.card-container .custom-card:nth-child(3) {
    background: linear-gradient(0deg, #3a414c, transparent)
}

.card-container .custom-card .card-content h2 {
    margin: 0 0 10px;
    padding:0;
    color: #fff;
    font-size: 20px;
}

.card-container .custom-card .card-content h2 span {
    color: #ffeb3b;
    font-size: 16px;
}

.card-container .custom-card .card-content p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 13px;
}

.card-container .custom-card .card-content ul {
    display: flex;
    margin: 10px 0 0;
    padding: 0;
    align-items: center;
    justify-content: center;
}

.card-container .custom-card .card-content ul  li {
    list-style: none;

}

.card-container .custom-card .card-content ul li a {
    color: #fff;
    padding: 0 10px;
    font-size: 18px;
    transition: 0.5s;
}

/*CARD CONTAINER*/


.custom-file-upload input[type="file"] {
    display: none;
}
.custom-file-upload .custom-file-upload1 {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}



.twPc-div {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e1e8ed;
    border-radius: 6px;
    height: 200px;
    max-width: 340px; // orginal twitter width: 290px;
}
.twPc-bg {
    background-image: url("https://pbs.twimg.com/profile_banners/50988711/1384539792/600x200");
    background-position: 0 50%;
    background-size: 100% auto;
    border-bottom: 1px solid #e1e8ed;
    border-radius: 4px 4px 0 0;
    height: 95px;
    width: 100%;
}
.twPc-block {
    display: block !important;
}
.twPc-button {
    margin: -35px -10px 0;
    text-align: right;
    width: 100%;
}
.twPc-avatarLink {
    background-color: #fff;
    border-radius: 6px;
    display: inline-block !important;
    float: left;
    margin: -30px 5px 0 8px;
    max-width: 100%;
    padding: 1px;
    vertical-align: bottom;
}
.twPc-avatarImg {
    border: 2px solid #fff;
    border-radius: 7px;
    box-sizing: border-box;
    color: #fff;
    height: 72px;
    width: 72px;
}
.twPc-divUser {
    margin: 5px 0 0;
}
.twPc-divName {
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
}
.twPc-divName a {
    color: inherit !important;
}
.twPc-divStats {
    margin-left: 11px;
    padding: 10px 0;
}
.twPc-Arrange {
    box-sizing: border-box;
    display: table;
    margin: 0;
    min-width: 100%;
    padding: 0;
    table-layout: auto;
}
ul.twPc-Arrange {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.twPc-ArrangeSizeFit {
    display: table-cell;
    padding: 0;
    vertical-align: top;
}
.twPc-ArrangeSizeFit a:hover {
    text-decoration: none;
}
.twPc-StatValue {
    display: block;
    font-size: 18px;
    font-weight: 500;
    transition: color 0.15s ease-in-out 0s;
}
.twPc-StatLabel {
    color: #8899a6;
    font-size: 10px;
    letter-spacing: 0.02em;
    overflow: hidden;
    text-transform: uppercase;
    transition: color 0.15s ease-in-out 0s;
}




.ctn {
    display: block;
    margin: auto;
    text-align: center;
}

/*BLUE*/
.b-blue, .b-blue:before {
    background: rgba(151, 153, 156,1);
    background: -moz-linear-gradient(45deg, rgba(151, 153, 156,1) 0%, rgba(177, 187, 201,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(151, 153, 156,1)), color-stop(100%, rgba(177, 187, 201,1)));
    background: -webkit-linear-gradient(45deg, rgba(151, 153, 156,1) 0%, rgba(177, 187, 201,1) 100%);
    background: -o-linear-gradient(45deg, rgba(151, 153, 156,1) 0%, rgba(177, 187, 201,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(151, 153, 156,1) 0%, rgba(177, 187, 201,1) 100%);
    background: linear-gradient(45deg, rgba(151, 153, 156,1) 0%, rgba(177, 187, 201,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0576ff', endColorstr='#24f8ff', GradientType=1 );
}
/*END GRADIENTS*/
/*BASE BUTTON*/
.button {
    display: inline-block;
    position: relative;
    border-radius: 3px;
    text-decoration: none;
    padding: .5em;
    margin: .5em;
    font-size: 16px;
    font-weight: bold;
    transition: all .5s;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.button:hover {
    text-shadow: 0px 0px 0px rgba(255, 255, 255, .75);
}
.button:hover:after {
    left: 100%;
    top: 100%;
    bottom: 100%;
    right: 100%;
}
.button:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    border-radius: 5px;
    transition: all .5s;
}
.button:after {
    content: '';
    display: block;
    position: absolute;
    left: 2px;
    top: 2px;
    bottom: 2px;
    right: 2px;
    z-index: -1;
    border-radius: 5px;
    transition: all .5s;
}
.button2 {
    display: inline-block;
    font-size: 16px;
    margin: .5em;
    padding: .5em;
    border-radius: 5px;
    transition: all .5s;
    filter: hue-rotate(0deg);
    color: #FFF;
    text-decoration: none;
}
/*END BASE BUTTON*/
/*ROTATE*/
.rot-360-noscoop:hover {
    filter: hue-rotate(360deg);
    transform: rotate(360deg);
}
.rot-135:hover {
    filter: hue-rotate(135deg);
}
.rot-90:hover {
    filter: hue-rotate(90deg);
}