

a {
    color: #aaa;
}

a:hover {
    opacity: 1;
    color: #20a2d6;
    text-decoration: none;
}


.btn-primary {
    background-color: #20a2d6;
}


.fa-user-circle:before {
    content:"\f2bd"
}
.fa-user-circle-o:before{
    content:"\f2be"}

/*=========SENT==========*/

.clearf {
    float: none;
}


/*=========ADMIN==========*/
.navbar-default .navbar-nav >li > a:hover {
    color:#20a2d6;
}
.navbar-default .navbar-nav > li >a:hover,
.navbar-default .navbar-nav>li>a:focus{
    color:#20a2d6;
}

.navbar-form .input-group {
    width: 500px;
}

@media (min-width: 768px){
    .navbar-left_c {
        float: left !important;
        margin-left:300px;
    }
}

.title {
    padding: 15px;

}


.sidebar-nav > li > a:hover {
    color: #20a2d6;
}

.sidebar-nav > li > a:hover .icon .fa,
.sidebar-nav > li > a:hover .icon  .glyphicon {
    color: #20a2d6;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: left;
    }



    @media (max-width: 767px){

        .widget{

        }
    }

    /*=========Side Help==========*/



    /*=========User Setting==========*/

    .notifications .list-group {
        min-height: 100px !important;
    }
    #notifications-list {
        height: 200px !important;
    }

    .gps-panel {

    }

    .list-inline>li {
        vertical-align:middle;
    }

    ul.ad-ul{
        display:table;
        table-layout: fixed;
        width:100%;
    }
    li.ad-li{
        display:table-cell;
    }


    ul.gps-ul {
        padding-left:5px;
    }

    li.gps-li{
        list-style-type: none;
        padding:3px 0px;
        line-height:20px;
    }




    .t-left {
        text-align:left;
    }

    .active_radio img {
        height: 20px;
        position: relative;
    }

    .f20 {
        font-size:2em;
    }

    .t10{
        position:relative;
        top:10px;
    }

    img.vm ,.vm{
        vertical-align:middle;
    }


    /*
    ========Search ===============*/
    .dropdown.dropdown-lg .dropdown-menu {
        margin-top: -1px;
        padding: 6px 20px;
    }
    .input-group-btn .btn-group {
        display: flex !important;
    }
    .btn-group .btn {
        border-radius: 0;
        margin-left: -1px;
    }
    .btn-group .btn:last-child {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .btn-group .btn:first-child {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    .btn-group .form-horizontal .btn[type="submit"] {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    .form-horizontal .form-group {
        margin-left: 0;
        margin-right: 0;
    }
    .form-group .form-control:last-child {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .gpslist .list-group-item {
        background-color: #242424;
        color: #FFF;

    }

    .gpslist .list-group-item :hover{
        color: #999;
    }

    .nb {
        border-style: none;
    }

    .nb:focus{
        background-color: #eee;
    }

    input.font-awesome {
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
    }


    /* webkit solution */
    ::-webkit-input-placeholder {
        /*	text-align: right;*/
    }


    /*========*/
    @media screen and (min-width: 768px) {
        #adv-search {
            width: 600px;
            margin: 0 auto;
            padding-top:7px;
        }
        .dropdown.dropdown-lg {
            position: static !important;
        }
        .dropdown.dropdown-lg .dropdown-menu {
            min-width: 500px;
        }
    }

    /*========*/
    .topicon img{
        width:40px;
        padding-left:0px;
    }

    ul.top-ul {
        padding-left:0px;
        margin-left:0px;
        padding-left:0px;
    }


    li.top-li{
        list-style-type: none;
        padding-left:0px;
    }

    .top-li > a {
        padding-left:0px;

    }
    .logo {
        margin: 0px 10px 10px 0px;
    }


    .sidebar-top>.active>a{

        color: #FFF;
    }


    .sidebar-nav{
        /*padding:10px 0;*/
        /*font-size:14px*/
    }

    /*SIDEBAR*/
    .chat-sidebar-user-group .message-preview {
        font-size: 75%;
        width: inherit;

    }

    .chat-sidebar-user-group .list-group-item {
        padding: 10px 10px;
    }

    .chat-sidebar-user-group .list-group-item.active, .chat-sidebar-user-group .list-group-item.active:focus, .chat-sidebar-user-group .list-group-item.active:hover {
        background-color: rgba(255,255,255,0.1);
        color: #f0b518;
    }

    .list-group-item > .fa-cog {
        font-size: 1.33333333em;
        line-height: 45px;
    }


}
.chat-sidebar-chat .title {
    margin-top: 0px;
}

.gps-i img {
    width: 30px;
    padding-right:10px;
}

.thumb-sm {
    width: 40px;
}

.navbar-nav>li>.dropdown-menu {
    margin-left:-50px;
}

/*Table*/
.table-responsive {
    width: 100%;
    table-layout: fixed;
    word-wrap: break-word;
    overflow-x: auto
}



@media (max-width: 767px) {
    .table-responsive > table {
        table-layout: auto;
    }
}

.bs-docs-section {
    background-color: #fff;
}

.btn-nc {
    min-width: 90px;
    border-radius: 4px;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #ccc;
}



/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}

.fa-user-circle:before {
    content: "\f08b";
}

.drop-search {
    top:26px;
}


.ml5{
    margin-left:5px;
}

/* PAGINATION*/

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 24px 0;
    border-radius: 2px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.5;
    color: #2196f3;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    z-index: 2;
    color: #0a6ebd;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #2196f3;
    border-color: #2196f3;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 20px;
    font-size: 20px;
    line-height: 1.33;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
}

/** application.cssからcopy */
.logo {
    margin: 10px 0 20px;
    height: 50px;
    width: 100%;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
    font-size: 18px;
    -webkit-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}

.widget-login-info {
    font-size: 13px;
    color: #888;
    margin-top: 1px;
    margin-bottom: 0;
}

.radio, .checkbox {
    padding-left: 20px;
}

.checkbox input[type="checkbox"] {
    /*opacity: 0;*/
    z-index: 1;
}

.widget-login-container {
    padding-top: 15%;
}

.checkbox label {
    display: inline-block;
    position: relative;
}
.checkbox label {
    padding-left: 0px;
}

/*#sidebar-wrapper {*/
/*overflow-y: scroll !important;*/
/*-ms-overflow-style: none;  // IE 10+*/
/*overflow: -moz-scrollbars-none;  // Firefox*/
/*}*/

/*#sidebar-wrapper::-webkit-scrollbar {*/
/*width: 0px;  / remove scrollbar space /*/
/*}*/

footer {
    /*background-color: #A9A9A9;*/
    text-align: center;
    padding-bottom: 1%;
}

/** datatablesのレイアウト */
.dataTables_length {
    margin-left: auto !important;
    float: right !important;
}

table.dataTable tbody tr td:first-child {
    text-align: center;
}

table.table.table-striped thead tr th:first-child {
    text-align: center;
}

ul.pagination li.paginate_button {
    padding: 0 !important;
}

table.dataTable tbody td.select-checkbox:before, table.dataTable tbody td.select-checkbox:after, table.dataTable tbody th.select-checkbox:before, table.dataTable tbody th.select-checkbox:after {
    top: initial !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #ddd !important;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #ddd !important;
}

/** 管理画面 */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #eee;
}

.navbar-default {
    background-color: #fff;
    border-color: #eee;
}

.navbar-default .navbar-brand {
    color: #333;
}

/* Nav */

@media (min-width: 768px) {
    .navbar {
        min-height: 50px;
    }

    .navbar-header {
        height: 50px;
    }

    .navbar-brand {
        padding-top: 7px;
        padding-bottom: 8px;
        height: 50px;
        padding: 15px;
    }

    .navbar-text {
        display: inline-block;
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .navbar-brand > .brand-text {
        margin-left: 15px;
    }

    .navbar-nav > li > a {
        margin-top: 7px;
        margin-bottom: 8px;
    }

    .navbar-nav > li > .dropdown-menu {
        margin-top: -5px;
    }

    .navbar-form {
        margin-top: 7px;
        margin-bottom: 7px;
    }

    .navbar-form .input-group .input-group-btn {
        width: 1%;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        color: #333;
        background-color: #f1f1f1;
    }

    .navbar-collapse {
        padding-left: 0px;
    }

    /*Sidebar Icon */
    #main_icon {
        float: left;
        text-indent: 7px;
    }

    #main_icon img {
        width: 35px;
    }

    .sub_icon {
        float: left;
        padding-top: 10px;
        margin-right: 5px;
    }

    /* Toggle Styles */
    #wrapper {
        padding-left: 0;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    #wrapper.toggled, #wrapper.locked {
        padding-left: 250px;
    }

    #sidebar-wrapper {
        z-index: 0;
        position: fixed;
        left: 200px;
        width: 0;
        height: 100%;
        margin-left: -200px;
        overflow-y: hidden;
        overflow-x: hidden;
        background: #000;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    #page-content-wrapper {
        width: 100%;
        z-index: 10;
        padding: 0px;
        background-color: #f1f1f1;
        margin-left: 50px;
        left: 0;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    /* Sidebar Styles */
    .sidebar-nav {
        position: absolute;
        top: 0;
        width: 200px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .sidebar-nav li {
        text-indent: 16px;
        line-height: 40px;
    }

    .sidebar-nav li .ind0 {
        text-indent: 0px;
    }

    .sidebar-nav li a {
        display: block;
        text-decoration: none;
        color: #eee;
        border-top: 1px solid #1e1e1e;
    }

    .sidebar-nav li a:hover {
        text-decoration: none;
        color: #419be2;
        background-color: #353535;
    }

    .sidebar-nav li a:active,
    .sidebar-nav li a:focus {
        text-decoration: none;
    }

    .sidebar-nav > .sidebar-brand {
        height: 80px;
        font-size: 18px;
        line-height: 60px;
    }

    .sidebar-nav > .sidebar-brand a {
        color: #eee;
        border: none;
    }

    .sidebar-nav > .sidebar-brand a:hover {
        color: #fff;
        background: none;
    }

    .sidebar-nav > .brand-text {
        margin-left: 15px;
    }

    @media (min-width: 768px) {
        #wrapper {
            padding-left: 0;
        }

        #wrapper.toggled, #wrapper.locked {
            padding-left: 150px;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

        #sidebar-wrapper {
            width: 50px;
        }

        #wrapper.toggled #sidebar-wrapper, #wrapper.locked #sidebar-wrapper {
            width: 200px;
        }

        #wrapper.toggled #page-content-wrapper, #wrapper.locked #page-content-wrapper {
            position: absolute;
            margin-right: 0;
            left: 150px;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }
    }

    .scroll {
        overflow-y: scroll !important;
        -ms-overflow-style: none;
    / / IE 10 + overflow: -moz-scrollbars-none;
    / / Firefox
    }

    .scroll::-webkit-scrollbar {
        width: 0px; /* remove scrollbar space */
    }

    /* Datatable*/
    .table-striped > tbody > tr:nth-of-type(odd) {
        background-color: #f6f6f6;
    }
}

/* 入力画面 */
.form-group.required .control-label:after {
    content:"*";
    color: #ff0000;
}

/** ボタン:マウスオーバー */
a.btn-nc:hover {
    color: #fff !important;
    cursor: default !important;
    background-color: #2196f3 !important;
    border-color: #2196f3 !important;
}

/* select2 placeholder icon*/
input.select2-search__field {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/** datatablesの幅 */
#account_datatables_wrapper table {
    width: 4000px;
}
#asset_datatables_wrapper table {
    width: 4000px;
}
#crt_datatables_wrapper table,
#rental_datatables_wrapper table
{
    width: 2000px;
}
#shopCrt_datatables_wrapper table,
#shopRental_datatables_wrapper table{
    width: 2200px;
}

#userCrt_datatable_wrapper table,
#userRental_datatables_wrapper table
{
    width: 1800px;
}
/** datatables表のセルの高さを調整 **/
table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody tr td {
    padding-top: 3px;
    padding-bottom: 3px;
}
/** datatables エラーメッセージ **/
.datatablesAlert {
    padding: 5px 30px 5px 5px !important;
    margin-top: 1%
}
/** select2 検索マーク **/
span.select2-search--dropdown input.select2-search__field {
    background: url('../images/select2.png') no-repeat 100% -22px !important;
}
/**  select2 空欄**/
ul#select2-assetId-results li:first-child,
ul#select2-DTE_Field_imei-results li:first-child,
ul#select2-DTE_Field_imsi-results li:first-child,
ul#select2-DTE_Field_crtPlan-results li:first-child,
ul#select2-DTE_Field_crtSts-results li:first-child,
ul#select2-DTE_Field_rentalPlan-results li:first-child,
ul#select2-DTE_Field_rentalSts-results li:first-child,
ul#select2-DTE_Field_assetSts-results li:first-child,
ul#select2-DTE_Field_noticeType-results li:first-child,
ul#select2-searchAccountType-results li:first-child,
ul#select2-searchEnableFlg-results li:first-child,
ul#select2-searchCategory-results li:first-child,
ul#select2-DTE_Field_recommend-results li:first-child,
ul#select2-DTE_Field_smsFlg-results li:first-child,
ul#select2-DTE_Field_globalFlg-results li:first-child,
ul#select2-DTE_Field_sleepFlg-results li:first-child
{
    height: 35px;
    /*background-color: #dcdcdc;*/
}

/** datatables fixedColumns */
.DTFC_LeftBodyLiner {
    top: -13.5px !important;
    height: auto !important;
}

.DTFC_LeftBodyLiner table tbody tr td {
    vertical-align: middle;
}

/** datatables disabled **/
tr.odd td.datatables-disabled {
    background-color: #f1f1f1;
}

tr.even td.datatables-disabled {
    background-color: #fafafa;
}

/** 読み取り専用のヘッダーの色を変更 **/
.datatables-disabled-header {
    background-color: #f5f5f5 !important;
}

/** 読み取り専用のスタイルが優先されるのを防ぐ **/
tr.selected td.datatables-disabled,
tr.datatablesMouseOverRow td.datatables-disabled {
    background-color: transparent;
}

/** 端末一覧アイコン中央寄せ */
.positionCenter {
    text-align: center;
}
div.DTE_Field_Name_publishFlg div.DTE_Field_Input {
    margin-top: 1%;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: none !important;
}

ul li.operation a {
    margin-top: 0px;
}

.borderRadius {
    border-radius: 5px !important;
}

.insertSpace {
    width: 280px;
}

/* gpsinfowindow */
div[id^=info-window-content] {
    /*min-width: 270px;*/
    overflow-x: hidden;
}

.link a {
    text-decoration: underline;
    cursor: pointer;
    color: #0000ff;
}
#topMargin {
    padding-top: 7px;
}

/* コンテンツの高さ */
.container-fluid {
    min-height: 800px !important;
}

/* メニュー選択 */
.selectedMenu {
    color: #419be2 !important;
    background-color: #353535;
}

/** エラーメッセージ */
#messages {
    padding-left: 20px;
}
.messageWidth {
    min-width: 450px;
}
.messageArea {
    padding-top: 20px;
    padding-left: 1%;
    float: left;
}

/* メニュー 絞り込みプルダウン */
.searchAccountTypeWrapper, .searchEnableFlgWrapper, .searchMainFlgWrapper {
    float: left;
    padding-left: 3%;
    padding-top: 3px;
}

/** メニューリスト　スクロールバー */
#menuList {
    height: 100vh;
    overflow-y: auto;
}
#sidebar-wrapper {
    z-index: 11;
}
#page-content-wrapper {
    z-index: 10;
}

/** 軌跡検索 */
.multiselect-container.dropdown-menu {
    width: 220px;
}

/** ajax loading */
.loading {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: fixed;
    padding:50px;
    background-position: center;
    -webkit-background-size: 100px;
    background-size: 100px;
    background-image:url("../images/loading.gif");
    z-index: 1100;
}

/** tracklist */
#trackListSearch1 {
    padding-bottom:10px;
}
#trackListSearch1 div.btn-group {
    margin-bottom: 0px;
    margin-top: 0px;
}
span.rt.r-placeholder2.color-b {
    cursor: pointer;
}
#tracklist_datatables_wrapper label[for="assetId"],
#tracklist_datatables_wrapper label[for="startDate"]
{
    padding-left: 0px !important;
}
#tracklist_datatables_wrapper label.checkbox {
    padding-left: 15% !important;
}
#tracklist_datatables_wrapper label {
    padding-left: 25px;
}
.color-r {
    color: #f16272;
}
.color-b {
    color: #419be2;
}
.color-v {
    color: #9400d3;
}
.color-g {
    color: #90ee90;
}
#trackPosModal div.modal-dialog {
    width: 100%;
    margin-left: 25%;
    margin-top: 1%;
}
#tracklist_datatables_filter input {
    width: 250px !important;
}
#trackListSearch2 {
    float: left;
}
#trackListSearch2 select {
    /*height: 30px;*/
    /*font-size: 16px;*/
}
#trackListSearch2 .trackmargin {
    /*height: 30px !important;*/
    display: initial !important;
    /*font-size: 16px !important;*/
    width: 110px;
}
#trackListSearch2 label[for="startDate"] {
    padding-left: 25px !important;
}

/** お支払い方法 **/
div.DTE_Field_Name_mainFlg div.DTE_Field_Input, div.DTE_Field_Name_paymentFlg div.DTE_Field_Input{
    padding-top: 5px;
}

/** アクションボタン **/
.actionBtn {
    min-width: 0px;
    padding-left: 11px !important;
    padding-right: 11px !important;
}

.clickable {
    cursor: pointer;
}

/** sim modal */
textarea[name="smsMessage"] {
    width: 100%;
    height: 100px;
}

/** モーダル共通 */
.modal-header, .modal-footer {
    background-color: #f5f5f5;
}
.modal-header #title {
    float: left;
    font-size: 18px;
}
.modal-header button span {
    font-size: 28px;
}
.modal-footer {
    border-top-color: #EEEEEE;
}
/** infowindow */
.gm-style-iw {
    /*left: 25px !important;*/
}
/**
 * ログイン履歴
 */
#loginhistory_datatables_wrapper label[for="assetId"],
#loginhistory_datatables_wrapper label[for="startDate"]
{
    padding-left: 0px !important;
}
#loginhistory_datatables_wrapper label.checkbox {
    padding-left: 15% !important;
}
#loginhistory_datatables_wrapper label {
    padding-left: 25px;
}
#trackPosModal div.modal-dialog {
    width: 100%;
    margin-left: 25%;
    margin-top: 1%;
}
#loginhistory_datatables_filter input {
    width: 250px !important;
}
#loginSearch {
    float: left;
}
#loginSearch .loginmargin {
    /*height: 30px !important;*/
    display: initial !important;
    /*font-size: 16px !important;*/
    width: 110px;
}
#loginSearch label[for="startDate"] {
    padding-left: 25px !important;
}
#loginSearch input[name="loginId"] {
    width: unset !important;
}
