﻿/*=============================================================


   
========================================================  */


/* =============================================================
   GENERAL STYLES
 ============================================================ */

@import url(https://fonts.googleapis.com/css?family=Roboto); /* FREE GOOGLE FONT */
@font-face {
	font-family:ziksakaicons;
	src:url(https://d78fikflryjgj.cloudfront.net/fonts/052836931f05437ae8863a7bcaaeea72/trellicons.eot?#iefix) format('embedded-opentype'),url(https://d78fikflryjgj.cloudfront.net/fonts/f1c68e099d5441b2ec45d7a090fb0bbd/trellicons.woff) format('woff'),url(https://d78fikflryjgj.cloudfront.net/fonts/2748d210d8827e98f4a6740e97070e75/trellicons.ttf) format('truetype');
	font-weight:400;
	font-style:normal
}

body {
color: #4d4d4d;
font: 14px "Helvetica Neue",Arial,Helvetica,sans-serif;
line-height: 18px;
}
a{text-decoration:none;}
.set-radius-zero {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.content-wrapper {
    margin-top: 40px;
    min-height: 600px;
    padding-bottom: 60px;
}

.page-head-line {
    font-weight: 900;
    padding-bottom: 20px;
    border-bottom: 2px solid #F0677C;
    text-transform: uppercase;
    color: #F0677C;
    font-size: 20px;
    margin-bottom: 40px;
}

.btn {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.progress {
    height: 8px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.login-icon {
    height: 60px;
width: 60px;
padding: 13px;
border-radius: 50%;
font-size: 30px;
margin-bottom: 20px;
color: #fff;
text-align: center;
cursor:pointer;
background-color:#F0677C;
-webkit-border-radius:50%;
    -moz-border-radius:50%;
}
/* =============================================================
   HEADER SECTION STYLES
 ============================================================ */
header {
background: #026aa7;
height: 40px;
padding: 5px;
position: relative;
z-index: 10;
flex: none;
}
.header-btn {
	background:-webkit-linear-gradient(top,rgba(255,255,255,.3) 0,rgba(255,255,255,.2) 100%);
	background:linear-gradient(to bottom,rgba(255,255,255,.3) 0,rgba(255,255,255,.2) 100%);
	border-radius:3px;
	color:#f3f3f3;
	display:block;
	float:left;
	font-weight:700;
	height:30px;
	line-height:30px;
	margin-right:8px;
	min-width:30px;
	padding:0;
	position:relative;
	user-select:none
}
.header-btn.new-notifications {
	background:#eb5a46
}
.header-btn.new-notifications:hover {
	background:#cf513d
}
.header-btn-icon {
	font-size:1pc;
	line-height:30px;
	position:absolute;
	top:0;
	left:0;
}
.header-btn-text {
	padding:0 8px
}
.header-btn.header-member .member {
	margin:0;
	border-radius:3px 0 0 3px
}
.header-btn.header-member .member:hover .member-avatar {
	opacity:1
}
.header-btn:hover {
	background:-webkit-linear-gradient(top,rgba(255,255,255,.4) 0,rgba(255,255,255,.3) 100%);
	background:linear-gradient(to bottom,rgba(255,255,255,.4) 0,rgba(255,255,255,.3) 100%);
	color:#fff
}
.header-btn:active {
	background:-webkit-linear-gradient(top,rgba(255,255,255,.45) 0,rgba(255,255,255,.35) 100%);
	background:linear-gradient(to bottom,rgba(255,255,255,.45) 0,rgba(255,255,255,.35) 100%)
}
.header-btn.header-boards {
	padding-left:26px
}
.header-btn.header-login,.header-btn.header-signup {
	padding:0 9pt
}
.header-btn.header-signup {
	background:-webkit-linear-gradient(top,#61bd4f 0,#5aac44 100%);
	background:linear-gradient(to bottom,#61bd4f 0,#5aac44 100%)
}
.header-btn.header-signup:hover {
	background:-webkit-linear-gradient(top,#5aac44 0,#519839 100%);
	background:linear-gradient(to bottom,#5aac44 0,#519839 100%)
}
.header-btn.header-signup:active {
	background:-webkit-linear-gradient(top,#519839 0,#49852e 100%);
	background:linear-gradient(to bottom,#519839 0,#49852e 100%)
}
.header-btn.header-btn-feedback {
	background:-webkit-linear-gradient(top,rgba(255,255,255,.1) 0,rgba(255,255,255,.05) 100%);
	background:linear-gradient(to bottom,rgba(255,255,255,.1) 0,rgba(255,255,255,.05) 100%);
	padding-left:22px;
	margin-right:1pc
}
.header-btn.header-btn-feedback .header-btn-icon {
	top:1px
}
.header-logo,.header-user {
	top:5px;
	position:absolute
}
.header-user {
	right:0
}

.header-logo {
    bottom: 0;
display: block;
height: 30px;
left: 50%;
margin-left: -75px;
width: 10pc;
text-align: center;
-webkit-transition: opacity ease-in 85ms;
transition: opacity ease-in 85ms;
z-index: 2;
}
.header-logo, .header-user {
    top: 5px;
    position: absolute;
}

.navbar-inverse .nav-tabs > li {
    float: none;
    margin-bottom: -1px;
    text-align: center;
    margin: -1px auto;
	display:inline-block;
	min-width:100px;
}
.fm
{
    border-right: 3px solid #888888;
    color: #fff;
    border-radius: 6px;
    border-bottom: 3px solid #888888;
    background-color: #4994c0;
    font-size: 20px;
	}
	
	


	
	
/* =============================================================
   LOGO SECTION STYLES
 ============================================================ */
.left-div {
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
}
.client-logo{
padding: 5px;
    display: inline-block;
    width: auto;
    height: auto;
    outline: 0;
    border-right: 3px solid #888888;
    border-radius: 10px;
    border-bottom: 3px solid #888888;
    background-color: #FFFFFF;

}
.client-logo a{
    color: #fff;
    font-size: 20px;
}
.client-info{

display: inline-block;
}
.client-info h5{
    font-size: 18px;
    font-weight: bold;
}
.navbar-brand {
    width: 250px;
    padding-top: 30px;
}

/* USER SETTINGS DIV */
.header-right{float:right;right:0px;position:relative;display:block;}

    .user-settings-wrapper li {
        display: inline-block;
    }

    .user-settings-wrapper .dropdown-settings {
        width: 200px;
        padding: 10px;
    }

    .user-settings-wrapper img {
        height: 30px;
        width: 30px;
    }

    .user-settings-wrapper .btn {
        border-radius: 0px!important;
        -moz-border-radius: 0px!important;
        -webkit-border-radius: 0px!important;
    }

    .user-settings-wrapper .media-heading {
        padding-top: 10px;
    }
	.member-initials {
    display: block;
    font-size: 9pt;
    font-weight: 700;
    height: 30px;
    left: 0;
    line-height: 30px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.header-btn.header-member .member {
    margin: 0;
    border-radius: 3px 0 0 3px;
}
.member {
    background-color: #d6dadc;
    border-radius: 3px;
    color: #4d4d4d;
    display: block;
    height: 30px;
    overflow: hidden;
    position: relative;
    width: 30px;
    text-decoration: none;
    user-select: none;
    z-index: 0;
}
.inline-member, .member {
    cursor: pointer;
}


/* MENU LINKS SECTION*/
	

#menu-top a {
    color: #FFF;
    text-decoration: none;
    font-weight: 500;
    padding: 10px 10px 10px 10px;
    text-transform: uppercase;
}

.menu-top-active {
    background-color: #C36464;
}

.menu-section .nav > li > a:hover,.menu-section .nav > li > a:focus {
    background-color: #F0677C!important;
}

.menu-section .dropdown-menu > li > a:hover,.menu-section .dropdown-menu > li > a:focus {
    background-color: #F0677C!important;
}

.navbar-inverse {
    background-color: #edeff0;
    border-color: transparent;

}

.navbar-toggle {
    background-color: #F0677C;
    border: 1px solid #fff;
}

.navbar {
    margin-bottom: 0px;
}
/* =============================================================
   FOOTER SECTION STYLES
 ============================================================ */

/*==============================================
    DASHBOARD  STYLES    
 =============================================*/

/* DASHBOARD ICONS */

.bk-clr-one {
    background-color: #B9B739;
}

.bk-clr-two {
    background-color: #F94C4C;
}

.bk-clr-three {
    background-color: #119c7e;
}

.bk-clr-four {
    background-color: #b739b9;
}

.dashboard-div-icon {
    height: 75px;
    width: 75px;
    border: 2px solid #fff;
    padding: 20px;
    border-radius: 50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    font-size: 30px;
    margin-bottom: 20px;
    color: #fff;
}

.dashboard-div-wrapper {
    border-radius: 5px;
    text-align: center;
    padding: 15px;
    color: #fff;
    margin-bottom: 50px;
}

    .dashboard-div-wrapper .progress {
        height: 2px;
    }

/* NOTICE BOARD */


.notice-board .panel {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.notice-board ul {
    padding-left: 0px;
    list-style: none;
}

.notice-board li {
    padding: 10px;
    border-bottom: 1px solid #E5E5E5;
}

    .notice-board li span {
        margin-right: 10px;
        border: 1px solid #DBDBDB;
        padding: 5px;
    }

    .notice-board li a, li a:hover {
        text-decoration: none;
        color: #000;
    }

/* SOCIAL BUTTONS */
.btn-social {
    color: white;
    opacity: 0.8;
}

    .btn-social:hover {
        color: white;
        opacity: 1;
        text-decoration: none;
    }

.btn-facebook {
    background-color: #3b5998;
}

.btn-twitter {
    background-color: #00aced;
}

.btn-linkedin {
    background-color: #0e76a8;
}

.btn-google {
    background-color: #c32f10;
}
.tac{text-align:center;}

/* Board Main*/
.board-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.board-main-content {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 0;
    -webkit-transition: margin .1s ease-in;
    transition: margin .1s ease-in;
}

.board-header {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    height: auto;
    overflow: hidden;
    padding: 8px 4px 8px 8px;
    position: relative;
    -webkit-transition: padding .1s ease-in;
    transition: padding .1s ease-in;
}

.board-header-btn {
    border-radius: 3px;
    color: #f6f6f6;
    cursor: default;
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 0 4px 0 0;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}
.board-canvas {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
#board {
    user-select: none;
    white-space: nowrap;
    margin-bottom: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.board-header-btn-name {
    cursor: default;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}


/* color */
.boardc {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 15px 5px #013756;
    box-shadow: 0px 0px 3px 3px #013756;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.boardc-col1 {
    color: #fff;
    background-color: #CB4B16;
    border-color: #CB4B16;
}
.boardc-col2 {
    color: #fff;
    background-color: #DC322F;
    border-color: #DC322F;

}
.boardc-col3 {
    color: #fff;
    background-color: #859900;
    border-color: #859900;

}
.boardc-col4 {
    color: #fff;
    background-color: #D33682;
    border-color: #D33682;
}
.boardc-col5 {
    color: #fff;
    background-color: #6C71C4;
    border-color: #6C71C4;
}
.boardc-col6 {
    color: #fff;
    background-color: #6f4337;
    border-color: #6f4337;
}
.boardc-col7 {
    color: #fff;
    background-color: #4a4e96;
    border-color: #4a4e96;
}
.boardc-col8 
{
    color: #fff;
    background-color: #009688;
    border-color: #009688;
	
	}
	.boardc-col9
{
    color: #fff;
    background-color: rgba(247, 170, 7, 0.8);
    border-color: rgba(31, 13, 1, 0.86);
	
	}
header.body-board-view {
    background: rgba(0,0,0,.15);
}

.body-board-view {
    background-size: cover;
}

/* Board Task */

.boardt {
    background: #e2e4e6;
border-radius: 3px;
/*box-sizing: border-box;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;*/
max-height: 100%;
position: relative;
white-space: normal;


box-shadow: inset 2px 2px 0px rgba(255,255,255,0.3), inset 2px -2px 3px rgba(0,0,0,0.3), 4px 1px 1px rgba(255,255,255,0.9), 2px 1px 1px rgba(255,255,255,0.9);

}
.list-header {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 8px 34px 8px 10px;
    position: relative;
    min-height: 19px;
}
.list-header-name {
    display: inline;
    font-size: 15px;
    line-height: 18px;
    margin: 0;
    min-height: 19px;
    min-width: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
	color: #4d4d4d;
}
.list-cards {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0 4px;
    padding: 0 4px;
    z-index: 1;
    min-height: 0;
	max-height:600px;
}
.list-card {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: 6px;
    max-width: 300px;
    min-height: 20px;
    position: relative;
    z-index: 0;
}
.list-card:hover {
	background-color:#edeff0;
	border-bottom-color:#d6dadc;
}
.list-card-details {
    overflow: auto;
    padding: 6px 6px 2px 8px;
    position: relative;
    z-index: 10;
}
.list-card a {
    color: #4d4d4d;
	text-decoration:none;
}
.list-card-title {
    clear: both;
    display: block;
    font-weight: 400;
    margin: 0 0 4px;
    overflow: hidden;
    text-decoration: none;
    word-wrap: break-word;
}
.tab-menu
{
/*width: auto!important;*/
margin: 0 auto;
position: relative;
text-align: center;
}
.modal-dialog.large{width:1000px;!important}


<!--Mobile Responsive-->
/*@media screen and (min-width: 767px) {
	h5{ color:#F00!important }
	
}*/





<!--Major Security Controls -->
h3.text-th3{
    	font-size: 11pt;
		text-align:left;
		font-weight:normal;
		color:#535353;
		padding: 11px 0px;
		font-weight: normal;
		
	}
	.pad-cont {
    padding: 10pt 43px 10pt 43px !important;
}
.all-contina li {
    list-style: disc;
    margin-left: 12px;
    float: left;
    width: 45%;
    color: #535353;
    font-size: 9pt;
    margin-bottom: 6px;
    margin-right: 30px;
}



.stdtable .drp_jj_ff1 {

    vertical-align: top !important;
	

}
.form-controlar {
    display: block;
    width: 70%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-controlar1 {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
/*UserDetails*/

.seachclass
{
    border-radius: 10px;
    background-color: lightgrey;
	outline: none;
}


/*.icon-but
{
    background-color: black;
	color:white;
	border:none;
	    border-radius: 8px;
}*/


.icon-but:hover
{
	 background: #FF5400;
	 border-color:#FF5400;
	 
	 
}
.control-group{
	float:left;
	width:45%;
	text-align:left;
	margin-right:15px;margin-left:15px;
}
.control-group select, .control-group input, .control-group textarea {
	width:100%;
	line-height:22px;
	display:inline-block;
}
.control-group select {
	height:32px;
	width:100%
}
.control-group label{
	    margin-top: 9px;
}
.control-group textarea {
	width:100%;
	line-height:22px;
	height:32px;
}
.submitclass{
border: none;
    background-color: #330404;
    border-radius: 10px;
    padding: 10px;
    color: white;
    font-size: 18px;
}
.submitclass:hover{

    background-color: green;
}
/*.upuser > .active >a
{
background-color:#5cb85c! important;
	}
	.upuser > li > a
	{
		color:black! important;
		}*/
.usersheadsty	
		{
		
	background: rgb(209,209,209);
    background: -moz-linear-gradient(top, rgba(209,209,209,1) 1%, rgba(255,255,255,1) 30%, rgba(234,234,234,1) 51%, rgba(232,232,232,1) 64%, rgba(242,242,242,1) 77%, rgba(255,255,255,1) 85%, rgba(196,196,196,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(209,209,209,1)), color-stop(30%,rgba(255,255,255,1)), color-stop(51%,rgba(234,234,234,1)), color-stop(64%,rgba(232,232,232,1)), color-stop(77%,rgba(242,242,242,1)), color-stop(85%,rgba(255,255,255,1)), color-stop(100%,rgba(196,196,196,1)));
    background: -webkit-linear-gradient(top, rgba(209,209,209,1) 1%,rgba(255,255,255,1) 30%,rgba(234,234,234,1) 51%,rgba(232,232,232,1) 64%,rgba(242,242,242,1) 77%,rgba(255,255,255,1) 85%,rgba(196,196,196,1) 100%);
    background: -o-linear-gradient(top, rgba(209,209,209,1) 1%,rgba(255,255,255,1) 30%,rgba(234,234,234,1) 51%,rgba(232,232,232,1) 64%,rgba(242,242,242,1) 77%,rgba(255,255,255,1) 85%,rgba(196,196,196,1) 100%);
    background: -ms-linear-gradient(top, rgba(209,209,209,1) 1%,rgba(255,255,255,1) 30%,rgba(234,234,234,1) 51%,rgba(232,232,232,1) 64%,rgba(242,242,242,1) 77%,rgba(255,255,255,1) 85%,rgba(196,196,196,1) 100%);
    background: linear-gradient(to bottom, rgba(209,209,209,1) 1%,rgba(255,255,255,1) 30%,rgba(234,234,234,1) 51%,rgba(232,232,232,1) 64%,rgba(242,242,242,1) 77%,rgba(255,255,255,1) 85%,rgba(196,196,196,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#c4c4c4',GradientType=0 );
    -moz-border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
    -khtml-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;}	
		
	
	
.usersheadsty h4
{	
	    margin-top: -6px;}
		
			
		fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

    legend.scheduler-border {
        font-size: 1.2em !important;
        font-weight: bold !important;
        text-align: left !important;
        width:auto;
        padding:0 10px;
        border-bottom:none;
    }
	
	
	
	.userclsub
	{
	padding-top: 2px;
    padding-right: 7px;
    padding-bottom: 2px;
    padding-left: 7px;
    margin-left: 21px;
    margin-top: 3px;
    border-radius: 7px;
    background-color: black;
outline:none;
	}
	
	
.formlayt{
margin-top: -15px;
    padding-bottom: 13px;
	}

button.close
{

outline:none;

font-size: 25px;
    /* background-color: #8BC34A; */
/*    color: #F44336;*/
 opacity: 0.6;
	font-weight:bold;	
	}
 .popover{
	top: 279px;
    left: 364.5px;
    display: block;
    width: 445px! important;
	max-width:500px! important;
	box-shadow:1px 1px  0px 0px #337AB7;
	background-color:#EEE;

}

.squaredFour label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.5;
}

.squaredFour input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	
}
	
	
	.imag_ra
	{
	
	    clear: both;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.bg_clo_y
{
background-color:rgba(255, 240, 158, 0.69);
    border-radius: 4px;
    color: #000;
    font-size: 12px;
    padding: 1px 4px 2px;
    border: 1px solid #CEB139;
}

.uploadrow {
    cursor: pointer;
    display: inline-block;
    border: 1px solid #e8e8e8;
    color: #888;
    text-decoration: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -moz-box-shadow: 0 2px 0 0 #558123;
    -webkit-box-shadow: 0 2px 0 0 #558123;
    box-shadow: 0 2px 0 0 #558123;
    font-size: 15px;
    padding: 3px 20px;
    text-align: center;
    color: #fff;
    background: #65952f;
    border: none;
    -moz-box-shadow: 0 2px 0 0 #558123;
    -webkit-box-shadow: 0 2px 0 0 #558123;
    box-shadow: 0 2px 0 0 #558123;
    vertical-align: middle;
	margin-top: 10px;
}


.headh4
{
	
    text-align: center;
    background-color: rgba(130, 193, 7, 0.2);
	   padding: 10px;
    font-weight: bold;}
.tr_sub_content {
    margin-left: 10px;
    color: #222;
    padding: 3px 10px;
    background: #F7F9E4;
}

.top-h2-01 {
    font-family: "MyriadPro-Regular", Lucida Sans Unicode,Lucida Grande,sans-serif;
    float: left;
    border-top: 1px solid #CACACA;
    width: 100%;
    margin: 30px 0;
    position: relative;
}
.top-h2-01 h2 {
    padding: 0px 10px;
    color: #466b16;
    font-size: 13pt;
    letter-spacing: 0.03em;
    font-weight: 400;
    margin-top: -13px;
    background: #FFF;
    float: left;
    display: block;
    margin-left: 20px;
    position: absolute;
}

	 .date-picker-wrapper .month-wrapper table .day.lalala { background-color:orange; }
    .options { display:none; border-left:6px solid #8ae; padding:10px; font-size:12px; line-height:1.4; background-color:#eee; border-radius:4px;}
    .date-picker-wrapper.date-range-picker19 .day.first-date-selected { background-color: red !important; }
    .date-picker-wrapper.date-range-picker19 .day.last-date-selected { background-color: orange !important; }


.uplclss
	
	{
	background-color: #33B1B7;
    width: 9%;
    /* margin-left: -139px; */
    float: left;
    padding: 5px;
    border-radius: 5px;
    color: white;
    text-align: center;
    cursor: pointer;
}




.usersttab > li.active > a,  .usersttab > li.active > a:hover, .usersttab > li.active > a:focus
{
background-color: rgba(255, 193, 7, 0.29);

	color:black;
	text-decoration:none;
}
.usersttab > li > a {
    background-color: rgba(158, 158, 158, 0.53);
	color:black;
	}
	
	.demo4_top,.demo4_bottom
	{
		text-align:center;
	}
	
	
	/*.mydivs {
    height:525px;
    border:5px solid #ccf;
}
.mydivs>div {
    height:100%;
    overflow:auto;
   border:5px solid #ff0;
    padding:1em;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
}*/

.FixedHeightContainer
{
  
  height: 540px;

  padding:3px; 

 border: 1px solid grey;
outline:none;
padding-bottom:5px;
}
.Content10
{
  height:530px;
   overflow:auto;
    border: 1px solid grey;

}

.modal-dialog
{
height:92%;	
/*    box-shadow: 0px 0px 1px 3px grey;*/
	    border: 2px solid grey;
    border-radius: 5px;
}

.prevnextsty{
    background-color: #0A0A0A;
    padding: 10px;
    border-radius: 10px;
    /* width: 40px; */
    color: white;
    font-size: 18px;
	text-decoration:none;
	    margin-top: 15px;
		cursor:pointer;
	}
	
.prevnextsty:hover,  .prevnextsty:focus
{
	text-decoration:none;
	outline:none;
	background-color: #8BC34A;
	color:white;
	}
	a:hover, a:active, a:focus
	{
		text-decoration:none;
			outline:none;
			
	}



.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
#uploadFile, #uploadFile1, #uploadFile2, #uploadFile3
{
	border:none;
	color:grey;
	background-color:white;
}

/*Contingency*/
.divbord
{
	border-top:1px solid grey;
	padding:5px;
}
.contigesty li
{
font-size:12pt;	
	}
	
.iconlink
{padding: 5px 5px;
    margin: 0px 0px 0px 0px;
    border: 1px solid #4c9ed9 !important;
    text-align: center;
    outline: none;
    font-size: 10pt;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #4c9ed9;
    cursor: pointer;}
	
.subliststy
{	
	    list-style: disc;
    float: left;
    width: 95%;
    color: #535353;
    font-size: 11pt;
    padding-right: 10px;
        margin: 12px 0px 5px -22px;
}










.Add_location{
	padding:0px;
	display:inline-block;
}



.tr_close {
    float: right;
    cursor: pointer;
    color: #ccc;
    font-size: 28px;
}
.bialist 
{
font-size: 11pt;	
	}
	
	


#applint9 #cke_43_contents, #applint9 #cke_44_contents
{
	height: 330px! important;
	
	}


 
	 .item {
  display: none;
  outline:none;
  }

.item.current {
  display: block;
  height:530px;
   overflow:auto;

  }
.item.current:active, .item.current:focus
{
  border:0;
outline:none;	
}



#myWorkContent::-webkit-scrollbar, #myWorkContent2::-webkit-scrollbar, #myWorkContent1::-webkit-scrollbar, #myWorkContent3::-webkit-scrollbar{
    width: 10px;
    padding-top: 40px;
	height:10px;
	cursor:pointer;
}

#myWorkContent::-webkit-scrollbar-track, #myWorkContent2::-webkit-scrollbar-track, #myWorkContent1::-webkit-scrollbar-track, #myWorkContent3::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
cursor:pointer;
    background: #e5e5e5;
    border-radius: 4px;

}
#myWorkContent::-webkit-scrollbar-thumb, #myWorkContent2::-webkit-scrollbar-thumb, #myWorkContent1::-webkit-scrollbar-thumb, #myWorkContent3::-webkit-scrollbar-thumb{
    border-radius:10px;
  cursor:pointer;
    
    background: rgb(111,111,111);
    -webkit-box-shadow: 0 1px 1px rgb(0,0,0);
    background: -webkit-linear-gradient(rgb(200,200,200), rgb(150,150,150));
}

#myWorkContent::-webkit-scrollbar-track-piece, #myWorkContent2::-webkit-scrollbar-track-piece, #myWorkContent1::-webkit-scrollbar-track-piece, #myWorkContent3::-webkit-scrollbar-track-piece {
    height: 30px;
	cursor:pointer;
}
 
 
 


.icon-but_p{
	font-family: "Segoe UI", arial, sans-serif;
	text-transform:uppercase; 
	background: #a5a5a5; /* Old browsers */
background: -moz-linear-gradient(top, #a5a5a5 0%, #565656 23%, #0a0a0a 38%, #0a0a0a 94%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5a5a5), color-stop(23%,#565656), color-stop(38%,#0a0a0a), color-stop(94%,#0a0a0a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #a5a5a5 0%,#565656 23%,#0a0a0a 38%,#0a0a0a 94%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #a5a5a5 0%,#565656 23%,#0a0a0a 38%,#0a0a0a 94%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #a5a5a5 0%,#565656 23%,#0a0a0a 38%,#0a0a0a 94%); /* IE10+ */
background: linear-gradient(to bottom, #a5a5a5 0%,#565656 23%,#0a0a0a 38%,#0a0a0a 94%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5a5a5', endColorstr='#0a0a0a',GradientType=0 ); /* IE6-9 */
	padding: 5px 10px;
	margin:0px 0px 0px 0px;
	border: 1px solid #333;
	text-align:center;
	outline: none;
	font-size: 9pt;
	color: #fff;
	text-decoration:none;
	font-weight:bold;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	cursor:pointer;
	margin-right:5px;
}
.icon-but_p:hover{
	background: rgb(255,120,0); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,120,0,1) 0%, rgba(255,84,0,1) 53%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,120,0,1)), color-stop(53%,rgba(255,84,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,120,0,1) 0%,rgba(255,84,0,1) 53%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,120,0,1) 0%,rgba(255,84,0,1) 53%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,120,0,1) 0%,rgba(255,84,0,1) 53%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,120,0,1) 0%,rgba(255,84,0,1) 53%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7800', endColorstr='#ff5400',GradientType=0 ); /* IE6-9 */
border: 1px solid #e14a00;
}
.icon-bin:before {
	content: "\e9ac";
}
.icon-pencil2:before {
	content: "\e906";
}
@font-face {
		font-family: 'icomoon';
		src:url('font/icomoon.eot?-9y1bij');
		src:url('font/icomoon.eot?#iefix-9y1bij') format('embedded-opentype'),
			url('font/icomoon.woff?-9y1bij') format('woff'),
			url('font/icomoon.ttf?-9y1bij') format('truetype'),
			url('font/icomoon.svg?-9y1bij#icomoon') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	
	[class^="icon-"], [class*=" icon-"] {
		font-family: 'icomoon';
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
	
		/* Better Font Rendering =========== */
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}



.icon-but {
    font-family: "Segoe UI", arial, sans-serif;
    text-transform: uppercase;
    background: #a5a5a5;
    background: -moz-linear-gradient(top, #a5a5a5 0%, #565656 23%, #0a0a0a 38%, #0a0a0a 94%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5a5a5), color-stop(23%,#565656), color-stop(38%,#0a0a0a), color-stop(94%,#0a0a0a));
    background: -webkit-linear-gradient(top, #a5a5a5 0%,#565656 23%,#0a0a0a 38%,#0a0a0a 94%);
    background: -o-linear-gradient(top, #a5a5a5 0%,#565656 23%,#0a0a0a 38%,#0a0a0a 94%);
    background: -ms-linear-gradient(top, #a5a5a5 0%,#565656 23%,#0a0a0a 38%,#0a0a0a 94%);
    background: linear-gradient(to bottom, #a5a5a5 0%,#565656 23%,#0a0a0a 38%,#0a0a0a 94%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5a5a5', endColorstr='#0a0a0a',GradientType=0 );
    padding: 5px 10px;
    margin: 0px 0px 0px 0px;
    border: 1px solid #333;
    text-align: center;
    outline: none;
    font-size: 9pt;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
}

.icon-but i {
    font-size: 10pt;
    padding-right: 5px;
    padding-top: 5px;}
	
	
	
.iconhovcl .icon-but:hover, #sharing_form .icon-but:hover{
	background: rgb(255,120,0); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,120,0,1) 0%, rgba(255,84,0,1) 53%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,120,0,1)), color-stop(53%,rgba(255,84,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,120,0,1) 0%,rgba(255,84,0,1) 53%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,120,0,1) 0%,rgba(255,84,0,1) 53%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,120,0,1) 0%,rgba(255,84,0,1) 53%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,120,0,1) 0%,rgba(255,84,0,1) 53%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7800', endColorstr='#ff5400',GradientType=0 ); /* IE6-9 */
border: 1px solid #e14a00;
color:white;
}

	

.inttd1 .cke_inner 
{    height: 420px;
}
.inttd2 .cke_inner
{
height: 550px;

}




input[type=radio].css-checkbox3 {
	position:absolute;
	z-index:-1000;
	left:-1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height:1px;
	width:1px;
	margin:-1px;
	padding:0; border:0;
	visibility: hidden;
}

input[type=radio].css-checkbox3 + label.css-label3 {
	padding-left:30px;
	height:25px; 
	display:inline-block;
	line-height:25px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:25px;
	vertical-align:middle;
	cursor:pointer;

}

input[type=radio].css-checkbox3:checked + label.css-label3 {
	background-position: 0 -25px;
}
label.css-label3 {
	background-image:url(../img/ocr_images/green.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}



input[type=radio].css-checkbox1 {
	position:absolute;
	z-index:-1000;
	left:-1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height:1px;
	width:1px;
	margin:-1px;
	padding:0; border:0;
	visibility: hidden;
}

input[type=radio].css-checkbox1 + label.css-label1 {
	padding-left:30px;
	height:25px; 
	display:inline-block;
	line-height:25px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:25px;
	vertical-align:middle;
	cursor:pointer;

}

input[type=radio].css-checkbox1:checked + label.css-label1 {
	background-position: 0 -25px;
}
label.css-label1 {
	background-image:url(../img/ocr_images/red.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type=radio].css-checkbox2 {
	position:absolute;
	z-index:-1000;
	left:-1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height:1px;
	width:1px;
	margin:-1px;
	padding:0; border:0;
	visibility: hidden;
	
}

input[type=radio].css-checkbox2 + label.css-label2 {
	padding-left:30px;
	height:25px; 
	display:inline-block;
	line-height:25px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:25px;
	vertical-align:middle;
	cursor:pointer;

}

input[type=radio].css-checkbox2:checked + label.css-label2 {
	background-position: 0 -25px;
}
label.css-label2 {
	background-image:url(../img/ocr_images/orange.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.iconlink:hover
{
	background: rgb(255,120,0); 
	color:white;
	
	}

 #downfile1 .iconlink:hover, .uplodiv .iconlink:hover, .multipleaccount .iconlink:hover, .singleuserdet .iconlink:hover{
	background: rgb(255,120,0); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,120,0,1) 0%, rgba(255,84,0,1) 53%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,120,0,1)), color-stop(53%,rgba(255,84,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,120,0,1) 0%,rgba(255,84,0,1) 53%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,120,0,1) 0%,rgba(255,84,0,1) 53%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,120,0,1) 0%,rgba(255,84,0,1) 53%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,120,0,1) 0%,rgba(255,84,0,1) 53%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7800', endColorstr='#ff5400',GradientType=0 ); /* IE6-9 */
/*border: 1px solid #e14a00;*/
color:white;
}


#downfile1 [class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
	
}

.icon-outbox:before {
	content: "\e123";
}


.ajax-upload-dragdrop {
    border: 0px dotted #A5A5C7;
    color: #c3c3c3;
    text-align: left;
    font-size: 14px;
    vertical-align: middle;
    padding: 6px;
	    height: 71px;
}

.list_file_wrap {
    background-color:rgba(199, 199, 199, 0.48);
    border: 1px;
    min-height: 50px;
	padding: 5px;
}
.select_fn {
    width: 28%;
    padding: 5px;
	float:left;
	margin-top:5px;
}
.select_f2 {
    width: 70%;
	float:left;
		margin-top:10px;
}
/*#sharing_form .ui-multiselect {
    width: 225px;
    border: 1px solid #c5dbec;
    background: #dfeffc url('../img/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x');
    font-weight: bold;
    color: #2e6e9e;
    border-bottom-right-radius: 5px;}*/
	
	
	
	.uploadeff .modalDialog {
        position: fixed;
        font-family: Arial, Helvetica, sans-serif;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.69);
        z-index: 99999;
        opacity:0;
        -webkit-transition: opacity 400ms ease-in;
        -moz-transition: opacity 400ms ease-in;
        transition: opacity 400ms ease-in;
        pointer-events: none;
    }

.uploadeff  .modalDialog:target {
        opacity:1;
        pointer-events: auto;
    }

.uploadeff  .modalDialog > div {
        width: 42%;
        position: relative;
        margin: 10% auto;
        padding: 5px 20px 13px 20px;
        border-radius: 10px;
        background: #fff;
        background-color:rgb(255, 255, 255);
		height:350px;
		overflow:auto;
    }

/*.uploadeff  .closedf {
        background: #EF8958;
        color: #FFFFFF;
        line-height: 25px;
        position: absolute;
        right: -12px;
        text-align: center;
        top: -10px;
        width: 24px;
        text-decoration: none;
        font-weight: bold;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        -moz-box-shadow: 1px 1px 3px #000;
        -webkit-box-shadow: 1px 1px 3px #000;
        box-shadow: 1px 1px 3px #000;
    }
*/



.uploadeff .closedf {

    color: #795548;
    text-align: center;
    width: 24px;
    text-decoration: none;
    font-weight: bold;

    -moz-border-radius: 12px;

    -moz-box-shadow: 1px 1px 3px #000;
    float: right;
    margin-top: 7px;
    font-size: 29px;
}
.uploadeff  .closedf:hover { color: #00772B; }

.close:hover
{
color:#00772B;
	 
	}
/*Multiselet checkbox in share files*/



#sharing_form .dropdown dd,
#sharing_form .dropdown dt {
  margin: 0px;
  padding: 0px;
}

#sharing_form .dropdown ul {
  margin: -1px 0 0 0;
}

#sharing_form .dropdown dd {
  position: relative;
}

#sharing_form .dropdown a,
#sharing_form .dropdown a:visited {
  color: #fff;
  text-decoration: none;
  outline: none;
  font-size: 12px;
}

#sharing_form .dropdown dt a {
  background-color: rgba(78, 193, 208, 0.67);
  display: block;
    padding: 0px 0px 0px 4px;
    min-height: 25px;
    line-height: 13px;
  overflow: hidden;
  border: 0;
  width: 365px;
}

#sharing_form .dropdown dt a span,
#sharing_form. multiSel span {
  cursor: pointer;
  display: inline-block;
  padding: 5px 0px 0px 0;
}

#sharing_form .dropdown dd ul {
  background-color: white;
  border: 0;
  color: black;
  display: none;
  left: 0px;
  padding: 2px 15px 2px 5px;

  top: 2px;
  width: 365px;
  list-style: none;
  height: 100px;
  overflow: auto;
}

#sharing_form .dropdown span.value {
  display: none;
}

#sharing_form. dropdown dd ul li a {
  padding: 5px;
  display: block;
}

#sharing_form .dropdown dd ul li a:hover {
  background-color: #fff;
}

.boardhead1 .dropdown-menu > li > a:hover
{
  color: white;
  text-decoration: none;
  background-color:rgba(2, 106, 167, 0.66);
}


.left-div1 {
    /* margin-top: 30px; */
    /* margin-bottom: 30px; */
    position: relative;}
	
.portaltabs{	
/*		      width: 95%! important;
    margin: auto;
    margin-left: 7%;
    padding:35px;*/
	margin-top:-49px;
}
	

	
	
.navtabstracer .nav-tabs > li.active > a, .navtabstracer .nav-tabs > li.active > a:hover, .navtabstracer .nav-tabs > li.active > a:focus
{

		    font-size: 17px;

}


.navtabstracer .nav-tabs > li > a
{


    font-size: 17px;


	
	}
	






	
	
	.boarda-col1 {
    color: #fff;
    background-color: rgba(0, 150, 136, 0.98);
    border-color:rgba(0, 150, 136, 0.98);}
.boarda-col6 {
    color: #fff;
    background-color: #6F4337;
    border-color:#6F4337;}
.boarda-col11 {
    color: #fff;
    background-color: #B58900;
    border-color:#B58900;}
	
	.boarda-col2 {
    color: #fff;
    background-color: rgba(243, 33, 33, 0.6);
    border-color:rgba(243, 33, 33, 0.6);}

.boarda-col7{
    color: #fff;
    background-color: #6C71C4;
    border-color:#6C71C4;}

.boarda-col12 {
    color: #fff;
    background-color: #268BD2;
    border-color:#268BD2;}


	.boarda-col3{
    color: #fff;
    background-color: #607D8B;
    border-color:#607D8B;}

.boarda-col9 {
    color: #fff;
    background-color: #CB4B16;
    border-color:##CB4B16;}
.boarda-col5{
    color: #fff;
    background-color: #D33682;
    border-color:#D33682;}

  .boarda-col10 {
    color: #fff;
    background-color: #DC322F;
    border-color:#DC322F;}


.boarda-col4
	{
	   color: #fff;
    background-color: rgba(76, 175, 80, 0.99);
    border-color:rgba(76, 175, 80, 0.99);}	
	
	.boarda-col8{
		 color: #fff;
    background-color:#57bcd8;
    border-color:#000;
		
		
		}
	
	
		.boards-col1
	{
 color: #fff;
    background-color: #D33682;
    border-color:#D33682}
	
	.boards-col2{
		 color: #fff;
    background-color: #859900;
    border-color:#859900;
		
		
		}
#tracerboards,#tracerstatus,#traceradmin
{
padding-top:30px;	
}


.multiselect-container{position:absolute;list-style-type:none;margin:0;padding:0}
.multiselect-container

.multiselect-container>li{padding:0}
.multiselect-container>li>a.multiselect-all label{font-weight:700}
.multiselect-container>li.multiselect-group label{margin:0;padding:3px 20px 3px 20px;height:100%;font-weight:700}
.multiselect-container>li.multiselect-group-clickable label{cursor:pointer}
.multiselect-container>li>a{padding:0}
.multiselect-container>li>a>label{margin:0;height:100%;cursor:pointer;font-weight:400;padding:3px 20px 3px 40px}
.multiselect-container>li>a>label.radio,.multiselect-container>li>a>label.checkbox{margin:0}
.multiselect-container>li>a>label>input[type=checkbox]{margin-bottom:5px}


/*Cientdashboard*/
.spuserstle .sent_board h3,
.addashbrd .sent_board h3{

border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    font-size: 15pt;
    padding: 0px;
    margin: 0px;
    color: #FFFFFF;
    font-weight: 400;
    padding: 4px 13px 6px;
    background: #026aa7;
    background: -moz-linear-gradient(top, #026aa7 0%, #026aa7 49%, #026aa7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#026aa7), color-stop(49%,#026aa7), color-stop(100%,#026aa7));
    background: -webkit-linear-gradient(top, #026aa7 0%,#026aa7 49%,#026aa7 100%);
    background: -o-linear-gradient(top, #026aa7 0%,#026aa7 49%,#026aa7 100%);
    background: -ms-linear-gradient(top, #026aa7 0%,#026aa7 49%,#026aa7 100%);
    background: linear-gradient(to bottom, #026aa7 0%,#026aa7 49%,#026aa7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#026aa7', endColorstr='#026aa7',GradientType=0 );
}
.das-sel {
    text-align: center;
    padding-right: 50px;
	padding:25px;
}

.sent_board {
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
/*    border: 1px solid #ababab;*/
    overflow: hidden;
    text-align: left;
    position: relative;
}


.pagination {
    font-size: 80%;
    color: #333;}
	ul.pagination li {
    display: inline;
    padding: 0 3px;
}


.pagination > .active > a {
    border: 1px solid #026AA7;
    background: #026AA7;
    color: #fff;
   
    font-weight: bold;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 11px;
}ul.pagination a {
    display: inline-block;
    padding: 5px 10px;
    text-decoration: none;
}

.pagination a {
    text-decoration: none;
    border: 1px solid #ccc;
    padding: 5px 7px;
    margin-left: 5px;
    font-weight: bold;
    background: #fcfcfc;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 11px;
    -moz-box-shadow: 1px 1px 2px #ddd;
    -webkit-box-shadow: 1px 1px 2px #ddd;
    box-shadow: 1px 1px 2px #ddd;
}
	
	.multipleaccount [class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.multipleaccount .iconlink i, .singleuserdet .iconlink i {
    font-size: 12pt;
    padding-right: 5px;
    padding-top: 5px;}
	.multipleaccount .icon-user-plus:before, .singleuserdet .icon-user-plus:before {
    content: "\e973";
}



/*Userguide*/

.risk_anal_me{
display:inline-block;
width:61px;
height:61px;
clear:both;
margin-left:0px; margin-right:0px;
}
.risk_analysis{
background: url(../img/sprit_menu.png) 0px 0px;
}
.risk_analysis:hover{
background: url(../img/sprit_menu_hover.png) 0px 0px;
color:#C00;
}

.nav-tabs > li.active > a .risk_analysis{
background: url(../img/sprit_menu_hover.png) 0px 0px;
color:#C00;
}
.helpuserguide .nav-tabs > li.active > a 
{
	color: #5e8400;
    font-weight: 500;
	
}

.helpuserguide .nav-tabs > li:hover > a 
{
	color: #5e8400;
    
	
}

.va{
background: url(../img/sprit_menu.png) -61px 0px;
}
.va:hover{
background: url(../img/sprit_menu_hover.png) -61px 0px;
}
.nav-tabs > li.active > a .va{
background: url(../img/sprit_menu_hover.png) -61px 0px;
}
.drp{
background: url(../img/sprit_menu.png) -122px 0px;
}
.drp:hover{
background: url(../img/sprit_menu_hover.png) -122px 0px;
}
.nav-tabs > li.active > a .drp{
background: url(../img/sprit_menu_hover.png) -122px 0px;
}
.re{
background: url(../img/sprit_menu.png) -183px 0px;
}
.re:hover{
background: url(../img/sprit_menu_hover.png) -183px 0px;
}
.nav-tabs > li.active > a .re{
background: url(../img/sprit_menu_hover.png) -183px 0px;
}
.toc{
background: url(../img/sprit_menu.png) -244px 0px;
}
.toc:hover{
background: url(../img/sprit_menu_hover.png) -244px 0px;
}
.nav-tabs > li.active > a .toc{
background: url(../img/sprit_menu_hover.png) -244px 0px;
}
.con{
background: url(../img/sprit_menu.png) -305px 0px;
}
.con:hover{
background: url(../img/sprit_menu_hover.png) -305px 0px;
}
.nav-tabs > li.active > a .con{
background: url(../img/sprit_menu_hover.png) -305px 0px;
}
.admin{
background: url(../img/sprit_menu.png) -366px 0px;
}
.admin:hover{
background: url(../img/sprit_menu_hover.png) -366px 0px;
}
.nav-tabs > li.active > a .admin{
background: url(../img/sprit_menu_hover.png) -366px 0px;
}
.biai{
background: url(../img/sprit_menu.png) -427px 0px;
}
.biai:hover{
background: url(../img/sprit_menu_hover.png) -427px 0px;
}
.nav-tabs > li.active > a .biai{
background: url(../img/sprit_menu_hover.png) -427px 0px;
}
.client{
background: url(../img/sprit_menu.png) -488px 0px;
}
.client:hover{
background: url(../img/sprit_menu_hover.png) -488px 0px;
}
.nav-tabs > li.active > a .client{
background: url(../img/sprit_menu_hover.png) -488px 0px;
}

.helpuserguide ul li a:link {
    color: #222;
}
.helpuserguide ul li a {
    padding: 10px 16px;
    display: inline-block;
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    
    line-height: 17px;
    text-decoration: none;
    color: #222;
    outline: none;
    border: 1px solid #e5e5e5;
   /* background: rgb(234,234,234);
    background: -moz-linear-gradient(top, rgba(234,234,234,1) 0%, rgba(239,239,239,1) 22%, rgba(255,255,255,1) 52%, rgba(237,237,237,1) 76%, rgba(234,234,234,1) 97%, rgba(226,226,226,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,234,234,1)), color-stop(22%,rgba(239,239,239,1)), color-stop(52%,rgba(255,255,255,1)), color-stop(76%,rgba(237,237,237,1)), color-stop(97%,rgba(234,234,234,1)), color-stop(100%,rgba(226,226,226,1)));
    background: -webkit-linear-gradient(top, rgba(234,234,234,1) 0%,rgba(239,239,239,1) 22%,rgba(255,255,255,1) 52%,rgba(237,237,237,1) 76%,rgba(234,234,234,1) 97%,rgba(226,226,226,1) 100%);
    background: -o-linear-gradient(top, rgba(234,234,234,1) 0%,rgba(239,239,239,1) 22%,rgba(255,255,255,1) 52%,rgba(237,237,237,1) 76%,rgba(234,234,234,1) 97%,rgba(226,226,226,1) 100%);
    background: -ms-linear-gradient(top, rgba(234,234,234,1) 0%,rgba(239,239,239,1) 22%,rgba(255,255,255,1) 52%,rgba(237,237,237,1) 76%,rgba(234,234,234,1) 97%,rgba(226,226,226,1) 100%);
    background: linear-gradient(to bottom, rgba(234,234,234,1) 0%,rgba(239,239,239,1) 22%,rgba(255,255,255,1) 52%,rgba(237,237,237,1) 76%,rgba(234,234,234,1) 97%,rgba(226,226,226,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#e2e2e2',GradientType=0 );*/
    border-bottom: none;
    border-radius: 12px 12px 0 0;
    position: relative;
}

.helpuserguide .navbar-inverse .nav-tabs > li {

        margin-right: 10px;

}


.helpuserguide h2 {
    background-color: rgba(14, 123, 187, 0.88);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 8px;
    behavior: url(border-radius.htc);
    font-size: 18px;
    color: #FFF; 
    padding: 10px 20px;
    font-weight: normal;
    margin-right: 30px; 
}

.helpuserguide .tab-content  ul {
    padding: 25px 45px 25px 10px;
}

.helpuserguide .tab-content  li {
    background: url(../img/tick-images.png)0px 11px no-repeat;
    list-style: none;
    padding: 10px 10px 10px 40px;
    font-size: 16px;
    vertical-align: top;
	
}
.addstydire
{
	padding:8px;
	}

/*------------------
 Tab Content - */
.navtabstracer .boardc:hover
{

color:white;
-webkit-box-shadow: 0px 0px 15px 5px #013756;
box-shadow: 0px 0px 3px 3px #013756;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;

}
	.header-logo-default:hover{
		
	-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
-webkit-transform:scale(1.2);
transform:scale(1.2);}




.navtabstracer .landing h1 {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    behavior: url(border-radius.htc);
    text-align: center;
    width: 93.5%;
    
    font-size: 30px;
    line-height: 25px;
    font-weight: normal;
    margin: 0px 25px 5px;
    padding: 12px 16px 16px;
    border: 1px solid #c9c9c9;
    background: rgb(253,253,253);
    background: -moz-linear-gradient(top, rgba(253,253,253,1) 0%, rgba(212,212,212,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,253,1)), color-stop(100%,rgba(212,212,212,1)));
    background: -webkit-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(212,212,212,1) 100%);
    background: -o-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(212,212,212,1) 100%);
    background: -ms-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(212,212,212,1) 100%);
    background: linear-gradient(to bottom, rgba(253,253,253,1) 0%,rgba(212,212,212,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#d4d4d4',GradientType=0 );
}
.navtabstracer .landing font {
    color: #498008;
}

.navtabstracer .landing p {
    text-align: center;
/*    font-family: "MyriadPro-Regular", Lucida Sans Unicode, Lucida Grande, sans-serif;*/
    font-size: 20px;
    line-height: 36px;
    font-weight: normal;
    padding: 25px 35px;
}


.forgot_form{
    border: 1px solid rgba(128, 128, 128, 0.29);
    padding: 25px;}
	
	
	.client-info h6{ font-size: 14px;}
	.navbar-inverse .tab-menu ul li a
	{font-size: 17px;}
	
	
	
/*Upload Logo */
#uplogo1 .client_logo_wrap {
    text-align: center;
}

#uplogo1 .box_img_info {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    behavior: url(border-radius.htc);
    border: 1px solid #dedede;
    background-color: rgba(158, 158, 158, 0.25);
    /* height: 200px; */
    padding: 15px;
    margin-top: 70px;
    margin-left: 0px;
    margin-right: 0px;
    vertical-align: middle;
    display: inline-block;
    width: 567px;
}
#uplogo1 .cli_preview {
    width: 217px;
    height: 177px;
    position: relative;
    float: left;
    background-color: #f4f4f4;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #dfdfdf;
}
#uplogo1 .img-del {
    position: absolute;
    padding: 11px 3px;
    right: 0px;
    cursor: pointer;
}
#uplogo1 .hide {
    display: none;
}
#uplogo1 .ecf_logo1 {
    width: 217px;
    height: 177px;
    vertical-align: middle;
}
#uplogo1 .ecf_logo1 img {
    margin-left: auto;
    vertical-align: middle;
    margin-right: auto;
}
#uplogo1 .ecf_logo1 img {
    display: table-cell;
    height: auto;
    max-height: 177px;
    max-width: 217px;
    width: auto;
}
#uplogo1 .loading_logo {
    background: url('../img/ajax_loader.gif') no-repeat center center;
    height: 50px;
    z-index: 100000;
    position: relative;
    top: -115px;
    display: none;
}
#uplogo1 .client_wrap {
    float: left;
    text-align: left;
    color: #666;
    padding: 0px 20px;
}
#uplogo1 .message {
    padding: 10px;
    margin: 15px 0;
    display: block;
    text-align: left;
}

#uplogo1 .btn_file {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    width: 200px;
    margin-left: 0px;
    margin-right: 0px;
    line-height: 1.42857;
    padding: 15px 25px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
#uplogo1 .btn-primary {
    background-color: #0B4573;
    border-color: #0B4573;

    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
}
#uplogo1 .file_input {
    margin: 10px;
    overflow: hidden;
    position: relative;
}
#uplogo1 .file_input span {
    font-size: 18px;
    font-family: "MyriadPro-Regular", Lucida Sans Unicode, Lucida Grande, sans-serif;
}
#uplogo1 .file_input input.but_file {
    position: absolute;
    top: 0;
    right: 0;
    height: 56px;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
#uplogo1 .clearfix:after {
    content: "";
    display: table;
    clear: both;
}

#uplogo1 .btn_file:hover
{
	background-color:#026aa7;
	color:white;
	}
	
	
	.new_folder{
	width:45px;
	text-align:center;
	display:inline-block;
	margin:5px 0px 15px 15px;
}
.new_folder a{
	text-decoration:none;
	color:#000;
	cursor:pointer;
}
.new_folder span{
	padding-left:6px;
	text-align:center;
	display:inline-block;
}
.new_folder h3{
	font-size:13px;
	text-decoration:none;
	font-weight:500;
}

#tr_home:hover
{
	background: #FF5400;
	 border-color:#FF5400;
	 
	}
	
	.inputclor
	{
	    background: #026aa7;	
		
		}
		.inputclor:hover
	{
	    background:rgba(34, 123, 115, 0.92);
		
	}







.fixscrolldiv
{height:465px;position:absolute;overflow:auto;}

.fixscrolldiv1
{height:397px;position:absolute;overflow:auto;}

.fixscrolldiv2
{height:438px;position:absolute;overflow:auto;}

.fixscrolldiv3
{height:438px;position:absolute;overflow:auto;}




.saveboxstyle{
background-color: rgba(158, 158, 158, 0.16);border: 1px solid #ddd;padding: 8px;line-height: 1.42857143;text-align: center;vertical-align: top;position:relative;top:450px;
/*box-shadow: 0px 0px 4px 2px rgba(119, 119, 119, 0.75);-moz-box-shadow: 0px 0px 4px 2px rgba(119, 119, 119, 0.75);-webkit-box-shadow: 0px 0px 4px 2px rgba(119, 119, 119, 0.75);*/
box-shadow: inset 10px 10px 8px -11px grey;
}


.saveboxstyle1{
background-color: rgba(158, 158, 158, 0.16);border: 1px solid #ddd;padding: 8px;line-height: 1.42857143;text-align: center;vertical-align: top;position:relative;top:376px;
box-shadow: inset 10px 10px 8px -11px grey;
}

.saveboxstyle2{
background-color: rgba(158, 158, 158, 0.16);border: 1px solid #ddd;padding: 8px;line-height: 1.42857143;text-align: center;vertical-align: top;position:relative;top:424px;
box-shadow: inset 10px 10px 8px -11px grey;
}


.saveboxstyle3{
background-color: rgba(158, 158, 158, 0.16);border: 1px solid #ddd;padding: 8px;line-height: 1.42857143;text-align: center;vertical-align: top;position:relative;top:424px;
box-shadow: inset 10px 10px 8px -11px grey;
}



.saveboxstylec{
background-color: rgba(158, 158, 158, 0.16);border: 1px solid #ddd;padding: 8px;line-height: 1.42857143;text-align: center;vertical-align: top;position:relative;
box-shadow: inset 10px 10px 8px -11px grey;
}



.theadshad > thead:first-child > tr:first-child > th:first-child

{
box-shadow: inset 10px 10px 8px -11px grey;
}

.theadshad .theadshadtd

{
box-shadow: inset 1px 10px 8px -11px grey;
}



.admin-icons {
     width: 25px! important;
    height: 25px! important;
    margin-top: -3px;
}
.chedlog1
{
padding-left:5px;
background-color: rgba(121, 85, 72, 0.02);
    line-height: 22px;	
}
.chedlog1 p
{
border-bottom:1px solid rgba(158, 158, 158, 0.32);
padding:3px;	
}


.user-settings-wrapper .userblockchk li {
    display: block;
}
.modal-open .modal {
    overflow-x: auto;
}

.dashboardcontainer
{
	background-color: rgba(128, 128, 128, 0.05);margin-bottom:15px;padding:10px;box-shadow: 0px 1px 1px 2px lightgrey;
}

/************************************* FILE UPLOAD CSS *********************************/
 .ajax-file-upload-statusbar {
border: 1px solid #cccccc;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
padding: 5px 5px 5px 5px;
margin:5px 0px;
width: 563px !important;
}
.ajax-file-upload-filename {
width: 100%;
height: 22px;
height: auto;
text-align: left;
color: #807579
}
.ajax-file-upload-progress {

width:80%;
border: 1px solid #ddd;
margin-right: 10px;
padding: 3px;
border-radius: 3px;
display: inline-block
}
.thickbox_box .ajax-file-upload-progress {
	float:left;
width:83%;
}
.thickbox_box .ajax-file-upload-red {
-moz-box-shadow: inset 0 39px 0 -24px #e67a73;
-webkit-box-shadow: inset 0 39px 0 -24px #e67a73;
box-shadow: inset 0 39px 0 -24px #e67a73;
background-color: #e4685d;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
display: inline-block;
color: #fff;
font-family: arial;
font-size: 13px;
font-weight: normal;
padding:3px 7px;
text-decoration: none;
text-shadow: 0 1px 0 #b23e35;
cursor: pointer;
vertical-align: top;
margin-top: -7px;
}
.ajax-file-upload-bar {
background-color: #4c9ed9;
width: 0;
height: 2px;
border-radius: 3px;
color:#FFFFFF;
}
.ajax-file-upload-percent {
position: absolute;
display: inline-block;
top: 3px;
left: 48%
}
.ajax-file-upload-red {

display: inline-block;

}

.tr_file .ajax-file-upload-red {
color: #fff;
font-size: 13px;
font-weight: normal;
padding: 4px 15px;
margin-right:5px;
}

.thickbox_box  .ajax-file-upload {
cursor:pointer;	  display: inline-block;
  border: 1px solid #4c9ed9;
  color: #888;
  text-decoration: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -moz-box-shadow: 0 2px 0 0 #4c9ed9;
  -webkit-box-shadow: 0 2px 0 0 #4c9ed9;
  box-shadow: 0 2px 0 0 #4c9ed9;
  padding:10px 20px;
  font-size:16px;
  text-align:center;
  color: #fff;
  background: #4c9ed9 !important;
  border: none;
  -moz-box-shadow: 0 2px 0 0 #4c9ed9;
  -webkit-box-shadow: 0 2px 0 0 #4c9ed9;
  box-shadow: 0 2px 0 0 #4c9ed9;
  vertical-align:middle;
    margin-right: 20px;

}


.ajax-upload-dragdrop
{

	border:2px dotted #4c9ed9 ;
	color: #4c9ed9;
	text-align:left;
	font-size:14px;
	vertical-align:middle;
	padding:6px !important;
    width: 563px !important;
    height: 58px;
}
.delete_file{
    padding-left:10px;
    cursor:pointer;
}
.delete_file:hover{
    color:rgb(217, 14, 14);
}
 /************************************* END FILE UPLOAD CSS *********************************/