
    a {
        color: #ff4780;
    }

    .modal {
        text-align: center;
    }

    .uni-link {
        cursor: pointer;
    }

    .logo {
        height: 42px;
    }

    @media screen and (max-width: 455px) {
        .greybottom {
            padding: 10px;
        }
        .greybottom .btn {
            margin-top: 6px;
            margin-bottom: 20px;
            min-width: 140px;
            float: none;
        }
    }

    @media screen and (min-width: 768px) {
        .modal:before {
            display: inline-block;
            vertical-align: middle;
            content: " ";
            height: 50%;
        }
    }

    .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }

    .modal-body.padded {
        padding: 30px;
    }

    .modal-footer.padded {
        padding: 20px;
    }

    .modal-header .close {
        margin-top: -8px;
    }


    #ajax-spinner {
        display: none;
        z-index: 10000;
    }

    #ajax-spinner .ovrlej {
        position:fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
    }

    #ajax-spinner .spinner {
        position: fixed;
        width: 25%;
        left: 38%;
        top: 10%;
        padding: 30px;
        border-radius: 12px;
    }

    .prihlasenjako {
        font-weight: 100;
        margin-top: 10px;
        display: table;
        float: left;
    }

    .chosen-container {
        margin-bottom: 15px;
    }

    .jaktonaprasil .chosen-single {
        background: #fff url('../images/select.png') left center no-repeat !important; padding: 0 15px 0 70px !important;
    }
    .chosen-container-single .chosen-single {
        border-radius: 5px;
        border: 1px solid #d7d7d7;
        position: relative;
        height: 58px;
        font-size: 15px;
        color: #777777;
        text-align: left;
        padding-left: 20px;
    }

    input[type="submit"] {
        margin-top: 20px;
    }

    .flashes {
        display: block;
        width: 75%;
        clear: both;
        margin-bottom: -10px;
        margin-top: 15px;
    }

    h1{font-size: 27px; font-weight: 400; color: #4c4c4c; margin: 10px 0 10px 0;}
    h2{font-size: 22px; font-weight: 400; color: #4c4c4c; margin: 5px 0 10px 0;}


    .hr {
        display: block;
        clear: both;
        width: 100%;
        height: 5px;
        border-bottom: #e3e3e3 1px solid;
    }

    article{padding-bottom: 18px;}

    .greybottom {
        margin-top: 10px;
    }

    .cta {
        font-size: 18px;
        text-decoration: none;
        float: none;
        display: table;
        width: auto;
        min-width: 80%;
        padding-right: 20px;
        margin: 15px auto 18px auto;
        background-image: none;
        text-align: left;
        padding-left: 20px;
    }

    .cta i.glyphicon {
        margin-left: 2px;
        padding-right: 18px;
        font-size: 18pt;
        position: relative;
        top: 5px;
    }

    .br {
        display: block;
        width: 100%;
        height: 10px;
    }

    .colorrect {
        width: 30px;
        height: 30px;
        display: block;
        padding: 6px;
        background-color: #f4f4f4;
        border: 1px solid #d7d7d7;
    }

    .bike_detail .one {
        text-align: left;
    }

    .bike_detail tr td {
        padding: 15px 15px;
    }

    .photogallery {
        display: table;
        width: 100%;
        text-align: center;
    }

    .photogallery .thumb img {

    }

    .photogallery .thumb {
        display: inline-block;
        width: 107px;
    }

    .drop_area.uploading .drop_box {
       display: none;
    }

    .drop_box .announce {
        margin-top: 10px;
        font-size: 16pt;
        font-weight: 300;
    }

    .drop_area{
        min-height: 50px;
        overflow: hidden;
        padding-top: 20px;
        padding-bottom: 20px;
        border: #dadada 2px dashed;
        background-color: #f7f7f7;
        border-radius: 6px;
        margin: 20px 0;
    }


    .drop_area .preview{
        width:245px;
        height: 215px;
        position: relative;
        text-align: center;
    }

    .drop_area .preview img{
        max-width: 240px;
        max-height:180px;
        border:3px solid #fff;
        display: block;

        box-shadow:0 0 2px #000;
    }

    .drop_area .imageHolder{
        display: inline-block;
        position:relative;
    }


    .drop_area .progressHolder{
        position: absolute;
        background-color:#252f38;
        height:12px;
        width:100%;
        left:0;
        bottom: 0;

        box-shadow:0 0 2px #000;
    }

    .drop_area .progress{
        background-color:#2586d0;
        position: absolute;
        height: 100%;
        left:0;
        width:0;

        box-shadow: 0 0 1px rgba(255, 255, 255, 0.4) inset;

        -moz-transition:0.25s;
        -webkit-transition:0.25s;
        -o-transition:0.25s;
        transition:0.25s;
    }

    .drop_box .preview.done .progress{
        width:100% !important;
    }

    .bike-list {

    }

    .info-message, .form-key-value {
        display: table;
        width: 100%;
        border: 1px solid #e2e2e2;
        margin: 10px 0 10px 0;
        font-weight: 400;
        font-size: 15px;
        color: #4c4c4c;
        padding: 0;
        border-bottom: 1px solid #e2e2e2;
        border-radius: 6px;
    }
    .info-message .icon, .fkv-k {
        display: table-cell;
        vertical-align: middle;
        padding: 0 30px;
        background: #f6f6f6;
        text-align: center;
        border-right: 1px solid #e2e2e2;
        border-bottom-left-radius: 6px;
        border-top-left-radius: 6px;
        border-bottom: 1px solid #e2e2e2;
        font-size: 18px;
    }
    .info-message .icon {
        width: 20px;
    }

    .info-message .text, .fkv-v {
        display: table-cell;
        padding: 10px;
        vertical-align: middle;
        line-height: 30px;
        /* width: 100%; maybe?*/
    }

    .fkv-v {
        width: 100%;
    }

    .sto.padded {
        margin-top: 20px;
    }

    .attach-label-link {
        display: none;
    }

    .attach-label-form-hidden .attach-label-link {
        display: inline;
    }

    .attach-label-form-hidden .attach-label-form {
        display: none;
    }

    .btn.std {
        clear: both; display: inline-block;
        padding-left: 20px;
    }

    .btn.for-icon {
        padding-left: 16px;
        padding-right: 16px;
        width: 10px;
        min-width: 0;
        display: inline-block;
        margin: 0 8px;
    }

    .btn.bike-found, .btn.bike-stolen, .btn.bike-transfer, .btn.send-gps {
        font-size: 18px;
        margin: 20px 0;
        padding: 15px 30px;
        color: #fafafa;
        border: none;
    }

    .btn.new-message {
        font-size: 14pt;
        margin: 0 0 25px 0;
        padding: 10px 30px;
        color: #fafafa;
        border: none;
    }

    .btn {
        height: auto;
    }

    .btn.bike-transfer {  background-color: #21c338; }
    .btn.bike-found {  background-color: #619cff; }
    .btn.bike-stolen { background-color: #ff4500; }
    .btn.new-message { background-color: #dd7a3a; }
    .btn.send-gps { background-color: #dd7a3a; }
    .btn.bike-stolen i, .btn.bike-found i, .btn.new-message, .btn.send-gps i {
        margin-right: 15px;
        margin-left: -5px;
        position: relative;
        top: 4px;
    }

    .contactform .submitwrap {
        padding: 0;
    }

    .contactform {
        padding: 10px 45px;
    }

    .no-form-wrap .submitwrap {
        padding: 0;
    }

    .no-form-wrap {
        padding: 10px 15px;
    }

    .passrec {
        margin-right: 90px;
        margin-top: -28px;
        z-index: 1000;
        position: relative;
    }

    h2 .stolen {
        color: #ff4500;
    }

    tr.stolen td {
        background-color: #ff4500;
        color: white;
    }
    tr.stolen:hover td {
        background-color: #c53500;
    }

    .jaktonaprasil .select2-container .select2-selection  {
        background: #fff url('../images/select.png') left center no-repeat !important; padding: 0 15px 0 70px !important;
    }

    .stepselect {
        margin: 20px 20px 0 20px;
    }


    article.static {
        padding-left: 20px;
        padding-right: 20px;
    }

    article.static img {
        max-width: 100%;
        margin: 0 auto;
        display: table;
    }

    article.static h1 {
        margin-bottom: 20px;
    }

    article.static h3, article.static h1 {
        float: none;
    }

    article.static ul li {
        list-style: outside disc;
        padding-bottom: 8px;
        padding-top: 12px;
        padding-left: 0;
    }

    article.static ul {
        padding-left: 40px;
    }

table tr td {
    word-break: normal;
}

    p.par {
        text-align: justify;
    }

    .messages {
        clear: both;
        padding: 50px 0;
    }

    .messages .message {
        clear: both;
        padding: 5px 0 16px 0;
        border-bottom: 1px solid #d0e0d0;
    }

    .messages .message:first-child {
        border-top: 1px solid #d0e0d0;
    }

    .message .info {
        font-size: 11px;
    }

    .message .info .date {
        float: right;
    }

    .message .info .date:after {
        clear: both;
    }

    .message .info .name {
        float: left;
    }

    .message .thumb {
        display: inline-block;
    }

    .message .thumb img {
        width: 107px;
    }

    .message .body p {
        padding: 10px;
    }


    .issue-state-open td {  background-color: rgb(214, 239, 224);  }
    .issue-state-open:hover td {  background-color: rgb(170, 239, 184) !important;  }

    .issue-list tr td {
        font-size: 11px;
        padding-left: 6px;
        padding-right: 6px;
    }

    .issue-list tr td.subject {
        font-size: 15px;
    }

    .cancel-issue {
        margin-top: 10px;
    }

    .small-link{
        color: #777777;
        font-size: 13px;
    }

    table.part-list, table.part-list tr:last-child td {
        border: 0;
    }
    table.part-list {
        margin-bottom: 20px;
    }

    /* popover */
    .popover-title {
        width: 200px !important;
    }

    .popover-content .btn {
        cursor: pointer !important;
        margin: 10px 20px !important;
    }

    .popover-content .btn-group {
        clear: both;
        padding-top: 10px;
    }

    .photogallery a {
        cursor: pointer;
    }

    .photogallery a:hover {
        background-color: rgb(23, 177, 91);
        color: white;
    }


    /* where is the label located */
    .manu-logos a img {
        float: left;
        width: 178px;
        margin: 10px;
        border: 1px solid transparent;
    }

    .manu-logos a:hover img {
        border: 1px solid #404040;
    }

    .manu-logos {
        padding-bottom: 10px;
    }

    .label-placement {
        clear: both;
        padding-top: 20px;
    }
	
	.gps-send {
		background-color: #ff4780;
		color: white;
		line-height: inherit;
		padding: 15px 30px;
		font-weight: bold;
        width: 70%;
        font-size: 16px;
        float: none;
        margin: 10px auto;
	}

    .downloadQR {
        background-color: #877aff;
        color: white;
        margin-top: 20px;
        margin-bottom: 10px;
    }
	
	.negative {
		color: green;
	}

    .visibility_checkbox {
        display:none;
    }

    .visibilityInputTable tr td:nth-child(2) input[type="checkbox"]:checked ~ label:before {background: #fff url('../images/zobrazitnawebu.png') center center no-repeat; }
    .visibilityInputTable tr td:nth-child(2) input[type="checkbox"] ~ label:before {background: #fff url('../images/nezobrazitnawebu.png') center center no-repeat; border: 0; }

    .visibilityInputTable {
        padding: 15px;
        margin: 0;
        border: 0;
    }

    .visibilityInputTable td {
        padding: 5px;
    }

    .visibilityInputTable td {
        border: 0;
    }

    .visibilityInputTable.with-border tr:not(:last-child) td {
        border-bottom: 1px solid #e0e0e0;
    }

    .visibilityInputTable.with-border tr:not(:first-child) td:first-child {
        padding-top: 15px;
    }

    .visibilityInputTable tr td:nth-child(2) {
        /* border-right: 3px solid #e2e2e2; */
    }

    .visibilityInputTable .checkbox-label {
        width: 20px !important;
        min-width: 20px !important;
        height: 20px;
        min-height: 20px;
        margin: 0 !important;
        padding: 0 !important;;
    }

    .visibilityInputTable label {
        height: auto !important;
        min-height: 30px;
    }

    .bike_detail.contacts .two {
        font-size: 18px !important;
    }

    .bike_detail.contacts .one {
        font-size: 18px !important;
        width: 30px;
    }

    .info-message .text.gps {
        font-weight: bold;
    }

    .bike_detail .separator td {
        padding: 1px;
        padding-bottom: 0;
        height: 10px;
        border-bottom: 2px solid #e0e0e0;
        border-top: 2px solid #e0e0e0;
    }

    .float-left {
        float:left;
    }

    .float-right {
        float: right;
    }

    .btn.show-map {
        background: #74b769;
    }

    .btn.call-ambulance {
        background: #00a7d0;
    }

    .alert-success {
        background: #d8ebd1;
    }

    .alert-danger {
        background: #ebdcd2;
    }

    .personInfoFormTable .description {
        color: #f1a417;
    }

    table .four{text-align: center; border-left: 1px solid #e2e2e2;}

    .clear {
        clear: both;
    }