﻿.MarginTop5pxup {
    margin-top: -5px;
}

.HeadingCss {
    border-bottom-style: solid;
    border-radius: 13px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 1px;
}


.form-controlForListBox {
    display: none;
    position: absolute;
    z-index: 1;
    width: 95%;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,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;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-controlForListBoxfull {
    display: none;
    position: absolute;
    z-index: 1;
    width: 98%;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,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;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.glyphiconforDeopDown {
    position: absolute;
    top: 13px;
    right: 17px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 100;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.caretforDeopDown {
    position: absolute;
    top: 16px;
    right: 21px;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

@media(min-width:1024px) {
    .caretforDeopDownForEntryListbox {
        position: absolute;
        top: 16px;
        left: 26%;
        display: inline-block;
        width: 0;
        height: 0;
        border-top: 4px dashed;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }
}

@media(min-width:800px) and (max-width:1023px) {
    .caretforDeopDownForEntryListbox {
        position: absolute;
        top: 62%;
        left: 25%;
        display: inline-block;
        width: 0;
        height: 0;
        border-top: 4px dashed;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }
}

@media(max-width:799px) {
    .caretforDeopDownForEntryListbox {
        position: absolute;
        top: 15.55%;
        left: 96%;
        display: inline-block;
        width: 0;
        height: 0;
        border-top: 4px dashed;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }
}


.caretforTextArea {
    position: absolute;
    top: 26px;
    right: 21px;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
