﻿body {
    font-family: 'Roboto',Arial,'Open Sans', sans-serif;
    font-size: 13px;
    background-color: #f3f3f3;
}

.NoteDescriptionImg img{
    width:20px;
    height:15px;
}
/*===========toastr style=======*/
.toast{
    font-size:16px!important;
}
#toast-container > div {
    width: 16em!important;
}
.pt-78 {
    padding-top: 78px !important;
}
.box-shadow-none {
    box-shadow: none !important;
}
.cancelButton {
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075)!important;
    background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    text-shadow: 0 1px 0 #fff;
    border-color: #ccc!important;
    border-radius: 3px !important;
    color: #4c4c4c !important;
    font-weight: 600!important;
}

.box-shadow {
    border-color: #66afe9 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) !important;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: transparent;
}
button:focus,
a:focus, .btn:focus, .btn:active:focus {
    outline: none !important;
    box-shadow:none!important;
}

.cursor-pointer {
    cursor:pointer;
}

.popover {
    font-family: 'Roboto',Arial,'Open Sans', sans-serif!important;
}
img, .fa, .fas, .far {
    cursor: pointer;
}
tr,td{
    transition:all 0.2s linear;
}
    tr:hover,
    td:hover {
        background: #eee;
        color: #000;
    }
p{
    margin-bottom:0;
}


    a, a:hover {
        color: #0366d6 !important;
        text-decoration: none;
        cursor: pointer;
    }
.Grey-tHead {
    background-color: #f1f1f1;
    border-bottom: 2px solid #ddd;
}
.lightGrey {
    background:  #f7f7f7;
}

.disable {
    cursor: no-drop!important;
    color:#ccc!important;
}
.row,
.form-row,
.card-deck {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.font-4 {
    font-size: 4px!important;
}

.font-8 {
    font-size: 8px!important;
}
.font-9 {
    font-size: 9px!important;
}

.font-10 {
    font-size: 10px!important;
}

.font-11 {
    font-size: 11px!important;
}
.font-12 {
    font-size: 12px!important;
}

.font-13 {
    font-size: 13px!important;
}

.font-14 {
    font-size: 14px!important;
}
.font-15 {
    font-size: 15px !important;
}
.font-16 {
    font-size: 16px!important;
}
.font-18 {
    font-size: 18px!important;
}
.font-20 {
    font-size: 20px!important;
}
.font-21 {
    font-size: 21px!important;
}
.font-22 {
    font-size: 22px!important;
}
.font-23 {
    font-size: 23px!important;
}
.font-24 {
    font-size: 24px!important;
}
.mt-3p {
    margin-top: 3px !important;
}

.form-check label, .form-check-label, .form-check-input,select {
    cursor: pointer;
}
.popover{
    font-size:12px!important;
}
.DetailsList {
    list-style: none;
    padding: 10px 0;
    border-bottom: 1px solid #f8f9fa ;
    margin: 0 10px;
    cursor:pointer;
}

.form-control {
    font-size: 13px;
    height: 30px;
    padding: 4px 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.form-control,
textarea,
select,
.select2-container .select2-choice {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    font-size: 12px;
}
    .form-control:focus,
    textarea:focus,
    select:focus,
    .select2-dropdown-open .select2-choice {
        border-color: #66afe9 !important;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) !important;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) !important;
    }


    select{
        outline:none;
    }
    /*.btn-primary {
        color: #fff;
        background-image: linear-gradient(to bottom,#2f84cc 0,#013a6b 100%);
        border-color: #2b669a;
        font-size: 13px;
        padding: 4px 8px;
        border-radius: 0;
    }

.btn-primary:hover {
    box-shadow: inset 0px 3px 4px 2px #143476;

}*/
.btn-primary {
    background-image: linear-gradient(to bottom,#428bca 0,#2d6ca2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #2b669a;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
    color: #fff !important;
    background-color: #3897f0;
}

    .btn-primary:hover {
        background-color: #2d6ca2;
        background-position: 0 -15px;
        color: #fff;
        border-color: #285e8e;
    }

.btn {
    display: inline-block;
    padding: 4px 8px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #212529 ;
}

.back {
    padding: 1% 5%;
}

    .back .back-icon {
        font-size: 20px;
        cursor: pointer;
        margin-right: 20px;
        color: #596268;
        transition: all .1s linear;
    }

        .back .back-icon:hover {
            color: #dc3545;
            transform: scale(1.5,1.5);
        }
.ShowData {
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ShowMore {
    height: auto;
    overflow: visible;
}

 tr,
 th,
 td {
    padding: 4px!important;
    width: auto;
    vertical-align: middle !important;
    font-size: 13px;
}


.LeftMenu {
    position: absolute;
    left: -50%;
    z-index: 99;
    background: #f9f9fa;
    height: 100vh;
    top: 6%;
    transition: all 0.5s linear;
    color: #5e4141f5 !important;
    box-shadow: 6px 7px 20px 0px;
}
    .LeftMenu .list-item{
        transition:all 0.2s linear;
    }
    .LeftMenu .list-item:hover {
        font-size: 16px !important;
        color: #fff !important;
        background-color:#000;
    }

    .tpl-top .hamburger_icon:hover .LeftMenu {
        left: 0%;
        top: 0%;
    }


.SelectedItem {
    border: 5px solid #a51216;
}
.text_banner_gray {
    color: lightgray !important;
}

.btn-danger {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.btn-approval {
    padding: 4px 10px !important;
    height: 30px !important;
    font-weight:normal !important;
}

.btn-approval-primary {
    padding: 5px 23px !important;
    height: 30px !important;
    font-weight: normal !important;
    background-image: linear-gradient(to bottom,#428bca 0,#2d6ca2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #2b669a;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
    color: #fff !important;
    background-color: #3897f0;
}

.link-state-tick-s5 {
    color: #259f25c9;
}

.link-state-tick-s4 {
    color: #259f25c9;
}

.link-state-tick-s3 {
    color: #749974c9;
}

.link-state-tick-s2 {
    color: #749974c9;
}

.link-state-tick-s1 {
    color: #dc3545;
}

.verification-link {
    border: 1px solid #ff0000 !important;
}

.dot {
    height: 4px;
    width: 4px;
    background-color: #666060;
    border-radius: 100%;
}