﻿/*COMMON STYLES*/
.import {
    color: #a64300;
    font-size: 22px;
    padding-bottom: 20px;
}

.btn-uplod {
    font-size: 16px;
    margin: 20px 20px 20px 0;
}

.btn-choose {
    background: #ededed;
    border-radius: 4px;
    color: #404040;
    display: block;
    padding: 15px 10px;
    width: 50%;
}

    .btn-choose input[type=file] {
        display: block;
    }

.success {
    color: #3c763d;
    font-size: 15px;
    padding: 10px 0;
}

.slect {
    font-size: 15px;
    padding: 10px 0;
    color: #404040;
    font-weight: bold;
}

.lft {
    float: left;
}

.import-block {
    overflow: hidden;
    width: 100%;
}

.spredshet {
    color: #008000;
    display: inline-block;
    font-weight: bold;
    padding: 22px 22px 22px 0px;
}

.pdf {
    font-weight: normal;
}

.thed {
    background: none repeat scroll 0 0 #666666;
    color: #fff;
    font-size: 13px;
    margin-right: 2px !important;
}

.tbl-row {
    background: #e3f0f7;
    font-size: 13px;
}

.doc-uplod {
    color: #a64300;
    font-size: 17px;
    font-weight: bold;
}

.go {
    margin: 10px 0;
    text-decoration: underline;
}

.dynatable-per-page-select.show-sel.form-control {
    width: 75px !important;
}

.progrsiv {
    float: right;
    width: 85% !important;
}

.a {
    display: inline-block;
}

.new-attch {
    color: #008000;
    margin-bottom: 20px;
}

.pointer {
    cursor: pointer;
}

@media screen and (max-width: 990px) {
    .lft {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .spredshet {
        padding: 10px 0 !important;
    }

    .btn-choose {
        display: block;
        width: 100% !important;
    }

    .doc-uplod {
        color: #a64300;
        font-size: 10px;
    }
}

.ui-multiselect-menu.ui-widget.ui-widget-content.ui-corner-all {
    width: 272px !important;
}

.ui-multiselect.ui-widget.ui-state-default.ui-corner-all {
    width: 100% !important;
}

.wrap-row select {
    height: 27px;
}

.ctmButtom {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
    background: -moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background: -webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background: -o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background: -ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
    background-color: #ffffff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: #666666;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 22px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
}

    .ctmButtom:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
        background: -moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
        background: -webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
        background: -o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
        background: -ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
        background: linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
        background-color: #f6f6f6;
    }

    .ctmButtom:active {
        position: relative;
        top: 1px;
    }

.question-label {
    margin-left: 10px;
    color: #666666;
}

textarea {
    resize: none;
}

.error {
    color: red;
    font-size: 15px;
    padding: 10px 0;
}

.gridStyle {
    height: auto;
}

.link-span {
    color: rgb(183, 92, 42);
    margin-right: 10px;
    text-decoration: underline;
    cursor: pointer;
}

.remove_action {
    display: inline;
    content: "";
    width: 20px;
    height: 20px;
    padding-right: 20px;
    background: url('/content/images/delete.png') 50% -1px no-repeat;
    float: left;
    cursor: pointer;
}

.validation-error {
    border: 1px solid #f08080;
}
