@import url('https://fonts.googleapis.com/css?family=Work+Sans');
body{ background:#f3f3f3!important;font-family: 'Work Sans', sans-serif;}


body .navbar-default .navbar-brand a{ color:#fff;}
body h1.page-header {
    font-size: 28px;
    border-bottom: 1px dashed #331400;
    font-weight: 800;
    color: #331400;
}
body .navbar-default .navbar-brand {
    color: #fff;
    padding: 23px 0 0 29px;
}


#block-system-main h2{font-size: 22px;
    font-weight: 800;}
.navbar.container {
    background: #331400;
    color: #fff;
}
.main-container{ background:#f3f3f3;}


#block-system-main form label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 16px;
}
body input.form-control,select.form-control, body input.form-control,select.form-control{ background: transparent; border-radius:0;}
.form-textarea-wrapper textarea{background: transparent; resize:none;border:0;border-bottom:1px solid #000; box-shadow:none;border-radius:0;}
body button{background: rgb(0,34,56);
background: #331400;     color: #fff;}
body #block-system-main h2 {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px dashed #331400;
    color: #331400;
    text-transform: uppercase;
}
body input.form-control, select.form-control,body input.form-control, select.form-control{ border:0;border-bottom:1px solid #333; box-shadow:none; border-radius:0;}
.control-label a{ color:#020d45;}
body input.form-control:focus, select.form-control:focus,body input.form-control:focus, select.form-control:focus{ background:transparent; border-bottom:1px solid #ccc; outline:0; box-shadow: 0 0 1px rgba(98, 101, 228, 1) !important;}
body input.form-control:focus, body select.form-control:focus,body.page-user input.form-control:focus, select.form-control:focus{background:transparent; border-bottom:1px solid #ccc; outline:0; box-shadow: 0 0 1px rgba(98, 101, 228, 1) !important;}
body{background:#f3f3f3;  }

.nav-tabs li a{color:#fff; background:#331400; }
.nav-tabs li a.active{    background: rgb(0,34,56);
    background: #331400;color:#fff;}
.nav-tabs li a.active:hover,.nav-tabs li a:hover{ color:#fff;background: #020d45;}
.nav-tabs {
    margin-bottom: 10px;
    border-bottom: 1px solid #020d45;
}
button.form-submit{    background: rgb(0,34,56);
    background: #331400; color:#fff;}
div#edit-tab ul li {
    float: none;
    list-style: none;
    height: 35px;
    display: inline-block;
    font-size: 20px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    cursor: default;
    margin: 0 3px;
    padding: 7px 10px 7px 30px;
    min-width: 180px;
    float: left;
    position: relative;
    background-color: #331400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color 0.2s ease;
}


div#edit-tab ul{ margin:0; padding:0;}
div#edit-tab ul {
    border-bottom: 1px solid #ccc;
    clear: both;
    overflow: hidden;
}
fieldset .panel-heading a.panel-title{    background: #331400; color:#fff;}


button.form-submit:hover{ color:#fff;}

.entry_menu, .entry-list {
    float: left;
    background: #331400;
    margin-right: 10px;
    padding: 13px 23px;
    margin-bottom: 20px;
    border-radius: 4px;
}
.entry_menu a, .entry-list a{ color:#fff;}
.entry_main_section{ clear:both; margin-bottom:20px;}
.edit_link a,.table-responsive a{ color:#020d45;}
.navbar-default .navbar-nav > li > a,.navbar-default .navbar-nav > li > a:hover,body .navbar-default .navbar-brand:hover{ color:#fff;}



div#edit-tab ul li:after,
div#edit-tab ul li:before {
	content: " ";
	position: absolute;
	top: 0;
	right: -17px;
	width: 0;
	height: 0;
	border-top: 19px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 17px solid #331400;
	z-index: 2;
  transition: border-color 0.2s ease;
}
div#edit-tab ul li.tab_selected{background: linear-gradient(to bottom, #ebc735 0%, #ffe871 17%, #ba7d1d 72%, #ce9d28 100%);}
div#edit-tab ul li.tab_selected:after,
div#edit-tab ul li.tab_selected:before {
	content: " ";
	position: absolute;
	top: 0;
	right: -17px;
	width: 0;
	height: 0;
	border-top: 19px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 17px solid #ffe871;
	z-index: 2;
  transition: border-color 0.2s ease;
}
div#edit-tab ul li:before {
	right: auto;
	left: 0;
	border-left: 17px solid #fff;
	z-index: 0;
}

div#edit-tab ul li:first-child:before {
	border: none;
}

div#edit-tab ul li:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

div#edit-tab ul li span {
	position: relative;
}



div#edit-tab ul li span:before {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease 0.5s;
	-moz-transition: opacity 0.3s ease 0.5s;
	-ms-transition: opacity 0.3s ease 0.5s;
	transition: opacity 0.3s ease 0.5s;
}

div#edit-tab ul li.tab_selected:after {
 content: " ";
    position: absolute;
    top: 0;
    right: -17px;
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 17px solid #ffe871;
    z-index: 2;
    transition: border-color 0.2s ease;
}
div#edit-tab ul li.tab_selected:before {
    /* border-left: 17px solid #fff; */
    /* border-top: 19px solid transparent; */
    /* border-bottom: 15px solid transparent; */
    border-left: 17px solid #fff;
    background: transparent;
    right: auto;
    left: 0;
    border-left: 17px solid #fff;
    z-index:0;}
#block-system-main .form-type-checkbox label.control-label{font-size:18px; font-weight:normal; border:0;}
.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"]{ margin-top:7px;}
#block-system-main .panel-body .form-item label.control-label {
    font-size: 17px;
    display: block;
    border-bottom: 0;
    font-weight: normal;
}
div#edit-tab ul li.tab_selected:after {
    content: " ";
    position: absolute;
    top: 0;
    right: -17px;
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 17px solid #ffe871;
    z-index: 2;
    transition: border-color 0.2s ease;
}

.entry_counter {
    background: #331400;
    padding: 10px 20px;
    color: #fff;
    margin-bottom: 14px;
    display: inline-block;
    font-size: 16px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 0;
    border-radius: 4px;
}
.nav-tabs li a.active{ border:0; border-radius:4px;}
.entry_main_section {
    clear: both;
    margin-bottom: 0;
    background: transparent;
    padding: 10px 0;
    border-top: 1px solid #ccc;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
    word-spacing: 1px;
    background: #ccc;
}

span.delete_link{
border:1px solid #aa9057; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
    background: rgb(0,34,56);
    background: #331400;margin:0 10px;
}

span.delete_link:hover{
 border:1px solid #aa9057;
    background: rgb(0,34,56);
    background: #331400;}
span.delete_link a{ color:#fff; }
.edit_link a{color:#fff;}


.edit_link{
border:1px solid #aa9057; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
    background: rgb(0,34,56);
    background: #331400;}

.edit_link:hover{
 border:1px solid #aa9057;
    background: rgb(0,34,56);
    background: #331400;}
.entry_main_section span{ padding:10px;}

.note {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 10px 0;
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
}

.thankyou{ font-size:25px; font-weight:800; text-align:center;font-size: 23px;
    font-weight: 800;
    text-align: center;
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    padding: 5px 0;}
.page-entry-list .entry_main_section{background:#f9f9f9;}
a.btn-link{background: rgb(0,34,56);
background: #331400;    color: #fff;
    max-width:350px;
   display:inline-block;
  font-size:23px;
text-align:center;
border-radius:4px;
margin:10px 20px;
width:100%;
padding:10px 0;
}
.table-striped{ border:1px solid #ccc;}
#block-system-main .form-type-checkboxes label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 20px;
}
a.btn-link:hover,a.btn-link:hover{ background:#331400; color:#fff;}
body.front.not-logged-in #block-system-main,body.front.logged-in #block-system-main{ text-align:center;}
/*#-site-entry-category-detail-form .entry-list a{background: rgba(19,40,159,1);
    background: -moz-linear-gradient(top, rgba(19,40,159,1) 0%, rgba(13,29,116,1) 53%, rgba(2,13,69,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(19,40,159,1)), color-stop(53%, rgba(13,29,116,1)), color-stop(100%, rgba(2,13,69,1)));
    background: -webkit-linear-gradient(top, rgba(19,40,159,1) 0%, rgba(13,29,116,1) 53%, rgba(2,13,69,1) 100%);
    background: -o-linear-gradient(top, rgba(19,40,159,1) 0%, rgba(13,29,116,1) 53%, rgba(2,13,69,1) 100%);
    background: -ms-linear-gradient(top, rgba(19,40,159,1) 0%, rgba(13,29,116,1) 53%, rgba(2,13,69,1) 100%);
    background: linear-gradient(to bottom, rgba(19,40,159,1) 0%, rgba(13,29,116,1) 53%, rgba(2,13,69,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13289f', endColorstr='#020d45', GradientType=0 );
    color: #fff;
   margin:10px 0;
display: inline-block;

padding: 10px;
margin-right:7px;
}*/
.ckeditor_links {
    display: none!important;
}
.panel-body {
    display: none;
}

.table-responsive {
    min-height: .01%;
    overflow-x: inherit;
}
.norecord {
    clear: both;
    font-size: 25px;
}
.inner_entry_div {
  border: 1px solid #ccc;
  padding: 7px;
  margin: 10px;
}

.form-item-authorization-letter, .form-item-authorization-letter label {
  padding-bottom: 15px;
}
.download_note {
  padding-top: 16px;
  font-size: 17px;
}
.download_link {
  padding-bottom: 19px;
  font-size: 17px;
}
.form-item-captcha-response {
  padding-bottom: 24px;
}
.validate_media {
  cursor: pointer;
}

@media (min-width:0px) and (max-width:1024px){
a.btn-link{max-width:80%;}
}


.disclaimer1 {
  list-style-position: inside;
}

.disclaimer1 li{
  position: relative;
}
.disclaimer1 li a {
  position: absolute;
  left: 30px;
}

.note2 {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 10px 0;
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #AA9057;
    background: bottom;
}

nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, button.form-submit:hover, .nav-tabs li a.active:hover, .nav-tabs li a:hover, .btn-link:hover, .btn-link:focus, .btn-link:active, .btn-default:active, .btn-default:focus, .btn-primary:active, .btn-primary:focus {
    color: #fff;
    text-decoration: underline;
    background: #331400;
    border: #331400;
    text-decoration-color: #aa9057;
}