﻿/* this style for any control created (its mainly div) for input, select, ....*/
input[type="text"],
input[type="password"],
input[type="checkbox"],
select,
textarea {
    @include transition(all 0.30s ease-in-out);
    outline: none;
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid #DDDDDD;
    padding-left: 3px;
    padding-right: 3px;
}

    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="checkbox"]:focus,
    select:focus,
    textarea:focus {
        @include box-shadow(0 0 5px rgba(81, 203, 238, 1));
        -webkit-box-shadow: 0px 0px 5px #007eff;
        -moz-box-shadow: 0px 0px 5px #007eff;
        box-shadow: 0px 0px 5px #007eff;
    }

#username, #password {
    text-align: center;
}

.link {
    cursor: pointer;
}

.textBox {
}

.control {
    display: inline;
}

.button {
    color: #fff;
    /*padding: 3px 3px;*/
    text-align: center;
    border: solid 1px rgba(62, 88, 143, 1); /*(#3E588F)*/ /*1px solid #c7c8c9;*/
    background: #F3F4F7;
    background-color: #3E588F; /*#f0f2f3;*/
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#3E588F));
    background: -moz-linear-gradient(#ffffff, #3E588F);
    -pie-background: linear-gradient(#ffffff, #3E588F);
    -webkit-box-shadow: #c6c9cd 0px 1px 3px;
    -moz-box-shadow: #c6c9cd 0px 1px 3px;
    box-shadow: #c6c9cd 0px 1px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    margin-left: 1px;
    /*margin-bottom:3px;*/
}

a.button, a.button:visited {
    color: #000;
    text-decoration: none;
}

.button:hover {
    color: #3E588F;
    border: 1px solid #F1C43F;
    background: #fdeeb3;
    cursor: pointer;
}

.button:active {
    border: 1px solid #c28a30;
    background: #ffd86b;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fee486), to(#ffd86b));
    background: -moz-linear-gradient(#fee486, #ffd86b);
    -pie-background: linear-gradient(#fee486, #ffd86b);
    cursor: pointer;
}

.new-button {
    padding: 2px 6px;
    float: right;
    width: 100px;
    margin-top: -5px;
}

.button.big {
    width: 150px;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
}

    .button.big img {
        position: absolute;
        margin-right: 10px;
    }

    .button.big .label {
        margin-left: 42px;
        text-align: left;
        font-weight: bold;
        display: block;
    }

    .button.big .desc {
        text-align: left;
        font-size: 8pt;
        margin-top: 5px;
        margin-left: 42px;
        display: block;
    }

.clear {
    clear: both;
}

.button img {
    padding: 0px 5px 0px 5px;
    position: relative;
    top: 4px;
}

.button .button-icon {
    padding: 0px 2px 0px 2px;
    position: relative;
    top: 4px;
}

.button .button-title {
    padding: 0px 2px 0px 2px;
    position: relative;
    /*top:4px;*/
}

.entityView {
    padding: 5px;
    margin: 5px;
    min-width: 700px;
    /*min-height:200px;*/
}

    .entityView fieldset {
        /*border: solid 1px rgba(62, 88, 143, 1);*/
    }

.entityViewTitle {
    /*font-size:10pt;*/
    font-weight: bold;
    margin: 0px 15px 0px 5px;
    padding: 0px 15px 0px 15px;
    color: rgba(62, 88, 143, 1);
}

.entityViewToolbar {
}

.entityViewDatagrid {
}

.insertButton {
}

.newButton {
}

.printButton {
}

.noItemsFound {
    text-align: center;
    color: #a00;
    background: #fafafa url(images/fhbg.gif) repeat-x bottom;
    position: relative;
    border: 1px solid #ccc;
    border-bottom: 0px;
    overflow: hidden;
    display: block;
    vertical-align: middle;
    padding: 5px;
}

.xmanageview {
    border: solid 1px rgba(62, 88, 143, 1);
    padding: 3px;
    min-width: 700px;
    min-height: 200px;
}

    .xmanageview table {
        width: 100%;
    }

    .xmanageview .manageviewTitle {
        /*font-size:10pt;*/
        font-weight: bold;
        margin: 0px 15px 0px 5px;
        padding: 0px 15px 0px 15px;
        color: rgba(62, 88, 143, 1);
    }

    .xmanageview .manageviewToolbar {
        margin-top: 5px;
        border-top: 1.5px solid rgba(0,0,0,0.1);
        width: 100%;
    }

    .xmanageview .contentPanel {
        width: 100%;
    }

        .xmanageview .contentPanel table {
            width: 100%;
        }

        .xmanageview .contentPanel .oddrow td {
            background: rgba(221,235,247,0.5); /*#f7f7f7;*/
            /*background: #f7f7f7;
	border-bottom: 1px solid rgba(0,0,0,0.1);*/
        }

        .xmanageview .contentPanel .evenrow td {
            background: rgba(189,215,238,0.5); /*#e7e7e7;*/
            /*background: #e7e7e7;
	border-bottom: 1px solid #e7e7e7;*/
        }

.fieldTitle {
    padding-left: 2px;
    padding-right: 2px;
    margin-left: 2px;
    margin-right: 2px;
    display: inline-flex;
    color: rgba(62, 88, 143, 1);
}

.workflowDetailsFieldSet {
    border: solid 1px rgba(62, 88, 143, 1);
}

.checkBox, .passwordBox, .fileUpload, .label, .hyperLink,
.comboBox, .listBox, .datetimeBox, .timeBox, .imageBox, .textBox, .integerBox, .floatBox,
.textareaBox {
    /*height:23px;
    padding-left:5px;
    padding-right:5px;
    white-space:nowrap;
    color:#555;
    vertical-align:middle*/
}
.HorizantalRow{
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    margin-top:30px;
}
.wrong-right-icon {
    height: 10px;
}

.integerBox, .floatBox, .timeBox {
    width: 75px;
}

.datetimeBox {
    width: 75px;
}

.hijridate {
    width: 75px;
    background-color: green;
    color: white;
}

/* style all input elements with a required attribute */
input:required {
    box-shadow: 1px 1px 2px rgba(200, 0, 0, 0.85);
}

    /**
 * style input elements that have a required
 * attribute and a focus state
 */
    input:required:focus {
        border: 1px solid red;
        outline: none;
    }

    /**
 * style input elements that have a required
 * attribute and a hover state
 */
    input:required:hover {
        opacity: 1;
    }

/*
.required {
    border: 1px solid #848484;
    background-color:#f00;
}
*/
.requiredFieldInvalid {
    /*border: 1px solid #ff6a00;*/
    background-color: #f00;
    color: #fff;
}



.viewFloatInLabel {
    font-weight: bold;
}

.dateViewingInLabel {
    font-weight: bold;
    color: red;
}

.PayrollEmployees {
    cursor: pointer;
}

.label {
    padding-left: 4px;
    padding-right: 4px;
    margin-left: 4px;
    margin-right: 4px;
}
