﻿.Warning {
    color: red;
}

.msg {
    color: green;
}

textarea {
    resize: none;
}

.grad {
    background: lightgray; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient( rgba(153, 153, 153, 0.03),lightgray); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient( rgba(153, 153, 153, 0.03),lightgray); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient( rgba(153, 153, 153, 0.03),lightgray); /* For Firefox 3.6 to 15 */
    background: linear-gradient( rgba(153, 153, 153, 0.03),lightgray); /* Standard syntax */
}

.noteStyle td, th {
    padding: 4px !important;
}

.warningMgs {
    border: 1px solid;
    margin: 5px 5px;
    padding: 5px 5px 5px 5px;
    background-repeat: no-repeat;
    background-position: 5px center;
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    border-radius: .5em;
    position: relative;
    font-size: 14px;
    margin: 2em 0;
    height: 30px;
    color: red;
}

.successMgs {
    border: 1px solid;
    margin: 5px 5px;
    padding: 5px 5px 5px 5px;
    background-repeat: no-repeat;
    background-position: 5px center;
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    border-radius: .5em;
    position: relative;
    font-size: 14px;
    margin: 2em 0;
    height: 30px;
    color: green;
}

.Exists td {
    background-color: red !important;
    color: white !important;
}

.buttonClass {
    font-size: 1.2em;
}

.infoMgs, .errorMgs {
    border: 1px solid;
    margin: 5px 5px;
    padding: 5px 5px 5px 5px;
    background-repeat: no-repeat;
    background-position: 5px center;
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    border-radius: .5em;
    position: relative;
    font-size: 14px;
    margin: 2em 0;
    height: 30px;
    color: red;
}

#CTQCustomField {
    text-align: center;
}

    #CTQCustomField th {
        text-align: center;
    }

#CTQMaster {
    text-align: center;
}

    #CTQMaster th {
        text-align: center;
    }

.anchorLink {
    position: relative;
    bottom: -43px;
}

.equal {
    display: flex;
    flex-wrap: wrap;
}

    .equal > div[class*='col-'] {
        display: flex;
        flex-direction: column;
    }

.Checklist {
    height: 100px !important;
    width: 100px !important;
    margin-left: 80px;
    background-image: url('../img/checklist_edit.png');
}

.table1 {
    border-collapse: separate;
    border-spacing: 2em;
}

.error {
    color: red;
}

.success {
    color: green;
}

.pointerClass {
    cursor: pointer;
}

.customTblCss th {
    padding: 6px;
}

.customTblCss td {
    padding: 5px;
}

#tblFields td {
    cursor: pointer;
}

.selected {
    background: grey;
    color: #FFF;
}

.box-container {
    height: 200px;
}

.box-item {
    width: 100%;
    z-index: 1000;
}

#addbtn {
    position: relative;
    left: 45%;
}

/* Added for showing table grid master and user config */
.MasterTableClass {
    text-align: center;
}

    .MasterTableClass th {
        text-align: center;
    }

.modal-dialog { /*This css will help the dialog box in shift details to comedown the popup from top*/
    padding-top: 10%;
}

#divFieldNames, #divFieldNamesSelected {
    min-width: 200px;
}


#divDynamicData td {
    font-size: medium;
    color: #065899;
}

.divSkillHeader {
    background-color: #009806;
    width: 120px;
    height: 30px;
    color: white;
    text-align: center;
    padding-top: 5px;
    margin: 0 1px 0 1px;
}

#divWorkType {
    width: 500px;
    height: 80px;
    padding: 10px;
    border: 1px solid #aaaaaa;
}

#divProcessFlow {
    width: 500px;
    height: 80px;
    padding: 10px;
    border: 1px solid #aaaaaa;
}
.newDivStyle{
    background-color:aliceblue !important;
    border-radius:10px;
    border:1px solid lightcyan !important;

}

/* Added for menu */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
    
}

.dropdown-menu > li > a:after:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px !important;
    margin-right: -10px;
}
/* end for menu */

/* end */



