@import url('bootstrap-multiselect.css');

@media screen and (min-width: 992px) {
	.the-icons li {
		width: 12.5%;
	}
}

@media (max-width: 767px)
{body {
	padding:0px;
	}
 .card {margin-left:15px; margin-right:15px;}
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .modal-dialog {
        margin: 10% auto;
        width: 100%;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    #docstoreTbodySigned>tr>td.documentName {
        overflow: hidden;
        white-space: nowrap;
        max-width: 180px;
        text-overflow: ellipsis;
    }

    .documentUploadDate {display:none;}

    .signreport-title span.signdate {
        float: left;
    }

    .modal-dialog {
        margin: 10% auto;
        width: 100%;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
    .documentUploadDate {display:none;}

    .modal-dialog {
        margin: 10% auto;
        width: 100%;
    }
}

.the-buttons>li {
	float: left;
	height: 80px;
	padding: 10px;
	border: 1px solid #ddd;
	font-size: 12px;
	line-height: 1.25;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 -1px -1px 0;
}

.the-icons .glyphicon {
	display: block;
	margin: 5px;
	vertical-align: middle;
	margin-right: 3px;
	font-size: 24px;
}

.the-icons li {
	float: left;
	width: 100px;
	height: 110px;
	padding: 10px;
	border: 1px solid #ddd;
	font-size: 12px;
	line-height: 1.25;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
}

.the-icons, .the-buttons {
	list-style: none;
}

.the-icons .glyphicon {
	display: inline;
}

.card-header {
    background: #f5f5f5;
    margin-bottom: 0;
    padding: 0;
}

.nav-tabs {
    margin-bottom: 0;
}

.card-body {
    padding: 0, 0, 0, 0;
}

.nav-tabs {
    display: flex;
    width: 100%;
    border-bottom: none;
}

.nav-item {
    flex-grow: 1;
}

.nav-link {
    width: 100%;
}

@font-face {
	font-family: 'opensansbold';
	src: url('../fonts/OpenSans-Bold.ttf');
}

@font-face {
	font-family: 'open sans';
	src: url('../fonts/OpenSans-Regular.ttf');
}

html, body{
    overflow-x:hidden;
}

body {
	font-family: open sans, sans-serif;
	font-size: 13px;
	background:#f5f5f5 none repeat scroll 0 0;
	background: url(../images/cover.jpg);
	background-color: #f7f7f7;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0;
	color: #525961;
}

#bg_pattern {
background-image: url(../images/pattern.png);
position: fixed;
opacity: 0.8;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: -1;
}
.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	padding-right: 0px;
}

.navbar_content {
    background: #000 url("../images/topnav_bg.jpg") repeat scroll 0 0;
    border-bottom: 1px solid white;
    height: auto;
    min-height: 60px;
    width: 100%;
}

.header_content {
	background: #000 url("../images/header_bg.jpg") repeat 0 0;
	float: left;
	/*height: 165px;*/
	height: auto;
	width: 100%;
	border-bottom: 8px solid #ceece8;
}

.navbar {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: white;
    margin-bottom: 0;
    min-height: 60px;
}

.navbar-inverse .navbar-brand {
	font-family: open sans, sans-serif;
	font-size: 15px;
	/*font-weight: bold;*/
	color: white;
	width: 50%;
}

.navbar-brand {
	padding: 14px;
}

span.systemName {
    float: left;
    font-weight: normal;
    color: #dde1e6;
    margin: 8px 5px;
    font-size: 14px;
}

img.headerLogo {
	float: left;
	width:400px;
}

.navpic {
	padding-right: 9px;
	float: left;
}

.navbar-nav>li>a {
	line-height: 30px;
}

.navbar span.myname {
	float: left;
	height: 30px;
	max-width: 150px;
	overflow: hidden;
	padding: 0 2px 0 2px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.userpic, .domainpic {
	padding-right: 9px;
}

.dropdown-menu {
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	display: none;
	float: left;
	font-size: 13px;
	left: 0;
	list-style: none outside none;
	margin: 2px 0 0;
	min-width: 160px;
	padding: 5px 0;
	position: absolute;
	text-align: left;
	top: 100%;
	z-index: 1000;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus
	{
	background-color: #56B3A6;
	color: #FFFFFF;
	outline: 0 none;
	text-decoration: none;
}

.radio, .checkbox {
	display: block;
	margin-bottom: 2px;
	margin-top: 0;
	min-height: 10px;
	padding-left: 20px;
	vertical-align: middle;
}

.navbar-inverse .navbar-nav>li>a {
	color: white;
	font-size: 13px;
	transition: background-color 0.2s;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover,
	.navbar-inverse .navbar-nav>.open>a:focus {
	background-color: rgba(0, 0, 0, 0.1);
}

.navbar-inverse .navbar-nav>li>a:hover {
	background-color: rgba(0, 0, 0, 0.1);
}

/*.nav-tabs {*/
/*	border-bottom: none;*/
/*}*/

/*.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus*/
/*	{*/
/*	-moz-border-bottom-colors: none;*/
/*	-moz-border-left-colors: none;*/
/*	-moz-border-right-colors: none;*/
/*	-moz-border-top-colors: none;*/
/*	background-color: rgba(55, 75, 68, 0.3);*/
/*	border: none;*/
/*	color: #fff;*/
/*	cursor: default;*/
/*	transition: background-color 0.5s;*/
/*}*/

.nav-tabs {
    border-bottom: 1px solid #ddd;
	outline:none;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: rgba(255, 255, 255, 0.9);
    border-color: #e4e3e3 #e4e3e3 transparent transparent;
    border-image: none;
    border-radius: 0 5px 0 0;
    border-style: solid;
    border-width: 1px;
	color: #31373f;
    cursor: default;
    margin-bottom: 0;
    transition: background-color 0.5s ease 0s;
	outline:none;
	box-shadow: 0 0 0 rgba(83, 145, 156, 0) inset;
}

.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover,
	.nav-tabs.nav-justified>.active>a:focus {
	border: none;
}

.nav-tabs>li>a {
	border: none;
	border-radius: 0;
	line-height: 1.42857;
	margin-right: 2px;
	color: white;
}

.nav-tabs.nav-justified > li > a {
    border-bottom: 0 none;
    color: #888;
    font-family: sans-serif;
    margin-bottom: 0;
    padding: 15px 0 10px;
}

a.main_nav_tab_text {
	background-color: rgba(245, 245, 245, 1);
	font-family: open sans, sans-serif;
    font-size: 12px;
    font-variant: small-caps;
    font-weight: 600;
	box-shadow: inset 0 -4px 11px -9px rgba(0, 0, 0, 0.8);
	transition: background-color 0.5s;
}


li.active a.main_nav_tab_text, li.active a.main_nav_tab_text:hover, li.active a.main_nav_tab_text:focus {
	color: #31373f;
	border-radius: 7px 7px 0 0;
}

.nav-tabs>li>a:hover, .nav-tabs>li>a:focus {
	background-color: rgba(142, 199, 189, 1);
	color: #386765;
	transition: background-color 0.5s;
	box-shadow: inset 0 -4px 11px -9px rgba(31, 56, 60, 1);
}

.nav-tabs div.icons {
	display: block;
	height: 59px;
	margin: 10px auto;
	padding: 15px;
	width: 58px;
}

.nav-tabs div.icon1 {
	background: url("../images/nav_tab_icons.png") no-repeat scroll 0 0
		transparent;
}

.nav-tabs div.icon2 {
	background: url("../images/nav_tab_icons.png") no-repeat scroll -58px 0
		transparent;
}

.nav-tabs div.icon3 {
	background: url("../images/nav_tab_icons.png") no-repeat scroll -116px 0
		transparent;
}

.nav-tabs div.icon4 {
	background: url("../images/nav_tab_icons.png") no-repeat scroll -174px 0
		transparent;
}

.data_content-header {
	background-color: #f8f8f8;
	float: left;
	height: auto;
	margin: 15px auto;
	width: 100%;
}

.sub_header-icon {
	float: left;
	height: 59px;
	width: 59px;
}

.sub_header-icon-key {
	background: url("../images/sub_header-icons.png") no-repeat scroll 0 0
		#d8d8d8;
}

.sub_header-icon-device {
	background: url("../images/sub_header-icons.png") no-repeat scroll
		-258px 0 #d8d8d8;
}

.sub_header-icon-domain {
	background: url("../images/sub_header-icons.png") no-repeat scroll -66px
		-2px #D8D8D8;
}

.sub_header-icon-user {
	background: url("../images/sub_header-icons.png") no-repeat scroll
		-195px 1px #D8D8D8;
}

.sub_header-name {
	color: #525961;
	float: left;
	font-family: open sans, sans-serif;
	/*font-weight: bold;*/
	font-size: 19px;
	font-variant: small-caps;
	padding: 15px;
}

.modal {
	overflow-y: auto;
	z-index: 5000;
}

.modal-dialog {
	margin: 10% auto;
	width: 600px;
}

.modal-content {
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0px;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	outline: 0 none;
	position: relative;
	padding: 5%;
}

.modal-title {
	color: #525961;
	font-family: open sans, sans-serif;
	/*font-weight: bold;*/
	font-size: 19px;
	font-variant: small-caps;
	padding: 0 0 16px 0;
}

.close {
	color: grey;
	float: right;
	font-family:  open sans, sans-serif;
	font-size: 33px;
	line-height: 1;
	margin: -3px 5px 10px;
	opacity: 0.8;
	transition: opacity 0.5s ease 0s;
	text-shadow: none;
}

.close:hover {
	color: #df5a5a;
	opacity: 1;
	transition: opacity 0.5s;
}

.alertclose {
	margin-top: -8px;
}

div.alert>.green {
	color: #535D2C;
}

div.alert>.red {
	color: #A94442;
}

div.alert>.yellow {
	color: #8A6D3B;
}

p.modal1 {
    margin: 0 auto;
    padding: 0 0 15px;
    width: auto;
}

/*.glyphicon {*/
/*	padding-right: 5px;*/
/*}*/

@keyframes changecolor {
  from {
    color: #337682;
  }

  to {
   color: #84bbb1;
  }

}

.bigicon {
    color: #337682;
    display: block;
    font-size: 85px;
    margin: 10px 0;
    text-align: center;
	animation-duration: 4s;
	animation-name: changecolor;
	animation-iteration-count: infinite;
	animation-direction: alternate;


}

.fs-1 {
	font-size:calc(2.5rem + 1.5vw)!important;
}

.specialHint {
    color: #999;
    float: left;
    font-style: italic;
    margin-top: 12px;
    padding:15px;
    font-weight: bold;
}

 @media screen and (min-width:446px){
    .specialHint{
        display:none;
    }
 }

.selectHint {
    color: #999;
    float: left;
    font-style: italic;
    margin-top: 12px;
}

 @media screen and (max-width:445px){
    .selectHint{
        display:none;
    }
 }

.selectHint span {padding-left: 5px;}

.deleteButton {
    width: 39px;
    float: right;
}

.file-input .btn {
    background-color: #354653;
    border: medium none;
    border-radius: 0;
    bottom: 3px;
    font-size: 12px;
    line-height: 25px;
    opacity: 1;
    padding: 6px 15px;
    position: relative;
    transition: all 0.3s ease 0s;
}

.btn:focus {
	outline: none;
	color: #fff;
}

.btn:hover, .btn:focus, a.btn:hover, a.btn:focus  {
	text-decoration: none;
}


#login_submit > span, #documents > span {
    padding-left: 5px;
}

.custom-btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    -webkit-border-radius: 7px 0;
	-moz-border-radius: 7px 0;
	border-radius: 7px 0;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-family: open sans, sans-serif;
    font-size: 12px;
    font-variant: small-caps;
    font-weight: 600;
    height: 35px;
    line-height: 1.42857;
    margin: 0 3px 6px 0;
    padding: 10px 12px;
    text-align: center;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
}

.custom-btn-add, .custom-btn-delete, .custom-btn-login,	.custom-btn-reset, .custom-btn-reg, .custom-btn-save, .custom-btn-sign, .custom-btn-send {
	background-color: #53919c;
	color: #fff;
	border: none;
	/*border-radius: 15px 0px 15px 0px;*/
	/*-moz-border-radius: 15px 0px 15px 0px;*/
	/*-webkit-border-radius: 15px 0px 15px 0px;*/
	/*box-shadow: 0 3px 0 #337682;	*/
	/*-moz-box-shadow:0 3px 0 #337682;*/
	/*-web-box-shadow:0 3px 0 #337682;*/
	color: #fff;
}

.custom-btn-add:hover, .custom-btn-delete:hover, .custom-btn-login:hover, .custom-btn-reset:hover, .custom-btn-reg:hover, .custom-btn-save:hover, .custom-btn-sign:hover, .custom-btn-send:hover {
	background-color: #2f6069;
	color: #fff;
	border: none;
}

.custom-btn-add:disabled, .custom-btn-delete:disabled, .custom-btn-login:disabled, .custom-btn-reset:disabled, .custom-btn-reg:disabled, .custom-btn-save:disabled, .custom-btn-sign:disabled, .custom-btn-send:disabled {
	background-color: #2f6069;
	color: #fff;
	border: none;
}

.custom-btn-delete, .custom-btn-login, .custom-btn-reset, .custom-btn-reg, .custom-btn-save, .custom-btn-sign, .custom-btn-send {
	float: none;
}

.custom-btn-sendSms {
	background-color: #FC0000;
	color: #fff;
	border: none;
}

.custom-btn-sendSms:hover {
	background-color: #AE0202;
	color: #fff;
	border: none;
}

.custom-btn-add {
	margin: 9px;
}

.custom-btn-search {
	background-color: #38414f;
	border: medium none;
	color: #fff;
	float: right;
	font-size: 17px;
	height: 40px;
	margin: 0 10px 0 5px;
	padding: 9px;
	width: 42px;
	float: left;
}

.custom-btn-search:hover {
	background-color: #23354b;
	color: #fff;
	border: none;
}

.custom-btn-danger {
	background-color: #D9534F;
	border: medium none;
	color: #FFFFFF;
	float: none;
	margin-left: 0;
}

.custom-btn-danger:hover {
	color: #fff;
	background-color: #d2322d;
}

.custom-btn-neutral {
	background-color: #525961;
	border: medium none;
	color: #fff;
	float: none;
	/*margin-top: 10px;*/
	/*border-radius: 15px 0px 15px 0px;*/
	/*-moz-border-radius: 15px 0px 15px 0px;*/
	/*-webkit-border-radius: 15px 0px 15px 0px;*/
	/*box-shadow: 0 3px 0 #31373f;	*/
	/*-moz-box-shadow:0 3px 0 #31373f;*/
	/*-web-box-shadow:0 3px 0 #31373f;*/
}

.custom-btn-neutral:hover {
	color: #525961;
	background-color: #F5F5F5;
}

.custom-btn-neutral:disabled {
	color: #F5F5F5;
	background-color: #525961;
}

.custom-btn-dialogsave, .custom-btn-positive {
	background-color: #56b3a6;
	border: medium none;
	color: #fff;
	float: right;
	margin-top: 10px;
}

.custom-btn-dialogsave:hover, .custom-btn-positive:hover {
	color: #525961;
	background-color: #F5F5F5;
}

.custom-btn-btntext {
	background-color: #56b3a6;
	border: medium none;
	color: #fff;
	float: left;
}

.custom-btn-dialogsave:hover, .custom-btn-positive:hover {
	color: #525961;
	background-color: #F5F5F5;
}

.custom-btn-upload {
	background-color: #56b3a6;
	border: medium none;
	color: #fff;
	float: left;
	margin-top: 10px;
}

.custom-btn-danger-small {
	background-color: #D9534F;
	border: medium none;
	color: #FFFFFF;
	float: none;
	font-size: 19px;
	height: 40px;
	margin-left: 0;
	padding: 9px;
	text-align: center;
	width: 42px;
}

.custom-btn-danger-small:hover {
	color: #fff;
	background-color: #d2322d;
}

.custom-btn-operator {
	background-color: transparent;
	border: none;
	border-radius: 0;
	color: #959595;
	font-size: 15px;
	padding: 0 1px;
	text-align: center;
}

.custom-btn-operator:focus {
	color: #959595;
	text-decoration: none
}

.custom-btn-operator:hover {
	color: #23354b;
}

.custom-btn-back {
	font-size: 35px;
	color: #525961;
	opacity: 1;
}

.custom-btn-back:hover {
	opacity: 0.8;
}

.custom-btn-status-active {
	color: #56b3a6;
}

.custom-btn-status-active:hover {
	color: #56b3a6;
	cursor: default;
}

.custom-btn-status-inactive {
	color: #df5a5a;
}

.custom-btn-status-inactive:hover {
	color: #df5a5a;
	cursor: default;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active,
	.open .dropdown-toggle.btn-info {
	color: #fff;
	background-color: #39b3d7;
	border-color: #269abc
}


.right-btn {
    float:right;
    margin-right: 15px;
}

.history-icon {
    color: #86B2BA;
}

.searchbar {
	display: block;
	float: left;
	margin-bottom: 0;
	width: 100%;
}

.sectionLabel {
    background-color: #f5f5f5;
    display: block;
    float: left;
    margin-bottom: 15px;
    padding: 10px;
    width: 100%;
}

.sectionLabel span {
	font-weight: bold;
	font-size: 14px;
	padding-left: 3px;
}

.form {
	float: left;
	display: block;
	width: 100%;
}

.form-control {
	background-color: #ffffff;
	background-image: none;
	border: none;
	border-bottom: 2px solid #b2cdc9;
	border-radius: 0;
	box-shadow: none;
	color: #23354b;
	display: block;
	font-size: 13px;
	height: 35px;
	line-height: 1.42857;
	padding: 8px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s
		ease-in-out 0s;
	vertical-align: middle;
	width: 100%;
	/*min-width: 219px;*/
}

.form-control:focus {
	border:1px solid white;
	border-bottom-color: #b2cdc9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
		rgba(149, 149, 149, 0);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
		rgba(149, 149, 149, 0)
}

.form-inline .form-group {
	display: inline-block;
	float: left;
	margin: 0 5px;
	vertical-align: middle;
}

fieldset {
	width:100%;
}

.form-control[readonly], fieldset[disabled] .form-control {
	cursor: default;
	background-color: transparent;
	color: #525961;
	padding: 0;
}

.form-control[readonly], fieldset[disabled] .form-control:-moz-placeholder
	{
	color: #525961
}

.form-control[readonly], fieldset[disabled] .form-control::-moz-placeholder
	{
	color: #525961;
	opacity: 1
}

.form-control[readonly], fieldset[disabled] .form-control:-ms-input-placeholder
	{
	color: #525961
}

.form-control[readonly], fieldset[disabled] .form-control::-webkit-input-placeholder
	{
	color: #525961
}

.form-control[readonly]:hover
	{
	cursor: default;
}

.has-error .form-control {
	border-color: #D9534F;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.has-error .form-control:focus {
	border-color: #D9534F;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 2px 3px #D9534F;
}

.form-control[readonly]:focus
	{
	box-shadow: none;
	border:transparent;
	border-bottom: 2px solid #b2cdc9;
}

div.has-error>span.form-control-feedback {
	color: #D9534F;
	float: right;
	font-size: 18px;
	margin-top: -3px;
	padding: 0 28px;
}

.has-success .form-control {
	border-color: #56B3A6;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.has-success .form-control:focus {
	border-color: #56B3A6;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 2px 3px #56b3a6;
}

div.has-success>span.form-control-feedback {
	color: #56B3A6;
	float: right;
	font-size: 18px;
	margin-top: -3px;
	padding: 0 28px;
}

.login-panel {
	margin: 15% auto;
	width:90%;
	max-width: 350px;
}

.data-panel {
	margin: 0 auto -20px;
	max-width: 500px;
}

.user-panel {
	margin: 0px auto;
	max-width: 500px;
}

.content-panel {
	margin: 0px auto;
	max-width: 100%;
}

.panel-default {
	border-color: #ddd;
}

.card {
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
    padding: 0px;
/*    margin-left: 15px;
    margin-right: 15px;*/
}

.spec-panel {
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
    margin: 0px 15px;
    padding: 0px;
    margin-bottom: 20px;
}

.card-body {
    background-color: white;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
    border-radius: 7px;
    padding: 10px 20px 20px;
	min-height: 187px;

}

.docsList {
	border-radius: 0px 0px 7px 7px;
}

.centerPanel {
	padding: 30px 40px;
}

.userPanel {
	padding: 30px 40px;
}

.base_header {
    padding: 5px 0;
	margin-bottom: 15px;
}

.panelLabel	{
	font-size: 16px;
	font-weight: bold;
	color: #525961;
}

ul.nav-tabs {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0px;
}

.form-group>input {
	margin: 0;
	width: 100%;
}

.multiselect.dropdown-toggle.form-control {
	text-align: left;
	width: auto;
}

/*a.modal-subButtonLink {margin: 2%;}*/
.table {
	float: left;
	margin-bottom: 0;
	/*margin-top: 15px;*/
	width: 100%;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td,
	.table>tbody>tr>td, .table>tfoot>tr>td {
	border-top: 1px solid #e4e3e3;
	line-height: 1.42857;
	padding: 8px 10px;
	vertical-align: middle;
}

table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
	background-color: #f8f8f8;
}

tr:hover {
	cursor: default;
}

td.listSign {
	background: url("../images/listsign.png") no-repeat scroll 6px 10px transparent;
	color: #56b3a6;
	text-align: center;
	opacity: 0;
	width: 20px;
}

#docstoreTbody>tr>td {
		overflow: hidden;
		white-space: nowrap;
		max-width: 275px;
		text-overflow: ellipsis;
}

#docstoreTbodySigned>tr>td {
		overflow: hidden;
		white-space: nowrap;
		max-width: 210px;
		text-overflow: ellipsis;
}

td.checkboxColumn {width: 20px;}

.certificates-table thead tr {font-weight: bold;}

/* signed_document_details_report.html */

.validation_header span {
	padding-left: 27px;
}

div.validflag {
    margin-left: -40px;
    margin-top: -35px;
    position: absolute;
}

div.validflag div.valid {
	width: 0;
	height: 0;
	border-style: solid;
	border-width:80px 80px 0 0;
	border-color: #56b3a6 transparent transparent transparent;
	line-height: 0px;
	_border-color: #56b3a6 #000000 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');

}

div.validflag div.invalid {
	width: 0;
	height: 0;
	border-style: solid;
	border-width:80px 80px 0 0;
	border-color: #d9534f transparent transparent transparent;
	line-height: 0px;
	_border-color: #d9534f #000000 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');

}

div.validflag div.indeterminate {
	width: 0;
	height: 0;
	border-style: solid;
	border-width:80px 80px 0 0;
	border-color: #f6b427 transparent transparent transparent;
	line-height: 0px;
	_border-color: #f6b427 #000000 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

div.validflag div.valid i, div.validflag div.invalid i, div.validflag div.indeterminate i {
    color: white;
    font-size: 25px;
    margin: 10px;
    position: absolute;
}

table.valid, table.invalid, table.indeterminate {
	background-color: #fafafa;
    border-bottom: 1px dashed #dedede;
	cursor: default;
}

table.valid tr:hover, table.invalid tr:hover, table.indeterminate tr:hover {
	background-color: transparent;
	cursor: default;
}


table.valid {
	border-left: 5px solid #56b3a6;
}


table.invalid {
	border-left: 5px solid #d9534f;
}

table.indeterminate {
	border-left: 5px solid #f6b427;
}

thead.cert_thead {
	background-color: #f8f8f8;
	border-top: 0px solid #e4e3e3;
	color: #525961;
	font-family:  open sans, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align:left;
}

thead.ts_thead {
	background-color: #f8f8f8;
	border-top: 0px solid #e4e3e3;
	color: #525961;
	font-family:  open sans, sans-serif;
	font-size: 14px;
	text-align:left;
}

thead.cert_thead td.validate {text-align: right; }

thead.valid {
	background-color: #56b3a6;
	color:white;
}

thead.invalid {
	background-color: #d9534f;
	color:white;
}

thead.indeterminate {
	background-color: #f6b427;
	color:white;
}

tr:hover>td.listSign {
	cursor: pointer;
	color: #56b3a6;
	opacity: 1;
	transition: opacity 0.2s;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block
}

.btn-custom {
    border: 2px solid white;
    color: white;
    background-color: #616972;
    padding: 8px;
    border-radius: 11px 3px;
    font-size: 13px;
    font-weight: bold;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

/*.lastColumn {
	text-align: right;
}

.firstColumn {
	padding-left: 10px;
}

td.operators {
	text-align: right;
}*/
.lastcolumn {
	padding-right: 10px;
}

.firstcolumn {
	padding-left: 10px;
}

.paginationDiv {
	text-align: center;
}

.pagination {
	border-radius: 4px;
	display: inline-block;
	margin: 12px 0;
	padding-left: 0;
}

.pagination>li>a, .pagination>li>span {
	background-color: #f8f8f8;
	border: medium none;
	color: #a7a7a7;
	float: left;
	font-family:  open sans, sans-serif;
	height: 35px;
	line-height: 1.42857;
	margin: 2px;
	padding: 9px 6px;
	position: relative;
	text-decoration: none;
	width: 35px;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus,
	.pagination>li>span:focus {
	background-color: #72bbb1;
	color: white;
}

.pagination>li:first-child>a, .pagination>li:first-child>span,
	.pagination>li:first-child>span:hover {
	background-color: transparent;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	font-size: 18px;
	margin: 2px;
	padding: 6px;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
	background-color: transparent;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	font-size: 18px;
	margin: 2px;
	padding: 6px;
}

.pagination>li:first-child>a:hover, .pagination>li:last-child>a:hover {
	color: #72bbb1;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover,
	.pagination>.active>span:hover, .pagination>.active>a:focus,
	.pagination>.active>span:focus {
	background-color: #72bbb1;
	color: #fff;
	cursor: pointer;
	z-index: 2;
}

.footer>.container {
    border-top: 1px dashed #fff;
    color: #777;
    line-height: 1.5;
    margin-top: 20px;
    padding-bottom: 40px;
    padding-top: 20px;
    position: relative;
}

.footericon {
	left: 50%;
	margin-left: -15px;
	position: absolute;
	top: 38px;
	height: 23px;
	width: 30px;
	opacity: 0.6;
	transition: opacity 0.5s;
}

.footericon:hover {
	opacity: 1;
	transition: opacity 0.5s;
}

.footer-links.right {
	float: right;
	color: white;
}

.footer-links {
	padding: 0px;
	float: left;
	list-style: none outside none;
	margin: 0;
}

.footer-links li {
	margin: 0 0 0 7px;
	display: inline-block;
	line-height: 16px;
}

.centered {
	text-align: center;
}

/* ALERTS */
.alert {
	border: none;
	border-radius: 0;
	float: left;
	font-family:  open sans, sans-serif;
	/*height: 50px;*/
	margin: 0px auto;
	padding: 15px 30px 10px 15px;
	position: relative;
	text-align: center;
	transition: display 1s ease 0s;
	width: 100%;
	z-index: 0;
}

.alert-success {
	background-color: #edf9a9;
	border-bottom: 4px solid #c5d472;
	color: #535d2c;
}

.alert-danger {
	background-color: #f2dede;
	border-bottom: 4px solid #d69595;
	color: #a94442;
}

.alert-warning {
	background-color: #fcf8e3;
	border-bottom: 4px solid #d5cea8;
	color: #8a6d3b;
}

.alert > p {
	padding-bottom: 15px;
}

label {
	display: inline-block;
	font-family:  sans-serif;
	font-size: 13px;
	margin-bottom: 0;
	max-width: 100%;
    font-weight: 700;
}

.modal-footer {
    border-top: 0px !important;
}

.modal-header {
    border-bottom: 0px !important;
}

div.clickable {
	position: relative;
}

div.clickable a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-decoration: none;
	z-index: 10;
	background-color: white;
	opacity: 0;
	filter: alpha(opacity = 1);
}

.searchResultsNumber {
	margin-top: 15px;
	margin-left: 10px;
	font-family:  open sans, sans-serif;
	font-size: 13px;
	float: left;
	width: 100%;
}

.user-table, .domain-table {
	table-layout: fixed;
	width: 100%;
}

.user-table td, .domain-table td {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Column widths are based on these cells */
.user-table .column-displayName {
	width: 25%;
}

.user-table .column-username {
	width: 20%;
}

.user-table .column-email {
	width: 25%;
}

.user-table .column-cert {
	width: 25%;
}

.user-table .column-status, .domain-table .column-status, .device-table .column-status
	{
	width: 15%;
}

.user-table .column-domain {
	width: 15%;
}

.user-table .column-operations, .domain-table .column-operations,
	.device-table .column-operations {
	width: 15%;
	text-align: center;
}

.domain-table .column-domainName {
	width: 40%;
}

.device-table .column-displayName, .device-table .column-loginId {
	width: 35%
}

.block-label {
	display: block;
}

.user-table .certificate-status {
	background-color: rgba(55, 75, 68, 0.3);
	font-weight: bold;
	color: #fff;
	padding: 2px;
	border: 1px solid #a0a0a0;
}

.footer-rest-data {
	color: #777;
	padding: 10px;
	text-align: center;
}

#warning_modal-label > span {
    font-size: 14px;
}

/* separator*/

.or-spacer {
    margin-top:10px;
    position:relative;
}

.or-spacer .mask {
    overflow:hidden;
    height:20px;
}
.or-spacer .mask:after {
    content:'';
    display:block;
    margin:-29px auto 0;
    width:100%;
    height:25px;
    border-radius:125px / 12px;
    box-shadow:0 0 8px black;
}
.or-spacer span {
    width:50px;
    height:50px;
    position:absolute;
    bottom:100%;
    margin-bottom:-25px;
    left:50%;
    margin-left:-25px;
    border-radius:100%;
    box-shadow:0 2px 4px #999;
    background:white;
}

.or-spacer span i {
    position:absolute;
    top:4px;
    bottom:4px;
    left:4px;
    right:4px;
    border-radius:100%;
    border:1px dashed #aaa;
    text-align:center;
    line-height:40px;
    font-style:normal;
    color:#999;
}


.or-spacer2 {
   margin-bottom: -10px;
    margin-top: 20px;
    position: relative;
}

.or-spacer2 .mask {
    overflow:hidden;
    height:20px;
}
.or-spacer2 .mask:after {
    content:'';
    display:block;
    margin:-29px auto 0;
    width:50%;
    height:25px;
    border-radius:125px / 12px;
    box-shadow:0 0 8px black;
}
.or-spacer2 span {
    width:50px;
    height:50px;
    position:absolute;
    bottom:100%;
    margin-bottom:-25px;
    left:50%;
    margin-left:-25px;
    border-radius:100%;
    box-shadow:0 2px 4px #999;
    background:white;
}
.or-spacer2 span i {
    position:absolute;
    top:4px;
    bottom:4px;
    left:4px;
    right:4px;
    border-radius:100%;
    border:1px dashed #aaa;
    text-align:center;
    line-height:40px;
    font-style:normal;
    color:#999;
}

.inlabel {padding-left: 5px;}

.headlabel {
	color: #31373f;
	line-height: 18px;
	}

.break {height: 5px;}

.signreport-title {
    float: left;
    color: #525961;
	font-family:  open sans, sans-serif;
    font-size: 12px;
    font-variant: small-caps;
    line-height: 20px;
    min-height: 75px;
    padding: 12px;
    width: auto;
}

.signreport-header {
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 5px;
	margin-bottom: 8px;
}

.signreport-title span.data {font-style: italic;}
.signreport-title span.signdate {float: right;}

.signreport-title span.myname {
	float: left;
	max-width: 100%;
	overflow: hidden;
	padding: 0 2px 0 2px;
	text-overflow: ellipsis;
	white-space: normal;
}

body.wait * {
	cursor: progress !important;
}

.progress-bar {
    background-color: #428bca !important;
}

.table > thead > tr > td {
    border-top: 0 !important;
}

.italic {
    font-style: italic;
}

/* document status */

td.documentStatus {
	font-size: 20px;
	width: 20px !important;
	color: #96bf86;
	}

td.documentStatus_uploaded {
	/*color: #9fdbd0;*/
	display: none;
}

td.documentStatus_signed {
	color: #96bf86;
}

td.checkBox {
	width: 22px;
}

td.documentCheck {
	font-size: 20px;
	width: 50px;
}

td.documentName {
	padding-left:0px;
}

td.documentUploadDate {
	text-align: right;
}

td.documentType {
	text-align: right;
	font-size: 8px;
	font-weight: bold;
}

/* checbox hack */

label.custom-option {
    display: inline-block;
    height: 22px;
    padding: 0;
    position: relative;
    vertical-align: top;
}
label.custom-option + label {
    padding: 0 10px;
}
label.custom-option input[type="checkbox"], label.custom-option .button-checkbox {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
label.custom-option input[type="checkbox"] {
    margin: 0;
    opacity: 0;
}

label.custom-option .button-checkbox {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #525961;
}
label.custom-option input[type="checkbox"]:checked + .button-checkbox {
    border-color: #525961;
}
label.custom-option input[type="checkbox"] + .button-checkbox::after {
    content: "";
    position: absolute;
    z-index: 2;
}

label.custom-option {
    width: 22px;
}
label.custom-option.button input[type="checkbox"] + .button-checkbox::after {
    background: #53919c none repeat scroll 0 0;
    bottom: 5px;
    display: none;
    left: 5px;
    top: 5px;
    width: 8px;
}
label.custom-option.button input[type="checkbox"]:checked + .button-checkbox::after {
    display: block;
}
label.custom-option.toggle {
    width: 58px;
}
label.custom-option.toggle::before, label.custom-option.toggle::after {
    color: #777;
	font-family:  open sans, sans-serif;
    font-size: 8px;
    line-height: 19px;
    position: absolute;
    text-align: center;
    top: 1px;
    width: 30px;
    z-index: 1;
}
label.custom-option.toggle::before {
    content: attr(data-on);
    left: 1px;
}
label.custom-option.toggle::after {
    content: attr(data-off);
    right: 1px;
}
label.custom-option.toggle input[type="checkbox"] + .button-checkbox::after {
    background: #ccc none repeat scroll 0 0;
    bottom: 1px;
    display: block;
    left: 1px;
    top: 1px;
    transition: all 0.3s ease 0s;
    width: 25px;
}
label.custom-option.toggle input[type="checkbox"]:checked + .button-checkbox::after {
    background: #354653 none repeat scroll 0 0;
    left: 30px;
}

/* uploading effect */

.uploadInrogress {margin-top: 45px;}

@keyframes spinner {
    to {transform: rotate(360deg);}
}

@-webkit-keyframes spinner {
    to {-webkit-transform: rotate(360deg);}
}

.spinner {
    min-width: 24px;
    min-height: 24px;
}

.spinner:before {
    content: 'Feltöltés folyamatban…';
    position: absolute;
    /*top: 50%;*/
    /*left: 50%;*/
    width: 94px;
    height: 94px;
    margin-top: -128px;
    margin-left: -47px;
}

.spinner:not(:required):before {
    content: '';
    border-radius: 50%;
    border-top: 2px solid #337682;
    border-right: 2px solid transparent;
    animation: spinner .6s linear infinite;
    -webkit-animation: spinner .6s linear infinite;
}

/* upload */

.uploadForm {
	margin-top:35px;
}

.uploadTilted {
    float: left;
	filter: grayscale(80%);
	width:100%;
	margin-top:35px;
}

.uploadTilted:hover {
    filter: grayscale(100%);
    float: left;
	cursor: not-allowed;
}

/* select hack */
.alt_select {
    -moz-appearance: none;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
	border-bottom: 2px solid #b2cdc9;
    color: #333;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    max-height: 35px;
    outline: medium none;
    padding: 1px 10px;
    width: 100% !important;
}

/* tooltip */

.tooltip {opacity: 1; }

.tooltip > .tooltip-inner {font-size: 12px; font-weight: normal; background-color: rgba(174,223,214,1); color:#525961; padding: 9px; box-shadow: 0px 1px 3px #eee; min-width: 200px;}
.tooltip > .tooltip-arrow { border-top-color:rgba(174,223,214,1); }

#asic-filename.form-control {
	margin-bottom: 20px;
}

.attachmentDoc {
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
}

.signature-level-type {
	display: block;
	float: right;
	margin: 5px;
}

#files {
    width: 100%;
    position: relative;
    height: 40px;
    vertical-align: middle;
    margin: 0 auto;
    cursor: pointer;
}

#files:after {
    content: attr(value);
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0px;
    width: 100%;
    background: #53919c;
    color: white;
    border-radius: 0px 5px 0px 5px;
    text-align: center;
    font-size: 12px;
    line-height: 2;
    padding-top: 8px;
}

.advancedSettings {
    cursor: pointer;
}

div.advancedSettings{
    text-align: left;
    font-style: italic;
}

a#advancedSettingsLabel.advancedSettings{
    color: #525961;
    text-decoration: underline;
}

.selectHint {
    color: #999;
    float: left;
    font-style: italic;
    margin-top: 12px;
}

.selectHintWithoutMargin {
    color: #999;
    float: left;
    font-style: italic;
}

.advancedSettingsRow{
    border-style:none;
}

.noBorderTop{
    border-top: 0px !important;
    text-align: right;
}

.btn-close:hover {
    --bs-btn-close-color: red;
}

.advancedSettingsLabel{
    color: #525961;
}

.signature-image-profile {
	display: block;
	float: right;
	margin: 5px;
}

.link.active {
    border-radius: 7px 7px 0 0;
    font-weight: 600;
}

.custom-btn-save {
    padding: 5px 10px;
}

.table-bordered > :not(caption) > * > * {
    border-width: 0 !important;
}

.custom-option.button.sendToSelf {
	margin: 5px;
}

.recentlySigned {
	background: url("../images/icon_recent.png") no-repeat scroll 0 0
		transparent;
}

.wrap-text {
  max-width: 200px;
  word-wrap: break-word;
  white-space: normal;
}
