/*
dark blue - #0b4994 - #1e60b1
light blue - #0084cc
*/
@font-face {
    font-family: serpentine;
    src: url(../font/Serpentine_Bold.ttf);
}
*:focus{
    outline: none;
}
html, body {
    height: 100%;
    
}

.lf-table-nothing {
	padding: 0 !important;
	margin: 0 !important;
	border: none !important; 
	background: none !important;
}

.serpentine {
    font-family: serpentine !important;
	font-style: italic;
}
.not-serp{
    font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif !important;
}
h1, h2, h3, h4, h5, h6{
    font-family: serpentine !important;
	font-style: italic;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #9d9d9d;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #9d9d9d;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #9d9d9d;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #9d9d9d;
}

/*signin placeholders*/
.signin .panel-signin ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: rgba(255,255,255,0.6);
}
.signin .panel-signin :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: rgba(255,255,255,0.6);
    opacity:  1;
}
.signin .panel-signin ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: rgba(255,255,255,0.6);
    opacity:  1;
}
.signin .panel-signin :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(255,255,255,0.6);
}
/*.row{
max-width: 1185px;
}*/
body.modal-opened {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}
body{
    padding-top: 115px;
    background: rgba(0, 0, 0, 0) url("../images/home-banner1.jpg");
    background-repeat: repeat-y;
    background-position: center 116px;
    background-size: cover;
    background-attachment: scroll;
    padding-bottom: 80px;
}

body.home-banner,
body.admin-banner,
body.signin{
    background: rgba(0, 0, 0, 0) url("../images/home-banner1.jpg");
    background-repeat: repeat-y;
    background-position: center 116px;
    background-size: cover;
    background-attachment: scroll;
}
body.jobfile-banner{
    /*background: rgba(0, 0, 0, 0) url("../images/jobs-banner.jpg");*/
    background-repeat: repeat-y;
    background-position: center 116px;
    background-size: 100% 100%;
    background-attachment: scroll;
}
body.contacts-banner{
    padding-top: 127px;
}
body.calendar-banner{
    padding-top: 127px;
}
body .row {
  margin: 0 auto;
  width: 100%;
}
.home-banner .bams-header,
.admin-banner .bams-header{
    display: none;
}
.fixed .top-header .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}
.top-header {
    background: #ffffff;
    clear: both;
}
.top-menu {
    background: #3F3F3F;
    color: #ffffff;
    padding: 4px 0 0px 0;
    float: left;
    width: 100%;
    border-bottom: 5px solid #ffffff;
	visibility: collapse;
}
.login-cnt .logged-link img, .login-cnt .logged-link .logged-div {
    display: inline-block;
    margin-bottom: 13px;
    margin-top: 13px;
}
.login-cnt .logged-link .logged-div {
    margin-top: 13px;
    padding: 5px 0;
}

.login-cnt .logged-link .logged-div .logged-in-text{
    font-size: 11pt;
    color: white;
}
.login-cnt .logged-link:hover .logged-div .logged-in-text{
    color: #fff;
}
.login-cnt .logged-link .logged-div .logged-user{
    font-size: 11pt;
    font-weight: bold;
	color: white;
}

.login-cnt .logged-link .logged-div .logged-user-type{
    font-size: 11pt;
    color: white;
	font-weight: normal;
}
.login-cnt .logged-link img {
    margin-top: -15px;
}
.login-cnt .logged-link {
    line-height: normal !important;
}
.logged-div > span {
    display: block;
}
a{
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.tac{
    text-align: center;
}
.dark-blue-b{
    background: #3F3F3F;
}
.dark-blue-c{
    color: #3F3F3F;
}
.light-blue-b{
    color: #0084cc;
}
.light-blue-c{
    color: #0084cc;
}
.white-b{
    color: #fff;
}
.white-c{
    color: #fff;
}
.fa{
}
body.signin{
    /*height: 100vh;
    padding-top: 0;*/
    background-position: 0 0;
    padding-bottom: 66px;
    padding-top: 125px;
}
.event-view {
    margin-top: 20px;
}
.delete-event, 
.edit-event {
    border: 1px solid #cccccc;
    border-radius: 5px;
    color: #000000;
    font-size: 12px;
    padding: 2px 5px;
}
.delete-event i, .edit-event i {
    margin-right: 4px;
}
.bams-header a.button,.button-container .button {
    margin-bottom: 0;
}
.print-content .field div {
    min-height: 34px !important;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

@media only screen and (max-width: 600px) {
	.print-content .field div {
    display: inline;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
}

.print-content .label-print.two-clmns {
    line-height: 48px;
    min-height: 48px;
}
.print-content .form-print .input-print input, .print-content .form-print .input-print select {
    font-size: 12px;
    height: 22px;
    margin: 0;
    padding-bottom: 2px;
    padding-top: 2px;
}
#sidebar.boxclear .widget > p {
    color: #636e7b;
    font-size: 10px;
}
.print-content .field div.col-100 {
    height: auto !important;
}
.input-print table {
    border: 0 none;
}
table.input-print td p {
    font-size: 14px;
    margin-bottom: 0;
}
table.input-print tr.even, 
table.input-print tr.alt, 
table.input-print tr:nth-of-type(2n){
    background: transparent;
}
.print-content .field .block{
    height: auto !important;
}
.print-wrap .widget .highlight p {
    color: #636e7b;
    font-size: 10px;
    margin: 0;
}
.print-wrap .widget h2 {
	margin-bottom: 0px !important;
	
}
.print-wrap .widget .highlight label {
    color: #3f3f3f;
    display: inline-block;
}
.print-content .label-print.large {
    padding: 8px 7px;
}
.input-print > input {
    width: 100%;
}
/*social icons*/
.follow-us-block {
    display: table;
    float: right;
    width: auto;
}
.follow-us-block span {
    float: left;
    font-family: serpentine;
    margin-right: 10px;
    padding-top: 0px;
    font-size: 16px;
	font-style: italic;
}
.follow-us-block ul {
    float: left;
    margin: 0;
}
.follow-us-block .inline-list > li,
.follow-us-block .list-inline > li {
    margin-left: 8px;
    padding: 2px 0 0 0;

}
.follow-us-block .inline-list > li a,
.follow-us-block .list-inline > li a
{
    color: #ffffff;
    font-size: 18px;
}
/* BAMS BOXES */
.bams-box{
    border-radius: 10px;
    background: #ebebeb;
    margin: 25px auto 0 auto;
    padding: 10px;
    max-width: 250px;
    transition: all 0.3s ease-in-out;
}
.bams-box:hover{
    background: #bddfee;
}
.bams-icon-box{
    /*background-color: #fff;*/
    padding: 10px;
    margin: 10px;
}
.register-block .bams-box{
    margin: 0 auto;
    display: table;
    background: transparent;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.register-block .bams-icon-box {
    background-color: #7b29c7;
    border-radius: 10px;
    height: 160px;
    margin: 0;
    padding: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 160px;
}
.registers-banner .button {
    background: #000000;
}
.register-block .bams-icon-box:hover,
.register-block ul.register-list li:nth-child(2n) .bams-icon-box:hover,
.register-block ul.register-list li:nth-child(3n) .bams-icon-box:hover,
.register-block ul.register-list li:nth-child(4n) .bams-icon-box:hover,
.registers-banner .button:hover,
.registers-banner .button:focus{
    background-color: #3f3f3f;
}
.registers-banner .dashboard-banner > h3{
    background: #000000;
}
.register-block .bams-icon-box i {
    color: #ffffff;
    font-size: 4.5em;
    left: 48px;
    position: absolute;
    top: 45px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.register-block ul.register-list li:nth-child(3n) .bams-icon-box i {
    transform: rotate(-44deg);
    -webkit-transform: rotate(-44deg);
}
.register-block ul.register-list li:nth-child(2n) .bams-icon-box {
    background: #7b29c7;
}
.register-block ul.register-list li:nth-child(3n) .bams-icon-box {
    background: #7b29c7;
}
.register-block ul.register-list li:nth-child(4n) .bams-icon-box {
    background: #7b29c7;
}
.register-block .bams-box h5 {
    color: #000000;
    font-size: 20px;
    margin-top: 60px;
    width: 100%;
}
.registers-banner .projects-tab table td a {
    color: #7b29c7;
}
.side-nav.register-side-nav {
    background: #d9d9d9 none repeat scroll 0 0;
    margin: 0 0 0.875rem 0;
    padding: 0;
}
.side-nav.register-side-nav > li.heading {
    background: #000000;
    color: #ffffff;
    font-size: 15px;
    padding: 10px 15px;
}
.projects-tab .popup-tab td:first-child,
.dataTables_wrapper th:first-child{
    width: 11% !important;
}
.dataTables_wrapper td input {
    font-size: 11.5px;
    height: 27px;
    margin-bottom: 0;
}
.dataTables_wrapper td input.time-return-input {
    font-size: 11.5px;
}
.dataTables_wrapper td .prefix {
    height: 25px;
    line-height: 25px;
}
.dataTables_wrapper td .prefix i {
    margin-right: 0; 
    font-size: 11px;
}
.error label, 
.error label.error {
    color: #4d4d4d;
}
.error input, .error-class input{
    border-color: #f04124;
}
.side-nav.register-side-nav > li {
    margin: 0;
}
.side-nav.register-side-nav > li a {
    color: #4c4c4c;
    transition: all 0.2s ease;
    -moz-transition:  all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.side-nav.register-side-nav > li a:hover, .side-nav.register-side-nav > li a.active {
    background: #3f3f3f;
    color: #ffffff !important;
}
#new_entry_form .error input, 
#new_entry_form .error select, 
#new_entry_form .error textarea {
    margin-bottom: 1rem;
}
.datepicker table tr td span {
    height: 28px !important;
    line-height: 28px !important;
}
/* TOP BAR */
.top-bar{
    background: black;
}
.top-bar.expanded .title-area{
    background: #fff;
}
.m-logo{
    padding-top: 10px;
    padding-left: 15px;
}
.top-bar-section ul li > a {
    color: #252525;
}
.top-bar-section ul li > a:hover{
    color: #252525;
}

/* .top-bar-section .dropdown li.title h5 a{
    color: #000;
} */
.top-bar-section .dropdown li.title h5 a:hover{
    color: #000000;
}

/* .top-bar-section .dropdown li.admin-bg-link a:hover {
    background: #ffc323 none repeat scroll 0 0 !important;
}
.top-bar-section .dropdown li.notice-bg-link a:hover {
    background: #da1bb4 none repeat scroll 0 0 !important;
}
.top-bar-section .dropdown li.cal-bg-link a:hover {
    background: #2a6c24 none repeat scroll 0 0 !important;
}
.top-bar-section .dropdown li.email-bg-link a:hover {
    background: #39519e none repeat scroll 0 0 !important;
}
.top-bar-section .dropdown li.job-bg-link a:hover {
    background: #d93838 none repeat scroll 0 0 !important;
}
.top-bar-section .dropdown li.reg-bg-link a:hover {
    background: #7b29c7 none repeat scroll 0 0 !important;
}
.top-bar-section .dropdown li.upload-bg-link a:hover {
    background: #ced014 none repeat scroll 0 0 !important;
}
.top-bar-section .dropdown li.cont-bg-link a:hover {
    background: #ed7500 none repeat scroll 0 0 !important;
} */

.top-bar-section .dropdown li.admin-bg-link a {
    background: #3f3f3f !important;
}
.top-bar-section .dropdown li.notice-bg-link a {
    background: #3f3f3f !important;
}
.top-bar-section .dropdown li.cal-bg-link a {
    background: #3f3f3f !important;
}
.top-bar-section .dropdown li.email-bg-link a {
    background: #3f3f3f !important;
}
.top-bar-section .dropdown li.job-bg-link a {
    background: #3f3f3f !important;
}
.top-bar-section .dropdown li.reg-bg-link a {
    background: #3f3f3f !important;
}
.top-bar-section .dropdown li.upload-bg-link a {
    background: #3f3f3f !important;
}
.top-bar-section .dropdown li.cont-bg-link a {
    background: #3f3f3f !important;
}

/* .top-bar-section .dropdown li a:hover{
    background: #ebebeb none repeat scroll 0 0 !important;
} */
.top-bar-section .super-menu li.admin-bg-link a:hover, .top-bar-section .super-menu li.notice-bg-link a:hover, .top-bar-section .super-menu li.cal-bg-link a:hover, .top-bar-section .super-menu li.email-bg-link a:hover, .top-bar-section .super-menu li.job-bg-link a:hover, .top-bar-section .super-menu li.reg-bg-link a:hover, .top-bar-section .super-menu li.upload-bg-link a:hover, .top-bar-section .super-menu li.cont-bg-link a:hover{
    background: #ebebeb none repeat scroll 0 0 !important;
    color: #000000;
}

.top-bar-section .dropdown li.title h5 a:hover{
    color: #000000 !important;
}

.top-bar-section .dropdown li.title h5 a{
    color: #fff !important;
}

.top-bar-section .dropdown {
    /*box-shadow: 4px 2px 3px rgba(0, 0, 0, 0.2);*/
}
/*documents page*/
.documents-block .tac.not-serp {
    color: #4c4c4c;
    font-size: 14px;
    font-weight: 700;
}
.reference-banner table .action-box a {
    color: #3f3f3f !important;
	transition: 0.5s;
}
.reference-banner table .action-box a:hover {
    color: #000000 !important;
	transition: 0.5s;
}
/*MOBILE MENU*/
.top-bar .toggle-topbar.menu-icon a span::after{
    box-shadow: 0 0 0 1px #000, 0 7px 0 1px #000, 0 14px 0 1px #000;
}
/* Top Bar Right Side*/
.top-bar-section li:not(.has-form) a:not(.button){
    background: none;
}
.top-bar-section ul li.has-dropdown a {
    color: #292929;
}
.top-bar-section ul li.has-dropdown > a {
    font-size: 16px;
}
.top-bar-section .has-dropdown > a:after{
    border-top-style: inset;
}
.top-bar-section li:not(.has-form) a:not(.button):hover{
    background: #3F3F3F;
}
.top-bar-section ul li{
    background: none;
}
/** SEARCH HEADER CSS **/
.top-bar-section ul li.head-search {
    background: none;
    text-align: left;
}
li.head-search img {
    width: 65px;
    margin-top: 13px;
    padding-top: 7px;
    padding-bottom: 13px;
}
li.head-search a {
    width: 90px;
    text-align: center;
    color: #3F3F3F;
}

li.head-search span.lblSearch {
    font-family: arial;
    font-size: 11pt;
    float: left;
	text-align: center;
	width: 100%;
	padding-top: 5px;
	color: white;
	font-weight: bold;
}

.lblSearch-lf {
    font-family: arial;
    font-size: 11pt;
    float: left;
	text-align: center;
	width: 100%;
	padding-top: 5px;
	color: white;
	font-weight: bold;
}

li.head-search i.fa {
    font-size: 20pt;
    margin: 12px 0px;
    /*padding: 10px 0 0;*/
}
.top-bar-section ul li > a {
    color: #3F3F3F;
}

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    
    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    height: 80px;
}
#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    opacity: 1;
    padding: 20px 17px;
    font-size: 25px;
    line-height: 0px;
}
@media only screen and (max-width: 64.0625em) {
    #search input[type="search"] {
        font-size: 30px;
    }
}

/** SEARCH CSS ENDS **/
.top-bar-section ul{
    /*min-width: 360px !important;*/
}
.login-cnt .dropdown {
    min-width: inherit !important;
    z-index:9999999;
}
.acc-menu{
    left: -45px !important;
}
.dropdown.super-menu li a {
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.dropdown li a i.fa,
.top-bar-section .dropdown li a i{
    color: #4c4c4c !important;
	padding-right: 5px;
}

.dropdown.super-menu li a i.fa,
.top-bar-section .super-menu li a i{
    color: #fff !important;
}
.dropdown.super-menu li a i.fa,
.top-bar-section .super-menu li a{
    color: #fff !important;
}
.top-bar-section .super-menu li a.parent-link{
    color:#000 !important;
}
.top-bar-section .super-menu li a.parent-link img{
    margin:0 15px 0 0;
}

.super-menu li a i.fa:hover,
.top-bar-section .super-menu li a i:hover{
    color: #000 !important;
}

.top-bar-section .super-menu li a i.fa:hover,
.top-bar-section .super-menu li a:hover{
    color: #000 !important;
}

.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button){
    background: #e1e1e1;
    color: #252525;
}
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button):hover{
    background-color: #3F3F3F;
}
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button):hover i,
.top-bar-section .dropdown li a:hover i{
    color: #ffffff !important;
}
.top-bar-section .super-menu li:not(.has-form):not(.active) > a:not(.button):hover i,
.top-bar-section .super-menu li a:hover i{
    color: #000 !important;
}
.top-bar-section ul li:hover:not(.has-form) > a {
    background: black;
}

/*PROFILE PIC*/
.dp-small{
    height: 45px;
    padding: 0;
    margin-right: 10px;
}
.top-bar-section ul li.dp-big{
    position: absolute;
    left: -135px;
    padding: 15px;
    height: 135px !important;
    background: #ebebeb;
    z-index: -1;
}
.dp-big img{
    height: 100%;
    width: auto;
}
/*BODY*/
.reg-t{
    padding: 0.4375rem 0.875rem;
}
.main-bams-content {
    min-height: 100%;
    float:left;
    width:100%;
    position: relative;
}
.top-bar-section .fa-bars {
    border: 3px solid #000000;
    border-radius: 20%;
    display: inline-block;
    font-size: 24px;
    height: 31px;
    margin-right: 0px;
    margin-top: 0;
    padding: 0 3px;
    width: auto;
	text-align: center;
}

.menu-lf-thing {
	font-size: 29px;
	margin: 12px 0px;
	padding: 10px 0 0;
}

.top-bar-section li:hover a i {
    border-color: #ffffff;
    color: #ffffff;
}
.bams-header{
    background: url("../images/subpage-heading-bg.jpg");
    color: #fff;
    padding: 10px 10px;
    /*margin-bottom: 5px;*/
}
#bams-navbar.row{
    width: 100%;
    background: #ebebeb;
    padding: 5px 10px;
}
#bams-navbar ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
#bams-navbar ul.b-right{
    float: right;
}
#bams-navbar ul.b-left{
    float: left;
}
#bams-navbar li.b-inline{
    display: inline;
    position: relative;
}
#bams-navbar .b-supermenu{
    position: absolute;
}
#bams-navbar .b-accountmenu{
    position: absolute;
}
/* TABLE PAGE*/
table{
    width: 100%;
}
.fc-year-monthly-td .fc-day-grid-container.fc-scroller {
    height: auto !important;
    overflow: inherit;
}
.fc-year-main-table a.fc-more {
    font-size: 10px;
    line-height: 11px;
    margin: 0 2px;
}
.modal-right-cnt{
    text-align: right;
}
#calendar table{
    background: transparent;
}
.datepicker-days .prev .fi-arrow-left::before {
    font-family: FontAwesome;
    margin-right: 0;
}
.datepicker-days .next .fi-arrow-right::before {
    font-family: FontAwesome;
}
.datepicker-days .next .fa,
.datepicker-days .prev .fa{
    margin-right: 0;
}
/*tr, tr.fc-minor, thead {  
background: initial;
}*/
.row.top-container{
    max-width: 100%;
    padding: 20px 0;
}
#master-table{
    /*  margin-left: 0.9375rem;
    margin-right: 0.9375rem;*/
}
#master-table thead tr th{
    background: #185399;
    color: white;
    text-align: center;
}
#master-table thead tr th a{
    color: #000000;
}
#master-table thead tr th a:hover{
    text-decoration: underline;
}
#master-table tbody tr td{
    vertical-align: middle;
}
.search-form{
    border: 0;
    float: right;
}
#ref_sum_actions{
}
#ref_sum_buttons{
    float: right;
}
.action-box{
    /*opacity: 0;*/
    border: 0;
    margin: 0;
}
tr.master-data-element-row:hover .action-box{
    /*opacity: 1;*/
}
.action-box tr td{
    padding: 0 !important;
    padding-bottom: 0;
    border: 0 !important;
}
#master-table .action-box a {
    color: #0a4893;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    font-size: 18px;
    margin: 0 18px 5px 0;
    float: left;
}
.second_label .rename-file {
    cursor: text;
}
.second_label .rename-file:hover {
    background: rgb(206, 206, 206) none repeat scroll 0 0;
}
#master-table .action-box{
    background: transparent;
}
#master-table .action-box tr{
    background: transparent;
}
#master-table .action-box a:last-child {
    margin-right: 0;
}
table .fa{
    margin-right: 0;
}
#master-table .action-box a .fa {
    font-size: 26px;
}
#master-table .action-box a:hover {
    /*color: #0a4893;*/
}
table.action-box td tr{
    font-size: 11px;
}
select.bulk-actions{
    width: 110px;
}
.top-container input[type="text"], .top-container select{
    margin: 0;
}
.top-container .button.small{
    padding: 11px 14px;
    margin-bottom: 0;
}
td.reference-no a{
    color: red;
    opacity: 0.8;
}
td.reference-no a:hover{
    opacity: 1;
}
#master-table_wrapper{
    position: relative;
}
#master-table_length{
    max-width: 180px;
    margin-left: 0.9375rem;
}
#master-table_length select{
    width: 60px;
}
#master-table_filter{
    /*  width: 200px;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 0.9375rem;*/
}
.dataTable select {
    height: auto;
}
#master-table_filter input[type="search"]{
    display: inline;
    width: 142px;
    margin-left: 10px;
}
#master-table_info {
    /*  clear: both;
    margin: 10px 0;
    padding: 8px 10px;*/
}
#master-table thead tr th:first-child {
    width: 35px !important;
}
#master-table thead tr th:last-child {
    width: 110px !important;
}
#master-table select {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0;
    padding: 3px 17px 3px 2px;
}
#master-table_paginate{
    /*  margin-right: 0.9375rem;
    padding-top: 8px;
    padding-bottom: 8px;
    position: absolute;
    bottom: 0;
    right: 0;*/
}
#master-table_paginate a{
    padding: 0 6px;
}
/* VIEW PAGE */
/*Buttons*/
.button-container{
    float: right;
}
.dataTable .custom-ref-status {
    margin-top: 5px;
}
#card-viewer-inner{
    padding-top: 20px;
    border-top: 1px solid #e1e1e1;
}
.main-bams-content .column + .column:last-child, 
.main-bams-content .columns + .column:last-child, 
.main-bams-content .column + .columns:last-child, 
.main-bams-content .columns + .columns:last-child {
    float: left;
}
.side-nav li a:hover:not(.button), #card-viewer .side-nav li a:focus:not(.button),
ul.side-nav li a.active{
    background: #3f3f3f;
    color: #fff;
    position: relative;
}
.side-nav.register-side-nav > li a{
    color: #000000 !important;
}
.side-nav li a:hover:not(.button)::before, .side-nav li a:focus:not(.button)::before,
ul.side-nav li a.active:before{
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 6px;
}
ul.side-nav {
    background: rgba(11, 73, 148, 0.9) none repeat scroll 0 0;
    padding-top: 0;
    padding-bottom: 0;
}
ul.side-nav li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff !important;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
ul.side-nav li{
    margin-bottom: 1px;
}
#card-viewer #card_view_panel label strong{
    font-size: 16px;
}
#card-viewer #card_view_panel legend{
    color: #4d4d4d;
}
/*DOCUMENTS FILE VIEWER */
#file_viewer{
    margin-top: 20px;
}
#file_viewer ul li {
  background: #fff none repeat scroll 0 0;
  margin-bottom: 10px;
  text-align: center;
  padding: 15px;
}
@media only screen and (min-width: 64.0625em){
	#file_viewer ul li{
		width: 24.5%;
	}
}
#file_viewer ul li label {
    min-height: 50px;
    padding-top: 5px;
}
.img_wrap > a {
    display: block;
    padding: 10px;
}
.documents-banner .img_wrap > a {
    display: block;
    padding: 0px;

}

.documents-banner .img_wrap > p {
    display: block;
    background: rgba(9, 84, 159, 0.81);
    text-align: left;
    color: #efefef;
    font-weight: normal;
    font-size: 14px;
    padding: 5px 20px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 0px;
    overflow: hidden;
    opacity: 1;
    text-shadow: 1px 1px 1px #303857;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 40px;
    opacity: 1;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    line-height: normal;    
    margin-bottom: 0;
    word-break: break-all;
}
.documents-banner .img_wrap .layout_ctr{
    color: #fff;
    font-weight: bold;
    margin-left: -17px;
}
.documents-banner .img_wrap:hover p {
    height: 0;
    opacity: 0;
}
#file_viewer ul li:hover span.first_label{
    display:none;
}
#file_viewer ul li span.second_label{
    display:none;
    word-wrap: break-word;
}
#file_viewer ul li:hover span.second_label{
    display:block;
}
#file_viewer div.img_wrap {
    border: 1px solid #cccccc;
    border-radius: 5px;
    position: relative;
}
.documents-banner #file_viewer div.img_wrap {
    border: 0;
    border-radius: 10px;
    height: 200px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
#file_viewer li div.img_wrap .trash_icon,
#file_viewer li div.img_wrap .quotation-edit{
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    opacity: 0;
    width: 30px;
}
#file_viewer li div.img_wrap .quotation-edit {
    font-size: 20px;
    right: 24px;
    top: -5px;
}
#file_viewer li:hover div.img_wrap .trash_icon,
#file_viewer li:hover div.img_wrap .quotation-edit{
    opacity: 1;
}
#file_viewer a img{
    transition: 0.4s;
    margin: 0 auto;
    display: block;
    opacity: 0.8;
}
.documents-banner #file_viewer a img {
    border-radius: 10px;
    display: block;
    margin: 0 auto;
    opacity: 1;
    transition: all 0.4s ease 0s;
    width: 100%;
    height: 200px;
    border: 1px solid #cccccc;
}
.documents-banner #file_viewer a.trash_icon img {
    border: 0 none;
    height: auto !important;
    width: auto !important;
}
#file_viewer a img:hover{
    opacity: 1;
}
#upload input[type="file"]{
    width: auto;
}
.noticeRow{
    border: 1px solid;
    background: #a0d3e8;
    color: #888;
    border-radius: 2px;
    margin-bottom: 10px;
    padding: 10px 10px 0 10px;
    overflow: hidden;
    width: 100%;
    padding-bottom: 10px;
    min-height: 70px;
    color: black;
    background-color: #a0d3e8;
    border-color: #74bfdd;
    color: #4f4f4f;
}
.noticeEven{
    background-color: #e7e7e7;
    border-color: #c7c7c7;
    color: #4f4f4f;
}
.noticeRow .fa-user{
    color: darkcyan;
}
/*dashboard*/
.dashboard-banner {
  display: block;
  position: relative;
  margin-bottom: 20px;
  display: block;
    position: relative;
    margin-bottom: 0 !important;
    position: fixed;
    width: 100%;
    z-index: 9;
    line-height:0 !important;
	margin-top: -43px;
}
.padding-gap{
    padding-top:100px;
    
    }
.dashboard-banner h3 {
    background: black;
    color: #ffffff;
    display: inline-block;
    font-size: 35px;
    line-height: normal;
    /*padding: 6px 215px 6px 25px;*/
    padding: 6px 25px;
    text-align: center;
    width: 100%;
    margin-top: 0px !important;
    margin:0;
}
.medium-12 {
	margin-top: 0px;
}
.home-banner .search-block {
  margin-bottom: 0 !important;
}
/*.dashboard-block .dashboard-banner h3,
.admin-banner .documents-block .dashboard-banner h3{
border-radius: 0 15px 15px 0;
}*/
/*.dashboard-banner:before{
left: 0;
top: 0;
width: 100%;
height: 100%;
content: "";
background: rgba(11,73,148,0.2);
position: absolute;
}*/
.back-button{
    cursor: pointer;
    padding: 0px 8px;
    color: #ffffff;
    position: absolute;
    right: 15px;
    top: 50% !important;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.back-button .fa.fa-arrow-circle-left{
    margin-right: 10px;
    margin-left: 0px;
}
.back-button .fa.fa-arrow-circle-right{
    margin-left: 10px;
    margin-right: 0px;
}

.back-button:hover { background-color: none; }

.back_new {
    width: auto;
    float: left;
    margin: 2px;
    padding: 6px;
    line-height: 22px;
}
.back_new font{
    margin: 0 5px 0 0;
}
.back_new:hover{
   
    background: #3F3F3F;
   
}
.reference-banner .back-button{
    top: 3px;
}
.documents-banner .back-button{
    top: 3px;
}
.reference-banner .backicon{
    top: 10px;
}
.documents-banner .backicon{
    top: 10px;
}
.calendar-banner .back-button{
    top: 11px;
}
.registers-banner .back-button{
    top: 3px;
}
.registers-banner .backicon{
    top: 10px;
}
.contacts-banner .back-button{
    top: 4px;
}
.contacts-banner .back-button i:before{
    margin:0 6px 0 0;
}
.dashboard-banner > h3 {
    background: black;
    bottom: 0;
    color: #ffffff;
    font-size: 35px;
    line-height:35px;
    /* padding: 6px 215px 6px 25px; */
    padding: 5px 0 10px;
}
.file_uploads-banner .dashboard-banner > h3 {
    background: #000000;
}
.dashboard-banner > h3 span {
    display: block;
    text-align: center;
    vertical-align: middle;
    line-height: 35px;
    font-size: 35px;
	padding-top: 5px;
}

.staff-news-block {
    background: #ffffff none repeat scroll 0 0;
    float: left;
    width: 100%;
}
.dashboard-block .staff-news-block .staff-news-list {
    background: #ebebeb none repeat scroll 0 0;
    border: 1px solid #d0d0d0;
    border-bottom: 4px solid #d0d0d0;
    box-shadow: 2px 1px 5px #d1d1d1;
    margin-bottom: 14px;
}
.staff-news-block .staff-news-list > h3, 
.search-block > h3,
.shared-calendar-block > h3,
.shared-calendar-block h6{
    font-size: 18px;
    margin: 0;
    padding: 5px 15px;
    font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif !important;
}
.shared-calendar-block h6{
    font-size: 14px;
}
.search-block > h3 {
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    line-height:18px;
    font-weight: 700;
    padding-left: 0;
    padding-top: 5px;
    width: 100%;
}
.staff-news-block .noticeRow {
    border: 0 none;
    border-radius: 0;
    margin-bottom: 2px;
    min-height: 60px;
    padding: 2px 10px;
}
.staff-news-block .noticeEven{
    /* background: #effdee none repeat scroll 0 0;  */
}
.staff-img{
    padding-right: 2px;
    padding-left: 5px;
}
.staff-news-block .dp-small {
    border-radius: 0;
}
.staff-head {
    font-size: 10px;
    font-weight: 700;
}
.staff-news-block .Hac {
    font-size: 11px;
    line-height: normal;
}
.staff-news-block .Iac {
    font-size: 12px;
    font-weight: 700;
}
.dashboard-block .staff-news-block .staff-news-list ul.no-bullet {
    margin-bottom: 10px;
}
.staff-news-block p {
    font-size: 12px;
    margin-bottom: 5px;
}
.staff-news-block p {
    margin-bottom: 0px;
}
.staff-news-block p.staff-actions {
    font-size: 9px;
    margin-top: 3px;
    text-align: right;
}
/*search field*/
.search-block {
    background: #5e87b9 none repeat scroll 0 0;
    border-radius: 10px;
    clear: both;
    color: #ffffff;
    display: block;
    margin: 0px auto 20px auto;
    max-width: 420px;
    padding: 0 15px 8px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.home-banner .search-block {
  margin-bottom: 0 !important;
}
.dashboard-block,
.documents-block{
    /*background: url("../images/banner-bg.jpg") repeat;
    background: #ffffff;
    margin-top: -20px;
    padding-top: 5px;*/
    padding-bottom: 100px;
}
.documents-banner .dashboard-banner h3 {
    background: #000000;
}
.search-block .button {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    border-top-right-radius: 0;
    display: inline-block;
    float: right;
    font-size: 22px;
    line-height: 30px;
    height:30px;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
.search-block .button .fa {
    margin-right: 0;
}
.search-block input {
    background: #8a9eb7 none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    height: 30px;
    margin-bottom: 8px;
    padding-bottom: 0px;
    padding-top: 0px;
}
.contacts-banner .search-block .button {
    background: transparent;
}
.contacts-banner .search-block .button:hover {
    background: #003782;
}
.staff-news-block .staff-news-list a.button {
    margin-bottom: 8px;
    margin-right: 10px;
    padding-bottom: 6px;
    padding-top: 6px;
}
/*shared calendar*/
.shared-calendar-block{
    background: #ffffff;
    padding: 15px 15px 0 15px;
}
.events-items {
    margin: 0;
}
.events-items li{
    position: relative;
}
.events-items li::before {
    background: #a9a9a9 none repeat scroll 0 0;
    content: "";
    height: 10px;
    position: absolute;
    right: -10px;
    top: 5px;
    width: 1px;
}
.events-items li:last-child::before {
    position: relative;
}
.events-items li a {
    font-size: 11px;
}
.shared-calendar-block h6 {
    font-size: 14px;
    padding:0;
}
.shared-calendar-block h3{
    padding-left: 0;
    padding-right: 0;
}
.coverage-list p.tool-heading{
    font-size: 13px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 2px;
}
.coverage-list p {
    font-size: 13px;
    line-height: normal;
    margin: 0;
}
.coverage-list li{
    background: #ffffff none repeat scroll 0 0;
    min-height: 84.2px;
    padding: 10px 0;
}
.coverage-list li:nth-child(2n+1) {
    background: #f1f1f1 none repeat scroll 0 0;
}
.coverage-list .time {
    color: #acacac;
    padding-top: 18px;
}
.coverage-list .time span {
    font-size: 11px;
    text-transform: uppercase;
}
.coverage-list {
    margin-top: 15px;
}
.callout-panel{
    /*margin-top: 20px;*/
}
.callout .register-panel .fa {
    color: black;
    font-size: 75px;
}
.panel.callout {
  background: #e1e1e1 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 10px;
  display: block;
  margin: 0 auto 30px;
  min-height: 150px !important;
  padding: 15px 10px;
  width: auto;
}
.registers-banner .callout-img {
  width: auto;
}
.panel.callout:hover {
    background: #c1c1c1 none repeat scroll 0 0;
}
.panel.callout.contact-bg {
    background: #e1e1e1 none repeat scroll 0 0;
}
.panel.callout.contact-bg:hover {
    background: #c1c1c1 none repeat scroll 0 0;
}
.panel.callout.notice-bg {
    background: #e1e1e1 none repeat scroll 0 0;
}
.panel.callout.notice-bg:hover {
    background: #c1c1c1 none repeat scroll 0 0;
}
.panel.callout.calendar-bg {
    background: #e1e1e1 none repeat scroll 0 0;
}
.panel.callout.calendar-bg:hover {
    background: #c1c1c1 none repeat scroll 0 0;
}
.panel.callout.email-bg {
    background: #e1e1e1 none repeat scroll 0 0;
}
.panel.callout.email-bg:hover {
    background: #c1c1c1 none repeat scroll 0 0;
}
.panel.callout.jobs-bg {
    background: #e1e1e1 none repeat scroll 0 0;
}
.panel.callout.jobs-bg:hover {
    background: #c1c1c1 none repeat scroll 0 0;
}
.panel.callout.register-bg {
    background: #e1e1e1 none repeat scroll 0 0;
}
.panel.callout.register-bg:hover {
    background: #c1c1c1 none repeat scroll 0 0;
}
.panel.callout.upload-bg {
    background: #e1e1e1 none repeat scroll 0 0;
}
.panel.callout.upload-bg:hover {
    background: #c1c1c1 none repeat scroll 0 0;
}
/*.calendar-bg img {
height: 238px;
width: 100%;
}*/
.register-panel h2 {
    font-size: 14px;
    color: #3f3f3f;
    margin-top: 15%;
    margin-bottom: 10px;
    font-family: Arial !important;
	font-weight: bold;
    min-height: 45px;
	font-style: normal;
}
.registers-banner .register-panel h2 {
    font-size: 20px;
}
.registers-banner .callout .callout-img {
    bottom: -20px;
    position: absolute;
    right: 0;
}
.callout-img {
  width: 20%;
}
.documents-banner .callout-img {
  width: auto;
}
.documents-banner .register-panel h2 {
  font-size: 14px;
}
.jobfile-banner .jobfile-container #file_panel {
  width: 100% !important;
  max-width: none;
}
.reference-banner .medium-12 h2 {
  font-size: 20px;
}
.jobfile-banner .callout-img {
  width: auto;
}
.jobfile-banner .callout .register-panel .fa {
  color: #000000;
  font-size: 75px;
}
.home-banner .register-panel h2 {
    font-size: 26px;
	font-family: serpentine !important;
}
.admin-banner .register-panel h2,
.jobfile-banner .register-panel h2{
    margin-top: 15%;
}
.home-banner .register-panel h2,
.reference-banner .register-panel h2,
.registers-banner .register-panel h2{
    margin-top: 15%;
}
.callout-panel > .row > .columns {
    padding: 0;
}
.callout-panel > .row {
    margin-right: 0;
}
.register-panel {
    /*height: 100%;*/
    padding-bottom: 0px;
    position: relative;
}
.callout .callout-img {
    bottom: -6px;
    position: absolute;
    right: -5px;
}
.jobfile-banner .search-block .row.collapse {
    display: block;
}
/*.projects-tab{
background: rgba(10,72,147,0.42);
padding: 10px 0px 0 0px;
margin-bottom: 25px;
}*/
body table.dataTable thead th, 
body table.dataTable thead td,
body table.dataTable tbody th, 
body table.dataTable tbody td,
.projects-tab td,
.projects-tab th,
table th,
table td{
    font-size: 13px !important;
    padding: 6px 9px;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
.toolbox-talk-box table{
    border: 1px solid #dddddd;
}
.register-forms h4 {
    /*border-bottom: 1px solid #efefef;*/
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.feedback-txt {
    font-size: 12px;
    padding-left: 10px;
}
.toolbox-des{
    /*padding-left: 10px;*/
}
.projects-tab table tr:nth-of-type(2n),
table.dataTable tbody tr.even{
    background: #f4f4f4 none repeat scroll 0 0;
}
table.dataTable tbody th, 
table.dataTable tbody td {
    padding: 0.5625rem 0.625rem;
}
.projects-tab .button {
    margin-bottom: 2px;
}
.projects-tab table td a,
#master-table tbody tr td a{
    color: #000000;
    font-size: 14px;
    font-weight: 700;
}
.projects-tab table td a,
#master-table tbody tr td a:hover{
    color: #3f3f3f;
    font-size: 14px;
    font-weight: 700;
}
.projects-tab h5 {
    color: #ffffff;
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif !important;
    font-size: 22px;
    margin:5px 0 0;
    padding-left: 15px;
}
/*.projects-tab table {
border: 1px solid #e1e1e1;
border-collapse: collapse;
float: left;
margin-top: 15px;
width: 100%;
margin-bottom: 15px;
}*/
/*.projects-tab table thead{
background: transparent;
}*/
.projects-tab table th,
body table.dataTable thead th,
body #master-table thead tr th{
    background: url("../images/sort_both.png") no-repeat;
    background-position: right center;
    border-bottom: 2px solid rgba(0,0,0,0.2);
    border-right: 1px solid rgba(0,0,0,0.2);
    border-top: 1px solid rgba(0,0,0,0.2);
    color: #000000;
    font-size: 15px;
    font-weight: 700;
}
table th{
    border-bottom: 2px solid rgba(0,0,0,0.2);
    border-right: 1px solid rgba(0,0,0,0.2);
    border-top: 1px solid rgba(0,0,0,0.2);
    color: #000000;
    font-size: 15px;
    font-weight: 700;
}
body table.dataTable.no-footer {
    border: 1px solid rgba(0,0,0,0.2);
    border-top:0; 
}
table thead{
    background: transparent;
}
table.dataTable{
    border:1px solid rgba(0,0,0,0.2);
}
/*.projects-tab table td,
table.dataTable tbody tr td{
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
border-right: 1px solid rgba(0,0,0,0.2);    
color: #000000;
font-size: 14px;
}*/
.projects-tab table th:last-child,
body table.dataTable tbody tr td:last-child,
body table.dataTable thead th:last-child{
    border-right: 0;
}
#overlay{
    position:fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999999;
    background: rgba(0,0,0,0.9);
}
.loading {
    color: #ffffff;
    left: 50%;
    margin-left: -150px;
    margin-top: -40px;
    width: 300px;
    position: fixed;
    top: 50%;
    z-index: 101;
}
.loading img {
    padding-right: 10px;
    float: left;
}
.loading h1 {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    padding-top: 9px;
    color: #ffffff;
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif !important;
}
.sync-contacts, .import-contacts, .add-contact {
    padding: 10px !important;
}
.sync-contacts img, .import-contacts img {
    margin-right: 2px;
    max-width: 14px;
}
.register-block {
    /*background: url("../images/register-bg.jpg") repeat center top;*/
    margin-top: 2px;
    padding-top: 0px;
    padding-bottom: 100px;
}
body.registers-banner{
    padding-top: 131px;
}
.no-bullet.register-list {
    display: table;
    margin: 140px auto 0;
    padding-left: 15px;
    width: 100%;
}
.register-list li {
    float: left;
    margin-bottom: 80px;
    position: relative;
    width: 25%;
    text-align: center;
}
.notice-board-actions {
    font-size: 13px;
}
.edit-notice, .delete-notice{
    margin-right: 5px; 
	padding: 5px 10px;
	border-radius: 10px;
	color: white !important;
	font-weight: 500;
	background: #3f3f3f;
}
.edit-notice:hover, .delete-notice:hover {
	background-color: #45ccff;
}
a#cancelme:hover {
	background-color: #3f3f3f;
}
input#cancelme:hover {
	background-color: #45ccff;
}
.media-display {
    text-align: center;
}
.media-object-section .Hac .media-view {
    float: left;
    padding-top: 4px;
    color: #3F3F3F;
}
.media-object-section .Hac .media-view i.fa{
    margin-right: 5px;
}
/*mediai*/
.staff-news-list .media-object {
    display: block;
    margin-bottom: 0;
}
.staff-news-list .media-object-section:first-child {
    padding-right: 5px;
}
.staff-news-list .media-object-section {
    display: table-cell;
    vertical-align: top;
}
.staff-news-list .media-object-section:last-child {
    width: 100%;
}
.staff-news-list .thumbnail {
    display: inline-block;
    line-height: 0;
    margin-bottom: 0;
    width: 52px;
}
/*notice*/
.notice-board-block {
    /*background: #ffffff none repeat scroll 0 0;
    margin-top: -20px;*/
}
.notice-banner .dashboard-banner > h3,
.notice-banner .button{
    background: #000000;
}
.notice-banner .button:hover{
    background: #c708a1;
}
.notice-board-block .staff-news-list {
    background: #ffffff none repeat scroll 0 0;
    padding: 20px 26px 5px;
    margin-bottom: 5px; 
}
.notice-board-block .dp-small {
    border-radius: 0;
    height: 85px !important;
    margin-right: 10px;
    width: 80px !important;
}
.notice-board-block .create-notice {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
    min-width: 126px;
    padding: 10px 5px !important;
    
}
.notice-board-block .staff-news-list p {
    margin: 0;
}
.notice-board-block .staff-news-list p.staff-head {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
}
.notice-board-block .staff-news-list .staff-actions a {
    color: #ff0000;
    font-size: 14px;
}
.notice-board-block .staff-news-list p i.date-text {
    color: #3f3f3f;
    font-size: 12px;
    /*font-weight: 700;*/
}
/*.notice-board-block .staff-news-list ul.notice-list{
margin-top: 30px;   
}*/
.notice-board-block .staff-news-list li {
    border: 0 none;
    border-radius: 0;
    margin-bottom: 17px;
    padding-bottom: 10px;
}
.notice-board-block .staff-news-list .thumbnail {
    width: 85px;
}
.notice-board-block .staff-news-list .Hac {
    color: #3b3b3b;
    font-size: 16px;
    word-break: break-all;
}
/*buttons*/
body .button:hover, 
body .button:focus {
    background-color: #003782;
}
body .button {
    background-color: #3F3F3F;
}
.bx-wrapper img {
    display: table;
    margin: 0 auto;
    max-width: 100%;
}
.previous-images {
    display: inline-block;
    margin-bottom: 15px;
    overflow: inherit;
    width: 100%;
}
.previous-images li{
    position: relative;
}
.previous-images li a.delete-notice-media {
    background: red none repeat scroll 0 0;
    border-radius: 50%;
    box-sizing: border-box;
    color: #ffffff;
    display: block;
    font-size: 12px;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: -7px;
    text-align: center;
    top: -4px;
    vertical-align: top;
    width: 20px;
}
.previous-images.inline-list img {
    height: 50px;
    width: 50px;
}
.previous-images.inline-list > li > i.fa {
    font-size: 50px;
}
/*pagination*/
body .dataTables_paginate {
    margin-bottom: 8px;
    margin-top: 5px;
}
body .button-group > li {
    margin: 0;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.current, 
body .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
body .dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    background: #0A4893 none repeat scroll 0 0 !important;
    border: 1px solid #0A4893 !important;
    border-radius: 0 !important;
    color: #ffffff !important;
    margin: 0;
    padding: 4px 10px;
}
body.reference-banner .dataTables_wrapper .dataTables_paginate .paginate_button.current {
	background: #000000 !important;
    border: 1px solid #000000 !important;
} 
body.reference-banner .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
body.reference-banner .dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    background: #3f3f3f !important;
    border: 1px solid #3f3f3f !important;
}
body .dataTables_paginate a {
    border: 1px solid #e1e1e1 !important;
    border-radius: 0 !important;
    color: #818a91 !important;
    font-size: 14px !important;
    margin: 0 !important;
    padding: 4px 10px !important;
}
body .dataTables_wrapper .dataTables_info {
    font-size: 14px;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, 
body .dataTables_paginate a:first-child:hover{
    background: transparent !important;
    border-color: #e1e1e1 !important;
}
.event-view > .row {
    margin-bottom: 15px;
}
.event-view > .row:last-child {
    margin-bottom: 0;
}
.calendar-list h4 > a {
    margin-right: 3px;
    margin-top: -1px;
}
.calendar-list .cal-mem-list {
    max-height: 240px;
    overflow-y: auto;
}
.event-view p.event-description {
    color: #4c4c4c;
    font-size: 14px;
    max-height: 93px;
    overflow-y: auto;
    margin-bottom: 0;
}
.event-view label {
    color: #000000;
    font-weight: 500;
}
.event-view h4 {
    color: #3F3F3F;
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}
.group-edit-btns .btn {
    margin-bottom: 0;
    padding: 8px 15px;
}
.event-view span {
    color: #828282;
    font-size: 13px;
}
.reveal-modal .close-reveal-modal{
    z-index: 9999;
}
/*calender*/
/*calendar right*/
.calendar-display-area table {
    margin-bottom: 0;
}
.calendar-block-main {
    /*margin-top: -17px;*/
}
.fc-right .fc-button-group{
    display: none;
}
.calendar-banner .dashboard-banner > h3{
    background: #000000;  
}
.calendar-banner .button{
    background: #000000;
}
.calendar-banner .button:hover {
    background: #3f3f3f;
}
.calendar-block h3 {
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif !important;
    font-size: 24px;
    line-height: normal;
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: 600;
}
.calendar-block h3 span {
    display: block;
    font-size: 20px;
    font-weight: 500;
}
body .calendar-month-buttons li {
    margin: 0;
}
body .calendar-month-buttons li a {
    background: #dfe0e0 none repeat scroll 0 0;
    color: #000000;
    display: block;
    padding: 6px 15px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.calendar-month-buttons li a:hover,
.calendar-month-buttons li a.active{
    background: #3f3f3f;
    color: #ffffff;
}
.registers-banner .calendar-month-buttons li a:hover,
.registers-banner .calendar-month-buttons li a.active{
    background: #3f3f3f;
    color: #ffffff;
}
.calendar-month-buttons li:first-child a {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.calendar-month-buttons li:last-child a {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
.button.calendar-create-newbtn {
    margin-right: 5px;
}
.calendar-list h4{
    font-family: arial !important;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    margin: 2px 0 0 5px;
    color: #484848;
}
.calendar-list {
    background: #f0f0f0 none repeat scroll 0 0;
    box-shadow: 1px 1px 5px #b3b3b3;
    float: left;
    padding: 5px;
    width: 100%;
}
.calendar-list .cal-add-link {
    color: #a1a1a1;
    font-size: 13px;
    text-decoration: underline;
}
.calendar-list li{
    margin-bottom: 15px;
    font-size: 14px;
}
.calendar-options .medium-2 {
    padding-left: 0;
    padding-right: 8px;
}
.calendar-options a.text-right {
    float: right;
}
.calendar-options .medium-10 {
    padding-left: 8px;
    padding-right: 0;
}
#calendar .fc-day-header {
    color: #aaafb3;
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: uppercase;
}
.calendar-options {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    float: left;
    /*  margin-left: -25px !important;
    margin-right: -25px !important;
    padding-bottom: 7px;
    padding-top: 7px;*/
    padding: 7px;
    width: 100%;
}
.calendar-options ul.no-bullet{
    margin: 0;
}
.calendar-list > li > a > img {
    margin-right: 8px;
}
.calendar-list > li > a{
    color: #595b5c;
}
.calendar-list ul > li {
    color: #000000;
    float: left;
    font-size: 12px;
    width: 100%;
    padding: 2px 5px 1px 5px;
    border-radius: 3px;
    margin-bottom: 3px;
}
.calendar-options li span {
    margin-left: 3px;
}
.calendar-options li input,
.calendar-options li span{
    float: left;
}
.calendar-options li input{
    margin: 2px 0 0;
}
.calendar-options li:last-child input{
    margin-bottom: 0px;
}
.calendar-list .f-dropdown{
    width:200px;
}
.calendar-list.no-bullet li ul {
    margin-left: 0 !important;
    z-index:9999;
}
.calendar-list li a.hasdropdown{
    background: url(../images/dropdown-arrow1.jpg) no-repeat 98% center;
    display: block;
}
body .fc-toolbar .fc-center h2 {
    color: #1d508f;
    font-family: serpentine !important;
    font-size: 24px !important;
    line-height: normal;
}
body .fc-button-group .fc-state-default.fc-next-button, 
body .fc-button-group .fc-state-default.fc-prev-button {
    background: #3f3f3f;
    border-color: #3f3f3f;
    border-radius: 50%;
    box-shadow: none;
    height: 24px;
    padding: 0;
    position: absolute;
    text-shadow: none;
    width: 24px;
}
body .fc-icon-left-single-arrow::after {
    color: #ffffff;
    content: "‹";
    font-size: 22px;
    font-weight: bold;
    left: -5px;
    position: absolute;
    top: -7%;
}
body .fc-icon-right-single-arrow::after {
    color: #ffffff;
    content: "›";
    font-size: 22px;
    font-weight: bold;
    left: -5px;
    position: absolute;
    top: -7%;
}
.search-block .row.collapse {
    display: block;
}
body .fc-button-group .fc-state-default.fc-next-button {
    right: 15px;
}
body .fc-button-group .fc-state-default.fc-prev-button {
    left: 15px;
}
button.small, 
.button.small {
    padding: 7px 12px;
}
.fc-unthemed .fc-today {
    cursor: pointer;
}
.fc-unthemed .fc-today:hover {
    background: #c3e5f4 none repeat scroll 0 0 ;
}
.dataTables_wrapper td a.finalize i.fa {
    margin-right: 0;
}
.dataTables_wrapper td a.finalize {
    display: inline-block;
    font-size: 12px;
    margin: 0;
    padding: 2px 4px;
    text-align: center;
    width: 15px;
}
/*finalise entry*/
.change-data.damage-content {
    background-color: #ffffff;
    border:1px solid #cccccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-family: inherit;
    font-size: 0.875rem;
    resize: none;
    margin-bottom: 0;
    padding: 2px 5px;
    transition: border-color 0.15s linear 0s, background 0.15s linear 0s;
    -moz-transition: border-color 0.15s linear 0s, background 0.15s linear 0s;
    -webkit-transition: border-color 0.15s linear 0s, background 0.15s linear 0s;
    width: 100%;
}
#reg_finalize_entry_filter.dataTables_filter input {
    margin-left: 3px;
}
#reg_finalize_entry th:last-child{
    width: 80px !important;
}
#reg_finalize_entry.staff-reg-tab th:last-child {
    width: 130px !important;
}
.chat-list {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  bottom: 80px;
  height: 100%;
  list-style: outside none none;
  max-height: 350px;
  padding-bottom: 43px;
  position: fixed;
  right: 0;
  width: 310px;
  z-index: 999;
}
.chat-list > ul {
    background: #ffffff none repeat scroll 0 0;
    height: 100%;
    list-style: outside none none;
    margin: 0 0 35px;
    overflow: auto;
    padding: 0 0 35px;
}
.chat-list ul > li > a {
    background: #f8f8f8 none repeat scroll 0 0;
    color: #1d508f;
    display: block;
    font-size: 14px;
    padding: 4px 10px;
}
.chat-list ul > li:nth-child(2n+1) a {
    background: #ffffff none repeat scroll 0 0;
}
.chat-list ul > li > a > img {
    border-radius: 50%;
    margin-right: 10px;
    width: 25px;
}
.chat-list ul > li > a > span {
    margin: 0px 5px;
}
.chat-button {
    bottom: 0px;
    position: fixed;
    right: 0;
    text-align: right;
    width: 310px;
    z-index: 999;
}
.fa.fa-circle.online{
    color: #009933;
    margin-top: 4px;
}
.chat-open i.fa-angle-up {
    float: right;
}
.fa.fa-circle.offline {
    color: #dfdfdf;
    margin-top: 4px;
}
.file-upload-icon {
    font-size: 18px;
}
body .chat-open {
    background-color: #2a6c24 !important;
    box-sizing: border-box;
    float: left;
    font-family: arial;
    font-size: 30px !important;
    font-weight: 700;
    margin: 0 !important;
    padding-bottom: 4px !important;
    padding-top: 4px !important;
    text-align: left;
    width: 310px;
}
body .chat-open:hover {
    background-color: #343434 !important;
}
.chat-open i {
    font-size: 25px;
    margin-right: 15px;
}
.chat-open i.fa-arrow-circle-up,
.chat-open img{
    float: right;
    margin-top: 4px;
    margin-right: 2px;
}
.chat-open img {
    max-width: 24px;
    transform: rotate(-85deg);
    -moz-transform: rotate(-85deg);
    -webkit-transform: rotate(-85deg);
}
.contacts .table-responsive td{
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.contacts-banner .dashboard-banner > h3 {
    background: #000000;
}
.contacts-banner .button {
    background: #ed7500;
}
.contacts-banner .button:hover,
.contacts-banner .button:focus {
    background: #d45c00;
}
.h_thumb {
    height: 150px;
    width: 150px;
}
.ui-state-highlight, 
.ui-widget-content .ui-state-highlight, 
.ui-widget-header .ui-state-highlight,
.ui-state-active, 
.ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active{
    background: #3F3F3F;
    border: 1px solid #3F3F3F;
}
.ui-datepicker-month, .ui-datepicker-year {
    color: #333;
}
.top-bar-section ul li.has-dropdown > a {
    font-size: 20px !important;
    font-weight: normal;
    font-family: Arial, sans-serif;
}
.top-bar-section ul li.has-dropdown > a img {
    margin-right: 10px;
}
/*.login-cnt a > span {
display: block !important;
line-height: normal;
}
.login-cnt a > div {
float:left;
}
.login-cnt a > div:last-child {
line-height: normal;
margin-top: 17px;
}
.login-cnt a > div:last-child span {
left: 81px;
position: absolute;
top: -8px;
}*/
/*footer*/
footer {
    background: rgba(11, 73, 148, 0.9) none repeat scroll 0 0;
    float: left;
    width: 100%;
    padding: 3.6px 0 6px 0;
    position: fixed;
	bottom: 0%;
    z-index: 99;
	visibility: hidden;
}
.row.no-padding .columns{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
footer h3{
    margin: 0px 0;
}
footer h3, footer h3 a {
    color: #ffffff;
    font-size: 25px;
}
footer h3 a:hover {
    color: #ffffff;
}
/*job file*/
.jobfile-banner .search-block {
    margin-top: 100px;
}
.job-file-inner {
    padding-top:2px;
}
.jobfile-banner #file_sidebar, 
.jobfile-banner #file_sidebar ul.side-nav,
.reference-banner ul.side-nav{
/*    background: rgba(217, 56, 56, 0.77) none repeat scroll 0 0 !important;*/
    background: none !important;
    border-radius: 0 10px 10px 0;
    border: none;
}
.reference-banner ul.side-nav{
    border-radius:0px;
}
.reference-banner .side-nav li a:hover:not(.button), 
.reference-banner #card-viewer .side-nav li a:focus:not(.button), 
.reference-banner ul.side-nav li a.active{
    background: #d93838;
}
.jobfile-banner #file_sidebar ul.side-nav {
    background: transparent !important;
}
.jobfile-banner #file_sidebar ul.side-nav li {
    border-left: 0 none;
    padding-left: 0;
}
.jobfile-banner #file_sidebar ul.side-nav li a {
    border: 0 none;
    font-size: 18px;
    padding-bottom: 9.75px;
    padding-top: 9.75px;
}
.jobfile-banner #file_sidebar ul.side-nav li a i {
    font-size: 30px;
    margin-left: 25px;
    text-align: center;
    width: 45px;
    vertical-align: middle;
}
.jobfile-banner #file_sidebar ul.side-nav li a:hover:not(.button),
.jobfile-banner #file_sidebar ul.side-nav li a.active,
.jobfile-banner #file_sidebar li.active{
    background: #3f3f3f;
}
.jobfile-banner #file_sidebar {
  width: 25%;
  max-width: 335px;
}
/*.jobfile-banner #file_panel {
  margin-left: auto !important;
  width: 100% !important;
  max-width: 990px;
}*/
#file_panel {
  float: left;
  width: 75%;
}
.jobfile-banner #file_container {
  margin-top: 100px;
  min-height: 355px;
  padding: 0 0 100px 0;
}
.dashboard-block .row.large-8{
    /*padding: 0 0 100px 0;*/
}
.jobfile-banner .bams-header {
  background: #3f3f3f;
  color: #ffffff;
  float: left;
  width: 100%;
  position: fixed;
  z-index: 9999;
  padding:10px 205px 10px 50px;
  margin-top: -43px;
}
.jobfile-banner #file_panel_inner .medium-4:nth-child(10) a,
.jobfile-banner #file_panel_inner .medium-4:nth-child(11) a,
.jobfile-banner #file_panel_inner .medium-4:nth-child(12) a{
    margin-bottom: 0;
}
/*vehicle register new entry*/
.veh-reg-block,
.calendar-block{
    background: #ffffff none repeat scroll 0 0;
    padding-bottom: 20px;
    padding-top: 10px;
    margin-bottom: 15px !important;
    position:relative;
}
/*#file_panel_inner{
    margin-bottom: 15px;
    width: 100%;
}*/
/*#file_panel #file_panel_inner {
  margin-left: auto !important;
}*/
#file_panel #file_panel_inner {
  margin-left: auto !important;
}
.dropzone{
    margin-top: 15px;
    margin-bottom: 15px;
}
/*reference*/
.reference-banner .dashboard-banner{
    background: #000000;
}
.reference-banner .dashboard-banner > h3{
    background: none;
}
.reference-banner .button{
    background: #000000;
    display:inline-block;
    margin-left:auto;
    margin-right:auto;
	border-radius: 20px;
	line-height: 1.6;
    
}
.reference-banner .button:hover{
    background: #3f3f3f;
}
/*reveal modal*/
/*.reveal-modal{
top: 50% !important;
}*/
.bams-header h3 {
    margin: 0;
}
.bx-wrapper .bx-viewport {
    border: 0 none;
    box-shadow: none;
    left: 0;
}
.media-display .bx-wrapper img {
    max-height: 350px;
    width: auto;
}
.reveal-modal {
    max-height: 96%;
    overflow-y: auto;
    padding: 15px;
    top: 15% !important;
    z-index: 99999;
}
#contactCreateModal, #contactViewModal{
    top: 5% !important;
}
.bx-wrapper{
    margin-bottom: 20px;
}
.toolbox-talk-box {
    margin-bottom: 35px;
    margin-top: 35px;
}
.toolbox-talk-box label {
    font-weight: 700;
    padding-left: 10px;
}
.text-muted {
    color: #000000 !important;
}
/* .person-present-name > .remove {
color: red;
float: right;
} */
.remove-more-link{
    color: red;
    float: right;
}
.register-forms textarea {
    height: 100px;
}
.reg-calendar .hasEvent{
    background: #cbcbe9; 
    cursor: pointer;
}
.register-forms label {
    color: #4d4d4d;
    font-weight: 700;
}
.register-forms .contentpanel {
    padding: 0;
}
.register-forms .print-wrap .input-print p {
    line-height: normal;
    margin: 0;
}
.register-forms .print-wrap .print-content .field div {
    height: auto !important;
}
.register-forms .print-wrap .print-content .field table {
    margin: 0;
}
.register-forms .print-wrap .input-print{
    padding: 3px 10px 3px;
}
.cont-table-row{
    cursor: pointer;
}
table.dataTable.staff-reg-tab.staff-views-list th:first-child, 
table.dataTable.staff-reg-tab.staff-views-list th:nth-child(2) {
    width: 35% !important;
}
table.dataTable.staff-reg-tab.staff-views-list th:nth-child(3) {
    width: 15% !important;
}
.staff-reg-tab.staff-views-list td > a.staff-list-link {
    color: #3F3F3F;
    font-weight: 700;
}
/*uploads*/
.upload-block-list .accordion li{
    float: left;
    margin-bottom: 2px !important;
    width: 100%;
}
.upload-block-list .folder-icn {
    float: left;
    padding: 10px 5px 10px 0;
    width: 30px;
    color: #3F3F3F;
}
.upload-bg-full {
    background: #eff7ea none repeat scroll 0 0;
    float: right;
    padding: 10px 15px;
    width: 96%;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.accordion dd > a:hover .upload-bg-full {
    background: #e0eed7 none repeat scroll 0 0;
}
.upload-block-list .accordion a {
    color: #3F3F3F;
}
.upload-count {
    color: #3F3F3F;
    float: right;
    font-size: 15px;
    margin-left: 10px;
}
/*accordion*/
.accordion {
    width: 100%;
    margin: 10px auto;
}
.accordion dd.active > a {
    background: #fafafa;
}
.accordion dd > a {
    background: #fff;
    border: 0;
    padding: 0;
}
.accordion dd{
    margin-bottom: 2px !important;
}
.accordion dd > a .label.number {
    background: transparent none repeat scroll 0 0;
    float: right;
    width: 40px;
}
.accordion dd > .content.active {
    height: auto !important;
    width: 100%;
    padding: 0;
}
.accordion dd > .content > .inner-content {
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    width: 100%;
}
.upload-top-bg.upload-bg-full {
    width: 100%;
}
.accordion-navigation .content {
    float: left;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
    width: 100%;
}
.accordion.animated .content {
    display: block;
    padding: 0 0.975em;
    overflow: hidden;
    transition: height 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 0;
}
.accordion .accordion-navigation > a, .accordion dd > a {
    background: #e8f0e3 none repeat scroll 0 0 !important;
}
.upload-block-list .upload-top-bg .folder-icn {
    padding: 0;
}
.ellipsis-text {
    color: #3F3F3F;   
}
/*login changes*/
.signin .panel-signin input {
    background: #3F3F3F;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    color: #ffffff;
    font-size: 17px;
    padding-bottom: 8px;
    padding-top: 8px;
    border-left: 0;
}
.signin .panel-signin .input-group-addon {
    background-color: black;
    border-radius: 10px 0 0 10px;
    color: #ffffff;
    font-size: 16px;
}
.signin .panel-signin .btn {
    border-radius: 10px;
}
.signin .panel-signin .fa {
    margin: 0;
}
.signin .panel-signin .mt10 {
    float: right;
    margin-top: 10px !important;
    width: auto;
}
.forgot-pwd {
    margin: 11px 0 0;
}
.signin .panel-signin .btn-danger {
    background: #ba0403 none repeat scroll 0 0;
}
.signin .panel-signin .btn-danger {
    background: #D6101C none repeat scroll 0 0;
}
.fixed {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.signin footer .container-fluid .row {
    max-width: 100%;
    width: 100%;
}
.signin .panel-signin {
    margin: 25px auto;
}
.error-msg > p {
    color: red;
    font-size: 12px;
    margin-bottom: 6px;
}
/*profile icon*/
.emp-initial {
    background: #4c4c4c none repeat scroll 0 0;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    margin-top: 27px;
    text-align: center;
    vertical-align: top;
    width: 40px;
}

.client-user .emp-initial {
    background: #6d55eb none repeat scroll 0 0;
}

.home-banner .emp-initial {
    background: #006478 none repeat scroll 0 0;
}

.supplier-user .emp-initial {
    background: #EDAAEF none repeat scroll 0 0;
}

.contractor-user .emp-initial {
    background: #9A0000 none repeat scroll 0 0;
}

.licensee-user .emp-initial {
    background: #F0E800 none repeat scroll 0 0;
}

.employee-user .emp-initial {
    background: #016F26 none repeat scroll 0 0;
}

.doc-name{
    font-weight: 700;
}

.new-doc-table tbody tr td a{
    font-weight: normal !important;
}
.block-ele {
    border: 0 none !important;
    display: inline-block !important;
    height: 70px;
    overflow: hidden;
}
.block-ele .block {
    clear: both;
    display: block !important;
    margin: 0 !important;
    width: 100% !important;
}
.block-ele .col-40, .block-ele .col-60 {
    display: inline-block !important;
    margin: 0 -2px;
}

/* By satish on 07-12-16 */
.top-bar-section .dropdown.super-menu{
    background: none;
}
/*jobfile*/
.jobfile-container .panel.callout {
    height: auto;
    margin: 0 auto 15px auto;
    max-width: 221px;
    width: 100%;
    min-height: 180px;
}
.jobfile-banner .jobfile-container #file_panel,
.jobfile-container #file_panel #file_panel_inner{
    margin-left: 0;
}
.jobfile-container #file_panel #file_panel_inner{
    max-width: inherit;
}
.jobfile-banner .jobfile-container .register-panel h2 {
  font-size: 18px;
  /*min-height: 72px;*/
}
.jobfile-banner .jobfile-container .callout .register-panel .fa{
    font-size: 75px;
}
.jobfile-banner .search-block {
    margin-top: 15px;
}
.jobfile-container .callout .callout-img{
    max-width: 24px;
}
.medium-2.large-3.small-12.columns{
    width:16.666%;
}
/* for rename button in site pack*/
.rename-input {
    margin-left: 35%!important;
    width: 30%!important;
}
.rename-save {
    margin-bottom: 30px;
}
.blue-font i{
    color:#3f3f3f !important;
	transition: 0.5s;
}
.blue-font i:hover{
	color: #000000 !important;
	transition: 0.5s;
}
.yellow-font i{
    color:#3f3f3f !important;
	transition: 0.5s;
}
.yellow-font i:hover{
	color: #000000 !important;
	transition: 0.5s;
}
.green-font i{
    color:#3f3f3f !important;
	transition: 0.5s;
}
.green-font i:hover{
	color: #000000 !important;
	transition: 0.5s;
}
/* 22nd Dec 2016 */
.jobfile-banner .print-content .label-print 
{
    line-height: 26px !important;
}
.jobfile-banner .print-content .field .input-print 
{
    line-height: 26px !important;
}
.jobfile-banner .print-content .label-print.large {
    padding: 4px 7px;
}
.jobfile-banner .print-content .form-print .input-print input,  
.new-ref-card-page .print-content .form-print .input-print input,
.new-ref-card-page .print-content .form-print .input-print select,
.jobfile-banner .print-content .form-print .input-print select {
    height: 28px;
}

/* 23rd Dec 2016 by satish morampudi */
.jobfile-banner .ui-datepicker td.ui-datepicker-today a {
    background: #efb41f none repeat scroll 0 0 !important;
}

.jobfile-banner .ui-datepicker td.ui-datepicker-today a:hover{
    background: #4e5154 none repeat scroll 0 0 !important;
}

/* 24th Dec 2016 by satish morampudi */
.cust-template-name{
    width: 50%;
    margin-left: 25%;
}

.cust-template-name input{
    text-align: center;
}
/*email slider*/
.email-link a {
    background: #3F3F3F;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    border:2px solid #ffffff;
    border-left: 0;
    color: #ffffff;
    left: 0;
    padding: 10px 16px 10px 10px;
    position: fixed;
    text-align: center;
    top: 42%;
    width: 35px;
    font-size:13px;
    line-height: 22px;
    z-index: 99999;
    text-shadow: 1px 2px 1px #202044;
	visibility: hidden;
}
.email-link a span{
    display:block;
    width:1px;
    word-break: break-all !important;
    white-space: pre-line;
}
.jobfile-banner .email-link a{
    top: 62%;
}
.email-link a i.fa{
    margin: 0;
}
.email-slider{
     font-family: Arial,sans-serif !important;
    transition: transform 0.5s ease 0s;
    -moz-transition: transform 0.5s ease 0s;
    -webkit-transition: transform 0.5s ease 0s;
    transform: translate(-460px, 0px);
    -moz-transform: translate(-460px, 0px);
    -webkit-transform: translate(-460px, 0px);
    box-shadow: 2px 2px 5px #c2c2c2;
    position: fixed;
    width: 385px;
    height: 100%;
    background: #ffffff;
    top: 186px;
    z-index: 999;
    padding: 40px 0 20px;
}
.active .main_cnt{
    transition: transform 0.5s ease 0s;
    -moz-transition: transform 0.5s ease 0s;
    -webkit-transition: transform 0.5s ease 0s;
    transform: translate(460px, 0px);
    -moz-transform: translate(460px, 0px);
    -webkit-transform: translate(460px, 0px);
}

.email-dropdown {
  color: #bc374a;
}
.email-slider.active{
    transform: translate(0, 0px);
    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    z-index:99999;
}
.email-close-icon {
  background: #3F3F3F;
  border-radius: 50%;
  color: #ffffff;
  height: 25px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 6px;
  width: 25px;
}
.email-slider h4 {
  color: #5f5f5f;
  font-family: Arial,sans-serif !important;
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  margin-top: 0;
}
.email-list h5 {
  font-family: Arial,sans-serif !important;
  font-size: 16px;
  margin-bottom: 0;
}
.panel-signin, .panel-signup{
    background:rgba(255,255,255,0.9) !important;
}
.reply-btns a{
    color: #9f9f9f;
}
.reply-btns a:hover {
  color: #2f2f2f;
}
.email-cnt, .email-cnt-sml {
  color: #9f9f9f;
  font-size: 12px;
  margin: 0;
}
.email-cnt-sml{
     color: #bc374a;
}
.email-cnt-sml span {
  float: right;
  margin-right: 15px;
}
.mail-portion {
  height: 100%;
  max-height: 660px;
  overflow-y: scroll;
}
.mail-portion li:last-child {
  margin-bottom: 273px;
}
.email-link .count-txt {
  background: red none repeat scroll 0 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  font-size: 12px;
  height: 22px;
  line-height: 22px;
  position: fixed;
  right: -5px;
  text-shadow: none;
  top: -10px;
  width: 22px;
}
.email-list.inline-list.mails-present:hover {
  background: #ccc none repeat scroll 0 0;
  cursor: pointer;
}

/* jan 09 2017 */
.alowance-panel input{
    display: inline-block;
}

.alowance-panel{
    margin-bottom: 2px !important;
}

.draw-package input{
    margin-bottom: 2px !important;
}

/* By Satish 01-02-17 */
.newdocuments-container .register-panel .fa, .sitepack-container .register-panel .fa {
  font-size: 42px;
}

.newdocuments-container .panel.jobs-bg.callout, .sitepack-container .panel.jobs-bg.callout {
  height: auto;
  width: 100%;
}

.newdocuments-container h2, .sitepack-container h2 {
  font-size: 15px !important;
}

.print-wrap .widget {
	font-size: 10px !important;
}

.newdocuments-container .callout-img, .sitepack-container .callout-img {
  width: 21px;
}

/* By Satish 02-02-17 */
.panel-register{
    width: 70%;
}

.preferences-list > li {
  list-style: outside none none;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.preferences-list-child > li {
  list-style: none;
  /*border-bottom: 1px solid #ccc;*/
  /*margin-bottom: 10px;*/
}

.preferences-list-child > li span {
  color: #5a5b5b;
  font-size: 14px;
}

.action-area {
  margin-right: 20px;
}

.addon-reverse{
    border-radius: 0px 10px 10px 0px !important;
    cursor: pointer;
    font-size: 18px !important;
}

.prefernces-users-block .verify-tab {
    text-align: center;
}
.prefernces-users-block .verify-tab i {
    font-size: 16px;
    margin: 4px;
}
.prefernces-users-block .verify-tab .danger{
    color: #F21120;
}
.prefernces-users-block .verify-tab .success{
    color: #126307;
}

.prefernces-users-block .action-tab a i {
    font-size: 16px;
    margin: 4px;
}

.prefernces-users-block .action-tab a .warning{
    color: #3F3F3F;
}
.prefernces-users-block .action-tab a .danger{
    color: #F21120;
}
.prefernces-users-block .action-tab a .success{
    color: #126307;
}
.newdocuments-container .large-2, .projectquotations-container .large-2 {
  min-height: 200px;
}
/*  #file_panel {
      max-width:850px  !important;
    }
*/
.medium-2.large-2.small-12.columns {
  margin: 0 15px;
  padding: 0;
  width: 136px;
}
.medium-3.large-3.small-6.columns {
  min-height: 200px;
}
#file_container         {
  margin: 0 auto;
  width: 100%;
}
#file_sidebar {
  position: relative;
}
.jobfile-container.container #file_panel {
  max-width: none !important;
}
.row.veh-reg-block.table_changes {
  max-width: 680px;
  width: 100%;
}
.radio-inline input {
  margin-right: 5px;
}
.home-banner .panel.callout {
  min-height: 170px;
  border-radius: 8px;
}
.register-block .panel.register-bg.callout.radius {
  min-height: 190px;
}
/*#file_panel {
  max-width: none !important;
  width:auto !important;
}*/
/*.home-banner .panel.callout.radius {
  width: 200px;
}*/
/*#master-table thead th, #master-table thead th a {
    background: #185399 none repeat scroll 0 0 !important;
    color: #ffffff !important;
    text-align: center;
}*/
@media (max-width:1400px){
#file_panel {
  float: left;
  /*width: 73%;*/
}   
.home-banner .panel.callout{
    min-height:160px;
}
.sitepack-container h2{
    min-height: 76px;
}
.documents-banner .panel.callout{
    min-height: 140px;
}
}
@media (min-width:1280px) and (max-width:1300px){
body.signin {
    background-position: 0 0;
    padding-bottom: 80px;
}
.jobfile-banner #file_sidebar ul.side-nav li a {
  font-size: 16px;
}


.jobfile-banner #file_sidebar {
  /*max-width: 260px;*/
}

}

@media (min-width:1200px) and (max-width:1280px){
.jobfile-banner #file_sidebar {
/*  width: auto;
  max-width: 220px;*/
}
.jobfile-banner #file_sidebar ul.side-nav li a {
  font-size: 14px;
}
.jobfile-banner #file_sidebar ul.side-nav li a i {
  margin-left: 14px;
  font-size: 24px;
}
#file_panel {
  float: left;
  /*margin-left: 20px !important;*/
  /*max-width: 960px;*/
}
}
/*mediaqueries*/
@media (max-width:1200px){
    body.jobfile-banner{
        background-size:cover;
    }
    .jobfile-banner .search-block {
        margin-top:40px;
    }
    body{
        height: 100%;
    }
    footer h3, footer h3 a {
        font-size: 14px;
    }  
    footer h3 img {
        max-width: 35px;
    }
    #file_sidebar {
       display: block !important;
    }
    body.home-banner,
    body.admin-banner,
    body.jobfile-banner,
    body{
        background-attachment: fixed;
        background-position: center top;
        background-size: 100% 100%;
    }
    /*venkatesh*/
    
    .jobfile-banner #file_sidebar ul.side-nav li a {
        font-size: 14px;
    }
    .jobfile-banner #file_sidebar ul.side-nav li a i {
        font-size: 30px;
    }
    .jobfile-banner #file_sidebar {
       /* width: auto;*/
    }
    .register-panel .medium-12 h2 {
       font-size: 22px;
    }
    #file_panel #file_panel_inner {
       margin-left: auto !important;
    }
    #file_panel_inner {
      max-width: none;
      width: 100% !important;
    }
    #file_panel {
      float: left; !important;
      display: inline-block;
      margin-left: auto !important;
    }
    .jobfile-banner #file_sidebar {
      max-width: none;
    }
    .jobfile-banner #file_panel {
      max-width: none;
    }
    #file_sidebar {
  left: 0px;
}
.medium-3.large-3.small-6.columns {
  min-height: 200px;
}
.jobfile-banner #file_sidebar ul.side-nav li a {
  font-size: 20px;
}
.jobfile-banner #file_sidebar {
  float: left;
  /*width: auto;*/
}
.jobfile-banner #file_panel {
/*  width: 100%;
  max-width: 779px;*/
}
.jobfile-banner #file_sidebar {
  float: left;
  /*max-width: 250px;
  width: 100%;*/
}

/*  .jobfile-banner #file_sidebar {
     width: 100%;
     max-width: 350px;
     margin: 0 auto;
     float: none;
    }*/
}
@media (max-width:1024px){
    .table-responsive {
        min-height: 0.01%;
        overflow-x: auto;
        width: 100%;
    }
    footer h3, footer h3 a {
        font-size: 12.5px;
    }
    footer h3 img {
        max-width: 30px;
    }
    .dataTables_wrapper td input.time-return-input {
        width: 100% !important;
    }
    .dataTables_wrapper td a.finalize {
        font-size: 11px;
        width: 10px;
        margin: 1px;
    }
    #master-table thead tr th:last-child {
        float: left;
    }
    #file_panel #file_panel_inner .columns {
       display: inline-table;
       min-height: 0;
    }
    #file_panel {
      width: 75% !important;
    }
    #file_sidebar {
  left: 0px;
}
.sitepack-container .panel.jobs-bg.callout.radius {
  min-height: 210px;
}
.jobfile-banner #file_panel {
  width: 100%;
  max-width: 779px;
}
.jobfile-banner #file_sidebar {
  float: left;
  max-width: 250px;
  width: 100%;
}

}
@media (min-width:768px) and (max-width:1200px){
/*    #file_panel,
    #file_panel_inner{
        width: 100% !important;
    }*/
    .register-block .bams-icon-box {
        height: 125px;
        width: 125px;
    }
    .search-block {
        padding: 0 15px 5px 15px;
    }
    .panel.callout {
        margin-bottom: 30px !important;
        padding: 20px 10px;
    }
    .jobfile-banner .panel.callout{
        min-height: 105px;
        padding: 10px 15px;
    }
    .jobfile-banner .newdocuments-container .large-2{
        min-height:142px;
    }
    .register-block .bams-icon-box i{
        font-size: 3em;
        left: 40px;
        top: 40px;
    }
    .register-block .bams-box h5{
        font-size: 18px;    
    }
    .register-panel h2{
        font-size: 24px;    
    }
    .dashboard-banner > h3{
        font-size: 36px;    
    }
    #file_sidebar {
  left: 0px;
}
.sitepack-container .register-panel .medium-12 h2 {
    font-size: 12px;
    min-height: 55px;
}
.sitepack-container .panel.jobs-bg.callout.radius {
  min-height: 118px;
  padding: 10px;
}
.jobfile-banner .callout .register-panel .fa{
    font-size:25px;
}
.jobfile-banner .register-panel h2{
    margin-top: 4%;
    margin-bottom: 4%;
    min-height:50px;
}
}
@media (min-width:993px) and (max-width:1200px){

.jobfile-banner #file_panel {
  /*width: 100%;
  max-width: 758px;*/
}
.jobfile-banner #file_sidebar {
  float: left;
  /*max-width: 248px;
  width: 100%;*/
}
.home-banner .panel.callout{
    min-height:115px;
    padding: 10px;
}
.register-panel .medium-12 h2 {
    font-size: 24px;
    min-height: 60px;


}
.jobfile-banner .register-panel h2{
    font-size:12px;
    min-height: 40px;
}
.jobfile-banner .jobfile-container .register-panel h2 {
    font-size: 14px;
}
.home-banner .newdocuments-container .large-2{
    min-height:inherit;
}

    
}
@media (max-width:1024px){
.sitepack-container .register-panel .medium-12 h2 {
    font-size: 12px;
    min-height: 64px;
}
.home-banner .panel.callout{
    min-height: 128px;
    padding: 10px 15px;
    width: 100% !important;
}
.register-panel .medium-12 h2{
    min-height: 40px;
}
.jobfile-banner .register-panel h2{
    min-height: 55px;
    font-size: 14px;
    line-height: 16px;
}
.jobfile-banner #file_panel {
  max-width: 728px;
}
.sitepack-container .panel.jobs-bg.callout.radius {
    min-height: 130px;
}
.print-wrap .widget .highlight p{
    font-size: 12px;
    line-height:12px;
    word-break:break-all;
}
.jobfile-banner .jobfile-container .register-panel h2 {
    font-size: 14px;
}
}

@media (min-width:768px) and (max-width:992px){
    .upload-bg-full{
        width: 95%;
    }
    .panel.callout {
        margin: 0px auto;
    }
    footer h3, footer h3 a {
        font-size: 14px;
    }
    .callout .register-panel .fa{
        font-size: 45px;
    }
    #file_panel #file_panel_inner .columns {
       display: inline-table;
       min-height: 0;
       padding: 0 10px;
    }
/*  .jobfile-banner #file_panel {
      width: 75% !important;
    }
    .jobfile-banner #file_sidebar {
      width: 25%;
    }
*/  /*.jobfile-banner #file_sidebar ul.side-nav li a i {
      margin-right: 10px;
    }*/
.jobfile-banner #file_sidebar ul.side-nav li a i {
  font-size: 24px;
  margin-left: 18px;
  width: 25px;
}
#file_sidebar {
  left: 0px;
}
.panel.callout {
  min-height: 170px;
  width: 141px !important;
}
.reference-banner .panel.callout {
  width: 100% !important;
}
.jobfile-banner #file_sidebar {
  max-width: 205px;
}
.jobfile-banner #file_panel{
    max-width: 575px;
}
.jobfile-banner .panel.callout{
    min-height: 131px;
    padding: 10px 15px;
}
}

i.menu-lf-thing:hover, a.lh90-when-big:hover, a.menu-cnt:hover, li.has-dropdown:hover, li.not-click:hover {
	border: none !important;
}

i.menu-lf-thing, a.lh90-when-big, a.menu-cnt, li.has-dropdown, li.not-click {
	border: none !important;
}

.lf-width {
	width: 103px !important;
}

@media (max-width:800px){
    .jobfile-banner #file_panel {
      width: 70% !important;
    }
/*  .jobfile-banner #file_sidebar {
      width: 30%;
    }
*/  #file_sidebar {
  left: 0px;
}
.jobfile-banner #file_sidebar {
  max-width: 220px;
}
.jobfile-banner #file_sidebar ul.side-nav li a i {
  margin-left: 5px;
}
}
@media (max-width:767px){
    .signin .top-bar {
        padding-bottom: 1px;
    }
    .ellipsis-text {
        float: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 73%;
    }
    .upload-bg-full{
        width: 94%;
    }
    .media-display .bx-wrapper img {
        max-height: 250px;
        width: auto;
    }
    .reveal-modal{
        width: 90%;
        margin: 0px auto;
        left: 5%;
        height: 90%;
        min-height: inherit !important;
    }
    .bx-wrapper video{
        width: 100%;
    }
    .top-bar-section {
        border-top: 1px solid #cccccc;
    }
    body{
        height: 100%;
    }
    .jobfile-banner #file_panel,
    .jobfile-banner #file_panel #file_panel_inner{
        margin-left: 0 !important;
    }
    footer h3{
        margin: 10px auto;
        text-align: center;
    }
    footer h3 img {
        max-width: 30px;
    }
    .follow-us-block .inline-list > li,
    .follow-us-block .list-inline > li{
        margin-left: 2px;
    }
    .dashboard-banner h3{
        font-size: 30px;
    }
    table .tel-no{
        color: #222222 !important;
    }
    .projects-tab .button.notice-btn {
        float: left !important;
    }
    body .dataTables_wrapper .dataTables_length, 
    body .dataTables_wrapper .dataTables_filter {
        float: left;
    }
    body #master-table_length{
        margin-left: 0;
    }
    body .dataTables_paginate a{
        padding: 4px 6px !important;
    }
    #file_viewer ul li {
/*        display: table;
        float: none;
        margin: 10px auto;
        padding: 0;
        text-align: center;
        width: 280px;
*/    }
    #file_viewer div.img_wrap {
        display: table;
        margin: 0 auto;
    }
    .documents-block .bams-box .bams-icon-box .fa-5x {
        font-size: 70px !important;
    }
    .register-list li {
        float: none;
        margin-bottom: 40px;
        position: relative;
        width: 100%;
    }
    .register-block .bams-icon-box{
        margin: 20px auto;
        width: 150px;
        height: 150px;
    }
    .no-bullet.register-list{
        padding-left: 0;
        margin-top: 20px;
    }
    .register-block .bams-box h5 {
        left: auto;
        margin: 45px 0 0;
        position: relative;
        width: auto;
        max-width: inherit;
    }
    .register-block .bams-icon-box i {
        left: 50px;
        top: 50px;
    }
    .dashboard-banner {
        overflow: hidden;
    }
    .dashboard-banner > h3 {
        bottom: -2px;
        font-size: 18px;
        height: auto;
        line-height: 20px;
        padding: 10px 16px;
    }
    .register-panel h2 {
        font-size: 22px;
    }
    .callout-panel > .row {
        margin-right: -15px;
    }
    .notice-board-block .staff-news-list {
        padding: 35px 10px 5px;
    }
    .notice-board-block .staff-news-list .media-object-section .Hac {
        display: block;
        float: left;
        width: 100%;
    }
    .calendar-options {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
    .calendar-block h3{
        font-size: 20px;    
    }
    .calendar-month-buttons {
        clear: both;
        margin-top: 20px;
    }
    body .search-block > h3{
        font-size: 20px;
    }
    .dashboard-block .search-block .button .fa{
        font-size: 22px;
    }
    .dashboard-block .search-block input{
        height: 36px;
        padding-bottom: 5px;
        padding-top: 5px;
    }
    .panel.callout {
        height: 190px;
        margin: 15px auto;
        width: 190px;
    }
    .callout .register-panel .fa{
        font-size: 45px;
    }
    .login-cnt ul li.dp-big:last-child {
        display: none;
    }
    
    /* By venkatesh on 08-02-17 */
    .panel-signin .panel-body, .panel-signup .panel-body {
        padding: 10px;
    }
    .signin .panel-signin {
        margin: -15px auto;
    }
    .signin .mb30 {
        margin-bottom: 0;
    }
    
    #rememberMe {
        margin-top: 0;
    }
    .footer-info {
        display: none;
    }
    .signin form {
        margin-bottom: 20px;
    }
    
    .panel.callout {
        height: 150px;
        margin: 10px auto;
        width: 150px;
    }
    .home-banner .register-panel h2, .reference-banner .register-panel h2, .registers-banner .register-panel h2 {
        margin-top: 12px;
    }
    
    .panel-signin .panel-body, .panel-signup .panel-body {
        padding: 20px;
    }
/*  #file_panel, .jobfile-banner #file_sidebar {
       width: 100% !important;
    }
*/  .jobfile-banner #file_panel {
       width: inherit !important;
    }
    #file_sidebar {
  left: 0px;
}
.panel.callout {
  min-height: 170px;
  width: 135px !important;
}

.home-banner .panel.callout{
    width:100% !important;
}
.sitepack-container .panel.jobs-bg.callout.radius {
    min-height: 163px;
    padding: 15px;
}
.jobfile-banner #file_sidebar {
  max-width: none;
  width: 100%;
}
.jobfile-banner .panel.callout{
    min-height: 164px;
    width:100% !important;
}

.sitepack-container .register-panel .medium-12 h2 {
    font-size: 12px;
    min-height: 65px;
}
.home-banner .panel.callout {
    min-height: 158px;
}
}   
@media only screen and (max-width: 640px) {
	
    body .top-bar-section ul {
        min-width: 300px !important;
    }
    body{
        padding-top: 84px;
    }

    .login-cnt .logged-link .logged-div {
        margin-bottom: 0;
        margin-top: 5px;
        padding-top: 0;
    }
    .fa-5x{
        font-size: 3em !important;
    }
    .fa-2x{
        width: 26px;

        font-size: 1.3em !important;
    }
    .toggler{
        -ms-transform: translate(180px,0); /* IE 9 */
        -webkit-transform: translate(180px,0); /* Safari */
        transform: translate(180px,0);
        transition: all 0.5s ease-in-out;
    }
    .hux-container{
        transition: all 0.5s ease-in-out;
    }
    .panel-signin .logo img{
        width: 220px;
    }
    
    .panel-signin{
        width: 100%;
    }
}
@media (max-width:641px){
    body.home-banner,
    body.admin-banner,
    body.jobfile-banner{
        padding-top: 84px;
    }

    .upload-bg-full{
        width: 92%;
    }
    .ckbox label {
        font-size: 12px;
    }
    .forgot-pwd {
        font-size: 12px;
    }
    .panel.callout {
        height: 140px;
        margin: 10px auto 0 auto;
        width: 140px;
    }
    .callout .register-panel .fa {
        font-size: 38px;
    }
    footer {
  margin-top: 60px;
}
.jobfile-banner .register-panel h2{
    margin: 4% 0;
}
.jobfile-banner .callout .register-panel .fa{
    font-size: 38px !important;
}
.sitepack-container .panel.jobs-bg.callout.radius {
    min-height: 152px;
}
.sitepack-container .register-panel .medium-12 h2 {
    min-height: 55px;
}

.documents-banner .panel.callout {
    width: 100% !important;
}
#file_viewer ul li{
    width: 50%;
    padding: 10px;
    clear: none;
}
.jobfile-banner .panel.callout {
    min-height: 145px;
}
}
@media only screen and (min-width: 641px){
    .top-bar-section .left li:not(.has-form) a:not(.button) {
        line-height: 90px;
        font-size: 15px;
    }
    .top-bar {
        height: 90px;
        padding: 0 2%;
    }
    .top-bar-section .left{
        margin-left: 20px;
    }
    .top-bar-section li:not(.has-form) a:not(.button).big-lh{
        line-height: 90px;
    }
    .dp-small{
        height: 50px !important;
        border-radius: 50%;
    }
    .top-bar-section .has-dropdown > a:after{
        display: none;
    }
    .lh90-when-big{
        line-height: 82.66px !important;
    }
    .top-bar-section .dropdown.super-menu li:not(.has-form) a:not(.button){
        line-height: 18px;
        font-size:13px;
    }
    .dropdown.super-menu li i{
        padding-bottom: 15px
    }
    .dropdown.super-menu li a{
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .dropdown.super-menu li{
        position: absolute;
        text-align: center;
    }
    .top-bar-section .dropdown.super-menu li{
        position: inherit;
        width: auto;
        height: auto;
        min-width: 90px;
    }
    .dropdown.super-menu li a{
        background: #ebebeb !important;
    }
    .dropdown.super-menu li a:hover{
        background: #0084cc !important;
    }
    .dropdown.super-menu li a i.fa{
        margin-right: 0;
    }
    .dropdown.super-menu li.sm-upper{
    }
    .dropdown.super-menu li.sm-lower{
        top: 113px;
    }
    .dropdown.super-menu li.sm-left{
        left: -100%;
    }
    .dropdown.super-menu li.sm-right{
        left: 100%;
    }
    .login-cnt li.dp-big {
        display: none;
    }
}



.mb_modify_changes{
    background: #fff none repeat scroll 0 0;
    border: 9px solid #ff0000;
    box-shadow: 10px 10px 5px #888888;
    line-height: 35px;
    padding-top: 2em;
    text-align: center;
    width: 40%;
     border-radius: 15px;
    
    
    }
    
.succ_code {
    color: #09f;
    font-family: serpentine;
    font-size: 25px;
	font-style: italic;
}
@media (max-width:1024px) {
    
    .mb_modify_changes{
    
    width: 65%;
    margin-top:25px;
    
    
    
    }
    .signin .panel-signin {
    margin: 1px auto;
}

    
    }
@media (max-width:768px) {
    
    .mb_modify_changes{
    
    width: 500px;
    margin-top:25px;
    
    
    
    }
    .signin .panel-signin {
    margin: 1px auto;
}

    
    }
    @media (max-width:520px) {
    
    .mb_modify_changes{
    
    width: 80%;
    margin-top:25px;
    
    
    
    }
    .signin .panel-signin {
    margin: 1px auto;
}

    
    }
@media (max-width:479px) {
    .upload-bg-full {
        width: 87%;
    }
    #file_viewer ul li {
        width: 100%;
        padding: 0 10px 10px 10px;
        clear: none;
    }
}
@media (max-width:360px) {
    
    .mb_modify_changes{
    
    width: 90%;
    margin-top:25px;
    
    
    
    }
    .signin .panel-signin {
    margin: 1px auto;
}

    
    }


@media (max-width:320px) {
    
    .mb_modify_changes{
    
    width: 90%;
    margin-top:25px;
    
    
    
    }
    .signin .panel-signin {
    margin: 1px auto;
}

    
    }
    
    
.save-as_btn_chan{
    
    left: 41%;
    margin-top: -37px !important;
    position: absolute;
    width: 260px !important;
    z-index: 9999;
    
    }
    .save-as_btn_chan1{
    
    width:180px !important;
    
    }
    .button.small.save-as-current{
        float:left;
}

.save-as_new{
    margin-bottom:45px !important;
    margin-top: -30px;
    
    }
.fixed_side{
    position: fixed;
    width: 334px;
    background: #000000 !important;
    border-radius: 0 10px 10px 0;
    top: 230px;
    transition:all 0.5s ease-in-out;
    padding:32px 0 0 0; 
    left:-334px;
    z-index: 9999;
}
.fixed_side ul{
    /*height: auto !important;*/
    overflow-y: auto;
    overflow-x: hidden;
}
.sidebar_open.jobfile-banner .fixed_side{
    left:0;
}
.sidebar_open.jobfile-banner #file_sidebar{
    width:25%;
}
.jobfile-banner #file_sidebar{
    width: 4%;
    transition:all 0.5s ease-in-out;
    position:relative;
}
.jobfile-banner .jobs_cnt{
    background: #3f3f3f none repeat scroll 0 0;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    border: 2px solid #ffffff;
    border-left: 0;
    color: #ffffff;
    left:0;
    padding: 10px 16px 10px 10px;
    position: fixed;
    text-align: center;
    top: 30%;
    width: 1px;
    content:'';
    word-break: break-all;
    opacity:1;
    visibility:visible;
    transition:all 1.5s ease-in-out;
    font-size: 13px;
    line-height: 18px;
}
.sidebar_open.jobfile-banner .jobs_cnt{
    opacity:0;
    visibility:hidden;
}
.jobfile-banner #file_sidebar ul.side-nav li a{
    transition:all 0.5s ease-in-out;
}

.jobfile-banner #file_sidebar ul{
    
}
.sidebar_open .fixed_side{
    /*width:100% !important;*/
}

.jobfile-banner #file_sidebar .menu_icon{
    position: absolute;
    top: 0;
    right:0;
    width: 35px;
    height: 32px;
    background: #000000;
    cursor:pointer;
    overflow:hidden;    
    border-radius: 0 10px 0 0;
}
.jobfile-banner #file_sidebar .menu_icon span{
    position: absolute;
    top: 8px;
    left: 5px;
    width: 25px;
    height: 2px;
    background: #ffffff;
    transition:all 0.3s ease-in-out;
}
.jobfile-banner #file_sidebar .menu_icon span:nth-child(2){
    top:15px;
}
.jobfile-banner #file_sidebar .menu_icon span:nth-child(3){
    top:22px;
}


.sidebar_open.jobfile-banner #file_sidebar .menu_icon span:nth-child(1){
    transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    top:14px;
}
.sidebar_open.jobfile-banner #file_sidebar .menu_icon span:nth-child(2){
    opacity:0;
    transform:translateX(100%);
    -moz-transform:translateX(100%);
    -webkit-transform:translateX(100%);
    -o-transform:translateX(100%);
    -ms-transform:translateX(100%);
}
.sidebar_open.jobfile-banner #file_sidebar .menu_icon span:nth-child(3){
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    top:14px;
}
.calendar-banner .calendar-month-buttons{
    width:100%;
}
.calendar-banner .calendar-month-buttons li{
    width:25%;
    text-align:center;
}
.calendar-banner .calendar-block{
    max-width:1200px;
    margin:0 auto;
}
.calendar-banner .fc-basic-view tbody .fc-row{
    height:45px !important;
    min-height:inherit;
}
.calendar-month-buttons{
    margin:0;
}
.calendar-block h3{
    font-size: 20px;
    line-height:20px;
    margin-bottom: 6px;
}
.calendar-block h3 span{
    font-size:18px;
}
#calendar .fc-day-header{
    padding-bottom: 6px;
    padding-top: 6px;
}
.calendar-banner .button{
    margin: 0 0 10px 10px;
    padding: 5px 12px;
    line-height: 14px;
    font-size: 14px;
    float:none;
}

.calendar-banner .fc-toolbar{
    margin-bottom: 3px;
}
.calendar-banner .fc-toolbar .fc-center h2{
    font-size: 20px;
    line-height:20px;
}
.calendar-list .cal-mem-list{
    max-height:150px;
}
.sidebar_open.jobfile-banner .email-link a{
    top: 50%;
}
.notice-board-block .padding-gap{
    padding-top: 78px;
}
.job-file-home{
    max-width: 1200px;
}
/*Changes On 04-04-2017*/
.sitepack-container .panel.jobs-bg.callout{
    min-height: 132px;
    margin: 0 auto 10px;
    max-width: 190px;
}
.sitepack-container .panel.jobs-bg.callout .register-panel .fa{
    font-size:30px;
    
}
.sitepack-container .register-panel h2{
    margin-top: 5%;
    font-size: 12px;
    line-height: 14px;
    min-height: 24px;
}
.sidebar_open .sitepack-container #file_sidebar{    
    min-height:660px;
}
.sitepack-container #file_sidebar{
    width:10%;
    height:inherit !important;
}

.sitepack-container #file_panel{
    width:100%;
    height: auto !important;
}
.sitepack-container #file_panel #file_panel_inner > .row{
    max-width:inherit;
    padding:0 35px;
}
.sidebar_open .sitepack-container #file_panel{
    width:75%;
}
.sidebar_open .sitepack-container .panel.jobs-bg.callout{
    min-height:131px;
}
.sidebar_open .sitepack-container #file_panel .medium-3.large-2.small-6.columns {
    width: 180px;
    padding: 0 0.9375rem;
}
.sitepack-container #file_panel .medium-3.large-2.small-6.columns {
    width: 180px !important;
    padding: 0 7px;
}
.jobfile-banner #file_container.sitepack-container{
    margin-top: 75px;
}


.newdocuments-container .panel.jobs-bg.callout{
    min-height: 122px;
    margin: 0 auto 10px;
    max-width: 170px;
}
.newdocuments-container .panel.jobs-bg.callout .register-panel .fa{
    font-size:60px;
}
.newdocuments-container .register-panel h2{
    margin-top: 5%;
    font-size: 12px;
    line-height: 14px;
    min-height: 24px;
}
.sidebar_open .newdocuments-container #file_sidebar{    
    min-height:660px;
}
.newdocuments-container #file_sidebar{
    width:10%;
    height:inherit !important;  
}
.newdocuments-container #file_panel{
    width:100%;
    height: auto !important;
}
.newdocuments-container #file_panel #file_panel_inner > .row{
    max-width:inherit;
    padding:0 35px;
}
.sidebar_open .newdocuments-container #file_panel{
    width:75%;
}
.newdocuments-container .large-2{
    min-height:inherit;
}
.sidebar_open .newdocuments-container #file_panel .medium-3.large-2.small-6.columns {
    width: 16.6666%;
    padding: 0 0.9375rem;
}
.newdocuments-container #file_panel .medium-3.large-2.small-6.columns {
    width: 12.5%;
    padding: 0 7px;
}
.jobfile-banner #file_container.newdocuments-container{
    margin-top: 75px;
}
.sidebar_open .newdocuments-container .register-panel h2{
    font-size:11px;
}

#example_filter {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    position: absolute;
    top: -79px;
    right: 222px;
}
#example_filter input[type="search"] {
    display: inline;
    width: 142px;
    margin-left: 10px;
}
#master-table_filter {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    position: absolute;
    top: -53px;
    right: 256px;
}
/*changes13-04-2017 malli*/
.form-print{
@viewport {
 disable...
}   
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  background: #fff none repeat scroll 0 0;
  height: 1.8em;
  position: absolute;
  top: 2px;
  width: 1.8em;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  background: #efb41f none repeat scroll 0 0;
  border: 1px solid #efb41f;
  color: #000;
}
/*end changes13-04-2017 malli*/

@media (max-width:1600px) {
.fixed_side ul{
    height: 375px;
}
.calendar-banner .calendar-block{
    max-width:1200px;
    margin:0 auto;
}
.email-link a{
    width:33px;
}
.reference-banner .panel.callout{
    min-height:170px;
    padding: 20px 10px 10px 10px;
}
.sitepack-container .register-panel h2 {
    font-size: 11px;
}
.sitepack-container .panel.jobs-bg.callout {
    min-height: 132px;
}
.sidebar_open .sitepack-container .panel.jobs-bg.callout {
    min-height: 143px;
}
.registers-banner .callout .callout-img{
    bottom: -10px;
}
}
@media (max-width:1300px) {
.calendar-banner .calendar-block{
    max-width:1100px;
    margin:0 auto;
}
.sidebar_open.jobfile-banner #file_sidebar{
    width:334px;
}
#file_panel{
    width:72%;
}
.sidebar_open .newdocuments-container #file_panel {
    width: 72%;
}
.newdocuments-container .panel.jobs-bg.callout {
    min-height: 130px;
}
.newdocuments-container .register-panel h2 {
    font-size: 11px;
}


.sidebar_open .sitepack-container #file_panel {
    width: 72%;
}

.sitepack-container .register-panel h2 {
    font-size: 11px;
    min-height: 53px;
}

}
@media (max-width:1200px) {
.jobfile-banner #file_sidebar{
    width: 3%;
}
.sidebar_open.jobfile-banner #file_sidebar{
    width: 30%;
}
.fixed_side ul {
    height: 375px;
}
.jobfile-banner #file_panel {
    width: 70%;
}
.jobfile-banner .newdocuments-container  #file_panel {
    width: 100%;
}
.search-block{
    max-width: 416px;
}
.reference-banner .dashboard-banner > h3 span{
    text-align:left;
}
.reference-banner .dashboard-banner > h3{
    padding:10px 205px 10px 50px;
}
.calendar-banner .calendar-block{
    max-width:1000px;
    margin:0 auto;
}
.reference-banner .register-panel .medium-12 h2{
    min-height: 30px;
}
.jobfile-container .panel.callout{
    height:150px;
}
.jobfile-banner #file_panel .row .large-2{
    width:25%;
}
.projectquotations-container .large-2{
    min-height:inherit;
}
.sidebar_open .newdocuments-container #file_panel {
    width: 70%;
}
.sidebar_open .newdocuments-container #file_panel .medium-3.large-2.small-6.columns {
    width: 20%;
}
.sidebar_open .sitepack-container #file_panel {
    width: 70%;
}
.sidebar_open .sitepack-container #file_panel .medium-3.large-2.small-6.columns {
    width: 20%;
}
.sitepack-container #file_panel {
    width: 100%;
}
.sitepack-container .panel.jobs-bg.callout.radius {
    min-height: 142px;
}
.newdocuments-container .register-panel h2 {
    min-height: 53px;
}
}
@media (max-width:1100px) {
.jobfile-banner #file_panel{
    width:66% !important;
}
.sidebar_open.jobfile-banner #file_sidebar {
    width: 34%;
}
.jobfile-banner #file_sidebar{
    max-width:inherit !important;
}
.jobfile-banner #file_sidebar ul.side-nav li a span{
    font-size:18px;
    line-height:18px;
}
.search-block {
    max-width: 375px;
}
.fixed_side ul {
    height: 351px;
}
.reference-banner .padding-gap {
    padding-top: 140px;
}
.calendar-banner .calendar-block{
    max-width:890px;
    margin:0 auto;
}
.calendar-banner .calendar-month-buttons li a{
    padding:6px 10px;
}
.reference-banner .panel.callout {
    width: 210px !important;
}
.sitepack-container .register-panel .medium-12 h2{
    min-height: 53px;
}
.jobfile-banner .newdocuments-container #file_panel {
    width: 100% !important;
    max-width: inherit;
}
.sidebar_open.jobfile-banner .newdocuments-container #file_panel {
    width: 66% !important;
    max-width: inherit;
}
.sidebar_open .newdocuments-container #file_panel .medium-3.large-2.small-6.columns {
    width: 25%;
}
.newdocuments-container .register-panel h2 {
    min-height: 53px;
    font-size: 12px;
}
.newdocuments-container #file_panel .medium-3.large-2.small-6.columns {
    width: 20%;
}

.sidebar_open .sitepack-container #file_panel .medium-3.large-2.small-6.columns {
    width: 25%;
}

.jobfile-banner .sitepack-container #file_panel {
    width: 100% !important;
    max-width: inherit;
}
.sidebar_open.jobfile-banner .sitepack-container #file_panel {
    width: 66% !important;
    max-width: inherit;
}
.newdocuments-container .sitepack-panel h2 {
    min-height: 53px;
    font-size: 12px;
}
.sitepack-container .panel.jobs-bg.callout.radius {
    min-height: 148px;
}
.sidebar_open .sitepack-container .panel.jobs-bg.callout.radius {
    min-height: 128px;
}
.sitepack-container .panel.jobs-bg.callout.radius {
    min-height: 142px;
}
#example_wrapper{
    overflow:auto;
}
.padding-gap_1 {
    padding-top: 150px;
}
}
@media (max-width:992px) {
    .email-link a{
    display:none;
}
.sidebar_open.jobfile-banner #file_sidebar {
    width: 35%;
}
.jobfile-banner #file_panel {
    width: 65% !important;
}
.sidebar_open .fixed_side {
   /* width: 35%;*/
}
.jobfile-banner #file_sidebar ul.side-nav li a span {
    font-size: 16px;
    line-height: 16px;
}
.jobfile-banner #file_sidebar ul.side-nav li a i {
    font-size: 25px;
}   
.jobfile-banner #file_panel {
    width: 65% !important;
}
.jobfile-banner #file_sidebar {
    width: 15%;
}
.fixed_side {
    width: 265px;
}
.calendar-banner .calendar-block{
    max-width:660px;
    margin:0 auto;
}
.calendar-banner .calendar-month-buttons li a{
    padding:6px;
}
.jobfile-banner .jobs_cnt{
    top: 35%;
}
.jobfile-banner #file_sidebar ul.side-nav li a{
    padding:12px 12px 12px 40px;
}
.register-block .panel.register-bg.callout.radius{
    width: 221px !important;
}
.registers-banner .register-block .panel.register-bg.callout.radius{
    width: 100% !important;
}
.sidebar_open.jobfile-banner .newdocuments-container #file_panel {
    width: 65% !important;
}
.sidebar_open .newdocuments-container #file_panel .medium-3.large-2.small-6.columns {
    width: 33.33%;
    display: inline-block !important;
}
.sidebar_open .newdocuments-container #file_panel #file_panel_inner > .row {
    padding: 0 8px;
}
.sidebar_open.jobfile-banner .sitepack-container #file_panel {
    width: 65% !important;
}
.sidebar_open .sitepack-container #file_panel .medium-3.large-2.small-6.columns {
    width: 33.33%;
    display: inline-block !important;
}
.sidebar_open .sitepack-container #file_panel #file_panel_inner > .row {
    padding: 0 8px;
}
.sitepack-container .panel.jobs-bg.callout.radius {
    min-height: 128px;
}
.padding-gap_1 {
    padding-top: 200px;
}
.jobfile-banner #file_container.newdocuments-container {
    margin-top: 100px;
}
.jobfile-banner #file_container.sitepack-container {
    margin-top: 100px;
}
}
@media (max-width:767px) {
.jobfile-banner #file_sidebar {
    width: 100%;
    height:auto !important;
    position: absolute;
    z-index: 999;
}
.sidebar_open.jobfile-banner #file_sidebar {
    width: 100%;
}
.jobfile-banner #file_panel {
    width: 100% !important;
    padding: 28px 0 0 0;
}
.fixed_side {
    width: 70%;
    left:-100%;
    top: 65%;
    /*position:absolute;
    z-index:999;*/
    /*background:none !important;*/
}
.jobfile-banner .jobs_cnt {
    top: 80%;
	opacity: 0.75;
}
.jobfile-banner #file_sidebar ul.side-nav{
    /*background: rgba(217, 56, 56, 0.77) none repeat scroll 0 0 !important;*/
    height: 280px !important;
}

.jobfile-banner #file_sidebar ul.side-nav li a i {
    display: inline-block;
    font-size: 25px;
    vertical-align: middle;
    margin: 0;
}
.jobfile-banner #file_sidebar ul.side-nav li a {
    padding: 12px 12px 12px 30px;
}
.jobfile-banner #file_sidebar ul.side-nav li a span {
    opacity: 1;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    vertical-align: middle;
}


.reference-banner .padding-gap {
    padding-top: 150px;
}
.reference-banner .dashboard-banner > h3 {
    padding: 10px 16px;
    width: 66%;
}
.reference-banner .dashboard-banner > h3 > span {
    font-size: 21px;
}
.jobfile-banner .bams-header{
    padding: 10px 16px;
}
.calendar-banner .calendar-block{
    max-width:550px;
}
.calendar-banner .calendar-month-buttons li a {
    font-size: 13px;
}
.jobfile-banner .jobs_cnt{
    z-index: 999;
}
.reference-banner .panel.callout {
  width: 190px !important;
}
.bams-header h3{
    font-size:24px;
    line-height:24px;
}
.register-block .panel.register-bg.callout.radius {
    width: 185px !important;
}
.back_new:hover{
    background:#3F3F3F !important;
}

.medium-2.large-3.small-12.columns {
    width: 25%;
    padding: 0 8px;
}
.main-bams-content{
    margin:0;
}
.sidebar_open.jobfile-banner .newdocuments-container #file_panel {
    width: 100% !important;
}
.newdocuments-container #file_panel .medium-3.large-2.small-6.columns {
    width: 33.33%;
    display: inline-block !important;
}
.sidebar_open .newdocuments-container #file_panel .medium-3.large-2.small-6.columns {
    padding: 0 7px;
}
.sidebar_open .newdocuments-container #file_panel #file_panel_inner > .row {
    padding: 0 35px;
}
.sidebar_open .newdocuments-container #file_sidebar {
    min-height: inherit;
}
.sidebar_open .newdocuments-container .register-panel h2 {
    font-size: 12px;
}

.sidebar_open.jobfile-banner .sitepack-container #file_panel {
    width: 100% !important;
}
.sitepack-container #file_panel .medium-3.large-2.small-6.columns {
    width: 33.33%;
    display: inline-block !important;
}
.sidebar_open .sitepack-container #file_panel .medium-3.large-2.small-6.columns {
    padding: 0 7px;
}
.sidebar_open .sitepack-container #file_panel #file_panel_inner > .row {
    padding: 0 35px;
}
.sidebar_open .sitepack-container #file_sidebar {
    min-height: inherit;
}
.sidebar_open .sitepack-container .register-panel h2 {
    font-size: 12px;
}
footer h3, footer h3 a{
    font-size:0px;
    line-height:0px;
}
.email-link a{
    display:none;
}
.back-button{
    position:static;
    transform:none;
    -webkit-transform:none;
    -moz-transform:none;
    -o-transform:none;
    -ms-transform:none;
    /*background: #db4a4a;*/
    text-align: right;
    line-height: 0;
    cursor: default;
    float: right;
    padding: 8px 16px;
    width: 34%;
}

.back_new{
    display: inline-block;
    vertical-align: top;
    float:none; 
    cursor: pointer;
}
.contacts-banner .back-button{
    background: rgba(237, 117, 0, 0.9);
}
body.reference-banner{
    padding-bottom: 57px;
}
.calendar-banner .back-button {
    background: rgba(42, 108, 36,0.9);
}
.documents-banner .back-button {
    background: rgba(255, 195, 35, 0.9);
}
.dashboard-banner h3 {
    padding: 10px 16px;
}
.padding-gap_1 {
    padding-top: 175px;
}
.file_uploads-banner .back-button{
    background: rgba(63, 184, 232, 0.9);
}
.registers-banner .back-button {
    background: rgba(123, 41, 199,0.9);
}
.notice-banner .back-button {
    background: #da1bb4;
}
body.signin .back-button{
    background: rgba(11, 73, 148, 0.83);
}
body.preferences-banner .back-button{
    background: rgba(11, 73, 148, 0.83);
}
body.jobfile-banner{
    padding-bottom: 57px;
}
}
@media (max-width:641px) {
.jobfile-banner #file_panel {
    padding: 0;
}
.calendar-banner .calendar-block {
    max-width: inherit;
    width: 88%;
}

.reference-banner .panel.callout {
    width: 188px !important;
}
.jobfile-banner #file_panel .row .large-2 {
    width: 50%;
    margin: 0;
    padding: 0 5px;
}
.sitepack-container .panel.jobs-bg.callout.radius{
    width: 188px !important;
}
.register-block .row .small-12{
    width:50%;
    padding: 0 5px;
}
.dashboard-banner > h3 span{
    text-align:left;
    font-size:20px;
    line-height:20px;
}
.calendar-banner .button{
    margin: 10px 0 10px 10px;
}
.dashboard-banner h3{
    font-size:20px;
    line-height:20px;
    padding: 10px 16px;
}
.documents-banner > h3{
    padding: 10px 210px 10px 16px;
}
.registers-banner > h3{
    padding: 10px 210px 10px 16px;
}   
.reference-banner .padding-gap {
    padding-top: 100px;
}
.fixed_side{
    top: 65%;
}
.newdocuments-container #file_panel .medium-3.large-2.small-6.columns {
    width: 50% !important;
}
.sitepack-container #file_panel .medium-3.large-2.small-6.columns {
    width: 50% !important;
}
.register-block{
    padding-bottom: 120px;
}
body.registers-banner {
    padding-top: 86px;
}
body.signin{
    padding-top: 82px;
}
.jobfile-banner #file_container{
    margin-top: 125px;
}
.jobfile-banner #file_container.newdocuments-container {
    margin-top: 125px;
}
.jobfile-banner #file_container.sitepack-container {
    margin-top: 125px;
}
body.contacts-banner {
    padding-top: 82px;
}
body.calendar-banner {
    padding-top: 82px;
}
.padding-gap_1 {
    padding-top: 130px;
}
.reference-banner .dashboard-banner > h3, .back-button {
    width: 100%;
}


}
@media (max-width:640px) {
.logged-div{
    text-align:right;
}
.top-bar-section .dropdown li.title h5 a {
    color: #000 !important;
    position: absolute;
    background: #fff;
    z-index: 999;
    top: 8px;
    font-size: 13px;
}
.top-bar-section .dropdown li.title h5 a:before{
    content:"\f0a8";
    font: normal normal normal 14px/1 FontAwesome;
    margin: 0 5px 0 0;
    display: inline-block;
}
.top-bar-section .dropdown li.title h5 a:hover{
    background: #3F3F3F;
    color:#ffffff !important;
}
.top-bar-section .super-menu.dropdown li.title.back{
    height: 41px;
    display: inline-block;
    width: 110px;
}
.top-bar-section .dropdown li{
    position:relative;
}
.medium-2.large-3.small-12.columns {
    width: 50%;
    padding: 0 8px;
}
.search-block {
    width: 90%;
}
.top-bar-section .has-dropdown.moved > .dropdown{
    border-top: 1px solid #d4d4d4;
}
.top-bar-section .dropdown li a.parent-link{
    border-bottom: 1px solid #d4d4d4;
}
.field .checkbox-inline input[type=checkbox]{
    position:static;
    margin: 0 5px 0 0;
}
.field .checkbox-inline{
    padding-left: 0;
}
.top-bar-section .has-dropdown>a:after{
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.4);
}
}
@media (max-width:479px) {
.fixed_side {
    /*width: 265px;*/
}

.follow-us-block span{
    font-size:13px;
}
.calendar-banner .calendar-block {
    width: 96%;
}
.dashboard-banner > h3 span{
    line-height: 20px;
    font-size: 20px;
}
.reference-banner .panel.callout {
    width: 100% !important;
    padding: 10px 0 10px 0;
    min-height: 150px;
}
.reference-banner .register-panel .row{
    margin:0;
}
.main-bams-content .row .small-6{
    padding:0 5px;
}
.media-object-section .row .small-6{
    padding:0 15px;
}
.sitepack-container .panel.jobs-bg.callout.radius {
    width: 144px !important;
}
.bams-header h3{
    line-height: 20px;
    font-size: 20px;
}
footer {
    margin-top: 20px;
}
.register-block .panel.register-bg.callout.radius {
    width: 100% !important;
    min-height: 170px;
}
.staff-news-list .media-object-section {
    display: block;
    vertical-align: top;
    padding: 0 0 7px 0;
}
.notice-board-block .staff-news-list .thumbnail{
    display:block;
    margin:0 auto;
}
.notice-board-block .staff-news-list .medium-12.columns.text-right{
    text-align:center !important;
}
.notice-board-block .media-object-section .medium-12.columns.text-right{
    text-align:right !important;
}
.notice-board-block .dp-small{
    width:100% !important;
    height:auto !important;
}
.notice-board-block .padding-gap {
    padding-top: 125px;
}
.notice-banner .notice-board-block .padding-gap {
    padding-top: 100px;
}
.notice-board-block .staff-news-list {
    padding: 20px 10px 5px;
}
.follow-us-block .inline-list > li a{
    font-size: 15px;
    margin-right: 5px; 
}
.fixed_side {
    top: 65%;
}
.jobfile-banner #file_container.newdocuments-container {
    margin-top: 120px;
}
.jobfile-banner #file_container.sitepack-container {
    margin-top: 120px;
}
.newdocuments-container #file_panel #file_panel_inner > .row {
    padding: 0 !important;
}
.sitepack-container #file_panel #file_panel_inner > .row {
    padding: 0 !important;
}
.sitepack-container .panel.jobs-bg.callout.radius {
    min-height: 145px;
}
.padding-gap_1 {
    padding-top: 135px;
}
body.registers-banner {
    padding-top: 82px;
}
}

/*#file_sidebar{height:auto !important;}*/
#file_panel{height:auto !important;}

.important_new_btn {
     margin-left: 390px !important;
    width: 60% !important;
    transition: transform 0.5s ease 0s;
}
/*#file_panel > div .important_new_btn {
    margin-left: 20% !important;
    width: 75% !important;
}
*/
.jobfile-banner .email_add_new {
        margin-left:100px !important;
    
}
.important_new_btn_slide {
  margin-left: 100px;
  width: 80%;
}
.radio_margin_new {
  margin-left: 20px;
}
.radio_margin_new input {
  margin-top: 6px;
}
.large-6.columns.design_new h3 {
  font-size: 16px;
}
.small.button.button_new {
  border-radius: 5px;
  display: block;
  margin: 25px auto 0;
  padding: 13px 31px;
  width: 300px;
}
.design_new{
        
}
.email-close-icon1 {
  background: #3F3F3F;
  border-radius: 50%;
  color: #fff;
  height: 25px;
  left: 7px;
  position: absolute;
  text-align: center;
  top: 6px;
  width: 25px;
}
.email-close-icon1 .fa.fa-thumb-tack {
  margin: 0;
}
.b_status_reference{
    cursor: pointer;
}
.b_status_reference_text{
    text-transform: capitalize;
}
/*.job-file-inner {
  padding: 0 15px;
}*/

.ui-datepicker td.ui-datepicker-today a{
    background: #3F3F3F;
}

@media (max-width:1300px) {
    .important_new_btn {
    margin-left: 390px !important;
    width: 58% !important;
}
}

@media (max-width:1300px) {
    .important_new_btn {
     margin-left: 390px !important;
    width: 55% !important;
}
}
@media (max-width:1280px) {
.important_new_btn {
  margin-left: 390px !important;
  width: 55% !important;
}
}
    

@media (max-width:768px) {  
    .important_new_btn {
  margin-left: 390px !important;
  width: 55% !important;
}
.reference-banner .panel.callout {
    width: 100% !important;
}
    }
@media (max-width:768px) {  
.email-slider {
 
  
width: 250px;

}

}



/*malii changes 19-04-2017*/
.fixed_side > .important_new_btn{
    margin-left: 100px; !important;
    
    }
.sidebar_open.jobfile-banner .fixed_side .important_new_btn {
    
    margin-left: 55px !important;
    width:80% !important;
    
}
.fixed_side.jobfile-banner #file_sidebar .important_new_btn {
     margin-left: 100px; !important;
    }
.important_new_btn > body.jobfile-banner.management-user.sidebar_open{
    display:block;
}



.important_new_btn .medium-2 {
    width: 25% !important;
}
.important_new_btn .medium-4 {
    width: 33.33% !important;
}
.important_new_btn .medium-3 {
    width: 25% !important;
}
.row.important_new_btn .medium-3 {
    width: 25% !important;
}


@media (max-width:1024px) {
.important_new_btn .medium-4 {
    width: 49.33% !important;
}
.row.important_new_btn .medium-3 {
  width: 33% !important;
}
.important_new_btn .medium-2 {
  width: 33.33% !important;
}
.medium-4 {
    width: 25%;
}
footer .medium-4 {
    width: 33.33%;
}


}
@media (max-width:800px) {
.important_new_btn .medium-4 {
    width: 49.33% !important;
}
.row.important_new_btn .medium-3 {
  width: 38% !important;
}
.chat-button {
  bottom: 0;
  position: fixed;
  right: 0;
  text-align: right;
  width: 53px;
  z-index: 999;
}
}
@media (max-width:660px) {

.medium-4 {
    width: 50%;
}
footer .medium-4 {
  width: 33% !important;
}
#file_panel > div {
  padding: 0 0px;
}

.jobfile-banner .print-content .form-print .input-print input {
	height: 38px !important;
}

.print-content .form-print .input-print input {
	font-size: 18px !important;
}

.jobfile-banner .print-content .form-print .input-print select {
	height: 38px !important;
	font-size: 18px !important;
}
input[type="text"] {
	font-size: 18px !important;
}
}






@media (max-width:2700px) {
.sidebar_open .sitepack-container #file_panel .medium-3.large-2.small-6.columns {
    width: 180px;
  
}
.sitepack-container #file_panel .medium-3.large-2.small-6.columns {
    padding: 0 7px;
    width: 8.5%;
}
.row.important_new_btn .medium-3 {
    width: 13% !important;
}

    
    }
@media (max-width:1800px) {
.sidebar_open .sitepack-container #file_panel .medium-3.large-2.small-6.columns {
   width: 180px;
   
}
.sitepack-container #file_panel .medium-3.large-2.small-6.columns {
    padding: 0 7px;
     width: 180px;
}
.row.important_new_btn .medium-3 {
    width: 25% !important;
}
    
    }

.pagetitle {
	font-style: italic !important;
}

.abn {
	font-size: 10px !important;
	font-family: arial !important;
	color: #222 !important;
	font-weight: normal !important;
	font-style: normal !important;
}
input.mymodernbtn {
	border-radius: 20px;
}
a.myrefhover{
	transition: 0.5s;
}
a.myrefhover:hover{
	color: #000000 !important;
	transition: 0.5s;
}
i.jobfileiconmycolour{
	color: #3f3f3f !important;
}
input[type="search"]{
	border-radius: 20px;
}
a#ilikehoversonbuttonssmileyface:hover {
	background-color: #45ccff !important;
	transition: 0.5s;
}
input#first_name, input#last_name, input#password_confirm, input#country_code, input#phone, input#company, input#email, input#user_color, .sp-replacer sp-light{
	border-radius: 20px;
}
.prefernces-users-block .action-tab a .warning:hover {
	color: #3f3f3f;
	transition: 0.5s;
}.menu_title_btn {	color: black !important; }.job-email {	color: #3F3F3F !important;}th.liamthingo {	width: auto !important;}

.lf-white-icon {
	color: white;
}

.lf-menu-fix {
	padding: 27.5px 0px !important;
 	height: auto !important;
	line-height: 1 !important; 
	width: 64px !important;
	text-align: center !important;
}

.lf-search-head {
	padding: 18.5px 0px !important;
	width: 64px !important;
}

.profile-circle {
	height: 45.5px;
	width: auto;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background: darkgrey; 
}

.user-row-two {
	font-size: 16pt;
	font-weight: bold;
	color: white;
	text-align: center;
	padding-top: 26%; 
}

.liam-extra-lf {
	text-align: center;
	padding: 4px 0 !important;
	width: 64px !important;
}