@CHARSET "ISO-8859-1";

html, body{
	background-color:#FFFFFF;
	font-size:11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body.loading, body.loading *{
    cursor: progress !important;
}

/* ---------------------- Top Banner ------------------------ */

div.page {
    page-break-after: always;
    page-break-inside: avoid;
}
.grey{
	background-color:#B6AEA1;
}

/*#top_banner{
	background-image: url("../images/mt-banner-img.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
}*/

/*#nav-bar{
	background: url(js/topnav_bg.png) repeat-x;
}*/

.rollover a {
	background-image: url('webroot/css/images/close-un-highlight.jpg');
}

.rollover a:hover {
	background-image: url('webroot/css/images/close-highlight.jpg');
}

/* ---------------------- Main Body ------------------------ */

.logout_href a:link {text-decoration: none; color:#FFF;}
.logout_href a:visited {text-decoration: none; color:#FFF;}
.logout_href a:active {text-decoration: none; color:#FFF;}
.logout_href a:hover {text-decoration: underline; color:#FFF;}

#login_table, #register_table, #activation_table, .central_table{
	font-size:10px;
}

#user_table{
	text-align:left;
}

#href_delete{
	color:#C24641;
}

#status_bar{
    font-size: 14px;
    font-weight: bold;
    position:fixed;
    bottom:27px;
    right:10px;
    width:auto;
    padding:10px;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
    border-bottom-left-radius:3px;
    border-bottom-right-radius:3px;
    text-align:center;
	z-index: 2001;
}

#status_bar.success{
	color: #0E520E;
	background-color:#479948;
	border:2px #0E520E solid;
}

#status_bar.success:before{
	font-family: FontAwesome;
	content: '\f058';
	padding-right: 10px;
}

#status_bar.info{
	color: #0B5394;
	background-color:#CFE2F3;
	border:2px #0B5394 solid;
}

#status_bar.info:before{
	font-family: FontAwesome;
	content: '\f05a';
	padding-right: 10px;
}


#status_bar.error{
	color: #52110E;
	background-color:#994C47;
	border:2px #52110E solid;
}

#status_bar.error:before{
	font-family: FontAwesome;
	content: '\f071';
	padding-right: 10px;
}

.section_text_th{
	background-color:#FDF8D7;
}

.document_text_th{
	background-color:#FDF8D7;
}

.attached_records_th{
	background-color:#FDF8D7;
}


#status_banner{
	/*width: 100%;*/
}

#updates_div{
	text-align:left;
}

#updates_id{

}

.updates_table_complete{
	background-color:#A4C639;
}

.updates_table_inprogress{
	background-color:#D1DDED;
}


/* ---------------------- View Document ------------------------ */

#view_doc{
	text-align:left;
}

#doc_title{
	font-size:18px;
}

#doc_id{
	font-size:16px;
}

#doc_description{
}

.doc_content{
	border: 1px solid #a8a8a8;
	background-color:#ffffff;
}

#doc_content_wrapper{
	background-color:#ebebeb;
	border-top:1px solid #a8a8a8;
	border-bottom:1px solid #a8a8a8;
}

#user_controls{
	border: 1px solid #a8a8a8;
	background-color:#FFF;
}

.white{
    color: #FFFFFF !important;
}

.loading_cog{
    font-size:27px !important;
}

.grayed{
    color: #D3D3D3 !important;
}

.red{
    color: #B20000;
}

.orange{
	color: orange !important;
}

.italic{
    font-style: italic;
}

.slim{
    font-weight: lighter;
}

.small{
    font-size: 9px !important;
}

input[type="text"], input[type="password"], input[type="email"] {
    display: block;
    margin: 0 auto;
    width: 95%;
    font-family: sans-serif;
    font-size: 14px;
    appearance: none;
    box-shadow: none;
    border-radius: 0px;
    padding: 6px 12px;
    border: none;
    border: solid 1px #c9c9c9;
    transition: border 0.3s;
}

.input_custom {
    /*display: block;*/
    margin: 0 auto;
    width: 20%;
    font-family: sans-serif;
    font-size: 14px;
    appearance: none;
    box-shadow: none;
    border-radius: 0px;
    padding: 10px;
    border: none;
    border: solid 1px #c9c9c9;
    transition: border 0.3s;
}

.ms-sel-ctn input[type="text"]{
    padding: 0px;
}

input:invalid {
	border: 1px solid red;
}

div .button {
	margin: 0 15px 15px 0;
}

.large.number{
	font-size: 75px;
	color: #523A3A;
	margin-bottom: 15px;
}

.button {

	display: inline-block;
	background-color: #f5f5f5;
	background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
	color: #444;

	border: 1px solid #dcdcdc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	height: 27px;
	line-height: 27px;
	min-width: 54px;
	padding: 0 8px;
	text-decoration: none;

	text-transform: uppercase;
}

.button[disabled], .fa-square-o.btn_pub_disabled, .fa-paper-plane.btn_dist_disabled{
	cursor: not-allowed;
	opacity: .5;
}

.ucase{
	text-transform: uppercase;
}

.hidden{
	display: none;
}

.widget{
	min-width: 145px;
	min-height: 145px;
	border: 1px solid #855D5D;
	border-radius: 5px;
	cursor: pointer;
}

.widget:hover {
    background-color: #F8F8F8;
    transition: 0.2s ease;
    -webkit-transform: scale(1.03,1.03);
    -moz-transform: scale(1.03,1.03);
    -o-transform: scale(1.03,1.03);
    transform: scale(1.03,1.03);
}

.plans ul:hover {
    font-weight: 500;
    transition: 0.2s ease;
    -webkit-transform: scale(1.03,1.03);
    -moz-transform: scale(1.03,1.03);
    -o-transform: scale(1.03,1.03);
    transform: scale(1.03,1.03);
}

.button:hover {
	background-color: #F8F8F8;
	background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
	background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
	background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
	background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
	background-image: linear-gradient(top,#f8f8f8,#f1f1f1);

	border: 1px solid #C6C6C6;
	color: #333;

	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,.1);
}

/* blue */

.button.blue {
	background-color: #969696;
	background-image: -webkit-linear-gradient(top,#c9c9c9,#c9c9c9);
	background-image: -moz-linear-gradient(top,#c9c9c9,#c9c9c9);
	background-image: -ms-linear-gradient(top,#c9c9c9,#c9c9c9);
	background-image: -o-linear-gradient(top,#c9c9c9,#c9c9c9);
	background-image: linear-gradient(top,#c9c9c9,#c9c9c9);

	border: 1px solid #969696;
	color: white;
}

.button.blue:hover {
	border: 1px solid #969696;

	background-color: #969696;
	background-image: -webkit-linear-gradient(top,#969696,#969696);
	background-image: -moz-linear-gradient(top,#969696,#969696);
	background-image: -ms-linear-gradient(top,#969696,#969696);
	background-image: -o-linear-gradient(top,#969696,#969696);
	background-image: linear-gradient(top,#969696,#969696);

	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
	cursor: pointer;
}


.pointer{
	cursor: pointer !important;
}

/* defaults */

.button.default:active {
	-webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0px 1px 2px rgba(0,0,0,.1);
	color: black;
}
.button.blue:active, .button.red:active, .button.green:active {
	-webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,.3);
	-moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,.3);
	box-shadow: inset 0px 1px 2px rgba(0,0,0,.3);
}

.grid table{
	font-size: 11px !important;
}

.grid .actions{
	float:right;
}

#main_body h3, #main_body h4{
	text-align: left;
}

.ui-table{
	text-align: left;
}

fieldset{
	border: none;
}

.context_menu {
	z-index: 1000;
	position: absolute;
	overflow: hidden;
	border: 1px solid #CCC;
	white-space: nowrap;
	font-family: sans-serif;
	background: #393939;
	color: #FFF;
	border-radius: 2px;
	padding: 3px 0px 3px 0px;
	text-align: left;
	font-weight: bold;
}

/* Each of the items in the list */
.context_menu li {
	padding: 8px 12px 8px 27px;
	cursor: pointer;
	list-style-type: none;
}

.context_menu li:hover {
	background-color: #6E6E6E;
}

.context_menu .hr{
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: auto;
	margin-right: auto;
	border-style: inset;
	border-width: 0.02em;
	color: #fff;
}

.ui-sortable-helper{
	 opacity: 0.4;
}

.ui-sortable li{
	height: 20px;
}

/* ---------------------- Footer ------------------------ */
#message.error{
	color: red;
	margin-bottom: 10px;
	display: block;
}

#footer_table{
	font-size:10px;
	color: #fff;
	/*background: url(js/topnav_bg.gif) repeat-x; */
}

#main_body #columns-table tbody tr td i{
	font-size: 18px;
}

a.feedback_btn:link, a.feedback_btn:visited, a.feedback_btn:hover, a.feedback_btn:active {
	color: #ffffff;
}

/* LAYOUT */

@CHARSET "ISO-8859-1";

html, body{

	height:100%\9;			/* ------ Hack for IE 8 ------- */
	*height:100%;			/* ------ Hack for IE 7 ------- */
	_height:100%;			/* ------ Hack for IE 6 ------- */

	margin:0;
	padding:0px 0px 25px 0px;
}

#main_body{
	padding:5px 5px;
}
/* --------------------------------------- */

.btn-responsive-menu {
    display: block;
    float: right;
    padding: 5px;
    cursor: pointer;
    margin: 0px 20px 0 0;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: #333;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    margin: 5px;
    background-color: #f5f5f5;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.dropdown-menu {
    top: inherit;
}

.topnav {
	padding:0;
	margin:0;
	list-style-type:none;
	height:30px;
}
.topnav li {
	float:left;
}
.topnav li a {
	padding:8px 20px;
	display:block;
	color:#fff;
	text-decoration:none;
	font-size:12px;
}

/* Submenu */
.topnav ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	list-style-type:none;
}
.topnav li:hover {
	position:relative;
	background:#6E6E6E;
}
.topnav li:hover ul {
	left:0px;
	top:29px;
	z-index: 999;
	border-top:solid 1px #393939;
	background:#6E6E6E;
	padding:0px;
}

.topnav li:hover ul li a {
	padding:8px;
	display:block;
	width:201px;
	text-indent:15px;
	background-color:#6E6E6E;
}
.topnav li:hover ul li a:hover {
	background:#393939;
}

/* ----------------- tables ------------------ */


.arc_section_table_css td{

}

.arc_section_table_css td{

}

.document_table_css td{

}

.document_table_css .document_table_css_not_published{
	font-weight: 100;
}

.section_table_css td{

}

.arc_document_table_css td{

}

.customer_table_css td{


}

th[data-columns-sortby='contact_full_name'], th[data-columns-sortby='contact_email'], th[data-columns-sortby='company'] {
	text-align: left !important;
}

#loading_overlay{
	opacity:0.8;
	background-color:#272727;
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:1000;
	text-align:center;
	padding-top:17%;
	color:#FFF;
}

/* ---------------------- Top Banner ------------------------ */


#top_banner{
	width:100%;
	height:100px;
	position:relative;
}

.top_banner_floating_right{
	position: absolute;
	top: 6px;
	right: 0;
	width: auto;
	height: auto;
	background: #393939;
	padding: 10px 15px;
	border-radius: 4px 0 0 4px;
}

#notifications_div{
	display: block;
	position: absolute;
	right: 0px;
	min-width: 300px;
	width: auto;
	height: auto;
	top:35px;
	font-size: 11px;
	max-height: 500px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1999;
}

#notifications_div div.list_container{
	border:1px solid darkgrey;
	padding:0 10px 10px 10px;
	border-radius: 4px 0 0 4px;
	background-color: ivory;
}

#notifications_div div.list_item{
	border:1px solid darkgrey;
	padding:10px;
	margin-bottom: 5px;
	border-radius: 4px;
	background-color: ivory;
}

#notifications_div div.list_container h5:first-child {
	margin-bottom: 15px;
	font-weight: 500;
}

input#text-signature-input, input#text-signature-input_add {
    font-family: 'Pacifico', cursive;
}

#notifications_div div.list_item.new{
	border:1px solid orange;
	background-color: #faf2cc;
}

select#main_partner{
	width: 95%;
	margin: 0 auto;
}

textarea#notes{
	width: 95%;
	margin: 0 auto;
}

#nav-bar{
	width: 100%;
	position: absolute;
	bottom:0px;
	height:auto;
	background: #393939;
}

.slicknav_menu {
    display: none;
}

@media (max-width: 950px) {
    /* top menu */
    .topnav {
        display: none;
    }
    .fa-angle-down {
        display: none;
    }

    .slicknav_menu {
        display: block;
    }

    /* settings tabs  */
    ul.tabs {
        width: 100.5%;
    }

    ul.tabs li{
        float: none!important;
    }

    ul.tabs li.active a {
        width: 100.5%;
    }

    ul.tabs li a {
        width: 100.5%;
    }

    /* tabs contents */
    #signature_img{
        width:80%;
        height:auto!important;
    }

}

#status_banner{
}

#logo_banner{
	height:165px;
}

.rollover a {
	display:block;
	width:32px;
}

#loading{
	position: absolute;
	bottom:2px;
	right:140px;
}

#notifications{
	font-size: 20px;
	display: inline-block;
	vertical-align: super;
	margin-left: 15px;
}

.logout_href{
	color: #ffffff;
	text-align: right;
	display: inline-block;
}

.logout_href a {
	margin-top: 5px;
	display: inline-block;
}

#new_doc_multiselect_form{
	width:100%;
}
/* ---------------------- Main Body ------------------------ */

#main_body{

	_height:500px\9;		/* ------ Hack for IE 8 ------- */
	*height:500px;			/* ------ Hack for IE 7 ------- */
	_height:500px;			/* ------ Hack for IE 6 ------- */
	text-align: center;
}

#page_controls{
	float:right;
	width: 35%;
	padding-right: 1%;
	text-align: right;
}

#controls{
	padding-left: 1%;
	width: 99%;
}

#login_table, #register_table, #activation_table, .central_table{
	position:absolute;
	left:50%;
	top:43%;
	margin:-100px 0 0 -150px;
	text-align: left;
}

.plans {
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    background: #fff;
    border: 1px solid #ccc;
    width: 250px;
    display: inline-block;
    margin: 0 15px 15px 0;
}

    .plans div {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .plans div div {
        padding: 15px 40px;
        border: 1px solid #E8E8E8;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: rgb(232, 232, 232);
        border-top: none;
        color: #000;
        font-size: 14px;
    }

    .plans .title-row {
        background: #0074FF;
        font-family: 'Oswald', sans serif;
        line-height: 24px;
        background: white;
        border: none;
        padding: 45px 20px 15px;
        font-size: 28px;
        text-shadow: 1px 1px 0 rgba(0, 116, 255,255);
        font-weight: 600;
    }

.yearly .plans .title-row {
    color: #477846;
}

.monthly .plans .title-row {
    color: #0074FF;
}

.plans .title-row span {
    background: #e3e3e3;
}

.plans div div.title-row span {
    width: 100%;
    height: 30px;
    background: #e3e3e3;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.yearly .plans div div.title-row span {
    background: #91DA8C;
}

.monthly .plans div div.title-row span {
    background: #95C5FF;
}


.prising_table {
    text-align: center;
    margin-top: 30px;
}

.plans div div.pricing-row span.triggle {
    content: '';
    position: absolute;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 20px solid white;
    top: 0;
    left: 50%;
    margin-left: -25px;
    bottom: -1px;
}

.plans div div.pricing-row span.h1, .plans div div.pricing-row span.widget-title.style2 {
    font-weight: 400;
    text-transform: capitalize;
}

.plans div div.normal-row {
    font-family: 'Quicksand' sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.yearly .plans.active .pricing-row {
    background: #91DA8C;
    border-bottom: 1px solid #E8E8E8;
}

.monthly .plans.active .pricing-row {
    background: #95C5FF;
    border-bottom: 1px solid #E8E8E8;
}

.plans div div.pricing-row {
    background: #0074FF;
    font-size: 14px;
    border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    padding: 25px 35px 50px;
    position: relative;
}

.yearly .plans.active .pricing-row span {
    color: #477846;
}

.monthly .plans.active .pricing-row span {
    color: #0074FF;
}

.plans div div.pricing-row span.pt-price {
    font-size: 30px;

    display: block;
    font-weight: 700;
}

.widget {
    padding: 20px;
    display: inline-block;
    margin: 10px;
}

.table_responsive{
	width: 100%;
	overflow: auto;
	overflow-y: hidden;
}

#wysiwyg_div{
	text-align:left;
	padding-left:14px;
	padding-right:14px;
}

#upload_document_div {
    text-align: left;
    padding-left: 14px;
    padding-right: 14px;
}

#multiselect_div {
    text-align: left;
    padding-left: 14px;
}

#search{
	width:25%;
	display: inline !important;
}

#save_section_btn{
	float:right;
}

.table_scroller{
	height:100%;
	width:100%;
}

#cancel_save_section_btn, #cancel_save_uploaded_doc_btn {
    float: right;
    margin-left: 5px;
    margin-right: 1%;
}

.report_table{
	display:none;
}

.upload_iframes{
	visibility:hidden;
	height:0px;
	width:0px;
}

.cancel_save_document_btn, #save_uploaded_doc_btn {
    float: right;
    margin-left: 5px;
    margin-right: 1%;
}

.save_document_btn{
	float:right;
}
#update_document_btn{
	float:right;
}
#cancel_update_document_btn{
	float:right;
	margin-left:5px;
	margin-right:1%;
}
/* ---------------------- */
#database_error{
	margin:0 auto;

}

.cust_group_ac{
	visibility: hidden;
}

a img{
	border: none;
}


#user_table{
	width:99%;
	padding-left:1%;
}


#group_table{
	width:99%;
	padding-left:1%;
	text-align: left;
}

#users_contain{
	width:100%;
}

.ui-widget-header{
	height:26px;
}

.float_left{
	float:left;
}

select {
    border: solid 1px #c9c9c9 !important;
    padding: 10px;
    font-size: 14px;
    font-family: sans-serif;
}

select option{

    font-size: 14px!important;
}

select[disabled]{
	border: solid 1px #c9c9c9 !important;
	background-color: #EEEEEE;
	cursor: not-allowed;
}

.editor_desc_div{
	padding-left: 25px;
}

.editor_desc_input{
	width:500px;
}

.float_right{
	float:right;
}

.clear_float{
	clear:both;
}

.hidden_div{
	display: none;
}

.table_fixes_ie{
	width:99%;
	text-align:left;
	margin-top: 15px\9;
}

th {
	text-align: inherit\9;
}

#search_form{
	margin-bottom: 15px\9;
	float:left;
	width:60%;
}

#add_new_user_btn{
	float:right;
	margin-right:5px;
}


#add_new_cust_group_btn{
	float:right;
	margin-right:5px;
}
/* ----------- reports ----------- */

.reports_menu li a{
	width:260px!important;
}

.reports_menu a {
	width: 100% !important;
}

#report_wrapper_div {
	width: 99%;
	text-align: center;
}

#UnsignedDocuments{
	display:inline-block;
}

#DocumentstoCustomers{
	display:inline-block;
}


#Customer_by_group_Report_grid .ui-arrow, #distribuited_documents_grid .ui-arrow, #Customer_Documents_Report_grid .ui-arrow, #Customer_Documents_Report_grid .ui-arrow, #Unsigned_Bycustomers_Report_grid .ui-arrow, #Unsigned_Documents_Report_grid .ui-arrow {
	display: none !important;
}

/* ---------------------- */
.customer_group_class{
	width:300px;
}

.save_group_text{
	position:absolute;
}
.save_group_href{
	position:absolute;
	float:right;
}

#docs{
	width:99%;
}

#add_new_document_btn{
	float:right;
	margin-right:5px;
}

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

#sections{
	width:99%;
}

.section_text{
	display:none;
}

.document_text{
	display:none;
}

.attached_records{
	display:none;
}

.attached_records_th{
	text-align: left;
}

#add_new_section_btn{
	float:right;
	margin-right:5px;
}

.section_text_th{
	text-align: left;
	padding-left: 4px;
}

.document_text_th{
	text-align: left;
	padding-left: 4px;
}

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

#add_new_cust_btn{
	float:right;
	margin-right:5px;
}
/* ---------------------- */
#updates_id{
	width:20%;
}

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

#settings_div{
	text-align: left;
}

.button.btn_clean_requestSignatureEmail_text, .button.btn_clean_completedEmail_text, .button.btn_clean_emailSignature_text {
    float: right;
    right: 0px;
    margin: -20px 0 0 0;
}

.button.btn_save_header_and_footer, .button.btn_save_email_texts, .button.btn_save_expiration_time, .button.btn_save_date_format, .button.btn_save_signature {
	float: right;
	right: 0px;
	margin: 10px 0 0 0;
}

#plans_list th, #plans_list td {
    padding: 5px;
    text-align: center;
}
#plans_list th {
    background-color: #f1f1f1;
}

#plans_list .left {
    text-align: left;
}
/* ---------------------- View Document ------------------------ */
#view_doc {
}

#doc_title{
	margin-left:20px;
}

#doc_id{
	margin-left:20px;
}

#doc_description{
	margin-left:20px;
}

.doc_content{
	width:626px;
	margin:0 auto;
	padding:96px 96px 96px 96px;
	margin-bottom: 30px;
}

#doc_content_wrapper{
	width:100%;
	height:100%;
	padding:10px 0px 10px 0px;
}

#user_controls{
	width:250px;
	position:fixed;
	right:0px;
	padding:10px 0 10px 10px;
}

#result_count{
	display: inline-block;
}

.sticky {
	position: fixed !important;
	height: 30px !important;
	top:0px;
	z-index: 1001;
}

.sticky_padding{
	margin-top: 70px;
}

/* --------------------- Settings ------------------------ */

table.settings_signature_information {
	width: 600px;
	text-align: left;
	margin: 30px 30px 30px 30px;
	border-collapse: unset !important;
}

table.settings_signature_information tr td {
	border: 1px solid #808080;
	height: 30px;
	width: auto;
	padding-left: 10px;
}

table.settings_signature_information tr th {
	text-align: left;
	border:none!important;
}

table.settings_signature_information tr th.col-small {
	width: 10%;
}

table.settings_signature_information tr th.col-medium {
	width: 25%;
}

table.settings_signature_information tr .col-large {
	width: 100%;
	overflow-x: hidden;
	overflow-y: visible;
}

table.settings_signature_information tr .height-large {
	height: 60px;
}

.settings_signature_form input {
	margin: 0;
}

.settings_signature_form{
	width:600px;
	margin-left:30px;
}

.settings_signature_preview {
	border: 1px solid;
	border-top: none;
	padding: 30px;
	width: 730px;
	margin-left: 30px;
}

/* ---------------------- Footer ------------------------ */
#footer_table {
	width: 100%;
	text-align: center;
}

#footer_div{
	width: 100%;
	position: fixed;
	bottom: 0px;
	padding-left: 12px;
	background-color: #393939;
}

.ui-widget-overlay{
	z-index: 2000 !important;
	opacity: 0.6 !important;
	background: #000000 !important;
}

.ui-dialog{
	z-index: 2001 !important;
}

.ui-widget-header{
	height:auto !important;
	background: none;
	background-color: #f5f5f5;
}

.ui-multiselect > .selected, .ui-multiselect > .available {
	width: 49% !important;
}

.ui-multiselect{
	width: 100% !important;
}

ul.tabs {
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: block;
	list-style-type: disc;
	-webkit-margin-before: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

ul.tabs li {
	list-style: none;
	float: left;
	margin-right: 4px;
	display: list-item;
	text-align: -webkit-match-parent;
}

ul.tabs li.active a {
	cursor: pointer;
	color: white;
	background: #393939;
}

ul.tabs li a {
	display: inline-block;
	background-color: #6E6E6E;
	color: #FFFFFF;
	border-bottom: 0;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	padding: 8px 20px;
	text-decoration: none;
}

.signed {
    background-color: #5cb85c !important;
}

.signed:hover {
    background-color: #007000 !important;
}

.active_signed {
    background-color: #007000 !important;
}

.declined {
    background-color: #d9534f !important;
}

.declined:hover {
    background-color: #C9302C !important;
}

.active_declined {
    background-color: #C9302C !important;
}

ul.tabs li a:hover {
	background: #393939;
}

.tabs-content{
	padding: 10px;
	border-style: solid;
	border-color: #393939;
	border-width: 1px 1px 0px 1px;
	min-height: 400px;
}

table.treetable thead tr th {
    font-weight: bold!important;
}

table#columns-table td.folder div.item-name {
    display: inline-block;
}

table#columns-table td.file div.item-name{
	display: inline-block;
	padding-left: 50px;
	text-overflow: ellipsis;
}

table#columns-table td.file span.indenter{
	display: none;
}

.ui-table-size{
	display: none !important;
}

.ui-table-footer{
	text-align: right !important;
}

.ui-multiselect input.search {
	height: 24px;
}
/* --------------- Tinymce custom --------------- */
/* Basic styles for Table of Contents plugin (toc) */

/*

.mce-toc {
    border: 1px solid gray;
}

.mce-toc h2 {
    margin: 2px;
}

.mce-toc li {
    list-style-type: circle;
}

*/

/* ---------------- Distribute ------------------ */

#email.form-control{
	height:auto!important;
}

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

.linkAnnotation {
	width: 43em !important;
	border-bottom: 1px dashed rgb(200,200,200);
}

.planRecapBox {
    text-align: center;
    background-color: #f9f9f9 !important;
    -moz-box-shadow: 0 0 3px #66afe9;
    -webkit-box-shadow: 0 0 3px #66afe9;
    box-shadow: 0 0 5px #66afe9;
    width: 95%;
    margin: 20px auto;
    padding: 24px;
    border-radius: 6px;
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
}

