﻿body {
    background-color: #ecf0f5 !important;
    font-size: 11px !important;
    font-family: 'Segoe UI Semibold',Arial,Tahoma,sans-serif !important;
}

html {
    font-size: 12px !important;
    height: 100%;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #fff !important;
    background-color: #9dbe3f !important;
}

.imagebk {
    background: url(/Images/Home_Images/Ancestry_HomePage.jpg) no-repeat left top / 100% 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 540px !important;
    padding: 10px;
}


.nav-boxshadow {
    box-shadow: 1px -2px 17px 1px #ccc !important;
}

.footer-boxshadow {
    box-shadow: 0px 1px 10px 1px #ccc !important;
}

.user-image {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -12px;
}

.dropdown-menu > li.user-header {
    height: 175px;
    padding: 10px;
    text-align: center;
    margin-bottom: 3px;
}

li.user-header {
    background-color: #545350 !important;
}

    li.user-header > img {
        z-index: 5;
        height: 90px;
        width: 90px;
        border: 3px solid;
        border-color: transparent;
        border-color: rgba(255, 255, 255, 0.2);
    }

.dropdown-menu > li.user-header > p {
    z-index: 5;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    margin-top: 10px;
}

thead {
    background-color: #9dbe3f !important;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .radio label,
    .checkbox label {
        min-height: 23px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

    .radio input[type="radio"],
    .radio-inline input[type="radio"],
    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px \9;
    }

    .radio + .radio,
    .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

    .radio-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
span[role="button"].disabled,
i.disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.radio label,
.radio-inline label,
.checkbox label,
.checkbox-inline label {
    padding-left: 25px;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="radio"],
.checkbox-inline input[type="radio"],
.radio input[type="checkbox"],
.radio-inline input[type="checkbox"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    margin-left: -25px;
}

input[type="radio"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    position: relative;
    margin-top: 6px;
    margin-right: 4px;
    vertical-align: top;
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}


    input[type="radio"]:focus,
    .radio input[type="radio"]:focus,
    .radio-inline input[type="radio"]:focus {
        outline: none;
    }

    input[type="radio"]:before,
    .radio input[type="radio"]:before,
    .radio-inline input[type="radio"]:before,
    input[type="radio"]:after,
    .radio input[type="radio"]:after,
    .radio-inline input[type="radio"]:after {
        content: "";
        display: block;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        -webkit-transition: 240ms;
        -moz-transition: 240ms;
        -o-transition: 240ms;
        transition: 240ms;
    }

    input[type="radio"]:before,
    .radio input[type="radio"]:before,
    .radio-inline input[type="radio"]:before {
        position: absolute;
        left: 0;
        top: -3px;
        background-color: #9dbe3f;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

    input[type="radio"]:after,
    .radio input[type="radio"]:after,
    .radio-inline input[type="radio"]:after {
        position: relative;
        top: -3px;
        border: 2px solid #aea79f;
    }

    input[type="radio"]:checked:before,
    .radio input[type="radio"]:checked:before,
    .radio-inline input[type="radio"]:checked:before {
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }

    input[type="radio"]:disabled:checked:before,
    .radio input[type="radio"]:disabled:checked:before,
    .radio-inline input[type="radio"]:disabled:checked:before {
        background-color: #bbbbbb;
    }

    input[type="radio"]:checked:after,
    .radio input[type="radio"]:checked:after,
    .radio-inline input[type="radio"]:checked:after {
        border-color: #9dbe3f;
    }

    input[type="radio"]:disabled:after,
    .radio input[type="radio"]:disabled:after,
    .radio-inline input[type="radio"]:disabled:after,
    input[type="radio"]:disabled:checked:after,
    .radio input[type="radio"]:disabled:checked:after,
    .radio-inline input[type="radio"]:disabled:checked:after {
        border-color: #bbbbbb;
    }

input[type="checkbox"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: relative;
    border: none;
    margin-bottom: -4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

    input[type="checkbox"]:focus,
    .checkbox input[type="checkbox"]:focus,
    .checkbox-inline input[type="checkbox"]:focus {
        outline: none;
    }

        input[type="checkbox"]:focus:after,
        .checkbox input[type="checkbox"]:focus:after,
        .checkbox-inline input[type="checkbox"]:focus:after {
            border-color: #2196f3;
        }

    input[type="checkbox"]:after,
    .checkbox input[type="checkbox"]:after,
    .checkbox-inline input[type="checkbox"]:after {
        content: "";
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -2px;
        margin-right: 5px;
        border: 2px solid #666666;
        border-radius: 2px;
        -webkit-transition: 240ms;
        -moz-transition: 240ms;
        -o-transition: 240ms;
        -moz-transition: 240ms;
        transition: 240ms;
    }

input[type=checkbox].all:not(old):after,
    .checkbox input[type="checkbox"].all:not(old):after,
    .checkbox-inline input[type="checkbox"].all:not(old):after {
    content: "";
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -2px;
        margin-right: 5px;
        border: 2px solid #fff;
        border-radius: 2px;
        -webkit-transition: 240ms;
        -moz-transition: 240ms;
        -o-transition: 240ms;
        -moz-transition: 240ms;
        transition: 240ms;
}

    input[type="checkbox"]:checked:before,
    .checkbox input[type="checkbox"]:checked:before,
    .checkbox-inline input[type="checkbox"]:checked:before {
        content: "";
        position: absolute;
        top: 0;
        left: 6px;
        display: table;
        width: 6px;
        height: 12px;
        border: 2px solid #fff;
        border-top-width: 0;
        border-left-width: 0;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    input[type="checkbox"]:checked:after,
    .checkbox input[type="checkbox"]:checked:after,
    .checkbox-inline input[type="checkbox"]:checked:after {
        background-color: #9dbe3f;
        border-color: #9dbe3f;
        -ms-background-color: #9dbe3f;
        -webkit-background-color: #9dbe3f;
        -moz-background-color: #9dbe3f;
    }

    input[type="checkbox"]:disabled:after,
    .checkbox input[type="checkbox"]:disabled:after,
    .checkbox-inline input[type="checkbox"]:disabled:after {
        border-color: #bbbbbb;
    }

    input[type="checkbox"]:disabled:checked:after,
    .checkbox input[type="checkbox"]:disabled:checked:after,
    .checkbox-inline input[type="checkbox"]:disabled:checked:after {
        background-color: #bbbbbb;
        border-color: transparent;
    }

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #9cbe3c;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #9cbe3c;
    border-color: #ccc;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 2;
    color: #545350;
    background-color: #eee;
    border-color: #ddd;
}

.dropdown-menu > li > a {
    outline: none;
}

.btn-primary {
    color: #fff !important;
    background-color: #545350 !important;
    border-color: #464646 !important;
}

    .btn-primary:hover {
        color: #fff !important;
        background-color: #212121 !important;
        border-color: #464646 !important;
    }

.btn-grn-primary {
    color: #fff !important;
    background-color: #94b33d !important;
    border-color: #829a3d !important;
}

    .btn-grn-primary:hover {
        color: #fff !important;
        background-color: #94b33d !important;
        border-color: #829a3d !important;
    }

.form-control:focus {
    border-color: rgba(157, 190, 63, 0.54) !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px hsla(76, 50%, 50%, 0.21) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px hsla(76, 50%, 50%, 0.21) !important;
}

.tabbox {
    border-radius: 3px;
    border-top: 2px solid #9dbe3f;
    background-color: #fff;
    margin-top: 5px;
}

.tabTitle {
    background-color: #9cbe3c;
    color: #fff;
    border-radius: 5px;
    padding-bottom: 3px;
    margin-bottom: 5px;
    text-decoration: none;
}

.tabboxNew {
    border-radius: 3px;
    background-color: #fff;
    margin-top: 5px;
    box-shadow: 0px 0px 2px 2px #ccc;
    border-left: 3px solid #9cbe3c;
}

.tabbox-header {
    color: #444;
    display: block;
    position: relative;
}

.tabbox-header-inner {
    background-color: #9cbe3c;
    border-radius: 4px;
    padding: 3px;
    margin: 0px 0px 10px 0px;
}

.tabbox-title {
    display: inline-block;
    margin: 0;
    line-height: 1;
    /*color: #545350;*/
    color: #9cbe3c;
    text-decoration: underline;
    font-weight: bold;
}

.record-picker::-webkit-scrollbar-thumb {
    /*background: #e95420;*/
    background: #545350;
    border: thin solid #fffdfd;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
}

.record-picker::-webkit-scrollbar-track {
    background: #eee;
    box-shadow: 0px 0px 3px #dfdfdf inset;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border: thin solid #fffdfd;
}

.record-picker::-webkit-scrollbar {
    width: 4px;
}

.record-picker {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    /*border: 1px solid #ddd;*/
    /*border-radius: 8px;*/
    position: relative !important;
    cursor: pointer !important;
    border: 0px;
    outline: none !important;
}

.record-picker-xy::-webkit-scrollbar-thumb {
    /*background: #e95420;*/
    background: #545350;
    border: thin solid #fffdfd;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
}

.record-picker-xy::-webkit-scrollbar-track {
    background: #eee;
    box-shadow: 0px 0px 3px #dfdfdf inset;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border: thin solid #fffdfd;
}

.record-picker-xy::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.record-picker-xy::-moz-scrollbar-thumb {
    /*background: #e95420;*/
    background: #545350;
    border: thin solid #fffdfd;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
}

.record-picker-xy::-moz-scrollbar-track {
    background: #eee;
    box-shadow: 0px 0px 3px #dfdfdf inset;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border: thin solid #fffdfd;
}

.record-picker-xy::-moz-scrollbar {
    width: 4px;
    height: 4px;
}

.record-picker-xy {
    overflow-x: auto !important;
    overflow-y: auto !important;
    /*border: 1px solid #ddd;*/
    /*border-radius: 8px;*/
    position: relative !important;
    cursor: pointer !important;
    border: 0px;
    outline: none !important;
}

.scroll-h20 {
    max-height: 20px !important;
    min-height: 20px !important;
    overflow: auto;
}
.scroll-h88 {
    max-height: 88px !important;
    overflow: auto;
}
.scroll-h105 {
    max-height: 105px !important;
    overflow: auto;
}
.scroll-h112 {
    max-height: 112px !important;
    overflow: auto;
}

.scroll-h113 {
    max-height: 113px !important;
    overflow: auto;
}

.scroll-h115 {
    max-height: 115px !important;
    overflow: auto;
}

.scroll-h146 {
    max-height: 146px !important;
    min-height: 146px !important;
    overflow: auto;
}

.scroll-h150 {
    max-height: 150px !important;
    overflow: auto;
}
.scroll-h163 {
    max-height: 163px !important;
    overflow: auto;
}
.scroll-h170 {
    max-height: 170px !important;
    overflow: auto;
}
.scroll-h180 {
    max-height: 180px !important;
    overflow: auto;
}
.scroll-h204 {
    max-height: 204px !important;
    overflow: auto;
}
.scroll-h221 {
    max-height: 221px !important;
    overflow: auto;
}
.scroll-h250 {
    min-height: 250px !important;
    max-height: 250px !important;
    overflow: auto;
}
.scroll-h245 {
    max-height: 245px !important;
    overflow: auto;
}
.scroll-h255 {
    max-height: 255px !important;
    overflow: auto;
}
.scroll-h265 {
    max-height: 265px !important;
    overflow: auto;
}
.scroll-h282 {
    max-height: 282px !important;
    overflow: auto;
}
.scroll-h295 {
    max-height: 295px !important;
    overflow: auto;
}
.scroll-h330 {
    min-height: 330px !important;
    max-height: 330px !important;
    overflow: auto;
}
.scroll-h299 {
    max-height: 299px !important;
    overflow: auto;
}
.scroll-h300 {
    max-height: 300px !important;
    overflow: auto;
}
.scroll-h314 {
    max-height:314px !important;
          overflow: auto;
}
.scroll-h320 {
    max-height: 320px !important;
    overflow: auto;
}
.scroll-h331 {
    max-height: 331px !important;
    overflow: auto;
}
.scroll-h350 {
    max-height: 350px !important;
    min-height: 350px !important;
    overflow: auto;
}

.scroll-h365 {
    max-height: 365px !important;
    overflow: auto;
}

.scroll-h366 {
    max-height: 366px !important;
    overflow: auto;
}

.scroll-h387 {
    max-height: 387px !important;
    overflow: auto;
}
.scroll-h419 {
    max-height: 69% !important;
    overflow: auto;
}

.scroll-h420 {
    max-height: 420px !important;
    overflow: auto;
}
.scroll-h500 {
    max-height: 500px !important;
    overflow: auto;
}
.scroll-h20p {
    max-height: 20% !important;
     min-height: 20% !important;
    overflow: auto;
}
.scroll-h25p {
    max-height: 25% !important;
    min-height: 12% !important;
    overflow: auto;
}
.scroll-h30p {
    max-height: 30% !important;
    min-height: 30% !important;
    overflow: auto;
}
.scroll-h40p {
    min-height: 40% !important;
    max-height: 40% !important;
    overflow: auto;
}
.scroll-h50p {
    max-height: 50% !important;
    min-height: 50% !important;
    overflow: auto;
}
.scroll-h73p {
    max-height: 73% !important;
    overflow: auto;
}
.scroll-h77p {
    max-height: 77% !important;
    overflow: auto;
}
.scroll-h75p {
    max-height: 75% !important;
    overflow: auto;
}
.scroll-h100p {
    max-height: 100% !important;
    min-height: 100% !important;
    overflow: auto;
}
.scroll-report {
    max-height: 56% !important;
    overflow: auto;
}
.scroll-fvreports {
    
    max-height:35% !important;
    overflow: auto;
}

.borderL5-grey {
    border-right: 5px solid #ecf0f5;
}

.borderT5-grey {
    border-top: 5px solid #ecf0f5;
}
/*.selected {
    background-color:#9dbe3f !important;
    color:white !important;
    font-weight:bold !important;
    height: 35px !important;
    font-size: 15px !important;
    box-shadow: 1px 1px 10px 2px #ccc !important;
}*/
tbody tr.selected td {
    background: none repeat scroll 0 0 #FFCF8B;
    color: #000000;
}
.listselected{
     background: none repeat scroll 0 0 #1e90ff;
    color: #FFF;
}

.header-bg {
    background-color: #9dbe3f !important;
}

.bc-bodyshade {
    background-color: #ecf0f5 !important;
}
/*a:focus, a:hover {
    color: #9dbe3f !important;
    text-decoration: underline !important;
}*/

.dropdown-menu.ng-isolate-scope {
    max-height: 170px !important;
    min-width: 170px !important;
    overflow: auto;
    z-index: 100 !important;
}

button.dropdown-toggle.btn-sm.ng-binding.btn.btn-default {
    padding: 0px !important;
    height: 22px !important;
    background: #fff !important;
    border: 1px solid #D4D0D0 !important;
    text-align: left !important;
    color: #545350 !important;
    font-size: 11px !important;
}

    button.dropdown-toggle.btn-sm.ng-binding.btn.btn-default > span.caret {
        float: right !important;
        font-size: 10px !important;
        margin: 3px;
    }

.dropdown-menu.dropdown-menu-form {
    max-height: 180px !important;
}

/*.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color : #fff !important;
    background-color: #7f9b31 !important;
}*/
.a-tag:focus, a:hover {
    color: #545350 !important;
    text-decoration: underline !important;
}

.a-tag {
    color: #9cbe3c !important;
    text-decoration: underline !important;
}

.word-break {
    word-break: break-all;
    word-wrap: break-word;
}

.btn-group-sm > .btn, .btn-sm {
    font-size: 11px !important;
}

select.input-sm {
    height: 23px !important;
    padding: 0px 10px !important;
}

.input-sm {
    font-size: 11px !important;
    height: 23px !important;
    padding: 0px 10px !important;
}

select.input-sm1 {
    height: 23px !important;
    padding: 0px !important;
    line-height: 30px;
    font-size: 11px !important;
    border-radius: 3px;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 2px 10px !important;
    font-size: 11px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 11px !important;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.tabbox-head {
    color: #fff;
    text-decoration: none;
}


.nav-pills > li.active > a, .nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    color: #fff !important;
    background-color: #94b33d !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #f5f4f4 !important;
    cursor: default !important;
    background-color: #91b921 !important;
    border: 1px solid #9cbe3c !important;
    border-bottom-color: transparent !important;
}

.navbar-default .navbar-nav > li > a, .dropdown-menu > li > a {
    font-size: larger !important;
    text-decoration: none !important;
}

/*.navbar-nav > li > a.dropdown-toggle.active {
    color: #5071c1 !important;
    border-bottom: 2px solid #5071c1 !important;
}*/
.navbar-nav > li > a.dropdown-toggle.active {
    color: #9cbe3c !important;
    border-bottom: 2px solid #9cbe3c !important;
}
.dropdown-menu > li > a.level2.active {
    color: #9dbe3f !important;
    cursor: default !important;
    background-color: rgba(0,0,0,.175) !important;
}

.clear {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px 10px;
    position: absolute;
    right: 30px;
    top: 4px;
}

.table-bordered > tbody > tr:hover {
    background-color: rgba(157, 190, 63, 0.54) !important;
}

.element {
    position: fixed;
    top: 85%;
    right: 0%;
    padding: 5px;
    font-family: Arial;
    /* background: #fffea1; */
    /* border: 1px solid #fc0; */
    z-index: 1111;
    margin-right: 0px !important;
    padding-right: 0px;
}

.nav-back {
    font-size: 16px;
    background: #9cbe3c;
    padding: 3px;
    text-align: center;
    border-radius: 4px;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.popover-content {
    max-height: 193px !important;
    overflow: auto;
}
.popover-content {
    max-height: 193px;
    overflow-y: auto;
}   
/*vertical left tab*/
 .tabs-left {
  border-bottom: none;
  padding-top: 2px;
}
.tabs-left {
  border-right: 1px solid #ddd;
}

.tabs-left>li, .tabs-right>li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left>li {
  margin-right: -1px;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}
.tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display:block;
}
.vertical-text {
  margin-top:22px;
  border: none;
  position: relative;
}
.vertical-text>li {
  /*height: 20px;*/
  width: 120px
  /*margin-bottom: 100px;*/
}
.vertical-text>li>a {
  border-bottom: 1px solid #ddd;
  border-right-color: transparent;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
}
.vertical-text>li.active>a,
.vertical-text>li.active>a:hover,
.vertical-text>li.active>a:focus {
  border-bottom-color: transparent;
  border-right-color: #ddd;
  border-left-color: #ddd;
}
.vertical-text.tabs-left {
  left: -50px;
}
.vertical-text.tabs-left>li {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/*end*/
.rotate90 {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
/*.btn-link{
    text-shadow: 1px 1px #c7c6c6;
}*/


.scroll-mh85 {
    min-height: 85px !important;
    max-height: 85px !important;
    overflow:auto;
    outline:none;
}


.scroll-mh205 {
    min-height: 205px !important;
    max-height: 205px !important;
    overflow:auto;
    outline:none;
}

.scroll-mh195 {
    min-height: 195px !important;
    max-height:195px !important;
    overflow:auto;
    outline:none;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}
.press button.agree {
  outline: none;
  border: none;
  border-radius: 7px;
  box-shadow: 0 5px #32512e; /*#98c598;*/
}

.press button.disagree {
  outline: none;
  border: none;
  border-radius: 7px;
  box-shadow: 0 5px #5e1717; /*#d28785;*/
}

.press button.agree:hover,
.press button.agree.hover {
  outline: none;
  background-color: #98c598
}

.press button.disagree:hover,
.press button.disagree.hover {
  outline: none;
  background-color: #d28785
}

.press button.agree:active,
.press button.agree.pressed {
  outline: none;
  border: 2px solid #32512e;
  background-color: #219e21;
  box-shadow: 0 2px #32512e;
  transform: translateY(2px);
  cursor: default;
  margin-top: 1px;
}

.press button.disagree:active,
.press button.disagree.pressed {
  outline: none;
  border: 2px solid #5e1717;
  background-color: #b7302c;
  box-shadow: 0 2px #5e1717;
  transform: translateY(2px);
  cursor: default;
  margin-top: 1px;
}

span.preformat {
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
}
div.grdimgactive {
    background-color: #f7f9ed !important;
    border: 1px solid #fff !important;
    cursor:pointer !important;
}
div.grdimginactive {
    /*background-color: #7a7c70 !important;*/
    border: 1px solid rgba(157, 190, 63, 0.54) !important;
    cursor:pointer !important;
    
}
div.grdimg_active {
    box-shadow:0 10px 6px -6px #777;
    border: 1px solid #fff !important;
    cursor:pointer !important;
    background:#9cbe3c;
   
}
div.grdimg_inactive {
    /*background-color: #7a7c70 !important;*/
    border: 1px solid rgba(157, 190, 63, 0.54) !important;
    cursor:pointer !important;
}
div.animateslide {
    position: relative;
    animation: mymove 1s ease 0s 1 normal;
}

@keyframes mymove {
    0%   {width: 0%;}
    100% {width: 100%;}
}

.ripple{position:relative;
        overflow:hidden;
        transform:translate3d(0,0,0)

}
.ripple:after{
    content:"";
    display:block;position:absolute;width:100%;
              height:100%;top:0;left:0;pointer-events:none;
              background-image:radial-gradient(circle,#000 10%,transparent 10.01%);
              background-repeat:no-repeat;background-position:50%;transform:scale(10,10);
              opacity:0;transition:transform .5s,opacity 1s

}
.ripple:active:after{
    transform:scale(0,0);
                     opacity:.2;
                     transition:0s

}

/*In Audit thumbnail image responsive */ 

.col-md-2 >.grdimg_active >.thum-select {
    width:90%;
    height:150px;
}
.col-md-2 >.grdimgin_active >.thum-unselect {
    width:90%;
    height:152px;
}
.col-md-3 >.grdimg_active >.thum-select {
     width:90%;
    height:208px;
}
.col-md-3 >.grdimgin_active >.thum-unselect {
     width:90%;
    height:210px;
}
.col-md-4 >.grdimg_active >.thum-select {
     width:90%;
    height:288px;
}
.col-md-4 >.grdimgin_active >.thum-unselect {
   width:90%;
    height:290px;
}
.col-md-6 >.grdimg_active >.thum-select {
    width:90%;
    height:448px;
}
.col-md-6 >.grdimgin_active >.thum-unselect {
   width:90%;
    height:450px;
}
.col-md-offset-3 >.grdimg_active >.thum-select {
    width:90%;
    height:450px;
}
.col-md-offset-3 >.grdimgin_active >.thum-unselect {
   width:90%;
    height:450px;
}

.nicescroll-rails.nicescroll-rails-vr >.nicescroll-cursors {
    width: 10px !important;
}

.nicescroll-rails.nicescroll-rails-hr >.nicescroll-cursors {
    height: 10px !important;
}