/* Minification failed. Returning unminified contents.
(813,23): run-time error CSS1035: Expected colon, found ';'
 */
@font-face {
    font-family: 'RobotoRegular';
    src: url(/Survey/Content/fonts/Roboto-Regular.eot);
    src: url(/Survey/Content/fonts/Roboto-Regular.eot?#iefix) format('embedded-opentype'),
    /* IE6-IE8 */
    url(/Survey/Content/fonts/Roboto-Regular.woff2) format('woff2'),
    /* Super Modern Browsers */
    url(/Survey/Content/fonts/Roboto-Regular.woff) format('woff'),      
    /* Pretty Modern Browsers */
    url(/Survey/Content/fonts/Roboto-Regular.ttf) format('truetype'),
    /* Safari, Android, iOS */
    url(/Survey/Content/fonts/Roboto-Regular.svg#Roboto-Regular) format('svg');
    /* Legacy iOS */
}
@font-face {
    font-family: 'SolaimanLipi';
    src: url(/Survey/Content/fonts/SolaimanLipi.ttf);
    font-weight: normal;
    font-style: normal;
}
@font-face { 
    font-family: 'robotolight';
    src: url(/Survey/Content/fonts/Roboto-Light-webfont.woff2) format('woff2'), url(/Survey/Content/fonts/Roboto-Light-webfont.woff) format('woff'), url(/Survey/Content/fonts/Roboto-Light.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    font-size: 14px;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

* {
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -ms-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

input, select, button, a, .fa {
    -webkit-user-select: text;
    -ms-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
    user-select: text;
}

*:hover, *:visited, *:active, *:focus, *:link {
    outline: none !important;
}

html {
    height: 100%;
}

body {
    font-family: 'robotoregular';
    color: #000;
    font-size: 14px;
    letter-spacing: .5px;
    overflow: hidden; /* background: #f3f3f3;*/
}

ul, ol {
    text-decoration: none;
    list-style: none;
}
/*select { -moz-appearance: none; -webkit-appearance: none;}*/
a {
    text-decoration: none;
    color: inherit;
}
.Right-Icon-Div {
    display: inline-block;
    height: 90px;
    width: 90px;
    border: solid 5px #ccc;
    border-radius: 100%;
    text-align: center;
}
.Right-Icon-Div img {
    width: 65%;
    height: 65%;
    margin-top: 15px;
}
.TY-Txt {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    margin-top: 10px;
}
.TY-Info-Txt {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 15px;
    margin: 5px 0px 5px 0px;
}
.common50-perc a{
     color: blue;
     text-decoration: underline;
     padding-left: 10px;
     line-height: 37px;
}

.common100-perc {
    float: left;
    width: 100%;
}

.common90-perc {
    float: left;
    width: 90%;
}

.common85-perc {
    float: left;
    width: 85%;
}

.common80-perc {
    float: left;
    width: 80%;
}

.common70-perc {
    float: left;
    width: 70%;
}

.common50-perc {
    float: left;
    width: 50%;
}
.common0-perc  {
    float: left;
}
.common45-perc {
    float: left;
    width: 45%;
}
.common48-perc {
    float: left;
    width: 48%;
}

.common33-perc {
    float: left;
    width: 33.33%;
}

.common30-perc {
    float: left;
    width: 30%;
}

.common25-perc {
    float: left;
    width: 25%;
}

.common20-perc {
    float: left;
    width: 20%;
}

.common15-perc {
    float: left;
    width: 15%;
}

.common10-perc {
    float: left;
    width: 10%;
}

.z-index {
    z-index: 999;
}

.Version-Div {
    position: absolute;
    bottom: 2px;
    right: 2px;
    font-size: 12px;
    color: #aaa;
}

.DIB {
    display: inline-block;
    float: none;
}

.MR2-perc {
    margin-right: 2.5%;
}

.common48-perc.FloatR {
    float: right;
    position: relative;
}

.commonMT10px {
    margin-top: 10px !important;
}
.commonMT15px {
    margin-top: 15px !important;
}
.commonMT20px {
    margin-top: 20px !important;
}

.commonMT30px {
    margin-top: 30px;
}

.commonMT40px {
    margin-top: 40px;
}

.commonMT60px {
    margin-top: 60px;
}

.commonMB10px {
    margin-bottom: 10px;
}

.commonMB20px {
    margin-bottom: 20px;
}

.TAC {
    text-align: center !important;
}

.FL {
    float: left;
}

.FR {
    float: right;
}

.PR {
    position: relative;
}

.div_disabled
{
  pointer-events: none;

  /* for "disabled" effect */
  opacity: 0.5;
  background: #CCC;
}
/* ======login css======  */
.Tabular_Main_Div {
    position: absolute;
    top: 85px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.C_T_T{
    float: left;
    width: 100%;
    font-size: 16px;
    color: #00aa58;
    text-align: center;
    margin: 10px 0px 0px 0px;

}
.LogPassword {
    position: absolute;
    /*left: 5px;*/
    left: 13px;
    width: 30px;
    height: 34px;
    font-size: 20px;
    line-height: 36px;
    color: #a4a4a4;
}

    .LogPassword.user {
        font-size: 25px;
    }

.Mobile-Icon {
    font-size: 32px;
    margin-left: 3px;
}

.login-logo {
    margin: 50px auto 0px auto;
    width: 350px;
}

    .login-logo img {
        width: 100%;
        height: 100%;
    }

.login_input {
    float: left;
    width: 100%;
    height: 35px;
    padding: 5px 5px 5px 35px;
    background: transparent;
    text-align: left;
    line-height: 35px;
    border-bottom: 1px solid #00aa58;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.fixed-height100px {
    height: 80px;
}

.Login_Btn {
    float: left;
    background: #ed1c24;
    text-align: center;
    color: #fff;
    font-size: 20px;
    height: 50px;
    text-transform: uppercase;
    line-height: 50px;
    position: relative;
    margin-top: 5px;
    border-radius: 25px;
    box-shadow: 2px 4px 2px 1px rgba(0,0,0,0.3);
    width: 100%;
    cursor: pointer;
}

.login-Div {
    position: absolute;
    z-index: 1;
    transform: translate(-50%, -50%);
    top: 60%;
    left: 50%;
    width: 80%;
    max-width: 400px;
    padding: 50px 100px 50px 100px;
    background: #f2f2f2;
}

.Login-car {
    position: absolute;
    width: 300px;
    top: -100px;
    left: -100px;
}

    .Login-car img {
        height: 100%;
        width: 100%;
    }

.SIB-Txt {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #d3b107;
    text-transform: uppercase;
    margin-bottom: 30px;
}

    .SIB-Txt.PA {
        position: absolute;
        left: 0px;
    }

/* ======Slide-1 css======  */
.DTU_Btn {
    float: left;
    width: 100px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    border-radius: 5px;
    box-shadow: 2px 3px 3px 0px rgba(0,0,0,0.2);
    background: #eee;
    cursor: pointer;
}

    .DTU_Btn:hover {
        background: #ed1c24;
        color: #fff;
    }

    .DTU_Btn.ML20px {
        margin-left: 20px;
    }

    .DTU_Btn.M15px {
        margin: 15px;
    }

.Descrip_Txt_Area {
    float: left;
    width: 445px;
    margin-left: 10px;
    background: #e4e4e4;
    min-height: 30px;
    padding: 15px;
    font-size: 14px;
}

.Fixed_Table_Data {
    position: absolute;
    top: 61px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow-y: scroll;
}

.Fixed_Table_Data.Top41px {
    top: 41px;
}

    .Fixed_Table_Data::-webkit-scrollbar {
        display: none;
    }

/*.S3-Table-Scroll-Div {
    position: absolute;
    top: 275px;
    bottom: 0px;
    overflow-y: scroll;
}

    .S3-Table-Scroll-Div.Top440px {
        top: 440px;
    }

    .S3-Table-Scroll-Div.Top320px {
        top: 230px;
    }

    .S3-Table-Scroll-Div.Top270px {
        top: 270px;
    }

    .S3-Table-Scroll-Div.Top185px {
        top: 185px;
    }

    .S3-Table-Scroll-Div::-webkit-scrollbar {
        display: none;
    }*/

.S3-Table-heading-Div {
    position: absolute;
    top: 285px;
}

.S3-Table-data-Div {
    position: absolute;
    top: 341px;
    bottom: 0px;
    overflow-y: scroll;
}

    .S3-Table-data-Div::-webkit-scrollbar {
        display: none;
    }

.Div-1024px {
    display: block;
    margin: 0 auto;
    width: 1024px;
    overflow: hidden;
}

.header {
    float: none;
    width: 100%;
    background: #ffd801;
    height: 60px;
    text-align: center;
}

    .header .logo {
        float: left;
        width: 200px;
        margin: 3px;
    }

        .header .logo img {
            width: 100%;
            height: 100%;
        }

    .header .Auto-logo {
        float: right;
        margin: 10px 0px;
        font-size: 30px;
        cursor: pointer;
    }

        .header .Auto-logo img {
            width: 100%;
            height: 100%;
        }
        .header .Auto-logo i {
            font-size:30px;
        }

    .header .CT {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-40%, -50%);
        font-size: 14px;
        text-transform: uppercase;
    }
    .header .RT{
    float: right;
    line-height: 60px;
    font-size: 18px;
    margin-right: 15px;
}

.Container-Div {
    position: absolute;
    top: 60px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-left: -512px;
    width: 1024px;
    left: 50%;
    box-shadow: 0px 20px 20px 15px rgba(0,0,0,0.1);
}

.Menu-Div {
    float: left;
    height: 40px;
    background: #ff0;
    width: 100%;
}

.dropdown {
    width: 340px;
    vertical-align: middle;
    float: left;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    background-color: #ed1c24;
    text-align: center;
    border-right: solid 1px #fff;
    
}

    .dropdown:hover {
        background: #00ab58;
    }
    .dropdown li {
        color: #f0f0f0 !important;
        position: relative;
    }
    .dropdown #top {
        color: #f0f0f0 !important;
        position: relative;
    }

    .dropdown li ul li:hover {
        color: #ed1c24 !important;
        text-decoration: underline;
        /*width: 340px;*/
        vertical-align: middle;
    }

    .dropdown li ul li {
        width: 511px;
        vertical-align: middle;
        color: #000 !important;
        border-bottom: 1px solid #e3e3e3;
    }

    .dropdown li .dropdown-box {
        overflow: hidden;
        display: none;
        margin-top: -2px;
        background-color: #f0f0f0;
        width: 100%;
        width: 340px;
        vertical-align: middle;
        position: relative;
        z-index: 9999;
    }

    .dropdown li:hover .dropdown-box, .dropdown li:active .dropdown-box {
        display: block;
        background-color: #ffc000;
        color: #000;
        animation: box 0.5s ease;
        animation-iteration-count: 1;
        animation-fill-mode: forwards;
    }
    /*@keyframes box {from {height: 0;}to{height: 40px;}}*/
    .dropdown li:hover span {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 10px solid #ffc000;
        margin-top: 42px;
        position: absolute;
        margin-left: -40px;
    }

    .dropdown #top a {
        font-size: 18px;
    }


.PV-CV-Menu-Div {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

    .PV-CV-Menu-Div .Menu-Box {
        position: relative;
        display: inline-block;
        width: 250px;
        cursor: pointer;
        height: 35px;
        background: #e0e0e0;
        line-height: 35px;
        text-align: center;
        font-size: 15px;
        color: #5d5d5d;
    }

        .PV-CV-Menu-Div .Menu-Box.active {
            background: #00ab58;
            color: #fff;
        }

            .PV-CV-Menu-Div .Menu-Box.active::before {
                border-left: 10px solid transparent;
                content: "";
                border-right: 10px solid transparent;
                border-top: 10px solid #00ab58;
                margin-top: 32px;
                position: absolute;
                left: 120px;
                z-index: 1;
            }

.PV-CV-Info-Div {
    float: left;
    width: 972px;
    margin: 0px 15px;
    border: solid 1px #ccc;
    padding: 10px;
    box-shadow: 0px 5px 15px -2px rgba(0,0,0,0.2);
}


.Txt-Box-Info {
    float: left;
    text-align: left;
    font-size: 14px;
    line-height: 37px;
    width: 195px;
}
.Txt-Box-Info.Width125px{width:125px; margin-left:140px;}
.Txt-Box-Info.width182px {
    width: 182px;
}
.Txt-Box-Info.ML_W_Adjust {
    margin-left: 114px;
    width: 110px;
}
.Txt-Box-Info.ML_W_AdjustN {
    margin-left: 50px;
    width: 110px;
}
    .Txt-Box-Info.width160px {
        width: 160px;
        line-height: 24px;
        font-size: 18px;
        margin-left: 10px;
    }

.commonTextBox {
    float: left;
    width: 270px;
    padding: 0px 5px 0px 5px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    margin-left: 10px;
    overflow: hidden;
    background-color: #eee;
    border: solid 1px #ccc;
}

.Txt-Box-Info.width90px {
    width: 92px;
}

.TextBox-Calc-Div {
    float: left;
    width: 250px;
    height: 30px;
    padding: 0px 5px;
    margin-left: 10px;
    overflow: hidden;
    background-color: #eee;
    border-radius: 3px;
    border: solid 1px #ccc;
}
.TextBox-Calc-Div.Width150px{width: 150px;}
.DT_Class{float: left;
    background: #eee;
    height: 30px;
    margin-left: 10px;
    border: solid 1px #ccc;
    border-radius: 3px;
    width: 95px;
    padding: 0px 0px 0px 5px;}

    .TextBox-Calc-Div .TextBox-Calc {
        float: left;
        width: 200px;
        height: 30px;
        line-height: 30px;
        padding: 0px 5px;
        background-color: #eee;
        border:0px;
    }

    .TextBox-Calc-Div .TextBox-Calc.width110px{width: 100px;}

    .TextBox-Calc-Div .TextBox-Icon {
        float: left;
        width: 30px;
        height: 30px;
        background: url(/Survey/Content/images/calc.png) no-repeat center;
        cursor: pointer;
        background-size: 30px;
    }

.PV-CV-Bottom-Menu-Div {
    float: left;
    width: 100%;
    text-align: center;
}

    .PV-CV-Bottom-Menu-Div .Menu-Box {
        display: inline-block;
        width: 150px;
        cursor: pointer;
        height: 35px;
        background: transparent;
        line-height: 35px;
        text-align: center;
        font-size: 15px;
        color: #ed1c24;
        border-radius: 0px 0px 10px 10px;
        box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
        margin: 0px 10px;
        z-index:999;
        position:relative;
    }
    .PV-CV-Bottom-Menu-Div .Menu-Box.Width200px{width: 200px;}

    .PV-CV-Bottom-Menu-Div .Menu-Box.Half-Btn {
        width: 48%;
        margin: 0px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        font-weight: bold;
        border-radius: 0px;
        background: #ed1c24;
        color: #fff;
    }
        .PV-CV-Bottom-Menu-Div .Menu-Box.BR0PX {
            border-radius: 0px;
        }

        .PV-CV-Bottom-Menu-Div .Menu-Box.Full-Btn {
            width: 100%;
            margin: 0px;
            height40px;
            line-height: 40px;
            font-size: 20px;
            font-weight: bold;
            border-radius: 0px;
            background: #ed1c24;
            color: #fff;
        }

        .PV-CV-Bottom-Menu-Div .Menu-Box.active {
            background: #ed1c24;
            color: #fff;
        }
        .PV-CV-Bottom-Menu-Div .Menu-Box:hover {
            background: #00ab58;
            color: #fff;
        }

        .PV-CV-Bottom-Menu-Div .Menu-Box.BRW {
            border-radius: 25px;
            width: 230px;
            background: #ed1c24;
            color: #fff;
        }

            .PV-CV-Bottom-Menu-Div .Menu-Box.BRW:hover {
                background: #00ab58;
            }

.Table_View_Info_Scrollable_Div {
    position: absolute;
    top: 82px;
    bottom: 20px;
    overflow-y: auto;
    -ms-overflow-style:none;
    left: 15px;
    right: 17px;
    border-bottom: solid 1px #000;
}
.Table_View_Info_Scrollable_Div.Top60px{top:60px; border-bottom: solid 0px #000;}
.Table_View_Info_Scrollable_Div::-webkit-scrollbar{display:none;}
.Diff-Info-Table.M0px {
    /*margin: 0px;*/
}
.Diff-Info-Table {
    /*float: left;*/
    width: 992px;
    margin: 15px auto;
    padding: 0px;
    cursor: pointer;
    text-align: center;
    border-collapse: collapse;
    /*margin-top: 20px;*/
}

    .Diff-Info-Table.MT0px {
        margin-top: 0px;
    }

    .Diff-Info-Table th {
        border: 1px solid #000;
        cursor: pointer;
        font-size: 13px;
        background: #ffd800;
        padding: 5px 10px;
    }

        .Diff-Info-Table th.PTB12px {
            padding: 12px 10px;
        }

    .Diff-Info-Table td {
        border: 1px solid #000;
        cursor: pointer;
        font-size: 13px;
        padding: 5px 10px;
        font-weight: normal;
        background: #eee;
    }
        .Diff-Info-Table td.Padding_Adjust {
            padding: 8px 10px 8px 10px;
        }
    .Diff-Info-Table tr:hover td {
    background-color: #ffd801;
}
    .Diff-Info-Table td.BG_TRANS {
        background: transparent !important;
    }


        .Diff-Info-Table td a {
            color: blue;
            text-decoration: underline;
        }

        .Diff-Info-Table td b {
            font-weight: bold;
            font-size: 18px;
        }

        .Diff-Info-Table td i {
            font-size: 25px;
            color: #5d5d5d;
        }

    .Diff-Info-Table tr:hover td {
        /*background-color:#fff3ae;*/
    }

.S3-Table-Scroll-Div {
    position: absolute;
    top: 310px;
    bottom: 0px;
    overflow: auto;
    -ms-overflow-style:none;
    left: 15px;
    right: 17px;
}

    .S3-Table-Scroll-Div.Top440px {
        top: 440px;
    }
    .S3-Table-Scroll-Div.Top360px {
        top: 360px;
    }
    .S3-Table-Scroll-Div.Top170px {
        top: 160px;
    }

    .S3-Table-Scroll-Div.Top320px {
        top: 230px;
    }

    .S3-Table-Scroll-Div.Top270px {
        top: 270px;
    }

    .S3-Table-Scroll-Div.Top185px {
        top: 185px;
    }

    .S3-Table-Scroll-Div::-webkit-scrollbar {
        display: none;
    }

.common_tablePopUp {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9;
}

    .common_tablePopUp.BG-Shadow-None {
        background: rgba(0, 0, 0, 0);
    }

.common_tableCellPopUp {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

    .common_tableCellPopUp .content {
        display: inline-block;
        margin: 8px;
        padding: 8px;
        max-width: 1024px;
        background: #fff;
        border-radius: 5px;
        position: relative;
    }
.TY_Txt_Area {
    margin: 0px;
    width: 250px;
    border: solid 1px #ccc;
    background: #eee;
    height: 50px;
    float: left;
    margin-left: 10px;
}
.TY_Txt_Area.Height70px{height:70px;}
.TY_Txt_Area.Enable{background:#fff;}
.TY_Txt_Area.Disable{background:#eee;}
.Drp-Box-Check{float: left;
    width: 255px;
    margin-left: 10px;}
.btn-group, .btn-group-vertical{width:100% !important;}
.btn-default{width:100% !important;text-align: left !important;}
.dropdown-menu{width:255px !important;}
    .common_tableCellPopUp .Fix_Height_content {
        display: inline-block;
        margin: 8px;
        padding: 8px;
        border:solid 15px #fff;
        max-width: 1024px;
        min-height:500px;
        background: #f0f0f0;
        border-radius: 5px;
        position: relative;
        overflow-y:scroll;
    }
    .common_tableCellPopUp .Fix_Height_content::-webkit-scrollbar{display:none; -ms-overflow-style:none;}
    .common_tableCellPopUp .content_video {
        display: inline-block;
        overflow:hidden;
        margin: 8px;
        padding: 8px;
        max-width: 1024px;
        background: #000;
        border:solid 12px #fff;
        border-radius: 5px;
        position: relative;
    }
    .common_tableCellPopUp .content.MH500px{max-height:500px; overflow-y:auto; overflow-x:hidden;}

        .common_tableCellPopUp .content.BG-Gray {
            background: #f0f0f0;
        }

.Close-Btn {
    position: absolute;
    right: -25px;
    top: -25px;
    z-index: 999;
    height: 50px;
    width: 50px;
    text-align: center;
    border-radius: 100%;
    cursor: pointer;
    background: #fff;
    color: #ed1c24;
    font-size: 40px;
    -webkit-text-stroke: 3px #fff;
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.5);
}
.Close-Btn:hover {
        background-color: #ffd801;
        -webkit-text-stroke: 3px #ffd801;
    }
.Close-Btn-Box {
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 999;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    background: #fff;
    color: #ed1c24;
    font-size: 25px;
    -webkit-text-stroke: 2px #fff;
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.5);
}
.Close-Btn-Box:hover {
        background-color: #ffd801;
        -webkit-text-stroke: 2px #ffd801;
    }
    

.Pop-up-Title {
    float: left;
    width: 992px;
    margin-left: 15px;
    text-align: left;
    font-size: 25px;
    font-weight: bold;
    color: #00ac59;
    padding-bottom: 8px;
    border-bottom: solid 1px #00ac59;
}

.Alert-Msg {
    display: table;
    height: 150px;
    width: 450px;
}

    .Alert-Msg .Info-Txt {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        font-size: 20px;
        color: #00ab58;
        font-weight: bold;
    }

.pop-Close-Btn {
    position: absolute;
    right: -10px;
    top: -20px;
    z-index: 999;
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 100%;
    cursor: pointer;
    background: #fff;
    color: #ed1c24;
    font-size: 33px;
    -webkit-text-stroke: 3px #fff;
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.5);
}

    .pop-Close-Btn:hover {
        background-color: #ffd801;
        -webkit-text-stroke: 3px #ffd801;
    }


.commonTextBox {
    float: left;
    width: 250px;
    padding: 0px 5px 0px 5px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    margin-left: 10px;
    overflow: hidden;
    border: solid 1px #ccc;
    background-color: #eee;
}

.Input-dropdown {
    padding: 0px 0px 0px 5px;
    width: 260px;
    margin-left: 10px;
    height: 30px;
    border-radius: 3px;
    font-size: 14px;
    background: #eee /*url(/Survey/Content/images/Drop-Dwn-Arrow.png) no-repeat right 2px center*/;
    box-sizing: border-box;
    float: left;
    text-align: left;
    border: solid 1px #ccc;
}

.Txt-Area {
    float: left;
    width: 715px;
    margin-left: 10px;
    border-radius: 3px;
    border: solid 1px #ccc;
    background: #e4e4e4;
    min-height: 30px;
    padding: 15px;
    font-size: 14px;
}

.pop-commonTextBox {
    float: none;
    width: 250px;
    padding: 0px 5px 0px 5px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    margin-left: 10px;
    overflow: hidden;
    background-color: #c1c1c1;
}

.commonTextBox.width165px {
    width: 165px;
}

.Input-dropdown.width175px {
    width: 177px;
}

.CmnMaterial form label.MTL {
    margin-top: -15px;
    margin-left: 40px;
}

form .input-container {
    position: relative;
    float: left;
    display: block;
}
/*form label {display: block; position: absolute; margin-top: -15px; font-size: 13px; color: #b0b0b0 ; -webkit-animation-name: labelIn;
	animation-name: labelIn; -webkit-animation-duration: 0.1s; animation-duration: 0.1s; -webkit-animation-direction: reverse;
	animation-direction: reverse; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in;
	animation-timing-function:ease-in; padding-left: 2px; pointer-events: none;}*/

form input:focus + label, form input:valid + label, form input:read-only + label {
    -webkit-animation-name: labelOut;
    animation-name: labelOut;
    -webkit-animation-duration: 0.1s;
    animation-duration: 0.1s;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes labelIn {
    0% {
        left: 1px;
        opacity: 1;
        top: 1.2em;
        font-weight: 300;
    }

    1% {
        left: 1px;
        opacity: 1;
        top: 1.2em;
        font-weight: 300;
    }

    100% {
        opacity: 1;
        left: 1px;
        top: 0.2em;
        color: #000;
        font-weight: 400;
    }
}

@keyframes labelIn {
    0% {
        left: 1px;
        opacity: 1;
        top: 1.8em;
        font-weight: 300;
    }

    1% {
        left: 1px;
        opacity: 1;
        top: 1.8em;
        font-weight: 300;
    }

    100% {
        opacity: 1;
        left: 10px;
        top: 0.2em;
        color: #000;
        font-weight: 400;
    }
}

@-webkit-keyframes labelOut {
    0% {
        left: 1px;
        opacity: 1;
        top: 1.2em;
        font-weight: 300;
    }

    1% {
        left: 1px;
        opacity: 1;
        top: 1.2em;
        font-weight: 300;
    }

    100% {
        opacity: 1;
        left: 0px;
        top: 5px;
        font-weight: 400;
        font-size: 10px;
    }
}

form *:focus {
    outline: 0;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.FL form label.FP {
    margin-left: 35px;
}

.FL form label {
    display: block;
    position: absolute;
    margin-top: -15px;
    font-size: 14px;
    -webkit-animation-name: FPIn;
    animation-name: FPIn;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    color: #000;
    z-index: 1;
}

.FL form input:focus + label, .FL form input:valid + label {
    -webkit-animation-name: FPOut;
    animation-name: FPOut;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    color: #fff !important;
}

@-webkit-keyframes FPIn {
    0% {
        left: 1px;
        opacity: 1;
        top: 1.2em;
        font-weight: 300;
    }

    1% {
        left: 1px;
        opacity: 1;
        top: 1.2em;
        font-weight: 300;
    }

    100% {
        opacity: 1;
        left: 1px;
        top: 0.2em;
        font-weight: 400;
    }
}

@keyframes FPIn {
    0% {
        left: 1px;
        opacity: 1;
        top: 1.8em;
        font-weight: 300;
    }

    1% {
        left: 1px;
        opacity: 1;
        top: 1.8em;
        font-weight: 300;
    }

    100% {
        opacity: 1;
        left: 1px;
        top: 0.2em;
        font-weight: 400;
    }
}

@-webkit-keyframes FPOut {
    0% {
        left: 1px;
        opacity: 1;
        top: 1.2em;
        font-weight: 300;
    }

    1% {
        left: 1px;
        opacity: 1;
        top: 1.2em;
        font-weight: 300;
    }

    100% {
        opacity: 1;
        left: -35px;
        top: -4px;
        font-weight: 400;
        color: #aaa;
        font-size: 12px;
    }
}

/* ======checkbox css======  */


.CmnChekBox {
    float: left;
    top: 15px;
    width: 20px;
    height: 20px;
    text-align: left;
    color: #024164;
}

    .CmnChekBox input[type=checkbox] {
        display: none;
    }

        .CmnChekBox input[type=checkbox] ~ label {
            background: #fff;
            pointer-events: initial;
            height: 25px;
            width: 25px;
            display: inline-block;
            box-shadow: 0px 0px 0px 2px #f0655f inset;
        }

        .CmnChekBox input[type=checkbox]:checked ~ label {
            height: 25px;
            width: 25px;
            display: inline-block;
            background: #fff url(/Survey/Content/images/SP_popupicon.png) no-repeat center;
            background-size: 11px;
            box-shadow: 0px 0px 0px 2px #88c13b inset;
        }

/* ======Slider css======  */

.mySlides {
    display: none;
    height: 300px;
    width: 500px;
    margin: auto;
}

.Slider {
    width: 750px;
    margin: auto;
    height: 500px;
}

    .Slider img {
        width: 100%;
        height: 100%;
    }

.prev, .next {
    position: absolute;
    top: 50%;
    left: 0px;
    width: auto;
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
    margin-top: -35px;
    color: #fff;
    font-weight: bold;
    font-size: 50px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    background: rgba(237,28,36,0.8);
    cursor: pointer;
}

.next {
    right: 0;
    left: auto;
    border-radius: 3px 0 0 3px;
}

    .prev:hover, .next:hover {
        background-color: rgba(0,172,89,0.8);
        color: #FFF;
    }

.text {
    color: #000;
    font-size: 30px;
    font-weight: bold;
    padding: 12px;
    width: 100%;
    text-align: center;
}

.numbertext {
    color: #000;
    font-weight: bold;
    font-size: 30px;
    padding: 65px 12px 20px 12px;
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade {
    from {
        opacity: .4;
    }

    to {
        opacity: 1;
    }
}

/*=====Zoom Images=====*/
 
.Slider img {
    width: 100%;
    height: 100%;
    transition: transform .2s;
    cursor: pointer;
}

    .Slider img:hover {
        transform: scale(1.5);
    }

.Rotate_Btn {
    position: absolute;
    bottom: 10px;
    left: 500px;
    height: 50px;
    width: 50px;
    background: #eee;
    border-radius: 10px;
    cursor: pointer;
    font-size: 39px;
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
    -webkit-text-stroke: 1px #eee;
}

    .Rotate_Btn:hover {
        background: #f0494f;
        -webkit-text-stroke: 1px #f0494f;
    }

.Rotate_Btn1 {
    position: absolute;
    bottom: 10px;
    left: 440px;
    height: 50px;
    width: 50px;
    background: #eee;
    border-radius: 10px;
    cursor: pointer;
    font-size: 39px;
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
    -webkit-text-stroke: 1px #eee;
}

    .Rotate_Btn1:hover {
        background: #f0494f;
        -webkit-text-stroke: 1px #f0494f;
    }

.PUM-Box {
    display: inline-block;
    width: 601px;
    background: #ececec;
    padding: 10px 10px 10px 55px;
    box-shadow: 0px 0px 0px 2px #d7d7d7;
}

    .PUM-Box .Title {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 25px;
        margin: 10px 0px;
    }

.CS-Info-Div {
    float: left;
    position: relative;
    width: 972px;
    margin: 0px 15px;
    border: dashed 1px #ccc;
    padding: 20px 10px 10px 10px;
    box-shadow: 0px 18px 15px -15px rgba(0,0,0,0.2);
}

.CS-Title-Div {
    position: absolute;
    top: -15px;
    background: #fff;
    height: 30px;
    left: 5px;
    padding: 0px 5px;
    line-height: 30px;
    color: #00ab58;
    font-size: 16px;
    font-weight: bold;
}

.Reminder-Bg-Div {
    background: #fffcee;
    margin-left: -10px;
    margin-right: -10px;
    float: left;
    width: 972px;
    padding: 10px;
}
.video_photo_Div > div:last-child video
{
    height: 339px !important;
}

.video_photo_Div {
    display: inline-block;
    width: 480px;
   overflow: hidden;
    height: 339px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    border-radius: 5px;
}

.video_photo_Div.HW_Modify {
    width: auto;
    height: 300px;
    display: inline-block;
}

.VP_Btn {
    display: inline-block;
    width: 150px;
    cursor: pointer;
    height: 35px;
    background: #ed1c24;
    line-height: 35px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    border-radius: 25px;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
    margin: 10px;
}

    .VP_Btn:hover {
        background: #00ab58;
    }

.ModelViewer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 1px;
    left: 1px;
    z-index: 2;
}

.PV-CV-Menu-Div-Content > .Menu-Content {
    display: none;
}

    .PV-CV-Menu-Div-Content > .Menu-Content.active {
        display: block;
    }

a:not(.ui-state-default):not(.ui-corner-all):focus {
    border: 1px solid #63b8db;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
    width: auto !important;
    height: auto !important;
}

/*.paginate_button.next {
    display: none !important;
}*/

.Loader-Box {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 21;
    background-color: #eee;
    opacity: 0.6;
}

.loader-icon {
    width: 200px;
    height: 150px;
    position: absolute;
    left: 45%;
    top: 40%;
    margin-left: -23px;
    margin-top: -23px;
    background: url(/Survey/Content/images/loader2.gif) no-repeat;
    -webkit-animation: loadAnim 2s infinite linear;
    animation: loadAnim 2s infinite linear;
    background-size: contain;
    z-index: 22;
    /*border: 3px solid grey;*/
    border-radius: 5px;
    box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.2);
}
.Scroll-Box{
    overflow: auto;
    display: block;
    /*width: 994px;*/
    margin: 15px 0;
    padding-bottom: 5px;
}
.S3-Table-Scroll-Div .Scroll-Box table#tblClaimSurvey {
    overflow-y: scroll;
}

   /* .S3-Table-Scroll-Div .Scroll-Box div.dataTables_wrapper {
        overflow: auto
    }*/

.Scroll-Box::-webkit-scrollbar {
    width: 12px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: transparent;
    -webkit-transition: all .5s;
    opacity: 1;
    overflow: visible;
}

.Scroll-Box::-webkit-scrollbar-thumb{
     
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #D62929;
    -webkit-transition: all .5s;
  
}

.Scroll-Box:hover::-webkit-scrollbar-thumb {
    opacity: 0;   
    -webkit-transition: all .5s;
    background-color: #D62929;
}



/* ======Document Master css======  */


.DM-Title {float: left; position: relative; width: 100%; height: 40px; line-height: 40px; background: #d9d9d9; font-size: 18px; box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2); text-align: center;}

.DM_Save_Btn{position: absolute; right: 40px; top:0px; height: 30px; width: 32px; box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2); border-radius: 3px; background: #00ab58; text-align: center; font-size: 25px; line-height: 30px; margin: 5px 10px; color: #fff; cursor: pointer;}
.DM_Save_Btn:hover{background:#ed1c24;}
.DM_Cancel_Btn{position: absolute; right: 0px; top:0px; -webkit-text-stroke:2px #00ab58; box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2); height: 30px; width: 32px; border-radius: 3px; background: #00ab58; text-align: center; font-size: 25px; line-height: 30px; margin: 5px 10px; color: #fff; cursor: pointer;}
.DM_Cancel_Btn:hover{background:#ed1c24; -webkit-text-stroke:2px #ed1c24;}
.PV-CV-Info-Div.B0px{border: 0px; margin: 10px 15px 0px 15px;}
.RS_Btn_Div{float: left; width: 258px; margin-left: 10px; border-radius: 3px; height: 30px; background: #fff; box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.2);}
.RS_Btn_Div .RS_Btn{background-color: white;float: left; width: 129px; height: 30px; line-height: 30px; text-align: center; font-size: 15px; color: #00ab58; cursor: pointer;}
.RS_Btn_Div .RS_Btn.active{background: #00ab58; color: #fff; border-radius: 3px;}

.DM_Info_Container{position:absolute; top:200px; bottom:0px; left:0px; right:0px;}

.DM_Table_Info_Div {float: left;width: 1024px; padding: 0px;cursor: pointer; vertical-align: middle; border-collapse: collapse;}
.DM_Table_Info {float: left;width: 430px;margin: 15px;padding: 0px;cursor: pointer;text-align: left;border-collapse: collapse;margin-top: 20px;}
.DM_Table_Info.MTB0px{margin: 0px;}
.DM_Table_Info th{border: 1px solid #000; cursor: pointer; font-size: 14px; background: #ffd800; padding:5px 10px;}
.DM_Table_Info th.PTB12px{padding:12px 10px;}
.DM_Table_Info td{border: 1px solid #000; cursor: pointer; font-size: 13px; padding:5px 10px; font-weight: normal;background: #eee;}
.DM_Table_Info tr.active td{background:#ffd801;}
/*.DM_Table_Info tr:hover td {
    background-color: #ccc;
}*/
.DM_Table_Data_LDiv{position: absolute;top: 94px;left: 14px; bottom: 20px; overflow-y: scroll; border: solid 1px #bdbdbd;}
.DM_Table_Data_LDiv::-webkit-scrollbar{display: none;}

.DM_Table_Data_RDiv{position: absolute;top: 94px;right: 15px; bottom: 20px; overflow-y: scroll; border: solid 1px #bdbdbd;}
.DM_Table_Data_RDiv::-webkit-scrollbar{display: none;}
.Search_Txt_Box {
    float: left;
    margin-left:0px;    

    width: 100%;
    height: 35px;
    padding: 5px 40px 5px 5px;
    background: #f1f1f1;
    text-align: left;
    line-height: 35px;
    box-shadow: 0px 0px 1px 1px #e60018;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 5px;
}
.Search_Txt_Box:focus {
    box-shadow: 0px 0px 1px 1px #00ab58;
    border: none;
}
.Search_Txt_Box.Height25px{height: 25px;}
.DM_Search_Txt_Box_Div{position: relative; float: left; width: 408px; margin:5px 0px; height: 25px; background: #ccc; border-radius: 5px;}
.Searc_Icon.Height25px{height: 25px; width: 25px; font-size: 20px;}
.Searc_Icon {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 35px;
    width: 35px;
    background: transparent;
    font-size: 26px;
    color: #00ab58;
}
.DM_Arrow_Container{position: absolute; top: 20px; left: 487px; text-align: center; bottom: 0px; width: 50px;}

.DM_Arrow_DivL {position: absolute; top: 50%; margin-top: -60px; background: #dcdcdc; height: 50px; width: 50px; border-radius: 5px; font-size: 40px; box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2); -webkit-text-stroke:3px #dcdcdc; color: #5d5d5d; cursor: pointer;}
.DM_Arrow_DivL:hover{background: #e60018; -webkit-text-stroke:3px #e60018; color: #fff;}

.DM_Arrow_DivR {position: absolute; top: 50%; margin-top: 20px; background: #dcdcdc; height: 50px; width: 50px; border-radius: 5px; font-size: 40px; box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2); -webkit-text-stroke:3px #dcdcdc; color: #5d5d5d; cursor: pointer;}
.DM_Arrow_DivR:hover{background: #e60018; -webkit-text-stroke:3px #e60018; color: #fff;}

.S_10_Table_Div {
    position: absolute;
    top: 50px;
    bottom: 10px;
    overflow-y: scroll;
}
.S_10_Table_Div::-webkit-scrollbar{display:none;}
.S_10_Table_Div.Btm0px{bottom: 0px; top: 40px; width:100%;}


.RPM_Chec_Box_Div{float: left; width: 243px;}
.CmnChekBox.MTR{margin:7px 7px 0px 0px;}
.CmnChekBox.MTRL{margin:7px 7px 0px 10px;}
.Txt-Box-Info.Width100perc{width: 100%;}
.CmnChekBox input[type=checkbox] ~ label.HW {height: 20px;  width: 20px;}
.CmnChekBox input[type=checkbox]:checked ~ label.HW{height: 20px;  width: 20px;}
.Txt-Box-Info.FS13px{font-size: 13px;}
.Table_View_Info_Scrollable_Div.Top235px{top: 236px;}
.Table_View_Info_Scrollable_Div.Top280px{top: 283px; bottom:57px;}
.Table_View_Info_Scrollable_Div.Top315px{top: 315px; bottom:57px;}
.IS_Table_Btn{display: block; margin:0px auto; height: 25px; width: 100px; line-height: 25px; font-size: 14px; color: #fff; text-align: center; border-radius: 5px; background: #00ab58;}
.IS_Table_Btn:active{background: #ed1c24;}
/*.Diff-Info-Table.TAL{text-align: left;}*/

.VMI_Div_popup 
    {
        width: 550px;
        margin: auto;
        height: auto;
    }
.VMI_Div_popup.W350px {
    width: 350px !important;
}
.VMI_Div_popup.Height45px{max-height:450px;}
 .VMI_Div_popup img 
    {
        width: 100%;
        height: 100%;
    }
 .VMI_Submit_Btn_Div{
     float: right;
    height: 40px;
    width: 100px;
    margin-top: 6px;
    border-radius: 3px;
    background: #ed1c24;
    color: #fff;
    font-size: 16px;
    cursor:pointer;
 }
 .VMI_Submit_Btn_Div:active{background:#00ab58;}
 .VMI_Input_Btn_Div{
     float: left;
    padding: 0px;
    height: 22px;
    margin: 12px 0px 0px 0px;
    border: none;
    background:transparent;
    border-radius: 0px;
    color: #ed1c24;}
 .img_Div{float:left;height:50px; width:50px; box-shadow:2px 2px 1px 0px rgba(0,0,0,0.2); margin-left:10px; cursor:pointer;}
 .Table_Btm_Btn_Div{position:absolute; bottom:22px; left:0px; right:0px;}

.Zoom {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.4s;
    animation-name: zoom;
    animation-duration: 0.4s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}


.dataTables_paginate a {
    line-height: 30px !important;
    vertical-align: middle !important;
    padding: 8px !important;
    border-radius: 2px;
}
.paginate_button.next
{
       position: relative !important;
    line-height: 30px !important;
    vertical-align: middle !important;
    padding: 8px !important;
    font-size: 14px !important;
    top: 0 !important;
    font-weight:unset;
}


.Txt-Notification-Info {
    float: left;
    text-align: left;
    width: 100%;
    font-size: 14px;
    line-height: 37px;
    color: #00ab58;
    font-style:italic;
}
.Txt-Notification-Info.FCB{color: #000; font-style: normal; text-align: center;}

.DA_Btn {
    display: inline-block;
    width: 150px;
    cursor: pointer;
    height: 35px;
    background: #00ab58;
    line-height: 35px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
    margin: 10px 10px;
}

.DA_Btn.active{background: #ed1c24;}

.DA_Btn.active:hover{background: #00ab58;}

.DA_Btn:hover {
    background: #ed1c24;
}

.DN{display: none;}

 
.Proc_Btm_Btn{
    position: absolute;
    bottom: 15px;
    left: 50%;
    background: #ed1c24;
    margin-left: -100px;
    color: #fff;
    width: 200px;
    height: 35px;
    cursor: pointer;
    line-height: 35px;
    text-align: center;
    font-size: 15px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
}

.Proc_Btm_Btn:hover{
    background:#00ab58;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio]
{margin-left: -30px !important;
    margin-top: 3px !important;
    height: 15px !important;
    width: 15px !important;}
  .input.width20px {
    margin: 3px 5px 5px 0px!important;
    height: 20px;
    width: 20px;
    float: left;
}
    .inputtext_float{float: left;
    line-height: 27px;
    } 
    
    .RCM_RB_Div{    float: left;
    width: 150px;
    margin-left: 40px;
    margin-top: 8px;
    font-size: 20px;}   

    /**--- changes by NitinJ as on 09122021 ---*/
.common_tablePopUp {
    z-index: 9999!important;
}

/**----- changes by NitinJ as on 16122021   -----**/
.WidthAuto 
{
    width:auto;
}
.FloatLeft 
{
    float:left;
}
.MB-32px
{
    margin-bottom:-32px;
}

/**--- changes by NitinJ as on 22122021 ---**/
DIV.ui-datepicker {
    z-index: 9999 !important;
    width: auto;
    height: auto;
    margin: 5px auto 0;
    font: 9pt Arial,sans-serif;
}
    DIV.ui-datepicker td a, DIV.ui-datepicker td span {
        padding: 0px !important;
        text-align: center !important;
    }

/**---  changes by NitinJ as on 18012022    ---**/
.S3-Table-Scroll-Div.Top340px {
    top: 340px!important;
}

/**---  changes by NitinJ as on 19012022    ---**/
.Container-Div form > .PV-CV-Bottom-Menu-Div {
    z-index: 9 !important;
    padding-bottom: 10px;
    position: relative;
    background-color:#fff;
}
.S3-Table-Scroll-Div .dataTables_wrapper .dataTables_filter {
    margin-top: 15px;
    z-index: 9;
    position: relative;
}
.mrLeft {
    margin-left: 0;
}

.mrLeft5px {
    margin-left: 5px;
}

.mrBtm15px {
    margin-bottom: 15px;

}

/* changes made by arunendra 30082023*/
.PV-CV-Info-Div .common100-perc.TAC.custom {
    display: flex;
    align-items: center;
    justify-content: center;
}

/**---- changes by NitinJ as on 12102024 -----**/
.login-logo
{
    height:97px;
}
.logo {
    height: 58px;
}
.logo a
{
    width:100%;
    float:left;
    height:100%;
}
    .logo span, .login-logo span {
        background-image: url(/Survey/Content/images/logo.png);
        background-repeat: no-repeat;
        background-size: 100%;
        height: 100%;
        width: 100%;
        float: left;
    }



.textppup {
    color: #000;
    font-size: 30px;
    font-weight: bold;
    padding: 12px;
    width: 100%;
    text-align: center;
    font-size: 22px;
    position: relative;
    bottom: -130px;
}

.numbertextppup {
    color: #000;
    font-weight: bold;
    font-size: 25px !important;
    padding: 27px 12px 40px 12px;
    position: relative;
    top: -28px;
}

/**--- changes by NitinJ ason 24032025 ---**/
.MigratePopup .content {
    padding: 20px 20px;
}
.MigratePopup .Login_Btn {
    max-width: 120px;
    margin: 15px auto;
    float: none;
    display: inline-block;
}

/**--- changes by NitinJ ason 01042025 ---**/
/*.MigratePopup .Slider {
    height: 100%;
}*/
/*.mySlides {
    height: 100%;   
}*/
    .mySlides .RotateImgDiv {
        left: 50px;
        right: 50px;
        top: 60px;
        bottom: 60px;
    }
.textppup {
    left: 0;
    right: 0;
    bottom:0px;
}

/**--- changes by NitinJ as on 09072025 ---*/
.Slider img[data-rotate="90"], .Slider img[data-rotate="270"] {
    width: 65% !important;
}
.Slider .prev, .Slider .next {
    z-index: 999;
}
#AlertModel .common_tableCellPopUp .content {
    width: 320px;
}
    #AlertModel .common_tableCellPopUp .content .Alert-Msg {
        width:100%;
    }
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/Survey/Content/fonts/fontawesome-webfont.eot?v=4.7.0);
  src: url(/Survey/Content/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), 
  url(/Survey/Content/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), 
  url(/Survey/Content/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), 
  url(/Survey/Content/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), 
  url(/Survey/Content/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 15px auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}
input{height: 30px;
    background: transparent;
    padding: 5px;
    border-radius:5px;
    margin-bottom:10px;
    border:solid 1px #ccc;
    margin-left:5px;
    /*float:left;*/
    width:200px;
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 10px;
  border-bottom: 1px solid #111111;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111111;
}
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
  cursor: pointer;
  *cursor: hand;
}
table.dataTable thead .sorting {
  background:#ffd801 url(/Images/sort_both.png) no-repeat center right;
}
table.dataTable thead .sorting_asc {
  background:#ffd801 url(/Images/sort_asc.png) no-repeat center right;
}
table.dataTable thead .sorting_desc {
  background:#ffd801 url(/Images/sort_desc.png) no-repeat center right;
}
table.dataTable thead .sorting_asc_disabled {
  background:#ffd801 url(/Images/sort_asc_disabled.png) no-repeat center right;
}
table.dataTable thead .sorting_desc_disabled {
  background:#ffd801 url(/Images/sort_desc_disabled.png) no-repeat center right;
}
table.dataTable tbody tr {
  background-color: white;
}


table.dataTable tbody tr:hover 
{
  background-color: #ffd801;
  cursor:pointer;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}

/*table.dataTable.no-footer {
  border-bottom: 1px solid #111111;
}*/
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 5px 9px;
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 5px 9px 3px 9px;
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px 5px;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}



/*
 * Table wrapper
 */
div.dataTables_wrapper { min-height: 300px; }
 
.dataTables_wrapper {
	position: relative;
	clear: both;
	*zoom: 1;	
	height:90px;	
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 40px;
}

/*
 * Page length menu
 */
.dataTables_length {
	float: left;
}


/*
 * Filter
 */
.dataTables_filter {
	float: right;
	text-align: right;
}


/*
 * Table information
 */
.dataTables_info {
	clear: both;
	float: left;
}


/*
 * Pagination
 */
.dataTables_paginate {
	float: right;
	text-align: right;
}

/* Two button pagination - previous / next */
.paginate_disabled_previous,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_enabled_next {
	height: 19px;
	float: left;
	cursor: pointer;
	*cursor: hand;
	color: #111 !important;
}
.paginate_disabled_previous:hover,
.paginate_enabled_previous:hover,
.paginate_disabled_next:hover,
.paginate_enabled_next:hover {
	text-decoration: none !important;
}
.paginate_disabled_previous:active,
.paginate_enabled_previous:active,
.paginate_disabled_next:active,
.paginate_enabled_next:active {
	outline: none;
}

.paginate_disabled_previous,
.paginate_disabled_next {
	color: #666 !important;
}
.paginate_disabled_previous,
.paginate_enabled_previous {
	padding-left: 23px;
}
.paginate_disabled_next,
.paginate_enabled_next {
	padding-right: 23px;
	margin-left: 10px;
}

.paginate_enabled_previous { background: url(/Survey/images/back_enabled.png) no-repeat top left; }
.paginate_enabled_previous:hover { background: url(/Survey/images/back_enabled_hover.png) no-repeat top left; }
.paginate_disabled_previous { background: url(/Survey/images/back_disabled.png) no-repeat top left; }

.paginate_enabled_next { background: url(/Survey/images/forward_enabled.png) no-repeat top right; }
.paginate_enabled_next:hover { background: url(/Survey/images/forward_enabled_hover.png) no-repeat top right; }
.paginate_disabled_next { background: url(/Survey/images/forward_disabled.png) no-repeat top right; }

/* Full number pagination */
.paging_full_numbers {
	height: 22px;
	line-height: 22px;
}
.paging_full_numbers a:active {
	outline: none
}
.paging_full_numbers a:hover {
	text-decoration: none;
}

.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
	color: #333 !important;
}

.paging_full_numbers a.paginate_button {
	background-color: #ddd;
}

.paging_full_numbers a.paginate_button.current{
    background-color: #ffd800;
}

.paging_full_numbers a.paginate_button:hover {
	background-color: #ccc;
	text-decoration: none !important;
}

.paging_full_numbers a.paginate_active {
	background-color: #99B3FF;
}


/*
 * Processing indicator
 */
.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 30px;
	margin-left: -125px;
	margin-top: -15px;
	padding: 14px 0 2px 0;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 14px;
	background-color: white;
}


/*
 * Sorting
 */
.sorting { background: url(/Survey/images/sort_both.png) no-repeat center right; }
.sorting_asc { background: url(/Survey/images/sort_asc.png) no-repeat center right; }
.sorting_desc { background: url(/Survey/images/sort_desc.png) no-repeat center right; }

.sorting_asc_disabled { background: url(/Survey/images/sort_asc_disabled.png) no-repeat center right; }
.sorting_desc_disabled { background: url(/Survey/images/sort_desc_disabled.png) no-repeat center right; }
 
table.dataTable thead th:active,
table.dataTable thead td:active {
	outline: none;
	
}


/*
 * Scrolling
 */
.dataTables_scroll {
	clear: both;
}

.dataTables_scrollBody {
	*margin-top: -1px;
	-webkit-overflow-scrolling: touch;
}

ables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }


table.dataTable tbody>tr.selected,table.dataTable tbody>tr>.selected{background-color:#B0BED9}table.dataTable.stripe tbody>tr.odd.selected,table.dataTable.stripe tbody>tr.odd>.selected,table.dataTable.display tbody>tr.odd.selected,table.dataTable.display tbody>tr.odd>.selected{background-color:#acbad4}table.dataTable.hover tbody>tr.selected:hover,table.dataTable.hover tbody>tr>.selected:hover,table.dataTable.display tbody>tr.selected:hover,table.dataTable.display tbody>tr>.selected:hover{background-color:#aab7d1}table.dataTable.order-column tbody>tr.selected>.sorting_1,table.dataTable.order-column tbody>tr.selected>.sorting_2,table.dataTable.order-column tbody>tr.selected>.sorting_3,table.dataTable.order-column tbody>tr>.selected,table.dataTable.display tbody>tr.selected>.sorting_1,table.dataTable.display tbody>tr.selected>.sorting_2,table.dataTable.display tbody>tr.selected>.sorting_3,table.dataTable.display tbody>tr>.selected{background-color:#acbad5}table.dataTable.display tbody>tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_1{background-color:#a6b4cd}table.dataTable.display tbody>tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_2{background-color:#a8b5cf}table.dataTable.display tbody>tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_3{background-color:#a9b7d1}table.dataTable.display tbody>tr.even.selected>.sorting_1,table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_1{background-color:#acbad5}table.dataTable.display tbody>tr.even.selected>.sorting_2,table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_2{background-color:#aebcd6}table.dataTable.display tbody>tr.even.selected>.sorting_3,table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_3{background-color:#afbdd8}table.dataTable.display tbody>tr.odd>.selected,table.dataTable.order-column.stripe tbody>tr.odd>.selected{background-color:#a6b4cd}table.dataTable.display tbody>tr.even>.selected,table.dataTable.order-column.stripe tbody>tr.even>.selected{background-color:#acbad5}table.dataTable.display tbody>tr.selected:hover>.sorting_1,table.dataTable.order-column.hover tbody>tr.selected:hover>.sorting_1{background-color:#a2aec7}table.dataTable.display tbody>tr.selected:hover>.sorting_2,table.dataTable.order-column.hover tbody>tr.selected:hover>.sorting_2{background-color:#a3b0c9}table.dataTable.display tbody>tr.selected:hover>.sorting_3,table.dataTable.order-column.hover tbody>tr.selected:hover>.sorting_3{background-color:#a5b2cb}table.dataTable.display tbody>tr:hover>.selected,table.dataTable.display tbody>tr>.selected:hover,table.dataTable.order-column.hover tbody>tr:hover>.selected,table.dataTable.order-column.hover tbody>tr>.selected:hover{background-color:#a2aec7}table.dataTable tbody td.select-checkbox,table.dataTable tbody th.select-checkbox{position:relative}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{display:block;position:absolute;top:1.2em;left:50%;width:12px;height:12px;box-sizing:border-box}table.dataTable tbody td.select-checkbox:before,table.dataTable tbody th.select-checkbox:before{content:' ';margin-top:-6px;margin-left:-6px;border:1px solid black;border-radius:3px}table.dataTable tr.selected td.select-checkbox:after,table.dataTable tr.selected th.select-checkbox:after{content:'\2714';margin-top:-11px;margin-left:-4px;text-align:center;text-shadow:1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9}div.dataTables_wrapper span.select-info,div.dataTables_wrapper span.select-item{margin-left:0.5em}@media screen and (max-width: 640px){div.dataTables_wrapper span.select-info,div.dataTables_wrapper span.select-item{margin-left:0;display:block}}
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.15.35
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
