﻿
/* Table ext */

.color-box {
    height: 20px;
    width: 20px;
    background-color: black;
    border-radius: 50%; 
    border: 1px solid #999;
}


/* Table ext ends */

.img-card {
    height: 200px;
    width: 200px;
}

.image-table-content table {
    width: 100%;
}

.image-table-content td {
    padding: 0 8px;
}

.image-table-content th {
    padding: 0 8px;
    width: 100px;
}

.btn-h {
    cursor: pointer;
}

.title-chk input[type="checkbox"] {
    padding-right: 8px;
    margin: 8px;
    border: 2px solid black;
}

.link-text-strik {
}

.btn-dis {
    border: 1px solid darkgrey !important;
    outline: none !important;
    box-shadow: none !important;
}

.btnSel {
    padding: 1px;
    background-color: white;
    border: 2px solid black;
}

.btn-out {
    border-radius: 50% !important;
    outline-offset: 2px;
    box-shadow: 5px 5px 4px rgb(128, 128, 128, 0.4);
}

.btnNSel {
    padding: 2px;
    background-color: white;
    border: 1px solid black;
}

.card-shadow {
    box-shadow: 3px 3px 4px rgba(128, 128, 128, 0.3);
}

.shadow-down {
    box-shadow: 0px 5px 4px rgba(128, 128, 128, 0.3);
}

.shadow-up {
    box-shadow: 0px 5px 4px rgba(128, 128, 128, 0.3) inset;
}

.show-b {
    border: 1px solid red;
    display: inline-block;
}

.cart-item {
    padding: 5px 8px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.3);
}

.sum-line {
    background-color: white;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 1px 0;
    margin: 8px 0;
}


.cards {
    padding: 10px 0;
}

/* title list */
.title-list {
    padding: 1px 5px;
    margin: 0;
    list-style: none;
}

.title-item {
    border: none;
    display: inline-block;
    border-left: 2px solid red;
    padding: 0 8px;
    margin: 0 1px;
    min-width: 130px;
    font-weight: bold;
}


/* model full size */
/*.modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
}*/

/*end modal */

/* cropper */

.crop-container {
    max-height: 530px;
}

#property-section .input-group {
    padding: 3px 0;
}

.img-preview {
    overflow: hidden;
    width: 112px;
    height: 160px;
}

.preview {
    overflow: hidden;
    width: 50px;
    height: 50px;
}


.display-box {
    padding: 50px 20px;
    box-sizing: border-box;
    margin: 100px auto;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    background: #fdfdfd;
    width: 50%;
}


.form-holder {
    padding: 20px 20px;
    box-sizing: border-box;
    margin: 10px auto;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    background: #fdfdfd;
}

.form-holder-footer {
    padding: 40px 20px;
    width: 100%;
    height: 100px;
    text-align: right;
}

    .form-holder-footer button {
        margin: 0 6px;
    }

/* spinner */

.spinner-box {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
}

.spinner {
    width: 50px;
    height: 50px;
    position: relative;
    margin: 5px auto;
}

    .spinner div {
        box-sizing: border-box;
        position: absolute;
        width: 100%;
        height: 100%;
        border: 8px solid transparent;
        border-top-color: #ff0000;
        border-radius: 50%;
        animation: spinnerOne 1.2s linear infinite;
    }

        .spinner div:nth-child(2) {
            border: 8px solid transparent;
            border-bottom-color: #f14444;
            animation: spinnerTwo 1.2s linear infinite;
        }

@keyframes spinnerOne {
    0% {
        transform: rotate(0deg);
        border-width: 10px;
    }

    50% {
        transform: rotate(180deg);
        border-width: 1px;
    }

    100% {
        transform: rotate(360deg);
        border-width: 10px;
    }
}

@keyframes spinnerTwo {
    0% {
        transform: rotate(0deg);
        border-width: 1px;
    }

    50% {
        transform: rotate(180deg);
        border-width: 10px;
    }

    100% {
        transform: rotate(360deg);
        border-width: 1px;
    }
}

/*Spinner*/

/* Set padding to keep content from hitting the edges */
/*.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
/*.dl-horizontal dt {
    white-space: normal;
}*/

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/
