﻿/**/

body {
    margin:0 !important;
	overflow-y: hidden;
	/*background-color: rgb(54, 54, 54);*/
	background-color: rgba(237,237,237,1.00);
}

@font-face {
    font-family: OpenSans;
	src: url(../fonts/Oswald-Light.ttf);
}

@font-face {
    font-family: OpenSansLight;
	src: url(../fonts/OpenSans-Light.ttf);
}

.uploadImage {
	width: 100%;
	height: auto;
}


/*new css*/

.btn-disable {
	cursor: not-allowed !important;
}


.centerUpDown {
	display: -webkit-box;
    display: -ms-flexbox;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.header-text-dv {
	height: 9vh;
	padding-top: 0.8vh;
}

.body-overflow::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 100px;
}

.body-overflow::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}

.body-overflow::-webkit-scrollbar-thumb {
	border-radius: 100px;
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.44, #BCBCBC),color-stop(0.72, #9A9A9A),color-stop(0.86, #7C7C7C));
}

.body-overflow {
	overflow-y: scroll;
	max-height: 81vh;
	padding-top: 3vh;
}

.pd-tp-7px {
	padding-top: 7px;
}






.bg_white {
	background-color: white;
}

.slide_menu_logo {
	width:100%;
	padding : 0vh 0px 4vh 0px;
	background-color: white;
}

.slide_menu_logo .logo {
	height: 17vh;
	width: auto;
}

.slidemenu_scorll {
	height: 91vh;
	overflow: scroll;
}

.slidemenu_scorll::-webkit-scrollbar {
	display: none;
}




.txtBx {
    width:100% !important;
    font-size:2vh;
	padding: 0.5vh !important;
}

.ddl {
    width:100%;
    font-size:2vh;
}

.txtBx_mdl {
    width:100%;
    font-size:2vh;
	padding: 0.5vh !important;
}

.txtHight {
	height: 13vh;
}

.txtheight {
	min-height: 17vh;
	max-height: 50vh;
}

.lbl_mdl {
    font-size:2vh;
    font-weight:400;
    color:#4B4949;
}



.lbl_mdl:hover{
	color:#4B4949;
	text-decoration: none;
}

.lbl_Srch {
    font-size:2.2vh;
    font-weight:400;
    color:#4B4949;
}

.lbl {
    font-size:3.5vh;
    font-weight:600;
    color:white;
}

.lbl:hover{
	color:#4B4949;
	text-decoration: none;
}

.lbl_lg {
    font-size:3vh;
    color:white;
	font-family: OpenSans;
}

.lbl_lg:hover{
	color:white;
	text-decoration: none;
}

.btn_lg {
    font-size:2.5vh;
    width:100%;
    float:right;
    border:none;
    padding:0.8vh;
    background-color:#ff9355;
    color:white;
    font-weight:600;
}

.btn_lg:hover{
	text-decoration: none;
	color:white;
}

.btn_Nw {
    font-size:2.2vh;
    float:right;
    border:none;
    padding:1.3vh 2vw 1.3vh 2vw;
	margin-top: 1vh !important;
	color:white;
	border-radius: 4px;
	transition: all 0.5s !important;
	background-image: -moz-linear-gradient( 90deg, #f0bd4e 0%, #BF8E24 100%);
	background-image: -webkit-linear-gradient( 90deg, #f0bd4e 0%, #BF8E24 100%);
	background-image: -ms-linear-gradient( 90deg, #f0bd4e 0%, #BF8E24 100%);
	box-shadow: inset 0px 5px 0px 0px rgba(255, 255, 255, 0.3);
	
	
}

.btn_Nw:hover{
	text-decoration: none;
	color: white;
	
}

.btn_Nw:focus{
	outline: none;
}

.btn_Save {
    font-size:2.2vh;
    padding : 0.8vw 6vw !important;
    float:right;
    border:none;
	color: white;
	border-radius: 4px;
	transition: all 0.5s !important;
	background-image: -moz-linear-gradient( 90deg, #1c3d3d 0%, #1c3d3d 100%);
	background-image: -webkit-linear-gradient( 90deg, #1c3d3d 0%, #1c3d3d 100%);
	background-image: -ms-linear-gradient( 90deg, #1c3d3d 0%, #1c3d3d 100%);
	box-shadow: 0 0 2px rgba(0,0,0,.14), 0 2px 4px rgba(0,0,0,.28);
	/*box-shadow: inset 0px 5px 0px 0px rgba(255, 255, 255, 0.3);*/
	
}

.color_unPublish {
	color: rgba(244,184,35,1.00);
}

.btn_Save:hover{
	text-decoration: none;
}

.btn_Save:focus{
	outline: none;
}

.btn_Search {
    font-size:2.2vh;
    padding-left: 3vw !important;
    padding-right: 3vw !important;
    float:right;
    border:none;
    padding:1.3vh;
    background-color:#1A6A87;
    color:white;
	border-radius: 5px;
    /*font-weight:600;*/
	transition: all 0.5s;
}

.btn_Search:hover{
	text-decoration: none;
	color:white;
	background-color:#054A63;
}


.btn_Login {
    font-size:2.2vh;
    padding-left: 3vw !important;
    padding-right: 3vw !important;
    float:right;
    border:none;
    padding:1.3vh;
    background-color:#1A6A87;
    color: white;
	transition: all 0.5s;
}

.btn_Login:hover{
	text-decoration: none;
	color:white;
	background-color:#0A9ACE;
}

.btn_Search:focus{
	outline: none;
}

.center {
    display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
}

.centerUpDown {
display: -webkit-box;
   display: -ms-flexbox;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.mrg_25vh {
    height:25vh;
}

.mrg_20vh {
    height:20vh;
}

.mrg_15vh {
    height:15vh;
}

.mrg_bottn
{
	margin-bottom: 7vh;
}

.mrg_left
{
	margin-left: 3vh;
}

    .login_bg .rw {
        height:50vh;
    }

    .login_bg .rw .lg_dv {
        height:100%;
        background-color:rgba(0, 0, 0, 0.40);
		padding-top: 2vh;
		border: 1px solid rgba(77,77,77,.50);
		
		-webkit-box-shadow: 2px 2px 11px 0px rgba(0,0,0,0.73);
		-moz-box-shadow:    2px 2px 11px 0px rgba(0,0,0,0.73);
		box-shadow:         2px 2px 11px 0px rgba(0,0,0,0.73);
    }

    .login_bg .rw .lg_dv .rww {
        margin-top:2vh;
    }

.login_bg .lg_hdr_dv
{
	width: 100%; 
	padding-bottom: 1vh;
	margin-bottom: 2vh;
}

.Copyright_dv
{
	height: 5vh;
	width: 100%;
	position: fixed;
	bottom: 0;
}

.Copyright_dv .txt
{
	font-size: 1.8vh;
	color: rgba(227,227,227,1.00);
	font-weight: 100 !important;
}

.bg_clr
{
	background-color: rgba(106,156,244,1.00);
}

    /*-------------------Login------------------*/

.login_bg {
    height:100vh;
    width:100vw;
	background-image: url(../Images/login_bg.jpg);
	background-size: cover;
	/*background-color: #cd7842;*/
}


.login_dv {
	width: 28vw;
	box-shadow: 0 0 4px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.28);
	background-color: white;
}

.login_dv .logo_dv {
	padding: 15px 0px 15px 0px;
	position: relative;
	overflow: hidden;
	max-height: 150px;
}

.login_logo {
	width: 50%;
	max-height: 120px;
	margin: 22px 0px 8px 0px;
	overflow: hidden;
}

/*-- powered by --*/
.icta_logo_dv {
	position: fixed;
	bottom: 4vh;
	left: 0;
	height: 5vh;
	width: 100%;
}

.icta_logo_dv .img {
	height: 4vh;
	width: auto;
}

.icta_logo_dv .txt {
	color: white;
	font-size: 2vh !important;
	text-transform: uppercase;
	margin-right: 0.5vw;
	font-family: OpenSans;
	font-weight: normal;
}

.login_dv .Details_dv {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	height: 100%;
	padding: 0vh 0vh 6vh 0vh;
	position: relative;
}

.App_name
{
	color: rgba(68,68,68,1.00);
	font-size: 4vh !important;
	margin-top: 7px;
	text-transform: uppercase;
	font-weight: 100;
	font-family: OpenSans;
	margin-bottom: 1px !important;
}

.App_name_sub
{
	color: rgba(68,68,68,1.00);
	font-size: 3vh !important;
	margin-top: 2px;
	text-transform: uppercase;
	font-family: OpenSans;
	font-weight: 100;
}

hr {
	border-top: 1px solid rgba(68,68,68,1.00) !important;
}

.lg_txtBx_dv {
	padding: 0vh 8vh;
}

.lg_txtBx {
	width:100%;
    font-size:2.3vh;
	padding: 1.2vh !important;
	color: rgba(68,68,68,1.00);
	outline: rgba(68,68,68,1.00) !important;
	border: 1px solid rgba(171,171,171,1.00);
	background-color: white !important;
}



.lg_lbl {
    font-size:2vh;
    color: rgba(54,54,54,1.00);
	font-family: OpenSans;
	font-weight: normal;
	font-weight: 400;
	letter-spacing: 1px;
}

.lg_lbl:hover{
	color:rgba(68,68,68,1.00);
	text-decoration: none;
}

.btn_login {
	width: 100%;
	height: 8vh;
	font-size:2.2vh;
    border:none;
    padding:1.3vh;
	color: white;
	border-radius: 4px;
	background-color: #357ca5;
	/*transition: all 0.5s !important;
	background-image: -moz-linear-gradient( 90deg, #105774 0%, #ADEAF9 100%);
	background-image: -webkit-linear-gradient( 90deg, #105774 0%, #ADEAF9 100%);
	background-image: -ms-linear-gradient( 90deg, #105774 0%, #ADEAF9 100%);*/
	box-shadow: inset 0px 5px 0px 0px rgba(255, 255, 255, 0.3);
}

    /*-------------------User_group------------------*/

.banner {
	height:23vh;
	/*padding-top: 2vh;*/
	background-color: white;
	border-bottom: 3px solid rgba(104,104,104,1.00);
}

.banner_h {
    height:9vh;
	background-color: #1c3d3d;
}

.hgt
{
	height:9vh;
	/*background-color: white;*/
}

.banner .txt
{
	font-family: Orator Std;
	font-size: 5.3vh;
	/*color: rgba(223,222,222,1.00);*/color: rgba(26,78,47,1.00);
}

.banner .txtt
{
	font-family: Orator Std;
	font-size: 2.8vh;
	/*color: rgba(223,222,222,1.00);*/
	color: rgba(26,78,47,1.00);
}

.bnr_clr
{
	background-color: rgba(39,39,39,1.00);
}

.hdr
{
	/*color: rgb(196, 196, 196);*/
	font-size: 4vh !important;
	margin-top: 1vh;
	text-transform: uppercase;
	font-weight: normal;
	font-family: OpenSans;
	color: white;
        letter-spacing: 3px
	
}

.dvhearderText{
    height: 9vh;
}

.item
{
	background-color: white;
}

.over_x {
	overflow-x: hidden;
}

.img
{
	height: 75%;
}

.log_out
{
	font-size: 2.2vh; 
	color: rgb(197, 197, 197); 
	padding-right: 20px;
	font-weight: 200;
	text-transform: uppercase;
	transition: all 0.5s;
	padding-top: 2.8vh;
	float: right;
	font-family: OpenSans;
	text-decoration: none;
}

.log_out:hover
{
	font-size: 2.2vh; color: white; padding-right: 20px;
	font-weight: 400;
	text-shadow: 2px 2px 3px rgba(2,2,2,0.50);
	text-decoration: none;
}

.icon
{
	font-size: 2.2vh; 
	color: rgba(140,140,140,1.00);
	padding-right: 20px;
	font-weight: 400;
	font-family: OpenSans;
}

.icon:hover
{
	font-size: 2.2vh; 
	color: rgba(160,160,160,1.00); padding-right: 20px;
}

.banner .txt .icn
{
	font-size: 3.7vh !important;
	color: rgba(223,222,222,1.00);
	padding: 0vh 0.5vh 0vh 0.5vh;
	cursor: pointer;
}

.banner .txtt .icn
{
	font-size: 3.7vh !important;
	color: rgba(223,222,222,1.00);
	padding: 0vh 0.5vh 0vh 0.5vh;
	cursor: pointer;
}

.mnu_col {
    height: 91vh;
    padding:0 !important;
	background-color:rgba(88,88,88,1.00);
}

    .mnu_col .mnu_dv {
       height:100vh !important;
        /*background-color:#4e78c9; */
		overflow: hidden !important;
		/*background-color:rgba(88,88,88,1.00);*/
}

        .mnu_col .mnu_dv .mnu_item_dv {
            width:100%;
            padding-top:2.1vh;
            padding-bottom:2.1vh;
            transition:all 0.5s;
			border-left: 3px solid transparent;
			margin-bottom: 1px;
			background-color: #65a590;
        }

		.mnu_col .mnu_dv .mnu_item_dvv {
            width:100%;
            padding-top:3vh;
            padding-bottom:3vh;
        }

            .mnu_col .mnu_dv .mnu_item_dv:hover {
				background-color: teal;
				border-left: 3px solid transparent;
            }

			.Remv_hover:hover
			{
				border-left: 3px solid transparent !important;
			}
        

            .mnu_col .mnu_dv .mnu_item_dv .mnu_item {
                font-size:2.3vh;
                text-decoration:none;
                color: #EAF5F5;
                font-weight:100 !important;
                padding-top:2vh;
                padding-bottom:2vh;
                padding-left:2vh;
				font-family: OpenSans;
				text-transform: uppercase;
            }

			.Menu_icon
			{
				font-size:2.3vh !important;
			}

.mnu_img {
	width: 90%;
	height: auto;
}

.mnu_LOGOimg {
	width: auto;
	height: 7vh;
	margin-top:1vh;
	margin-right: 2vh;
}

.mnu_img_dv {
	width:100%;
	padding-top:2vh;
	padding-bottom:3vh;
	background-color: #201e1e;
}

			.mnu_col .mnu_dv .mnu_item_dvv .mnu_itemm {
                font-size:3vh;
                text-decoration:none;
                /*color:white;*/
				color: rgba(179,115,55,1.00);
                font-weight:400;
                padding-top:2vh;
                padding-bottom:2vh;
                padding-left:2vh;
				font-family: Arial;
            }

			.mnu_col .mnu_dv .mnu_item_dv .mnu_item i {
                font-size:3vh;
            }

            .mnu_col .mnu_dv .mnu_item_dv .mnu_Icn_item {
                font-size:2.5vh;
                text-decoration:none;
                color:white;
                font-weight:600;
                cursor:pointer;
                float:right; 
                padding-right:2vh;
            }

        .mnu_col .logOut_dv {
            width:100%;
            padding-top:1.8vh;
            padding-bottom:0.5vh;
            transition:all 0.5s;
			/*margin-top: 24vh !important;*/
            position:absolute;
            bottom:0vh;
        }

            .mnu_col .mnu_dv .logOut_dv .logOut {
                font-size:2vh;
                text-decoration:none;
                color:white;
                font-weight:600;
                padding-top:2vh;
                padding-bottom:0.5vh;
                padding-left:2vh;
                float:right;
            }

                .mnu_col .mnu_dv .logOut_dv .mnu_Icn_logOut {
                    font-size:2vh;
                    text-decoration:none;
                    color:white;
                    font-weight:600;
                    cursor:pointer;
                    float:right; 
                    padding-right:2vh;
                }

                    .mnu_col .mnu_dv .logOut_dv .mnu_Icn_logOut .icn {
                        padding-top:1.5vh;
                        padding-left:2vh;
                    }

                .mnu_col .mnu_dv .mnu_item_dv .mnu_item:hover {
                    /*color:white;*/
                }

.dsh_pd {
    padding-right:6vh;
}

.UsrGrp_pd {
    padding-right:8vh;
}

.mblUsr_pd {
    padding-right:6.5vh;
}


.Usr_pd {
    padding-right:10vh;
}

.UsrRgt_pd {
    padding-right:12.8vh;
}

.Iss_pd {
    padding-right:6.8vh;
}

.Rep_pd {
    padding-right:8vh;
}

 

.log_pd {
    padding-right:19vh;
}

.UR {
    padding-right:8vh;
}

.UR:active {
   
}

.Act {
    /*background-color:#16397d;*/
	background-color:rgba(50,48,48,0.52);
}

.pdd_lft {
    padding-left:8vh !important;
}

.Mble_dv {
    height:08vh;
    width:100%;
    background-color:rgb(33, 33, 33);
    position:fixed;
    top:0;
    border-bottom:1px solid rgba(223,223,223,1.00);
	z-index: 9999999999999999999999999;
}

    .Mble_dv .Mble {
        text-decoration:none;
        color:white;
        font-weight:600;
        cursor:pointer;
        float:left; 
        padding-right:0.5vh;
    }

        .Mble_dv .Mble .icn {
            font-size:4vh;
            padding-top:2vh;
        }

.Mble_mnu_Itm_dv {
    width:100%;
	height: 92vh;
    background-color:rgba(0,0,0,0.32);
    position:fixed;
    top:8vh;
	z-index: 2005;
}

.Mob_menu_dv {
	width: 50vw;
	height: 92vh;
	background-color: rgba(0,0,0,1.00);
}

    .Mble_mnu_Itm_dv .mnu_item_dv {
        width:100%;
        padding-top:1.8vh;
        padding-bottom:1.8vh;
        transition:all 0.5s;
		background-color:  rgb(33, 33, 33);
		margin-bottom: 1px;
    }

        .Mble_mnu_Itm_dv .mnu_item_dv .mnu_item {
            font-size:2.5vh;
                text-decoration:none;
                color: white;
                font-weight:100;
                padding-top:2vh;
                padding-bottom:2vh;
                padding-left:2vh;
				font-family: OpenSans;
        }

        .Mble_mnu_Itm_dv .mnu_item_dv .mnu_Icn_item {
                font-size:2.5vh;
                text-decoration:none;
                color:white;
                font-weight:600;
                cursor:pointer;
                float:right; 
                padding-right:2vh;
            }

        .Mble_mnu_Itm_dv .mnu_item_dv .mnu_Icn_item .icn {
                font-size:3vh;
            }

.mob_menu {
    display:none;
}

.menu {
    display:block;
}

.col_5
{
	width: 5%;
}

.col_7_5
{
	width: 7.5%;
}

.col_10
{
	width: 10%;
}

.col_12_5
{
	width: 12.5%;
}

.col_15
{
	width: 15%;
}

.col_17_5
{
	width: 17.5%;
}

.col_5
{
	width: 5%;
}

.col_20
{
	width: 20%;
}

.col_25
{
	width: 25%;
}

.col_30
{
	width: 30%;
}

.col_40
{
	width: 40%;
}

.col_60
{
	width: 60%;
}

.col_85
{
	width: 85%;
}

.col_90
{
	width: 90%;
}

.col_100
{
	width: 100%;
}




.td_hdr_font
{
	font-size: 2.3vh;
	font-weight: 100;
	cursor: default;
}

.td_font
{
	font-size: 2vh;
	font-weight: 400;
	cursor: pointer;
}

table
{
	margin-bottom: 0vh !important;
}

.table-responsive
{
	border: none !important;
	overflow-x: hidden;
}

.td_hdr{
	border-top: 1px solid #1c3d3d !important;
	border-bottom: 1px solid  #1c3d3d !important;
}

.pdding {
	padding-bottom: 3vh;
	padding-top: 2vh;
}

.mrg_tp_3vh
{
	margin-top: 4.5vh;
}

.mrg_tp_5vh
{
	margin-top: 5vh;
}

.mrg_tp_2vh
{
	margin-top: 2vh;
}

.mrg_tp_1vh
{
	margin-top: 1vh;
}

.mrg_bt_2vh
{
	margin-bottom: 2vh;
}

.mrg_pdd
{
	padding-left: 2vh; 
	padding-right: 2vh;
	width: 100%;
	padding-top:1.8vh;
	padding-bottom:1.8vh;
}

.pdd_brws
{
	padding-left: 5vw; 
	padding-right: 5vw;
}

.importBtn_dv
{
	padding-top: 1vh;
	padding-bottom: 1vh;
	margin-bottom: 5vh;
}

.mnu_line
{
	height: 1px; width: 100%;background-color: white;
}


.Rpt_vw_line
{
	height: 1px; width: 100%;background-color: #767272;
}

h2
{
	font-size: 3vh !important;
	text-transform: uppercase;
	font-weight:400 !important;
	margin-top: 2vh !important;
	line-height: 1.2;
	font-family: OpenSans;
	color: white;
	letter-spacing: 2px !important;
}

/*::-webkit-scrollbar { 
    display: none; 
}*/

.mrg_bttn
{
	margin-bottom: 3.5vh;
}

.mrg_hdr
{
	padding: 0px 0px 2px 1px;
}

.mrg_hdrr
{
	padding: 2vh 2vh 0.5vh 2vh;
	margin-top: 1vh;
}

.h2
{
	color: aliceblue;
	font-size: 3vh !important;
	font-family: Agency FB !important;
}

.form-group
{
	margin-bottom: 0 !important;
}

.form-control
{
	border-radius: 0 !important;
	height: auto !important;
}

.grd_btn
{
	border: none !important;
	background-color: rgba(102,141,163,1.00);
	color: white;
	font-size: Smaller;
	padding: 0.5vh 3vh 0.5vh 3vh;
}

#map
{
	width:100%;height:65vh;
}

.grd_icn
{
	font-size: 2.2vh !important;
}

a:hover
{
	text-decoration: none;
}

.grd_a
{
	font-size: 2.2vh;
	text-decoration: none;
	color: rgba(50,116,248,1.00);
	transition: all 0.5s;
}

.grd_a:hover
{
	color: rgba(106,106,105,1.00);
}

tr:hover
{
	background-color: transparent !important;
}

.tr_Select:hover
{
	background-color: rgba(251,250,140,1.00) !important;
}

.tr_Publish:hover
{
	background-color: rgba(118,118,118,0.20) !important;
}

.padding_none
{
	padding: 0px !important;
}

.clr1
{
	background-color: rgb(245, 245, 233) !important;
}

.clr2
{
	background-color: rgba(101,208,247,1.00)!important;
}

.clr3
{
	background-color: rgba(239,183,249,1.00)!important;
}

.flt_R
{
	float: right !important;
}

.flt_L
{
	float: left!important;
}

.ICTAlogo_Img
{
	width: 5vw;
}

.report_dv
{
	padding: 1.5vh;
	background-color: rgb(240, 244, 245);
	border-bottom: 1px solid rgba(202,216,220,1.00);
	transition: 0.8s;
}

.report_dv:hover
{
	background-color: rgba(251,250,140,1.00);
}

.rep_a
{
	font-size: 2.5vh;
	cursor: pointer;
	margin-left: 2vw;
	color: rgba(91,91,91,1.00);
}

.rep_a:hover
{
	text-decoration: none!important;
	color: rgba(91,91,91,1.00);
}

.file {
  visibility: hidden;
  position: absolute;
	color: #5F82A6
}
.grad {
	background-color: rgba(112,112,112,0.10);
	z-index: 100 !important;
}

.grad_hdr {
	height: 7.6vh;
	background-color:  rgba(49,108,108,1.00);
}

.Copyright_all_dv
{
	width: 100%;
	position: absolute; 
	bottom: 0px;
}

.Copyright_all_dv .txt
{
	font-size: 2vh;
	color: rgba(128,128,128,1.00);
}



/*----------------------------------------------------------------------------------------------------*/


td{
	 max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.footer_dv
{
	position: fixed;
	bottom: 0;
	height: 2.5vh;
	width: 100%;
	background-color: transparent !important;
}

.footer
{
	height: 2.5vh;
	padding: 0 !important;
	
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	
	
	
	
	
}

.txtCopyright
{
	font-size: 1.8vh !important;
	color: rgba(147,147,147,1.00) !important;
	font-weight: 100 !important;
	text-decoration: none;
}

.WellComeTxt
{
	color: #00D624;
	margin-bottom: 4vh;
	font-size: 3.5vh;
}

.Hide
{
	display: none;
}

.Show {
	display: block;
}

.HederHide {
	display: none;
}

.mrg_top_2vh
{
	margin-top: 2vh;
}

.mrg_top_1vh
{
	margin-top: 1vh;
}

.mrg_Bottom_1vh
{
	margin-bottom: 1vh;
}

.GridHight
{
	height: 10vh !important;
	overflow-x: hidden;
	overflow-y: scroll;
}

/*Issues*/

.Padding_bottom
{
	padding-bottom: 2vh !important;
}

.IssuesGrid_dv
{
	/*height: 89vh;
	overflow: hidden;*/
	margin-bottom: 10.5vh;
}

/*UserGroup*/

.HeightGrid_dv
{
	max-height: 77vh;
	padding-bottom: 2vh;
	overflow: hidden;
}

.UserRightGrid_dv
{
/*	height: 44vh;*/
	padding-bottom: 2vh;
	overflow: hidden;
}

.MobileUserGrid_dv
{
	/*max-height: 44vh;
	padding-bottom: 2vh;
	overflow: hidden;*/
	
	max-height: 79vh;
	margin-bottom: 10.5vh;
}

.UserDetails_dv
{
	max-height: 72vh;
	padding-bottom: 2vh;
	overflow-y: scroll;
	overflow-x: hidden;
}

.DataUploadGrid_dv
{
	/*height: 51vh;
	overflow: hidden;*/
}

.mrg_tp_4_5vh
{
	margin-top: 4.5vh;
}

input[type=checkbox] {
    width: 2.1vh;
    height: 2.1vh;
	cursor: pointer;
	/*
    -moz-appearance: none;
	padding-top: 2vh;*/
}

.lbl_CheckBx {
    font-size:2vh;
    font-weight:100;
    color:#4B4949;
	cursor: pointer;
	display: inline-block;
}

input[type=radio] {
    border: 0px;
   	width: 2.3vh;
    height: 2.3vh;
}

.DataUploadalert
{
	margin-bottom: 0 !important;
	margin-top: 1.5vh !important;
}


.radioTxt
{
	font-size: 2.2vh;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover
{
	z-index: 0 !important;
}


.colm_center
{
	height: 5vh;
	
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.error{
    color: red !important;
	font-weight: 200;
	padding-top: 3px;
	margin-bottom: 0 !important;
	font-size: 12px;
}

.errorMsg{
    color: white!important;
	font-weight: 200;
	padding: 6px 20px 6px 10px;
	background-color: rgba(199,93,100,1.00);
	border-radius: 5px;
}


.Mdl_btn
{
	padding: 1.5vh 2vh 1vh 2vh;
}

.Cmmnt_clr
{
	background-color: rgba(251,250,140,0.50);
	cursor: pointer;
}

.Cmmnt_clr:hover
{
	background-color: rgba(251,250,140,0.50) !important;
}

.Cmmnt_Brdr
{
	border-top: 1px solid white !important;
    overflow: visible !important;
    text-overflow: clip;
    white-space: inherit;
}

.history_details:hover
{
	background-color: rgba(251,250,140,1.00) !important;
}

.history_details:hover + .Cmmnt_clr
{
	background-color: rgba(251,250,140,1.00) !important;
}

.textArea
{
    width:100%;
    font-size:2vh;
	padding: 0.5vh !important;
	max-height:  20vh !important;
	overflow: hidden;
}

.textArea_user
{
	width:100%;
    font-size:2vh;
	padding: 0.5vh !important;
	max-height: 12vh !important;
	overflow : hidden;
}

.modelBody_height
{
	max-height: 63vh !important;
	overflow-y: scroll;
	overflow-x: hidden;
}

.Padding_Lft_Rht
{
	padding: 0vw 2.5vw 0vw 2.5vw;
}

/*scrollbar*/

.scrollBody::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: rgb(92,117,148);
	
	border-radius: 100px;
}

.scrollBody::-webkit-scrollbar
{
	width: 12px;
	background-color: rgb(92,117,148);
	
	background-image: -moz-linear-gradient( 45deg, rgb(45,43,48) 0%, rgb(92,117,148) 100%);
	background-image: -webkit-linear-gradient( 45deg, rgb(45,43,48) 0%, rgb(92,117,148) 100%);
	background-image: -ms-linear-gradient( 45deg, rgb(45,43,48) 0%, rgb(92,117,148) 100%);
	
}

.scrollBody::-webkit-scrollbar-thumb
{
	border-radius: 100px;
	background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.28, rgba(137,157,182,1.00)),
									   color-stop(0.36, rgb(92,117,148)),
									   color-stop(0.62, rgba(65,62,69,1.00)));
}



.dataTables_scrollBody::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 100px;
}

.dataTables_scrollBody::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb
{
	border-radius: 100px;
	background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.44, #BCBCBC),
									   color-stop(0.72, #9A9A9A),
									   color-stop(0.86, #7C7C7C));
}



.modelBody_height::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 100px;
}

.modelBody_height::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.modelBody_height::-webkit-scrollbar-thumb
{
	border-radius: 100px;
	background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.44, #BCBCBC),
									   color-stop(0.72, #9A9A9A),
									   color-stop(0.86, #7C7C7C));
}



.dataTables_paginate
{
	margin-top: 0.5vh !important;
}

.dataTables_info
{
	margin-top: 1vh !important;
}

.table_overflow_hddn
{
	overflow: hidden !important;
}

.userData_dv
{
	overflow-x: hidden;
	overflow-y: scroll !important;
	padding: 2px 2px 2px 4px;
	max-height: 91vh;
}

.issues_dv
{
	overflow-x: hidden;
	overflow-y: scroll !important;
	padding: 2px 2px 2px 4px;
	height: 91vh;
}

.mobileUser_dv
{
	overflow-x: hidden;
	overflow-y: scroll !important;
	padding: 2px 2px 2px 4px;
	height: 91vh;
}

.Grid_hdr_clr
{
	background-color: #65a590; 
	color: white;
	font-weight: normal !important;
	font-family: OpenSansLight;
}

.Grid_hdr_clr:hover
{
	/*background-color:  rgb(240, 244, 245) !important;*/
	background-color: #65a590 !important;
}

.collapse_txt
{
	/*color: rgb(206, 224, 251) !important;*/
}

.collapse_dv:hover
{
	background-color: rgba(50,48,48,1.00) !important;
}

.Clr_red
{
	color: rgba(215,49,52,1.00) !important;
}

.media_view
{
	max-height: 70vh;
	overflow: hidden;
}

.media_view_img_dv
{
	height: 65vh;
	overflow: hidden;
}

.media_view_img
{
	    image-orientation: from-image;
 		width: 50%;
        height: auto;
		margin-top: 15px;
}

.imagerotate
{
	font-size: 2.5vh !important;
	color: rgba(87,85,85,1.00);
	margin-top: 2vh;
	cursor: pointer;
}

table.dataTable thead > tr > th
{
	padding-left: 8px !important;
	padding-right: 8px !important;
}

.imagerotateTxt
{
	font-size: 2.2vh !important;
	color: rgba(87,85,85,1.00);
	cursor: pointer;
}

.imagerotateTxt:hover
{
	color: rgba(87,85,85,1.00);
}

.Error_details
{
	color: rgba(255,6,10,1.00) !important;
	font-size: 2.2vh !important;
}

.ErrorMsg_dv
{
	margin-top: 1vh;
}

.Error_Login
{
	color: rgba(253,73,73,1.00) !important;
	font-size: 2.3vh !important;
	font-weight: 400;
	margin-top: 5vh;
}

.btn-primary
{
	background-color: rgb(112, 112, 112) !important;
	border-color: rgb(112, 112, 112) !important;
	border-right-color: rgba(39,39,39,1.00) !important;
	font-family: OpenSans ;
	font-size: 2.2vh;
}

.btn-info
{
	background-color: rgba(49,108,108,1.00) !important;
	border-color: rgba(49,108,108,1.00) !important;
	font-family: OpenSans !important;
	font-size: 2.2vh;
	padding: 5px 20px;
}

.glyphicon
{
	font-weight: 100 !important;
}

.line
{
	height: 1px;
	background-color: rgba(141,141,141,1.00);
}

.dataTables_scrollHeadInner
{
	width: 100% !important;
}

.dataTable
{
	width: 100% !important;
}

div.dataTables_filter input
{
    margin-left: 0 !important;
}

.scrollDv {
	max-height: 87vh;
	overflow-y: scroll;
	overflow-x: hidden;
}

.itemHdr {
	/*height: 7vh;*/
	padding-bottom: 2vh !important;
        border-bottom: 1px solid rgba(112,112,112,0.50);
}

.itemHdr .chkBx {
	float: left;/*height: 7vh;*/
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color: #65a590 !important;
	border-color: #65a590 !important;
}

.Res_disable {
	display: none;
	height: 40vh; width: 100vw;
	background-color: #201e1e;
	overflow: hidden;
	padding: 30vh 0vh;
}
.Res_disable .logo_img {
	width: 40vw;
}
.Res_disable .text_dv {
	margin-top: 5vh;
}
.Res_disable .text {
	font-family: OpenSans ;
	font-size: 2.2vw;
	color: rgba(243,243,243,1.00);
}

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

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

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

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

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

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

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

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

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



































