﻿
input
{
    vertical-align: middle;
}

.input_txt
{
    height: 40px;
    width: 172px;
    border-radius: 2px;
    border: 1px solid #c1ccd2;
    vertical-align: middle;
    line-height: 30px;
    padding: 0 5px;
}

.input_getvalue
{
    background-position: 155px center;
    height: 30px;
    width: 172px;
    border-radius: 2px;
    border: 1px solid #c1ccd2;
    vertical-align: middle;
    line-height: 30px;
    padding: 0 5px;
    background-image: url(../Images/getvalue.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.input_date
{
    background-position: right center;
    height: 40px;
    width: 172px;
    border-radius: 2px;
    border: 1px solid #c1ccd2;
    vertical-align: middle;
    line-height: 30px;
    padding: 0 5px;
    background-image: url(../images/datePicker.gif);
    background-repeat: no-repeat;
    cursor: pointer;
}

.input_readonlytxt
{
    background-color: #ddd;
}

.select_normal
{
    height: 40px;
    line-height: 30px;
    width: 182px;
    border-radius: 2px;
    border: 1px solid #c1ccd2;
    vertical-align: middle;
    line-height: 40px;
}

.textarea_txt
{
    border-radius: 2px;
    border: 1px solid #c1ccd2;
    vertical-align: top;
    line-height: 20px;
    padding: 0 5px;
}

.btn-stad
{
    display: inline-block;
    height: 37px;
    line-height: 37px;
    color: #FFF;
    font-size: 14px;
    background: #B66523;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    padding: 0 10px;
    vertical-align: middle;
}
.btn-stad:hover
{
    background: #95521D;
    color: #FFF;
    text-decoration: none;
}
.btn-default
{
    display: inline-block;
    height: 37px;
    line-height: 37px;
    color: #FFF;
    font-size: 14px;
    background: #B66523;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    padding: 0 10px;
    vertical-align: middle;
}
.btn-default:hover
{
    background: #95521D;
    color: #FFF;
    text-decoration: none;
}
.btn-mini
{
    display: inline-block;
    height: 20px;
    line-height: 20px;
    color: #FFF;
    font-size: 12px;
    background: #B66523;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    padding: 0 10px;
    vertical-align: middle;
}
.btn-mini:hover
{
    background: #95521D;
    color: #FFF;
    text-decoration: none;
}

.btn-ctrl
{
    display: inline-block;
    height: 28px;
    line-height: 28px;
    color: #333;
    font-size: 12px;
    background: #fff;
    text-align: center;
    padding: 0 10px;
    vertical-align: middle;
    border: 1px solid #ddd;
    text-align:center;
}

.btn-ctrl:hover
{
    background: #fff;
    color: #B66523;
    text-decoration: none;
    border: 1px solid #B66523;
}


.btn-ctrldefault
{
    display: inline-block;
    height: 28px;
    line-height: 28px;
    color: #FFF;
    font-size: 12px;
    background: #B66523;
    text-align: center;
    padding: 0 10px;
    vertical-align: middle;
    border: 1px solid #B66523;
}
.btn-ctrldefault:hover
{
    background: #95521D;
    color: #FFF;
    text-decoration: none;
}

.selector-input
{
    position: relative;
    background-position: right center;
    border-radius: 4px;
    border: 1px solid #c1ccd2;
    min-height: 30px;
    padding: 5px;
    overflow: hidden;
}

.selector-input .drop
{
    position: absolute;
    top: 0;
    right: 5px;
    background-position: center center;
    background-image: url(../Images/getvalue.png);
    background-repeat: no-repeat;
    height: 100%;
    width: 20px;
    cursor: pointer;
}

.selector-input .itemclose
{
    display:inline-block;
    padding:7px;
    cursor: pointer;
}

.selector-input span
{
    background-position: right center;
    float: left;
    height: 20px;
    line-height: 20px;
    border-radius: 4px;
    border: 1px solid #c1ccd2;
    padding: 0 25px 0 5px;
    background-image: url(../Images/close.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 5px;
}

.selector-input span:hover
{
    float: left;
}


.selector-tags
{
    position: relative;
    background-position: right center;
    border-radius: 4px;
    overflow: hidden;
    padding: 5px 0;
}

.selector-tags span
{
    background-position: right center;
    float: left;
    height: 20px;
    line-height: 20px;
    border-radius: 4px;
    border: 1px solid #c1ccd2;
    padding: 0 25px 0 5px;
    background-image: url(../Images/close.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-right: 5px;
}

.selector-tags span:hover
{
    float: left;
}

.selector
{
    position:relative;
    margin:0;
    padding:0;
}
.selector .open
{
    position: absolute;
    top: 0;
    right: 5px;
    background-position: center center;
    background-image: url(../Images/getvalue.png);
    background-repeat: no-repeat;
    height: 100%;
    width: 20px;
    cursor: pointer;
}