/*==========================================================================
   General
==========================================================================*/
html, body
{

}

body
{
	font-family: 'Open Sans', sans-serif;
	background-color: #DDD;
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #444;
}

body.disable-overflow
{
	overflow: hidden;
}

h1, h2, h3, h4, h5, h6
{
	font-family: 'Lato', Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
	font-weight: 500;
	text-rendering: optimizeLegibility;
	margin: 0;
	padding: 0;
}

h1
{
	font-size: 30px;
	margin-bottom: 30px;
}


h2
{
	font-size: 24px;
	margin-bottom: 20px;
}


.p-15
{
	padding: 15px;
}


/*==========================================================================
   Header
==========================================================================*/
#header
{
	background-color: #215A75;
	height: 130px;
	text-align: center;
}

#logo
{
	display: inline-block;
	height: 60px;
	font-family: 'Paytone One', sans-serif;
	margin: 35px auto;
}

#logo img
{
	display: inline-block;
	max-width: 100%;
	height: 60px;
	margin-right: 20px;
	float: left;
}

#logo span
{
	color: #FFF;
	font-size: 50px;
	font-weight: bold;
	display: inline-block;
	line-height: 54px;
}

#header #companyswitch
{
	display: none;
}

#header .right
{
	display: none;
}




/*==========================================================================
   Structure
==========================================================================*/
.wrapper
{

}

#sidebar
{
	background-color: #1D313A;
}

#main
{
	padding: 30px;
}






/*==========================================================================
   Sidebar
==========================================================================*/
#sidebar
{
	text-align: center;
}


#sidebar .nav-toggle
{
	position: relative;
	background-color: #000;
	border-radius: 5px;
	border: 1px solid #333;
	margin: 10px auto;
	text-align: center;
	padding: 15px 30px;
	display: block;
	width: 100%;
}

#sidebar .nav-toggle .bar
{
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background-color: #fff;
	margin: 3px auto;
}

#sidebar #main-nav.navbar-collapse
{
	border: 0;
	box-shadow: none;
}

#sidebar #main-nav ul
{
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
	font-family: 'Lato', Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
	font-weight: 500;
	font-size: 18px;
	text-rendering: optimizeLegibility;
	text-align: left;
	background-color: rgba(255, 255, 255, .2);
}

#sidebar #main-nav ul li
{

}

#sidebar #main-nav ul li a
{
	display: block;
	padding: 15px;
	color: #FFF;
	border-bottom: 1px solid #333;
}

#sidebar #main-nav ul li a:hover
{
	background-color: #233B47;
	text-decoration: none;
}

#sidebar #main-nav ul li a .badge
{
	float: right;
	font-size: 16px;
	padding: 5px 10px;
	margin-top: 2px;
	background-color: #0A1B23;
}

#sidebar .search
{

}

#sidebar .search input[type="text"]
{
	background-color: #17272e;
	font-family: 'Lato', Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
	font-weight: 500;
	font-size: 18px;
	border-radius: 5px;
	border: 1px solid #17272e;
	padding: 24px 30px;
	display: block;
	box-sizing: border-box;
	margin: 10px 0px;
}
#sidebar .search input[type="text"]:focus
{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(52,55,61,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(52,55,61,1);
	box-shadow: 0px 0px 5px 0px rgba(52,55,61,1);
	border:1px solid #3e5660;
}

#sidebar .search .form-group
{
	margin: 0;
}







/*==========================================================================
   Footer
==========================================================================*/
#footer
{
    padding: 20px 15px;
    background-color: #CCC;
}

#footer p {
    margin: 0;
    color: #999;
    font-size: 12px;
    text-align: center;
}









/*==========================================================================
   Cards
==========================================================================*/
.card
{
	padding: 30px;
	background-color: #FFF;
	border-radius: 4px;
	margin-bottom: 20px;
	-webkit-box-shadow: 2px 2px 4px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 4px -3px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 4px -3px rgba(0,0,0,0.75);
}

.card.trial-card
{

}








.form-control
{
    height: 46px;
    padding: 8px 10px;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 6px;
	box-shadow: none;
	-webkit-box-shadow: none;
	background-clip: padding-box;
}





.padded
{
	padding: 20px;
}

.spacer
{
	height: 30px;
}


.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #215A75;
}









.select2 {
  width: 100%!important;
}


.select2-container .select2-selection--multiple, .select2-container--default .select2-selection--multiple, .select2-container .select2-selection--single, .select2-container--default .select2-selection--single
{
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border: 1px solid #ccc;
	padding: 5px 12px;
	border-radius: 6px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple
{
	border:1px solid #31bae0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered
{
	line-height: 36px;
}

.select2-container .select2-selection--single .select2-selection__rendered
{
	padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow
{
	display: none;
}

.select2-container--default .select2-selection--single .select2-selection__clear
{
	margin-top: -2px;
}




.close
{
	font-size: 27px;
	color: #444;
	opacity: .6;
}


hr
{
	padding: 0;
	margin: 15px 0px;
	border-color: #DDD;
}




.detail-box
{
	padding-left: 35px;
	margin-bottom: 15px;
}


.detail-box.no-indent
{
	padding-left: 0;
}

.detail-box > i
{
	color: #CCC;
	position: absolute;
	margin-left: -30px;
	margin-top: 5px;
}


.detail-box.no-indent > i
{
	margin-left: 0px;
	position: relative;
}



.detail-box-card
{
	margin-bottom: 10px;
	background-color: #EEE;
	border: 1px solid #DDD;
	padding: 15px;
}

.detail-box-card > i
{
	color: #CCC;
}

.detail-box .quoted
{
	margin: 10px;
	padding: 5px;
	font-size: 15px;
}




.m-0
{
	margin: 0;
}









.note, .inbox-message
{
	background-color: #EEE;
	border: 4px solid #DDD;
	margin-bottom: 15px;
}

.note .top, .inbox-message .top
{
	border-bottom: 1px solid #DDD;
	padding: 15px;
	background-color: #EDEDED;
}

.note .content, .inbox-message .content
{
	padding: 15px;
	background: #FFF;
}
.thumb-img
{
	display: block;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    background-color: #A3D29C;
    border-radius: 5px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin-right:10px;
    float: left;
}









#agent-results
{
	border: 1px solid #CCC;
	padding: 0px;
	height: 500px;
	overflow-y: scroll;
	padding:10px;
}

#agent-results .result
{
	background-color: #EEE;
	padding: 20px;
	border-bottom: 1px solid #CCC;
}

#agent-results .result i
{
	color: #CCC;
}

#agent-results .result.template
{
	display: none;
}









.timeline-small
{
	margin: 0;
	padding: 15px;
	list-style: none;
	background-color: #EEE;
	margin-bottom: 10px;
	border-radius: 5px;
}

.timeline-small li i
{
	padding-top: 5px;
}





/*==========================================================================
   Table Styling
==========================================================================*/
table.table-borderless
{
	border: 0;
}

.table.table-borderless>tbody>tr>td, .table.table-borderless>tbody>tr>th, .table.table-borderless>tfoot>tr>td, .table.table-borderless>tfoot>tr>th, .table.table-borderless>thead>tr>td, .table.table-borderless>thead>tr>th
{
	border: 0;
	padding: 8px 0px;
}


.table>thead>tr>th
{
	background-color: #EEE;
	color: #999;
	text-transform: uppercase;
}










.file-browser
{

}

.file-browser .directories
{
	margin: 0;
	padding: 0;
	list-style: none;
	min-height: 300px;
}

.file-browser .directories li
{
	padding: 5px 0px;
	border-bottom: 1px solid #DDD;
}

.file-browser .directories li a
{
	display: block;
	padding: 10px;
}

.file-browser .directories li.active a
{
	border: 1px solid #DDD;
	background-color: #DDD;
	border-radius: 3px;
}

.file-browser .directories li a i
{
	color: #CCC;
	margin-right: 5px;
}











.dashboard-people
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.dashboard-people li
{
	margin-bottom: 20px;
	height: 80px;
}

.dashboard-people li:last-of-type
{
	margin-bottom: 0;
}

.dashboard-people li .name
{
	font-size: 18px;
	display: inline-block;
	color: #444;
}

.dashboard-people li .detail
{
	display: block;
	color: #999;
	font-size:13px;
}

.dashboard-people li .img
{
	display: block;
	font-size: 30px;
	color: #FFF;
	text-align: center;
	background-color: #A3D29C;
	border-radius: 5px;
	height: 80px;
	width: 80px;
	line-height: 80px;
	margin-right: 20px;
	float: left;
}










.plans .plan
{
	border: 1px solid #DDD;
	padding: 20px;
}

.plans .plan h2
{
	margin: -20px;
	margin-bottom: 30px;
	background-color: #0A1B23;
	padding: 20px;
	color: #FFF;
	text-align: center;
}

.plans .plan .limits
{
	font-size: 24px;
	text-align: center;
	margin-bottom: 30px;
}


.plans .plan.current-plan h2
{
	background-color: #999;
}

.plans .plan .price
{
	font-size: 40px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
}

.plans .plan .price span
{
	font-size: 14px;
	font-weight: normal;
}

.plans .plan ul.checklist
{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 24px;
	text-align: center;
	margin-bottom: 30px;
}

.plans .plan ul.checklist i
{
	color: #1D9D73;
}

li.featured
{
	background-color: #DDD;
	padding: 10px;
	margin-bottom: 10px;
}














.drag-drop-box
{
	background: #EFEFEF;
	border: 1px solid #CCC;
	text-align: center;
	padding: 30px 0px;
}

.drag-drop-filelist
{
	padding: 0px 10px;
	background-color: #dff0d8;
}

.drag-drop-filelist .file
{
	border-bottom: 1px solid #DDD;
	padding: 10px 0px;
}

.drag-drop-filelist .file:last-of-type
{
	border: 0;
}

.drag-drop-filelist .file .progress
{
	margin: 0;
}







.popover
{
	max-width: 500px;
	width: 500px;
}

.popover-content
{
	padding: 14px;
	font-size: 16px;
	line-height: 1.42857143;
}

.popover h3
{
	margin-bottom: 15px;
}

.tour-step-background {
    background: inherit;
    border-radius: 0px;
}

.table
{
	background-color: #FFF;
}












.card.help-card
{
	background-color: #fcffe0;
}

.card.help-card ul.checklist
{
	list-style: none;
}

.card.help-card ul.checklist
{
	padding-left: 15px;
}

.card.help-card ul.checklist li i
{
	color: #000;
}












.exposable
{
    position:relative;
}

#exposable-overlay
{
    background:rgba(0,0,0,0.6);
    display:none;
    width:100%;
    position:absolute;
	top:0;
	left:0;
	z-index:99998;
}

















.case-item
{
	margin-bottom: 10px;
	background-color: #EEE;
}

.case-item > i
{
	color: #CCC;
}

.case-item .detail
{
	border: 1px solid #DDD;
	border-top: 0;
	padding: 15px;
}

.case-item .detail p
{
	margin: 0;
}

.case-item .detail p .line
{
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
	display: block;
}

.case-item .title
{
	display: block;
	padding: 10px;
	background-color: rgba(0, 0, 0, .7);
	color: #FFF;
}

.case-item .title:hover
{
	background-color: rgba(0, 0, 0, .8);
}

.case-item .title a
{
	color: #FFF;
}

.case-item .title a:hover
{
	text-decoration: none;
}








#map-locations
{
	height: 350px;
	border: 1px solid #999;
}