﻿body {
    font-family: 'Quicksand', sans-serif;
}
.primaryColor {
    color: #0069A9;
}
.secondaryColor {
    color: #BABBBC;
}

form .error {
    color: #ff0000;
}

.validation {
    color: #ff0000;
    font-size:80%;
    font-weight:bold;
}

.validationFormControl {
    border: 1px solid red !important;
    border-radius:5px;
}

.notificationCount {
    border-radius: 100%;
    background-color: red;
    color: #fff;
    margin: 2%;
    text-decoration: dotted
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    font-size: inherit;
    vertical-align: middle;
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga'
}
.outerSignInCol {
    border-radius: 10px;
    padding: 3%;
    margin-top: 5%;
    box-shadow: 2px 2px 51px #e5f5ff;
}

.btn-primaryColor {
    background-color: #0069A9;
    color: white;
    padding: 3px 30px;
}

    .btn-primaryColor:hover {
        background-color: #3387ba;
        color: white;
    }

hr {
    width: 100%;
    color: #BABBBC;
}

.addTopMargin{
    margin-top:1%;
}
.pointer:hover {
    color: #0069A9;
    cursor: pointer;
}
.topIcon {
    font-size: 10vh;
    color: #0069A9
}

.labelFormControl {
    border: 0;
}
.errorDiv {
    border: 1px solid #BABBBC;
    border-radius: 10px;
    padding:5px;
}

    .containerBoxEditIcon:hover {
        cursor: pointer;
        color: #0069A9;
    }

.errorIcon {
    font-size: 18vh;
    color: red
}
.hideDiv{
    display:none;
}
.rightAlignTxt{
    text-align:right;
    
}
.boldText {
    font-weight: bold;
}
.btnFirst{
    color:white;
}
    .btnFirst:hover {
        -webkit-box-shadow: 0px 7px 33px 2px rgba(0,105,169,0.56);
        box-shadow: 0px 7px 33px 2px rgba(0,105,169,0.56);
        transition: 0.5s;
        color: white;
    }
.disabled {
    pointer-events: none;
}
.highlight {
    border: 1px solid #007bff;

}
.pointy:hover{
    cursor:pointer
}

.footer-distributed {
    background-color: #e5e8e8;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: 700 16px sans-serif;
    padding: 55px 50px;
    margin-top: 0;
}

    .footer-distributed .footer-center,
    .footer-distributed .footer-left,
    .footer-distributed .footer-right {
        display: inline-block;
        vertical-align: top;
    }

    .footer-distributed .footer-left {
        width: 40%;
    }

    .footer-distributed h3 {
        color: #292c2f;
        font: 400 36px;
        margin: 0;
    }

        .footer-distributed h3 span {
            color: #bb1818;
        }

    .footer-distributed .footer-links {
        color: #292c2f;
        margin: 20px 0 12px;
        padding: 0;
    }

        .footer-distributed .footer-links a {
            display: inline-block;
            line-height: 1.8;
            text-decoration: none;
            color: inherit;
        }

    .footer-distributed .footer-company-name {
        color: #8f9296;
        font-size: 14px;
        font-weight: 400;
        margin: 0;
    }

    .footer-distributed .footer-center {
        width: 35%;
    }

        .footer-distributed .footer-center i {
            background-color: #292c2f;
            color: #e5e8e8;
            font-size: 25px;
            width: 38px;
            height: 38px;
            border-radius: 50%;
            text-align: center;
            line-height: 42px;
            margin: 10px 15px;
            vertical-align: middle;
        }

            .footer-distributed .footer-center i.fa-envelope {
                font-size: 17px;
                line-height: 38px;
            }

        .footer-distributed .footer-center p {
            display: inline-block;
            color: #292c2f;
            vertical-align: middle;
            margin: 0;
        }

            .footer-distributed .footer-center p span {
                display: block;
                font-weight: 400;
                font-size: 14px;
                line-height: 2;
            }

            .footer-distributed .footer-center p a {
                color: #5383d3;
                text-decoration: none;
            }

    .footer-distributed .footer-right {
        width: 20%;
    }

    .footer-distributed .footer-company-about {
        line-height: 20px;
        color: #717d7e;
        font-size: 13px;
        font-weight: 400;
        margin: 0;
    }

        .footer-distributed .footer-company-about span {
            display: block;
            color: #717d7e;
            font-size: 14px;
            font-weight: 700;
            margin-bottom: 20px;
        }

    .footer-distributed .footer-icons {
        margin-top: 25px;
    }

        .footer-distributed .footer-icons a {
            display: inline-block;
            width: 35px;
            height: 35px;
            cursor: pointer;
            background-color: #95a5a6;
            border-radius: 2px;
            font-size: 20px;
            color: #fff;
            text-align: center;
            line-height: 35px;
            margin-right: 3px;
            margin-bottom: 5px;
        }

@media (max-width: 880px) {
    .footer-distributed {
        font: 700 14px sans-serif;
    }

        .footer-distributed .footer-center,
        .footer-distributed .footer-left,
        .footer-distributed .footer-right {
            display: block;
            width: 100%;
            margin-bottom: 40px;
            text-align: center;
        }

            .footer-distributed .footer-center i {
                margin-left: 0;
            }
}
/* editing semantic ui table sort icon*/
table.dataTable.table thead th.sorting:after, table.dataTable.table thead td.sorting:after {
    color:black;
}

td.details-control {
    background: url('resource/add.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('resource/close.png') no-repeat center center;
}

.table td {
    position: relative;
}