﻿/***************************************************|
| Project Name : Optimal.Business                   |
| Company      : OptTech Computing Pvt Ltd          |
| Module       : Productdomains                     |
| Created on   : May -2015                          |
| Copyright 2015 OptTech .                          |
****************************************************/

/*@font-face {
    font-family: 'Gibson-Regular';
    src: url('../fonts/Gibson-Regular.ttf') format('truetype');
}*/

html, body, form {
    height: 100%;
}

.k-checkbox, .k-radio {
    /*display: inherit !important;*/
    opacity: 100 !important;
    -webkit-appearance:checkbox !important;
}

.orderDtlSecDiv {
    font-size: 15px !important;
    font-weight: bold;
    line-height: 30px;
    padding-top: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.k-link {
    font-weight: bold;
}

.bodylabel {
    font-size: 11px !important;
    font-weight: bold !important;
    color: #808080;
}

.k-header,
div.k-content .k-state-active table tr td.label-default,
.k-detail-cell {
    font-size: 13px !important;
    
}

div.k-content .k-state-active table tr td,
.k-widget .k-grid,
.k-textbox,
.k-input {
    font-size: 11px !important;
}

input.k-button,
a.k-button,
button.k-button {
    color: white;
    /*background-color: red;*/
    background-color: rgb(77,43,123);
    border-color: black;
}

    input.k-button:hover,
    a.k-button:hover,
    button.k-button:hover {
        /*color: red;*/
        color: rgb(77,43,123);
        background-color: gray;
        border-color: black;
    }

th.k-hierarchy-cell,
td.k-hierarchy-cell {
    width: 20px;
    padding-left: 0px;
    padding-right: 0px;
}

    .k-grid .k-group-col,
    .k-grid .k-hierarchy-col,
    col.k-hierarchy-col,
    th.k-hierarchy-cell .k-header,
    td.k-hierarchy-cell {
        width: 5px !important;
        padding: 0px !important;
    }

div.k-grid-footer,
.k-grid-footer-wrap {
    height: 0px !important;
    visibility: hidden !important;
}

.k-autocomplete {
    width: 13.4em !important;
    max-width: 300px !important;
}

.navbar-left {
    max-width: 12.0em;
}

#commonMessage {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    font-size: 28px;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    background: #3A5587;
    /*border-bottom: 1px solid #ddd;*/
    filter: alpha(opacity=92);
    -moz-opacity: 0.92;
    opacity: 0.92;
    display: none; /* LEAVE THIS IN*/
}

fieldset table tr td,
#searchfilters td,
#searchfilters tr {
    padding-top: 6px;
    /*color:#000;*/
}

legend {
    font-size: 13px !important;
    text-decoration-color: red !important;
    text-decoration: solid !important;
    font-weight: bold;
    /*color: red;*/
    color: rgb(85,129,24);
}

/*div#orderstabstrip li.k-item.k-state-default.k-tab-on-top.k-state-active {
    background-color: #E76969 !important;
}

div#orderhistorytabstrip li.k-item.k-state-default.k-tab-on-top.k-state-active {
    background-color: #DFADAD !important;
}

div#admintabstrip li.k-item.k-state-default.k-tab-on-top.k-state-active {
    background-color: #F74F4F !important;
}*/

#_validationMessage {
    z-index: 999 !important;
}

.k-widget .k-dropdown .k-header {
    width: 100% !important;
}

.k-tabstrip-items .k-link {
    width: 126px !important;
}

/* Strart Notification styles */
.k-notification {
    border: 0;
}


/* Info template */
.k-notification-info.k-group {
    background: rgba(0%,0%,0%,.7);
    color: #fff;
}

.new-mail {
    width: 300px;
    height: 100px;
}

    .new-mail h3 {
        font-size: 1em;
        padding: 32px 10px 5px;
    }

    .new-mail img {
        float: left;
        margin: 30px 15px 30px 30px;
    }

/* Error template */
.k-notification-error.k-group {
    background: rgba(100%,0%,0%,.7);
    color: #ffffff;
}

.wrong-pass {
    width: 300px;
    height: 100px;
}

    .wrong-pass h3 {
        font-size: 1em;
        padding: 32px 10px 5px;
    }

    .wrong-pass img {
        float: left;
        margin: 30px 15px 30px 30px;
    }

/* Success template */
.k-notification-upload-success.k-group {
    background: rgba(0%,60%,0%,.7);
    color: #fff;
}

.upload-success {
    width: 240px;
    height: 100px;
    padding: 0 30px;
    line-height: 100px;
}

    .upload-success h3 {
        font-size: 1.7em;
        font-weight: normal;
        display: inline-block;
        vertical-align: middle;
    }

    .upload-success img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }
/* End Notification styles */

/*Start File upload styles*/
.file-icon {
    /*display: inline-block;*/
    float: left;
    width: 70px;
    height: 70px;
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 20px;
    margin-top: 13.5px;
}

.img-file {
    background-image: url('Images/jpg.png');
}

.png-file {
    background-image: url('Images/png.png');
}

.jpg-file {
    background-image: url('Images/jpg.png');
}

.gif-file {
    background-image: url('Images/gif.png');
}

.doc-file {
    background-image: url('Images/doc.png');
}

.pdf-file {
    background-image: url('Images/pdf.png');
}

.xls-file {
    background-image: url('Images/xlsx.png');
}

.zip-file {
    background-image: url('Images/zip.png');
}

.default-file {
    background-image: url('Images/default.jpg');
}

#example .file-heading {
    font-family: Arial;
    font-size: 1.1em;
    /*display: inline-block;*/
    float: left;
    width: 450px;
    margin: 0 0 0 20px;
    height: 25px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#example .file-name-heading {
    font-weight: bold;
}

#example .file-size-heading {
    font-weight: normal;
    font-style: italic;
}

li.k-file .file-wrapper .k-upload-action {
    position: absolute;
    top: 0;
    right: 0;
}

li.k-file div.file-wrapper {
    position: relative;
    height: 76px;
}
/*End File upload styles*/
/* Start Kendo grid style */
/*headers*/
.k-grid th.k-header,
.k-grid-header {
    font-size: 7px;
    /*background: rgb(111,169,31);*/
    background: #666;
}

    .k-grid th.k-header,
    .k-grid th.k-header .k-link {
        font-family: 'Gibson-Regular', Helvetica, Arial, Sans-Serif;
        color: #fff;
        font-weight: normal;
        font-size:12px;
    }
/*rows*/
.k-grid-content > table > tbody > tr {
    font-family: 'Gibson-Regular', Helvetica, Arial, Sans-Serif;
    font-size: 12px;
    color: #000;
}
/*selection*/

.k-grid table tr.k-state-selected {
    background:#ffd699;
    color: #4d0000;
}
.k-grid table tr:hover td {
    background: #f2f2f2;
    color: black;
    }
.k-detail-cell .k-tabstrip .k-content {
    padding: 0.2em;
}

.k-grid tbody tr td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* End Kendo grid styles */
/* section style */
.well {
    height: 100%;
    /*overflow-y: scroll;*/
}
.required:after 
{
    content: "*";
    font-weight: bold;
    color: red; 
    padding-left: 2px;
}
.custom-heading{
    font-size: 14px;
    color:rgb(85,129,24);
    font-weight:bold;
}