﻿@import url('glyphicon.css');

[tabindex='-1']:focus {
    outline: none;
}

/* tec-textbox start*/
.tec-textbox {
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 6px;
    /*font-size: 14px;*/
    font-family: inherit;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    /*input.tec-textbox[disabled], textarea.tec-textbox[disabled] {
    background-color: rgb(235, 235, 228);
}*/

    .tec-textbox:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }
/* tec-textbox end*/

/* tec-textboxpopup start*/

.tec-textboxpopup-container {
    position: relative;
    /*display: inline-block;*/
    width: 100%;
}

.tec-textboxpopup-input {
    padding-right: 30px;
}

.tec-textboxpopup-container input[type='text'] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.tec-textboxpopup-container ul {
    background: #fff;
    color: #555;
    border: 1px solid #66afe9;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 10;
}

    .tec-textboxpopup-container ul > li {
        cursor: default;
        padding-left: 10px;
        padding-right: 10px;
        height: 25px;
    }

        .tec-textboxpopup-container ul > li.active {
            background: #1E90FF;
            color: white;
        }

.tec-lookup-container {
    background-color: #D7EBF9;
    height: 25px;
    box-shadow: 0px 4px 1px 1px #abcdef;
}

.tec-lookup-addnew {
    display: block;
    height: 25px;
    text-decoration: none;
    vertical-align: middle;
    line-height: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.tec-lookup-image {
    height: 10px;
    width: 10px;
    VERTICAL-ALIGN: baseline;
}

.tec-lookup-new {
    color: blue;
    padding-left: 5px;
    padding-right: 5px;
}

.tec-lookup-text {
    color: green;
}

    .tec-lookup-text:hover {
        color: purple;
    }

.tec-lookup-multicolumn {
    line-height: 25px;
    width: 150px;
    display: inline-block;
    border-right: 1px dotted #66afe9;
    overflow: hidden;
}

.tec-lookup-multicolumn2 {
    line-height: 25px;
    padding-left: 10px;
    display: inline-block;
    overflow: hidden;
    width: calc(100% - 150px);
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* tec-textboxpopup end*/


/* tec-memo start*/

.tec-memo-container {
    position: relative;
    /*display: inline-block;*/
    width: 100%;
}
/* tec-memo end*/

/* tec-combox start*/
.tec-combox-container {
    position: relative;
    /*display: inline-block;*/
    width: 100%;
}

.tec-combox-input {
    padding-right: 30px;
    background: transparent url(../images/sort-desc.png);
    background-position: 99%;
    background-repeat: no-repeat;
}

.tec-combox-button {
    position: absolute;
    border: none;
    top: 1px;
    right: 2px;
    /*border-left: 1px solid #ccc;*/
    background: none;
    color: #666666;
    height: 30px;
    width: 30px;
    padding-top: 5px;
}

.tec-combox-container input[type='text'] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.tec-combox-container ul {
    background: #fff;
    color: #555;
    border: 1px solid #66afe9;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    /*width: 100%;*/
    z-index: 10;
}

.tec-combox-containerwidth {
    width: 100%;
    min-width: 150px;
}

.tec-combox-container ul > li {
    cursor: default;
    padding-left: 10px;
    padding-right: 10px;
    height: 25px;
    overflow: hidden;
}

    .tec-combox-container ul > li.active {
        background: #1E90FF;
        color: white;
    }

.tec-combox-singlecolumn {
    padding-top: 5px;
    display: inline-block;
    overflow: hidden;
    width: 100%;
}

.tec-combox-multicolumn {
    line-height: 25px;
    width: 150px;
    display: inline-block;
    border-right: 1px dotted #66afe9;
    overflow: hidden;
}

.tec-combox-multicolumn2 {
    line-height: 25px;
    padding-left: 10px;
    display: inline-block;
    overflow: hidden;
}

.tec-combox-maxheight {
    max-height: 253px;
    overflow: auto;
}

.ms-crm-ImageStrip-dropdown:hover {
    color: #03A9F4;
}

/* tec-combox end*/

/* tec-daterange start*/

.tec-daterange-date {
    width: calc((100%-30px)/2);
}

.tec-daterange-inteval {
    width: calc((100%-270px)/2);
}
/* tec-daterange end*/

/* number-inpu start*/
tec-numberinput .ui-spinner-input {
    margin: 0;
    vertical-align: middle;
    margin-left: 0;
    margin-right: 0;
}

tec-numberinput .ui-widget-content {
    border: none;
    background: none;
    width: 100%;
}

tec-numberinput .ui-widget {
    font-family: inherit;
    font-size: inherit;
}

tec-numberinput .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: inherit;
}

/* number-inpu end*/

.tec-textbox-button-img {
    position: absolute;
    right: 2PX;
    top: 0px;
    border: none;
    width: 30px;
    /*padding-top: 6px;*/
    background: none;
    height: 30px;
}

.tec-button-img {
    top: 0px;
    border: none;
    width: 30px;
    /*padding-top: 6px;*/
    background: none;
    height: 30px;
}

/* tec-barmenu start */
.tec-barmenucontainer {
    height: 40px;
    display: block;
    width: 100%;
}

ul.tec-barmenu {
    padding-left: 10px;
    padding-right: 10px;
    background-color: #EEEEEE;
    height: 40px;
    text-align: left;
}

span.tec-barmenu {
    vertical-align: sub;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 150px;
    color: #444444;
}

li.tec-baritem {
    height: 28px;
    margin-top: 6px;
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: top;
    max-width: 200px;
    display: inline-block;
}

li.tec-baritem-right {
    margin-left: 0px;
    margin-right: 0px;
    float: right;
}

span.tec-barbutton {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    height: 22px;
    padding-top: 5px;
    padding-bottom: 1px;
    padding-right: 6px;
    max-width: 200px;
}

span.tec-barmenu-label {
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 5px;
    height: 28px;
    overflow-y: hidden;
    cursor: default;
    color: #666666;
    display: inline-block;
}

a.tec-barmenu-label {
    outline-width: 0px;
    outline-style: none;
    outline-color: invert;
    padding-top: 8px;
    padding-bottom: 4px;
}

span.tec-barmenu-label-Hovered:hover {
    height: 28px;
    overflow-y: hidden;
    display: inline-block;
    background-color: #D7EBF9;
    text-decoration: none;
}

img.tec-barmenu-img {
    width: 16px;
    height: 16px;
    overflow: hidden;
    vertical-align: top;
}

/* tec-barmenu end */

.tec-button-img:hover {
    background: #EEEEEE;
}

/* validMessages */
.tec-validmessage-img {
    position: absolute;
    margin-top: -23px;
    margin-left: -20px;
}

/* tec-circle start*/

.tec-circle-0 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 20px;
    height: 20px;
    border-style: solid;
    border-width: 2px;
    border-radius: 50%;
    border-color: red;
    -moz-transition: border-color ease 0.28s;
    -o-transition: border-color ease 0.28s;
    -webkit-transition: border-color ease 0.28s;
    transition: border-color ease 0.28s;
    display: inline-block;
    cursor: pointer;
}

.tec-circle-1 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 20px;
    height: 20px;
    border-style: solid;
    border-width: 2px;
    border-radius: 50%;
    border-color: orange;
    -moz-transition: border-color ease 0.28s;
    -o-transition: border-color ease 0.28s;
    -webkit-transition: border-color ease 0.28s;
    transition: border-color ease 0.28s;
    display: inline-block;
    cursor: pointer;
    background-image: linear-gradient( white 60%, orange 40%);
}

.tec-circle-2 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 20px;
    height: 20px;
    border-style: solid;
    border-width: 2px;
    border-radius: 50%;
    border-color: red;
    -moz-transition: border-color ease 0.28s;
    -o-transition: border-color ease 0.28s;
    -webkit-transition: border-color ease 0.28s;
    transition: border-color ease 0.28s;
    display: inline-block;
    cursor: pointer;
    background-color: green;
    border-style: none;
}

.tec-circle-21 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 20px;
    height: 20px;
    border-style: solid;
    border-width: 2px;
    border-radius: 50%;
    border-color: red;
    -moz-transition: border-color ease 0.28s;
    -o-transition: border-color ease 0.28s;
    -webkit-transition: border-color ease 0.28s;
    transition: border-color ease 0.28s;
    display: inline-block;
    cursor: pointer;
    background-color: #F6BB42;
    border-style: none;
}

.tec-circle-22 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 20px;
    height: 20px;
    border-style: solid;
    border-width: 2px;
    border-radius: 50%;
    border-color: red;
    -moz-transition: border-color ease 0.28s;
    -o-transition: border-color ease 0.28s;
    -webkit-transition: border-color ease 0.28s;
    transition: border-color ease 0.28s;
    display: inline-block;
    cursor: pointer;
    background-color: #8CC152;
    border-style: none;
}

.tec-circle-23 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 20px;
    height: 20px;
    border-style: solid;
    border-width: 2px;
    border-radius: 50%;
    border-color: red;
    -moz-transition: border-color ease 0.28s;
    -o-transition: border-color ease 0.28s;
    -webkit-transition: border-color ease 0.28s;
    transition: border-color ease 0.28s;
    display: inline-block;
    cursor: pointer;
    background-color: #DB4A39;
    border-style: none;
}

/* tec-circle end*/

.tec-loading-container {
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 101;
    background-color: white;
    opacity: 0.6;
}

.tec-loading-position {
    position: absolute;
    top: 50%;
    width: 100%;
}

.tec-progress {
    content: url(../images/progress.gif);
}

.tec-warningIco {
    background: transparent url(../images/process_control_images.png) no-repeat scroll -55px -19px;
    width: 16px;
    height: 16px;
    overflow: hidden;
}

.tec-imageStrip-tab_down {
    background: transparent url(../images/control_imgs.png) no-repeat scroll -207px -190px;
    width: 16px;
    height: 16px;
    overflow: hidden;
}

.tec-imageStrip-tab_right {
    background: transparent url(../images/control_imgs.png) no-repeat scroll -207px -172px;
    width: 16px;
    height: 16px;
    overflow: hidden;
}

.tec-action-item {
    width: 28px;
    text-align: center;
}

.tec-border {
    border: 1px solid #ccc;
}

.tec-border-top {
    border-top: 1px solid #ccc;
}

.tec-border-bottom {
    border-bottom: 1px solid #ccc;
}

.tec-border-left {
    border-left: 1px solid #ccc;
}

.tec-border-right {
    border-right: 1px solid #ccc;
}

.tec-prompt-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    min-width: 500px;
    max-width: 600px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.tec-prompt-alertcontent {
    padding: 30px;
}

.tec-prompt-button-separated {
    margin-left: 20px;
}

.tec-prompt-alertbody {
    padding-bottom: 20px;
    font-size: 16px;
    border-bottom: 1px solid #BDBDBD;
    word-wrap: break-word;
    word-break: normal;
}

.tec-prompt-alertfooter {
    padding-top: 20px;
    text-align: center;
}

.tec-prompt-msg-content {
    width: 800px;
}

.tec-prompt-header {
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #BDBDBD;
    font-size: 18px;
}

.tec-prompt-header-title {
    margin: 0;
    line-height: 1.42857143;
    display: inline-block;
    margin-top: 5px;
}

.tec-prompt-body {
    position: relative;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
    word-wrap: break-word;
    word-break: normal;
}

.tec-prompt-msg-body {
    max-width: 800px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 600px;
}

.tec-prompt-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #BDBDBD;
}

.tec-button-close {
    padding-top: 0px;
}

.tec-float-right {
    float: right;
}

.tec-nvaation-error {
    float: right;
    margin-right: 10px;
    margin-top: 5px;
}

input#inputid::-ms-clear {
    display: none;
}

.tec-spacer {
    height: 10px;
    clear: both;
}

.tec-bookmark {
    font-size: 18px;
    cursor: pointer;
}

/*tecCustomFilter*/
.tec-div-customfilter-main {
    border: 1px solid #BDBDBD;
    float: left;
    width: 100%;
}

.tec-div-customfilter-left {
    width: 500px;
    float: left;
}

.tec-div-customfilter-right {
    margin-top: 4px;
    display: inline-block;
    float: right;
}

.tec-tabs-content {
    border: 0;
}

.tec-tabs-no-tab-content {
    min-height: 0 !important;
}

/* table */
table {
    /*width: 100%;*/
    border-spacing: 0;
    border-collapse: collapse;
}

td {
    padding-bottom: 3px;
}

    td td {
        padding-bottom: 0px;
    }

.tec-td-spear {
    min-width: 30px;
    max-width: 30px;
    width: 30px;
}

.tec-td-label {
    min-width: 150px;
    max-width: 150px;
    text-align: Left;
    vertical-align: top;
    padding-top: 7px;
    overflow: hidden;
    white-space: nowrap;
}

.tec-td-text {
    width: 100%;
}

.tec-td-operator {
    min-width: 60px;
    max-width: 60px;
}

.tec-search-container {
    position: relative;
    width: 100%;
    transition: .2s cubic-bezier(.4,0,.2,1);
}

.tec-search-hide {
}

    .tec-search-hide input {
        visibility: hidden;
    }

.tec-search-open input {
    visibility: visible;
}

.tec-search-button-img {
    left: 2PX;
}

.tec-search-input {
    padding-left: 30px;
    padding-right: 30px;
}

.tec-mainsection-title {
    color: white;
    background-color: #0091ea;
    padding-left: 10px;
}

.tec-profile-savedialog {
    position: absolute;
    z-index: 10000;
    background: white;
    border: 1px solid #d4d4d4;
    padding: 10px;
    width: 350px;
    right: 0;
    margin-right: -2px;
}

/* tec--m-prompt */

.tec-m-prompt-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 10px;
    outline: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    min-width: initial;
    max-width: initial;
    width: 90%;
    font-size: 14px;
    background: #fff;
    border: 0px;
}

.tec-m-prompt-alertcontent {
    padding: 0px;
}

.tec-m-prompt-title {
    text-align: center;
    font-weight: bold;
    padding: 10px 15px 3px 15px;
    color: rgb(71, 141, 205);
    font-size: 16px;
}

    .tec-m-prompt-title p {
        margin: 0px;
    }

.tec-m-prompt-alertbody {
    padding: 0px 15px;
    min-height: 65px;
}

.tec-m-prompt-alertfooter {
    text-align: center;
    border-top: 1px solid #ddd;
}

    .tec-m-prompt-alertfooter .md-button,
    .tec-m-prompt-alertfooter .md-button:not([disabled]):hover {
        font-size: inherit;
        display: block;
        text-align: center;
        width: 100%;
        padding: 5px;
        font-size: 16px;
        font-weight: bold;
        background-color: rgb(71, 141, 205);
        color: white;
        border-radius: 0px;
    }

.tec-m-prompt-button-separated {
    margin-left: 0px;
}


/* tec-simple-list start*/

.tec-simple-list {
    position: relative;
}


/* tec-simple-list end*/


/* tec-listview start*/

.tec-listview-container {
    position: relative;
    /*display: inline-block;*/
    width: 100%;
}

.tec-listview-input {
    padding-right: 30px;
}

.tec-listview-container input[type='text'] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.tec-listview-container ul {
    background: #fff;
    color: #555;
    border: 1px solid #66afe9;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 10;
}

.tec-listview-container ul > li {
    cursor: default;
    padding-left: 10px;
    padding-right: 10px;
    height: 25px;
}

.tec-listview-container ul > li.active {
    background: #1E90FF;
    color: white;
}

.tec-listview-container .tec-textbox {
    border:inherit;
    -webkit-box-shadow:inherit;
    box-shadow:inherit;
    -webkit-transition:inherit;
}

/* tec-listview end*/

