/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
   
   /*custom font*/
/* @import url(http://fonts.googleapis.com/css?family=Montserrat);*/
/*@import url(http://fonts.googleapis.com/css?family=Poiret+One); */
@import url(https://fonts.googleapis.com/css?family=Work+Sans);

@media(min-width:1570px){
	*{
    font-size:14px;
	}
}
@media(min-width:1385px){
	*{
    font-size:12px;
	}
}
@media(max-width:1385px){
	*{
    font-size:0.8vw;
	}
}

.sebLogo{
	position:absolute;
	top:0;
	right:0;
	width:80px;
}
.fieldset1{}
th{
	white-space:nowrap !Important;
}
td{
	white-space:nowrap !Important;
}
.dataTables_filter input{
    padding: 1px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    width: auto;
    box-sizing: border-box;
    font-family: 'Work Sans', sans-serif;
    color: #2C3E50;
    font-size: 13px;
}
.colorpicker{
							z-index:999;
						}
#colorSelector div {
							
							top: 3px;
							left: 3px;
							width: 30px;
							height: 30px;
							background-color:#0a15bf;
							//background: url(../images/select.png) center;
						}
html, body{
	
	font-family: 'Work Sans', sans-serif;
	overflow-x:hidden;

}
html {
	height:100%;
}
body{
	min-height:100%;
	overflow:auto;
}
html,body,#wrapper,.content{
	
}
.fs-title{
	font-weight:bold;
}
.blink_me {
  animation: blinker 1s linear infinite;
  font-weight:bold;
}

@keyframes blinker {
  50% {
    opacity: 0.2;
  }
}

input {
	padding: 3px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	font-family: 'Work Sans', sans-serif;
	color: #2C3E50;
	font-size: 13px;
}

.fieldset1{
			background: white;
			border: 0 none;
			border-radius: 3px;
			box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
			padding: 20px 30px;
			
			box-sizing: border-box;
			width: 100%;
			margin: auto !important;
			

			
		}
		/*Hide all except first fieldset*/
		fieldset:not(:first-of-type) {
			display: none;
		}
		
.modal-content{
			background: white;
			border: 0 none;
			border-radius: 3px;
			box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
			padding: 20px 30px;
			
			box-sizing: border-box;
			width: 100%;
			margin: auto !important;
			

			
		}
		/*Hide all except first fieldset*/
		.modal-content:not(:first-of-type) {
			display: none;
		}


.clickable-row{
	cursor:pointer;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	transition: box-shadow 0.1s ease-in-out;
}
.clickable-row:hover{
	box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.action-button, .action-button1 {
			width: 100px;
			background: #27AE60;
			font-weight: bold;
			color: white;
			border: 0 none;
			border-radius: 1px;
			cursor: pointer;
			padding:2px;
			margin-left:2px;

		}
.action-button:hover, .action-button:focus, .action-button1:hover, .action-button1:focus {
			box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
			color:white;
			text-decoration:none;
		}
		
.modal-title{
	font-size: 15px;
	text-transform: uppercase;
	color: #2C3E50;
	margin-bottom: 10px;
	font-family: 'Work Sans', sans-serif;
}


		
.btn-primary{
	min-width: 100px;
			background: #27AE60;
			font-weight: bold;
			color: white;
			border: 0 none;
			border-radius: 1px;
			cursor: pointer;
			padding: 10px 8px;
			margin-bottom:4px;
}
.btn-primary:hover, .btn-primary:focus {
			box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60 !important;
			color:white !important;
			text-decoration:none !important;
			background: #27AE60 !important;
		}
.btn-secondary, .alertify-button-cancel{
			min-width:60px;
			background: #9cb1a5;
			font-weight: bold;
			color: white;
			border: 0 none;
			border-radius: 1px;
			cursor: pointer;
			padding: 10px 8px;
			margin-bottom:4px;
}
.btn-secondary:hover, .btn-secondary:focus,  .alertify-button-cancel:focus, ,  .alertify-button-cancel:hover{
			box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
			color:white;
			text-decoration:none;
		}


	.footable-header {
		background: #348ab1 !Important;
		color:white !Important;
	}


	.overlay-alert{
		min-height: calc(100%);
		width:100%;
		background-color:rgba(0,0,0,0.4);
		position:fixed;
		z-index:9;

		
	}
	
	/*form styles*/
		#alertdiv {
			width: 80%;
			margin: 50px auto;
			text-align: center;
			position: relative;
			z-index:10;
			
		}
		#alertdiv fieldset {
			background: white;
			border: 0 none;
			border-radius: 3px;
			box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
			padding: 20px 30px;
			
			box-sizing: border-box;
			//width: 80%;
			margin: 0 10%;
			
			/*stacking fieldsets above each other*/
			position: absolute;
			
		}
		/*Hide all except first fieldset*/
		#alertdiv fieldset:not(:first-of-type) {
			display: none;
		}
		/*inputs*/
		#alertdiv input, #alertdiv textarea {
			padding: 15px;
			border: 1px solid #ccc;
			border-radius: 3px;
			margin-bottom: 10px;
			width: 100%;
			box-sizing: border-box;
			font-family: 'Work Sans', sans-serif;
			color: #2C3E50;
			font-size: 13px;
		}
		/*buttons*/
		#alertdiv .action-button {
			width: 100px;
			background: #27AE60;
			font-weight: bold;
			color: white;
			border: 0 none;
			border-radius: 1px;
			cursor: pointer;
			padding: 10px 5px;
			margin: 10px 5px;
		}
		#alertdiv .action-button:hover, #alertdiv .action-button:focus {
			box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
		}
		
		
		
		
			/*form styles*/
		#settingsform {
			width: 100%;
			margin: 50px auto;
			text-align: center;
			position: relative;
			z-index:10;
			
		}
		#settingsform fieldset {
			background: white;
			border: 0 none;
			border-radius: 3px;
			box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
			padding: 20px 30px;
			
			box-sizing: border-box;
			width: 80%;
			margin: 0 10%;
			
			/*stacking fieldsets above each other*/
			
			
		}
		/*Hide all except first fieldset*/
		#settingsform fieldset:not(:first-of-type) {
			display: none;
		}
		/*inputs*/
		#settingsform input{
			padding: 15px;
			border: 1px solid #ccc;
			border-radius: 3px;
			margin-bottom: 10px;
			width:85%;
			box-sizing: border-box;
			font-family: 'Work Sans', sans-serif;
			color: #2C3E50;
			font-size: 13px;
			border-top-left-radius:0px;
			border-bottom-left-radius:0px;
		}
		#settingsform textarea{
			padding: 15px;
			border: 1px solid #ccc;
			border-radius: 3px;
			margin-bottom: 10px;
			width:100%;
			box-sizing: border-box;
			font-family: 'Work Sans', sans-serif;
			color: #2C3E50;
			font-size: 13px;
		}
		
		#settingsform #inputrow {
			width:100%;
			text-align:left;
		}
		
		 #settingsform #headingspan {
			 padding: 15px;
			border: 1px solid #ccc;
			border-radius: 3px;
			margin-bottom: 10px;
			box-sizing: border-box;
			font-family: 'Work Sans', sans-serif;
			color: #2C3E50;
			font-size: 13px;
			width:15%;
			background: #f0f0f0;
			display:inline-block;
			white-space: nowrap;
			border-right:none;
			border-top-right-radius:0px;
			border-bottom-right-radius:0px;
		 }
		
		/*buttons*/
		#settingsform .action-button {
			width: 100px;
			background: #27AE60;
			font-weight: bold;
			color: white;
			border: 0 none;
			border-radius: 1px;
			cursor: pointer;
			padding: 10px 5px;
			margin: 10px 5px;
		}
		#settingsform .action-button:hover, #settingsform .action-button:focus {
			box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
		}
		
		
		
		



/*form styles*/
#msform {
	width: 100%;
	margin: 0px auto;
	text-align: left;
	position: relative;
	
}
#msform fieldset {
	background: white;
	border: 0 none;
	border-radius: 3px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	padding: 20px 30px;
	
	box-sizing: border-box;
	width: 80%;
	margin: 0 10%;
	
	/*stacking fieldsets above each other*/
	position: absolute;
	
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}
/*inputs*/
#msform input, #msform textarea {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	font-family: 'Work Sans', sans-serif;
	color: #2C3E50;
	font-size: 13px;
}
/*buttons*/
#msform .action-button {
	width: 100px;
	background: #27AE60;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px;
}
#msform .action-button:hover, #msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}
/*headings*/
.fs-title {
	font-size: 15px;
	text-transform: uppercase;
	color: #2C3E50;
	margin-bottom: 10px;
	margin-top: 12px !important;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
	-webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}
#progressbar li {
	list-style-type: none;
	color: #0a15bf;
	text-transform: uppercase;
	font-size: 9px;
	width: 33.33%;
	float: left;
	position: relative;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 10px;
	color: #333;
	background: white;
	border-radius: 3px;
	border:0.2px solid #0a15bf;
	margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #0a15bf;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #27AE60;
	color: white;
}



.navbar{
   
    background-color:#0a15bf!important;
    font-size:small;
}
.navbar-brand{
    color:white !important;
}
.navbar li a{
     color:white ;
    text-decoration: none;

 }
.navbar li a:hover{
    text-decoration:underline !important;
}
.active .open{
    background-color:white !important;
}
.active a{
    color:#0a15bf;
}
.dropdown-menu li a{
    color:#0a15bf;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color:white !important;
    color:#0a15bf;
}
.navbar-toggle{
    background-color:white !Important;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color:#0a15bf!important;
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: white !important;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    background-color:white !important;
    color:#0a15bf;
}
.add-client-modal{
    display:none;
    position: absolute;
    margin-left: 25%;
    top: 20%;
}
#del-selected{
    color:white !important;
}
.login-wrapper{
    position:relative;
    top:10%;
    max-width:400px;
    margin:auto;
    border:1px solid #0a15bf;
    border-radius:24px;
    background-color:white;
    padding:12px;
    -webkit-box-shadow:0 1px 4px rgba(204, 0, 0, 0.30), 0 0 40px rgba(204, 0, 0, 0.10) inset;
    -moz-box-shadow:0 1px 4px rgba(204, 0, 0, 0.3), 0 0 40px rgba(204, 0, 0, 0.10) inset;
    box-shadow:0 1px 4px rgba(204, 0, 0, 0.3), 0 0 40px rgba(204, 0, 0, 0.10) inset;
    color:#0a15bf;
}
.content{
    width:98%;
    margin:auto;
    margin-bottom:68px;

    position:relative;

}
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}
.label-jobs{
    background-color:#0a15bf;
}
.input-group-addon{
    padding: 6px 12px;
    font-size: small !important;
    font-weight: 400;
    line-height: 1;
    color: white !important;
    text-align: center;
    background-color: #0a15bf !important;
    border: 1px solid #ccc !Important;
    border-radius: 4px;
}
.form-control{
    font-size:small !important;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */



/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
