﻿.form-control {
    /*padding: 3px 10px 0px 0px!important;*/
    text-indent: 5px;
}

.gridwidget, .formwidget {
    /*margin: 0 10px;*/
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    /*padding: 0;*/
}
    .formwidget.widget-highlight header, .gridwidget.widget-highlight header {
        background-color: #FFE06E !important;
    }
    
    .gridwidget {
        margin-top: 10px;
    }
    /*.gridwidget{ margin-right:13px;}*/
    .gridwidget .gridwidget-content {
        padding-bottom: 0 !important;
    }

    .gridwidget > header {
        height: 34px;
        color: #000;
        position: relative;
        line-height: normal;
        background-color: #fafafa;
        border: 1px solid #c2c2c2;
        -moz-border-radius: 0;
        -khtml-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        box-shadow: inset 0px -2px 0px rgba(0,0,0,0.05);
        -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .05);
        -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .05);
    }

    .gridwidget > footer {
        clear: left;
        text-align: right;
        display: block;
        padding: 7px 14px 7px;
        border: 1px solid #ccc;
        border-top: none;
        background: #f2f2f2;
    }

.gridwidget-ctrls {
    width: auto;
    float: right;
    padding: 0;
    padding-right: 10px;
    margin: 0;
}

    .gridwidget-ctrls .button-icon {
        min-width: 30px;
        height: 32px;
        float: left;
        position: relative;
        font-family: Arial,Helvetica,sans-serif;
        border-left: 1px solid rgba(0,0,0,.09);
        color: #fff !important;
    }

    .gridwidget-ctrls a {
        text-decoration: none;
        font-size: 14px;
        text-align: center;
        display: inline-block;
        line-height: 32px;
        padding: 0;
        margin: 0;
        color: #333;
    }

.gridwidget .gridwidget-content, .formwidget .formwidget-content {
    float: left;
    width: 100%;
    font-size: 12px;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
    border-width: 1px;
    border-style: solid;
    border-top: none;
    border-right-color: #ccc !important;
    border-left-color: #ccc !important;
    border-bottom-color: #ccc !important;
    padding: 0 5px 10px;
    overflow: auto;
    background-color: #d3d5e5 !important;
}

.formwidget .widget-filter {
    width: 100%;
    font-size: 12px;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
    border-width: 1px;
    border-style: solid;
    border-top: none;
    border-right-color: #ccc !important;
    border-left-color: #ccc !important;
    border-bottom-color: #ccc !important;
    padding-top: 5px;
    overflow: visible;
    background-color: #fff !important;
    float: left;
}

    .formwidget .widget-filter .filter-action {
        clear: both;
        text-align: right;
        display: block;
        padding: 3px 7px;
        border: 1px solid #ccc;
        margin-top: 50px;
        background: rgba(248,248,248,.9);
    }

.gridwidget .icons {
    font-size: 16px;
}

.gridwidget .gridwidget-content .dt-toolbar-footer {
    margin: 0 -5px;
}

.formwidget > header {
    height: 34px;
    color: #000;
    padding: 0;
    border: 1px solid #c2c2c2;
    background: #fafafa;
    -khtml-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    line-height: normal;
    box-shadow: inset 0px -2px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .05);
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .05);
}

    .gridwidget > header > .icon, .formwidget > header > .icon {
        display: block;
        width: 30px;
        height: 32px;
        float: left;
        font-size: 111%;
        line-height: 32px;
        text-align: center;
        margin-right: -10px;
    }

    .gridwidget > header h2, .formwidget > header h2 {
        height: 100%;
        width: auto;
        display: inline-block;
        font-size: 14px;
        position: relative;
        margin: 0;
        line-height: 34px;
        font-weight: 400;
        letter-spacing: 0px;
    }

    .gridwidget > header > h2, .formwidget > header > h2 {
        margin-left: 10px;
        float: left;
    }

.formwidget .formwidget-content {
    float: left;
    width: 100%;
    font-size: 13px;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
    border-width: 1px;
    border-style: solid;
    border-top: none;
    border-right-color: #ccc !important;
    border-left-color: #ccc !important;
    border-bottom-color: #ccc !important;
    padding: 10px 5px 10px;
    overflow: auto;
    background-color: #d3d5e5 !important;
}

    .formwidget .formwidget-content section .row section {
        padding-left: 0 !important;
    }

.formwidget footer {
    clear: left;
    text-align: right;
    display: block;
    padding: 7px 14px 7px;
    border: 1px solid #ccc;
    border-top: none;
    background: rgba(248,248,248,.9);
}

    .formwidget footer button {
        margin-right: 10px;
    }

    .formwidget footer > button:last-child {
        margin-right: 2px;
    }

.formwidget .formwidget-action, .gridwidget .gridwidget-action {
    width: auto;
    float: right;
    /*padding: 5px 5px 0;*/
    margin: 0;
    padding-right: 10px;
}

    .formwidget .formwidget-action span {
        text-decoration: none;
        font-size: 14px;
        text-align: center;
        display: inline-block;
        line-height: 32px;
        padding: 0;
        margin: 0;
        color: #333;
    }

    .formwidget .formwidget-action .icon, .formwidget .formwidget-action .ico {
        cursor: pointer;
        min-width: 30px;
        height: 32px;
        float: left;
        position: relative;
        font-family: Arial,Helvetica,sans-serif;
        border-left: 1px solid rgba(0, 0, 0, .09);
    }
  
    .gridwidget .gridwidget-action a {
        text-decoration: none;
        font-size: 14px;
        text-align: center;
        display: inline-block;
        line-height: 28px;
        padding: 0;
        margin: 0;
        /*color: #fff !important;*/
        padding: 0 5px;
    }
        /*.gridwidget .gridwidget-action a:nth-child(n+2)::before{
            content:"";
            border-left:solid 1px #fff;
            bottom:0;
            top:0;
            display:block;
            position:absolute;
        }*/
        .gridwidget .gridwidget-action a i {
            padding: 0 5px;
        }
/*.gridwidget .gridwidget-action .btn{
             cursor:pointer;
            min-width: 30px;
            height: 28px;
            float: left;
            position: relative;
            font-family: Arial,Helvetica,sans-serif;
            background-color:#f2f2f2;
            margin-top:2px;
            margin-right:5px;
        }*/
.formwidget > label {
    font-weight: bold;
}

/*------------Controls--------------*/

.formwidget .select {
    position: relative;
    font-weight: 400;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    line-height: 32px;
    padding: 5px 10px;
    outline: 0;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    background: #fff;
    font: 13px/16px "Open Sans", Helvetica, Arial, sans-serif;
    color: #404040;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-color: #bdbdbd;
}

.formwidget .select-multiple {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: auto;
    /*line-height: 25px;*/
    padding: 5px;
    outline: 0;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    border-color: #bdbdbd;
    background: #fff;
    font: 13px/16px "Open Sans", Helvetica, Arial, sans-serif;
    color: #404040;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.formwidget .input {
    position: relative;
    font-weight: 400;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding: 5px 10px;
    outline: 0;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    background: #fff;
    font: 13px/16px "Open Sans", Helvetica, Arial, sans-serif;
    color: #404040;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-color: #bdbdbd;
}

.dataTables_filter {
    margin-left: -5px !important;
}

.gridwidget .without-header {
    border-top: 1px solid !important;
    border-top-color: #ccc !important;
}

.formwidget .select-button {
    margin-top: 55px;
}

.searchClaim {
    margin-top: 10px;
    margin-bottom: -10px;
    margin-right: 20px;
    margin-left: 5px;
    padding: 0;
    width: 100%;
}

table {
    margin-top: 1%;
    margin-bottom: 1%;
}

select {
    border: 1px solid #bdbdbd;
    width: 100%;
    height: 24px;
    line-height: 24px;
}

.select2-container .select2-choice {
    line-height: 28px;
    height: 28px;
}

.form-control {
    height: 28px;
}
@media screen and (-webkit-min-device-pixel-ratio:0)
  and (min-resolution:.001dpcm) {
    .form-control {
    height: 30px;
}
}

.searchClaim .select2-choice {
    background: url(/content/img/mybg.png) #ccc;
    height: 24px !important;
    line-height: 24px;
}

.dropdown {
    width: 40%;
    margin-left: -3%;
}

@media (max-width: 1024px) and (min-width: 768px) {
    .searchClaim {
        margin-top: 9px;
    }
}

@media (max-width: 767px) {
    .search-mobile .header-search > input[type=text] {
        padding-right: 75px;
        width: 45%;
        float: right;
    }

    .dropdown {
        width: 55%;
        margin-left: 0;
    }

    .searchClaim {
        margin: 2px 0 0 0;
        float: right;
        padding: 0;
        width: 40%;
    }
}


.select2-container .select2-choice .select2-arrow {
    right: -5px;
}

    .select2-container .select2-choice .select2-arrow b {
        font-weight: 700;
        font-size: 20px;
    }

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    /*-ms-word-wrap:break-word;*/
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    /*word-break: break-word;*/
}

.btn-action {
    margin-left: 9px !important;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 3px;
}

.btn-save {
    padding-left: 5px;
    margin-left: 8px;
    padding-top: 3px;
}

.btn-curtailall {
    margin: 2% 22%;
}

input[type="text"]:disabled {
    background-color: #f2f2f2 !important;
    border: solid 1px #c2c2c2 !important;
    cursor: not-allowed !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 24px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* 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: 16px;
        width: 16px;
        left: 4px;
        bottom: 4px;
        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(36px);
    -ms-transform: translateX(36px);
    transform: translateX(36px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.reqErr {
    border: solid 1px red !important;
    background-color: #fffdd7 !important;
}

.widget-content-white {
    float: left;
    width: 100%;
    font-size: 12px;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
    border-width: 1px;
    border-style: solid;
    border-top: none;
    border-right-color: #ccc !important;
    border-left-color: #ccc !important;
    border-bottom-color: #ccc !important;
    padding: 8px 5px 10px;
    overflow: visible;
    background-color: #fff !important;
}

.widget-action {
    float: right;
    padding: 0;
    padding-right: 10px;
    border-left: 1px solid rgba(0, 0, 0, .09);
    font-size: 14px;
    text-align: center;
    display: inline-block;
    line-height: 32px;
}

.action-btns {
    padding: 10px;
    float: right;
}