﻿/*v {
    behavior: url(#default#VML);
}*/

.frameVideo {
    width: 600px;
    height: 400px;
    border: none;
    background-color: transparent !important;
}

html {
    background-color: #fff;
    background-repeat: repeat;
    background-image: url('/Images/bck.jpg');
    margin: 0;
    padding: 0;
    text-rendering: optimizeLegibility;
    height: 100%;
}

hgroup {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

div {
    clear: none !important;
}

.messageBoxAbout {
    background: url("../images/about_bck.png") no-repeat center center;
    background-repeat: repeat;
    background-color: transparent !important;
    width: 100%;
    height: 100%;
}

/* content's --------------------------------------------------*/

.content_overlay_empty {
    position: absolute;
    top: 0px !Important;
    left: 0px !Important;
    width: 100% !Important;
    height: 100% !Important;
    z-index: 7000;
    color: transparent !Important;
    background-color: transparent !Important;
    border: none !Important;
    cursor: default !Important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-shadow: none !important;
}

/* -----------------------------------------------------------------------*/

.content_image_customer {
    margin-top: -13px;
}

.content_customer_name {
    margin-top: 13px;
}

.content_customer_image {
    margin-top: 13px;
}

.header_content_country_right {
    float: right;
    margin-top: -33px;
    margin-right: 52px;
}

.section_content_menu {
    background-color: #D3F4FD;
    float: left;
    margin-left: 9px;
    width: calc(100% - 269px); /* IE9+ and future browsers */
    width: -moz-calc(100% - 269px); /* Firefox */
    width: -webkit-calc(100% - 269px); /* Chrome, Safari */
    padding: 0px 0px 14px 0px;
    -webkit-box-shadow: 0px 2px 2px 2px rgba(128, 128, 128, .5);
    box-shadow: 0px 2px 2px 2px rgba(128, 128, 128, .5);
    -moz-shadow: 0px 2px 2px 2px rgba(128, 128, 128, .5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: calc(100% - 211px); /* IE9+ and future browsers */
    height: -moz-calc(100% - 211px); /* Firefox */
    height: -webkit-calc(100% - 211px); /* Chrome, Safari */
    overflow: hidden;
}

/* ---------------------------show environment --------------------------- */
.panelEnvironmentTop {
    float: right;
    margin-right: 120px;
    height: 55px;
    width: 120px;
    top:7px;
    right:0;
    background-color: yellow;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    border: 1px solid black;
    z-index: 9999;
    position: relative;
    border-radius:3px;
    border: 1px solid #00738B;
}
.lblEnvironmentTop {
    display: block;
    float:left;
    text-align: center;
    width: 100%;
    height: 40px;
    margin-top: 10px;
    font-size: 2em;
    color: black;
    font-weight: 800;
    position:absolute;
    top:0;
    left:0;
}

/* -------------------------- language selection ------------------------- */
.content_header_country_right {
    float: right;
    margin-top: -33px;
    margin-right: 52px;
}

.content_image_countryflag {
    height: 28px;
    width: 28px;
    background-color: transparent;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    margin-top: 1px;
    top: 5px;
    right: 35px;
    position: absolute;
    z-index: 8000;
}

.content_image_countryflag_img {
    width: 28px;
    height: 28px;
}

.content_image_countryflag_list_hide {
    position: absolute;
    top: 6px;
    left: 51px;
    z-index: 8000;
    background-color: transparent !important;
    display: none;
}

.content_image_countryflag_list_show {
    position: absolute;
    top: 6px;
    left: 51px;
    z-index: 8000;
    background-color: transparent !important;
}


/* END content's ----------------------------------------------------------*/

/* --------------------------------------------------------------------------------------- */
select {
    background-color: #000000;
}

/* ------------------------------------------------------------------------*/

.imgRecordLocked {
    height: 16px;
    width: 16px;
    float: left;
    display: none;
    margin-left: -20px;
    margin-top: 4px;
    background: transparent url(../images/record_locked.png) 0 0 no-repeat !Important;
}

.lblCountDown {
    height: 24px !important;
    margin: 0px 0px 0px 0px !important;
    padding: 7px 0px 0 0px !important;
    width: 85px;
    background: transparent url('../Images/RefreshSmall.png') no-repeat 10px 3px;
    color: black;
    font-weight: 600;
    display: block;
    float: left;
    text-align: right;
}

.lblCustomerName {
    float: right;
    font-size: 1.1em;
    font-family: Arial, sans-serif;
    height: 40px;
    width: 250px;
    color: #00738B;
    text-align: right !Important;
    display: block;
    margin-right: 10px;
}

/* ------------------------------------------------------------------------*/

input[type=password] {
    background: white url(../images/Iconkey.png) 10px 5px no-repeat !Important;
    color: #000000;
    border-radius: 2px;
    border: none;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset, -2px -1px 0 rgba(0, 0, 0, 0.05) inset;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3), inset -2px -1px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset, -2px -1px 0 rgba(0, 0, 0, 0.05) inset;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-family: Arial, sans-serif;
    font-size: 1em;
    display: inline;
    padding: 0 0 0 5px;
}

    input[type=password]::-webkit-input-placeholder {
        color: #000;
    }

    input[type=password]:-moz-placeholder {
        color: #000;
    }

    input[type=password]:focus {
        box-shadow: 0 1px 0 #BFA264 inset, 0 -1px 0 #BFA264 inset, 1px 0 0 #BFA264 inset, -1px 0 0 #BFA264 inset, 0 0 4px rgba(29, 106, 146, 0.5);
        -webkit-box-shadow: 0 1px 0 #BFA264 inset, 0 -1px 0 #BFA264 inset, 1px 0 0 #BFA264 inset, -1px 0 0 #BFA264 inset, 0 0 4px rgba(29, 106, 146, 0.5);
        -moz-box-shadow: 0 1px 0 #BFA264 inset, 0 -1px 0 #BFA264 inset, 1px 0 0 #BFA264 inset, -1px 0 0 #BFA264 inset, 0 0 4px rgba(29, 106, 146, 0.5);
        outline: none;
        background: url(../images/Iconkey.png) 10px 5px no-repeat, #ffffff;
    }

    input[type=password][disabled] {
        background: #f5f5f5 url(../images/IconkeyDisabled.png) 10px 5px no-repeat !Important;
        color: #595959 !Important;
        border-radius: 2px;
        border: none;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset, -2px -1px 0 rgba(0, 0, 0, 0.05) inset;
        -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3), inset -2px -1px 0 rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset, -2px -1px 0 rgba(0, 0, 0, 0.05) inset;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        font-family: Arial, sans-serif;
        font-size: 1em;
        display: inline;
        padding: 0 0 0 5px;
    }

input[type=text] {
    background-color: #ffffff;
    color: #000000;
    border-radius: 2px;
    border: none;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset, -2px -1px 0 rgba(0, 0, 0, 0.05) inset;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3), inset -2px -1px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset, -2px -1px 0 rgba(0, 0, 0, 0.05) inset;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-family: Arial, sans-serif;
    font-size: 1em;
    display: inline;
    padding: 0 0 0 5px;
}

    input[type=text]::-webkit-input-placeholder {
        color: grey;
    }

    input[type=text]:-moz-placeholder {
        color: grey;
    }

    input[type=text]:focus {
        box-shadow: 0 1px 0 #BFA264 inset, 0 -1px 0 #BFA264 inset, 1px 0 0 #BFA264 inset, -1px 0 0 #BFA264 inset, 0 0 4px rgba(29, 106, 146, 0.5);
        -webkit-box-shadow: 0 1px 0 #BFA264 inset, 0 -1px 0 #BFA264 inset, 1px 0 0 #BFA264 inset, -1px 0 0 #BFA264 inset, 0 0 4px rgba(29, 106, 146, 0.5);
        -moz-box-shadow: 0 1px 0 #BFA264 inset, 0 -1px 0 #BFA264 inset, 1px 0 0 #BFA264 inset, -1px 0 0 #BFA264 inset, 0 0 4px rgba(29, 106, 146, 0.5);
        outline: none;
        background-color: #ffffff;
    }

    /* ################################ */
    /*input[type=text]:focus {box-shadow:0px 0px 3px 3px rgba(255, 0, 0, .5) inset, 0 0 2px 2px rgba(255, 0, 0, .5);*/

    input[type=text][disabled] {
        background-color: #f5f5f5 !Important;
        color: #595959 !Important;
        border-radius: 2px;
        border: none;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset, -2px -1px 0 rgba(0, 0, 0, 0.05) inset;
        -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3), inset -2px -1px 0 rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset, -2px -1px 0 rgba(0, 0, 0, 0.05) inset;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        font-family: Arial, sans-serif;
        font-size: 1em;
        display: inline;
        padding: 0 0 0 5px;
    }

input[type=submit] {
    background-color: #BFA264;
    border: 1px solid #BFA264;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    transition: all 0.1s;
    height: 28px;
    cursor: pointer;
    filter: none !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    color: black;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    font-size: 1em;
    opacity: 1;
}

    input[type=submit]:hover {
        background-color: #987937;
        border: 1px solid #987937;
    }

    input[type=submit]:active {
        background-color: #987937;
        border: 1px solid #987937;
    }

    input[type=submit][disabled], button[disabled] {
        background-color: rgba(210, 210, 210, 1);
        border: 1px solid rgba(210, 210, 210, 1);
        filter: none !important;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        display: inline-block;
        color: #595959;
        font-weight: 600;
        text-align: left;
        text-decoration: none;
        overflow: hidden;
        cursor: default;
    }

input[type=checkbox] {
    background-color: transparent;
    color: #000000;
    outline: 0;
    font-family: Arial, sans-serif;
    font-size: 1em;
    display: inline;
    margin-left: 0px;
}

    input[type=checkbox]::-webkit-input-placeholder {
        color: #000;
    }

    input[type=checkbox]:-moz-placeholder {
        color: #000;
    }

    input[type=checkbox]:focus {
        box-shadow: 0 1px 0 #BFA264 inset, 0 -1px 0 #BFA264 inset, 1px 0 0 #BFA264 inset, -1px 0 0 #BFA264 inset, 0 0 4px rgba(29, 106, 146, 0.5);
        -webkit-box-shadow: 0 1px 0 #BFA264 inset, 0 -1px 0 #BFA264 inset, 1px 0 0 #BFA264 inset, -1px 0 0 #BFA264 inset, 0 0 4px rgba(29, 106, 146, 0.5);
        -moz-box-shadow: 0 1px 0 #BFA264 inset, 0 -1px 0 #BFA264 inset, 1px 0 0 #BFA264 inset, -1px 0 0 #BFA264 inset, 0 0 4px rgba(29, 106, 146, 0.5);
        outline: none;
    }


    input[type=checkbox][disabled] {
        color: #595959 !Important;
        border: #595959 !important;
    }

textbox:focus {
    box-shadow: 0 1px 0 #BFA264 inset, 0 -1px 0 #BFA264 inset, 1px 0 0 #BFA264 inset, -1px 0 0 #BFA264 inset, 0 0 4px rgba(29, 106, 146, 0.5);
    -webkit-box-shadow: 0 1px 0 #BFA264 inset, 0 -1px 0 #BFA264 inset, 1px 0 0 #BFA264 inset, -1px 0 0 #BFA264 inset, 0 0 4px rgba(29, 106, 146, 0.5);
    -moz-box-shadow: 0 1px 0 #BFA264 inset, 0 -1px 0 #BFA264 inset, 1px 0 0 #BFA264 inset, -1px 0 0 #BFA264 inset, 0 0 4px rgba(29, 106, 146, 0.5);
    outline: none;
    background-color: #ffffff;
}


textarea {
    background-color: #ffffff;
    color: #000000;
    border-radius: 2px;
    border: none;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset, -2px -1px 0 rgba(0, 0, 0, 0.05) inset;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3), inset -2px -1px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset, -2px -1px 0 rgba(0, 0, 0, 0.05) inset;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-family: Arial, sans-serif;
    font-size: 1em;
    display: inline;
    padding: 3px 0 0 5px;
}

    textarea::-webkit-input-placeholder {
        color: grey;
    }

    textarea:-moz-placeholder {
        color: grey;
    }

    textarea:focus {
        box-shadow: 0 1px 0 #BFA264 inset, 0 -1px 0 #BFA264 inset, 1px 0 0 #BFA264 inset, -1px 0 0 #BFA264 inset, 0 0 4px rgba(29, 106, 146, 0.5);
        -webkit-box-shadow: 0 1px 0 #BFA264 inset, 0 -1px 0 #BFA264 inset, 1px 0 0 #BFA264 inset, -1px 0 0 #BFA264 inset, 0 0 4px rgba(29, 106, 146, 0.5);
        -moz-box-shadow: 0 1px 0 #BFA264 inset, 0 -1px 0 #BFA264 inset, 1px 0 0 #BFA264 inset, -1px 0 0 #BFA264 inset, 0 0 4px rgba(29, 106, 146, 0.5);
        outline: none;
        background-color: #ffffff;
    }

.textarea[disabled] {
    color: #595959;
}

/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0 none;
}

th {
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    padding: 0px;
    border: 0 none;
    margin: 0px;
}

tr.pager td {
    padding: 0px;
    margin: 0px;
}

.popupHeaderNotification {
    width: 200px;
    border-bottom: 1px solid #b0b0b0;
    border-right: 1px solid #b0b0b0;
    padding: 3px;
}

.popupTextNotification {
    width: 600px;
    border-bottom: 1px solid #b0b0b0;
    padding: 3px;
}

.popupAlternateRow {
    background-color: #cddeff;
}

.dropBoxNewDisabled {
    display: block;
    float: left;
    margin-right: 10px;
    overflow: hidden;
    color: #595959 !Important;
    background-color: rgba(245, 245, 245, 1); /* url(../Images/DropDownListBoxDisabled.png) no-repeat right 3px; */
    border-radius: 3px;
}

    .dropBoxNewDisabled select {
        background: transparent !important;
        width: 180px;
        font-family: Arial, sans-serif;
        font-size: 1em;
        padding: 1px 5px 0 1px;
        height: 24px;
        /*margin-top: 2px;*/
        display: block;
        float: left;
        border: none;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        border-radius: 3px;
        color: #595959;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset, -2px -1px 0 rgba(0, 0, 0, 0.05) inset;
        -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3), inset -2px -1px 0 rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset, -2px -1px 0 rgba(0, 0, 0, 0.05) inset;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }


.dropBoxTeamNewDisabled {
    display: block;
    float: left;
    margin-right: 10px;
    overflow: hidden;
    color: #f5f5f5 !Important;
    background-color: rgba(245, 245, 245, 1); /* url(../Images/DropDownListBoxDisabled.png) no-repeat right 3px; */
    border-radius: 3px;
}

    .dropBoxTeamNewDisabled select {
        background: transparent !important;
        width: 180px;
        font-family: Arial, sans-serif;
        font-size: 1em;
        padding: 1px 5px 0 1px;
        height: 24px;
        /*margin-top: 2px;*/
        display: block;
        float: left;
        border: none;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        border-radius: 3px;
        color: #f5f5f5;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset, -2px -1px 0 rgba(0, 0, 0, 0.05) inset;
        -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3), inset -2px -1px 0 rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset, -2px -1px 0 rgba(0, 0, 0, 0.05) inset;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }


.dropBoxNew {
    display: block;
    float: left;
    margin-right: 10px;
    overflow: hidden;
    background: white url(../Images/DropDownListBox.png) no-repeat right 3px !important;
    border-radius: 3px;
}

    .dropBoxNew select {
        background: transparent !important;
        width: 180px;
        font-family: Arial, sans-serif;
        font-size: 1em;
        padding: 1px 25px 0 1px;
        height: 24px;
        /*margin-top: 2px;*/
        display: block;
        float: left;
        border: none;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        border-radius: 3px;
        color: #595959;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset, -2px -1px 0 rgba(0, 0, 0, 0.05) inset;
        -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3), inset -2px -1px 0 rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset, -2px -1px 0 rgba(0, 0, 0, 0.05) inset;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

        .dropBoxNew select option {
            height: 36px !important;
            border: solid 1px blue;
        }

            .dropBoxNew select option:hover {
                background-color: rgba(0, 115, 139, 1);
                color: white;
            }

        .dropBoxNew select:focus {
            box-shadow: 0 1px 0 #BFA264 inset, 0 -1px 0 #BFA264 inset, 1px 0 0 #BFA264 inset, -1px 0 0 #BFA264 inset, 0 0 4px rgba(29, 106, 146, 0.5);
            -webkit-box-shadow: 0 1px 0 #BFA264 inset, 0 -1px 0 #BFA264 inset, 1px 0 0 #BFA264 inset, -1px 0 0 #BFA264 inset, 0 0 4px rgba(29, 106, 146, 0.5);
            -moz-box-shadow: 0 1px 0 #BFA264 inset, 0 -1px 0 #BFA264 inset, 1px 0 0 #BFA264 inset, -1px 0 0 #BFA264 inset, 0 0 4px rgba(29, 106, 146, 0.5);
            outline: none;
            background-color: #ffffff;
        }


.dropBoxNewShort {
    display: block;
    float: left;
    margin-right: 0px;
    overflow: hidden;
    width: 25px;
    background: white url(../Images/DropDownListBox.png) no-repeat right 3px !important;
    border-radius: 3px;
    height: 24px !Important; 
    margin-top: 1px !Important;
    margin-left: 0px !Important;
}

    .dropBoxNewShort select {
        background: transparent !important;
        width: 22px !important;
        font-family: Arial, sans-serif;
        font-size: 1em;
        padding: 1px 0 0 24px;
        height: 24px;
        margin-top: 0px !important;
        margin-left: 0px !important;
        display: block;
        float: left;
        border: none;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        border-radius: 3px;
        color: #595959;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset, -2px -1px 0 rgba(0, 0, 0, 0.05) inset;
        -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3), inset -2px -1px 0 rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset, -2px -1px 0 rgba(0, 0, 0, 0.05) inset;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

        .dropBoxNewShort select option {
            height: 36px !important;
            border: solid 1px blue;
        }

            .dropBoxNewShort select option:hover {
                background-color: rgba(0, 115, 139, 1);
                color: white;
            }

        .dropBoxNewShort select:focus {
            box-shadow: 0 1px 0 #BFA264 inset, 0 -1px 0 #BFA264 inset, 1px 0 0 #BFA264 inset, -1px 0 0 #BFA264 inset, 0 0 4px rgba(29, 106, 146, 0.5);
            -webkit-box-shadow: 0 1px 0 #BFA264 inset, 0 -1px 0 #BFA264 inset, 1px 0 0 #BFA264 inset, -1px 0 0 #BFA264 inset, 0 0 4px rgba(29, 106, 146, 0.5);
            -moz-box-shadow: 0 1px 0 #BFA264 inset, 0 -1px 0 #BFA264 inset, 1px 0 0 #BFA264 inset, -1px 0 0 #BFA264 inset, 0 0 4px rgba(29, 106, 146, 0.5);
            outline: none;
            background-color: #ffffff;
        }

.dropBoxNewShortDisabled {
    display: block;
    float: left;
    margin-right: 0px;
    overflow: hidden;
    width: 25px;
    height: 24px !Important;
    margin-top: 1px !Important;
    margin-left: 0px !Important;
    color: #595959 !Important;
    background-color: rgba(245, 245, 245, 1) !important;
    border-radius: 3px;
}

    .dropBoxNewShortDisabled select {
        background: transparent !important;
        width: 22px !important;
        font-family: Arial, sans-serif;
        font-size: 1em;
        padding: 1px 0 0 24px;
        height: 24px;
        margin-top: 0px !important;
        margin-left: 0px !important;
        display: block;
        float: left;
        border: none;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        border-radius: 3px;
        color: #595959;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset, -2px -1px 0 rgba(0, 0, 0, 0.05) inset;
        -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3), inset -2px -1px 0 rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset, -2px -1px 0 rgba(0, 0, 0, 0.05) inset;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

@media (max-width: 1024px) {

    input[type=text][disabled] {
        background-color: #f0f0f0 !Important;
        color: black !important;
        border-radius: 2px;
        border: none;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset, -2px -1px 0 rgba(0, 0, 0, 0.05) inset;
        -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3), inset -2px -1px 0 rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset, -2px -1px 0 rgba(0, 0, 0, 0.05) inset;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        font-family: Arial, sans-serif;
        font-size: 1em;
        display: inline;
        padding: 0 0 0 5px;
    }

    .textarea[disabled] {
        color: black;
    }
}



