/*main container 640px width*/
#container-640 {
	width: 640px;
	margin: 0 auto;
	display: table;
	background: url('../img/textured-bg.jpg') top center;
}
.container{
	max-width:960px !important;
	position:relative;
}
.header-text{
	top: 45px;
	right: 28px;
	position: relative;
	color:#666666;
}
#logo {
	margin: 30px 0 10px 0px;
	padding: 10px;
}
.main-text{
	font-family: 'ubunturegular';
	font-size: 14px;
	position:relative;
	z-index:7;
	//bottom:10px;
	padding: 0 70px;
}
.border{
	border: 1px solid #000;
}
.web-thumbnail a img{
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
   opacity: 0.4;
   filter: alpha(opacity=40); /* For IE8 and earlier */
  -webkit-transition: opacity .5s ease-out;
  -moz-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;
  transition: opacity .5s ease-out;
}
.web-thumbnail a img:hover{
  -webkit-transition: opacity .5s ease-out;
  -moz-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;
  transition: opacity .5s ease-out;
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
  filter: none;
  -webkit-filter: grayscale(0%);
}
.directors h2{
	margin-top:0px !Important;
}
.directors h2 span#title{
	font-size:18px;
	font-weight:bold;
}
.directors h2 span#title a{
	text-decoration:none;
	color:#000;
}
.directors h2 span#title a:hover{
	
	color:#666;
}
.directors h2 p{
	font-size:14px;
}
.login-container{
	/*height:300px;*/
}

.simple-list ol {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/
     
    margin: 0;
    margin-left: 3em;
    padding: 0;
     
    counter-reset: li-counter;
}
.simple-list ol div > li{
    position: relative;
    margin-bottom: 20px;
    padding-left: 0.5em;
    min-height: 3em;
	padding-top:10px;
}
.simple-list ol div > li:before {
	font-family: georgia;
    position: absolute;
    top: 0;
    left: -1em;
    width: 0.8em;
     
    font-size: 33px;
    line-height: 1;
   // font-weight: bold;
	font-style:italic;
    text-align: right;
    color: #464646;
 
    content: counter(li-counter);
    counter-increment: li-counter;
}
.form-width{
	max-width: 427px;
}

/* ==========================================================================
   Description: custom styles
   ========================================================================== */

/*##############################
* HEADER
##############################*/

/*##############################
* NAV MENU
##############################*/
.menu-header{
		text-align: left !important;
 }
nav.main-nav {
  width: 100%;
  position: relative;
  bottom: 0;
  float: left;
}
nav.main-nav > ul {
  list-style: none;
  padding: 0;
  display: table;
  margin: 10px auto 0 auto;
}
nav.main-nav > ul > li {
  display: inline-block;
  margin: 0 5px;
  //text-align: center;
  position: relative;
  float:left;
  line-height:2em;
}
nav.main-nav > ul > li > a {
  display: block;
  font-family: 'ubuntubold';
  font-size: 13px;
  padding: 0px 20px;
  text-decoration: none;
  color: #394251;
  z-index: 999;
  position: relative;
  -webkit-transition: color 300ms ease;
  -moz-transition: color 300ms ease;
  -ms-transition: color 300ms ease;
  -o-transition: color 300ms ease;
  transition: color 300ms ease;
}
nav.main-nav > ul > li > a:hover,
nav.main-nav > ul > li > a.active {
  /* color: #D42027; */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: color 300ms ease;
  -moz-transition: color 300ms ease;
  -ms-transition: color 300ms ease;
  -o-transition: color 300ms ease;
  transition: color 300ms ease;
}
/*no dropdown nav*/
nav.main-nav > ul > li ul{
	margin-left:10px;
}
nav.main-nav > ul > li ul > li{
	list-style-type: disc;
	text-align:left;
}
nav.main-nav > ul > li ul > li a{
	text-decoration:none;
	color: #666 !important;
}
nav.main-nav > ul > li ul > li > a:hover{
	color: #00678e !important;
}
/*end no dropdown nav*/
.member-login-container {
	text-align: center;
}
.member-login-container a.member-login {
  margin-top: 33px;
  display: block;
  font-family: 'ubuntubold';
  font-size: 13px;
  text-decoration: none;
  color: #394251;
  z-index: 999;
  position: relative;
  -webkit-transition: color 300ms ease;
  -moz-transition: color 300ms ease;
  -ms-transition: color 300ms ease;
  -o-transition: color 300ms ease;
  transition: color 300ms ease;
}
.member-login-container a.member-login:hover {
  color: #D42027;
  -webkit-transition: color 300ms ease;
  -moz-transition: color 300ms ease;
  -ms-transition: color 300ms ease;
  -o-transition: color 300ms ease;
  transition: color 300ms ease;

}
@media screen and (-webkit-min-device-pixel-ratio:0) {

    /*Chrome CSS here*/ /*Safari*/
    
}
/*###############
* HOME CALLOUTS
###############*/

ul.home-callouts {
	display: table;
	margin: 0 0;
	list-style: none;
	width: 100%;
	text-align: center;
	padding: 0;
}
ul.home-callouts > li {
	display: inline-block;
	width: 30%;
	text-align: left;
	margin: 10px 7px;
}
ul.home-callouts > li > h4 {
	color: #c42a34;
    font-family: 'ubuntubold';
    text-transform: uppercase;
}
ul.home-callouts > li > h4 > span {
	font-family: 'ubunturegular';
	color: #000000;
}
ul.home-callouts > li > ul {
	list-style: disc;
	text-align: left;
	padding: 0 0 0 15px;
	margin: 0 0 10px 0;
}



ul.home-callouts > li > a {
	color: #c42a34;
	font-family: 'ubuntubold_italic';
	font-size: 16px;
	text-decoration: none;
	-webkit-transition: opacity 300ms ease;
	-moz-transition: opacity 300ms ease;
	-ms-transition: opacity 300ms ease;
	-o-transition: opacity 300ms ease;
	transition: opacity 300ms ease;
}
ul.home-callouts > li > a:hover {
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=60);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	filter:alpha(opacity=60);
	-webkit-transition: opacity 300ms ease;
	-moz-transition: opacity 300ms ease;
	-ms-transition: opacity 300ms ease;
	-o-transition: opacity 300ms ease;
	transition: opacity 300ms ease;

}

/*##############################
* MAIN CONTENT
##############################*/



/*##############################
* FOOTER
##############################*/
footer.footer {
	margin: 0;
	padding: 0;
	float: left;
    width: 100%;
	color: black;
	z-index: 1023;
	position: relative;
}
.footer-section {
	background: url('../img/translucent-bg-w-40.png');
	width: 100%;
	float: left;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
p.copyright {
	margin: 20px 0 20px 0;
	font-size: 13px;
	color: #333333;
}
footer.footer nav.main-nav > ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
footer.footer nav.main-nav > ul > li > a {
	color: #333333;
	font-family: 'ubunturegular';
}
footer.footer nav.main-nav > ul > li > a:hover {
	color: #777777;
}
.btn-inner-content {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter:alpha(opacity=100);
	-webkit-transition: opacity 700ms ease;
	-moz-transition: opacity 700ms ease;
	-ms-transition: opacity 700ms ease;
	-o-transition: opacity 700ms ease;
	transition: opacity 700ms ease;
}
.btn-inner-content:hover {
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=85);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
	filter:alpha(opacity=85);
	-webkit-transition: opacity 700ms ease;
	-moz-transition: opacity 700ms ease;
	-ms-transition: opacity 700ms ease;
	-o-transition: opacity 700ms ease;
	transition: opacity 700ms ease;
}


/*##############################
* INNER
##############################*/
/*============================
			ABOUT
==============================*/
.text-link {
	color: #c42a34;
}
.text-link:hover {
	color: #c42a34;
}
/*============================
			DIRECTORS
==============================*/
.director-name {
	font-size: 16px;
    font-family: 'ubuntubold';
    font-weight: normal;
}
.director-name a {
	color: #333;
	text-decoration: none;
}
.director-name a i {
	color: #0073b2;
}
.director-position {
	font-weight: normal;
	font-size: 14px;
    font-family: 'ubunturegular';
    margin-bottom: 20px;
}
.director-position a {
	color: #c42a34;
}
/*============================
			FAQS
==============================*/
p.question {
	font-size: 16px;
    font-family: 'ubuntubold';
    margin-bottom: 0px;
}
p.answer {
	margin-top: 0;
}
/*============================
			CONTACT
==============================*/
.contact-heading {
	font-weight: normal;
	font-family: 'ubuntubold';
	font-size: 16px;
	padding-top: 50px;
	text-transform: uppercase;
}
.process {
	float: left;
	width: 100%;
	padding: 10px 15px;
	min-height: 63px;
	line-height: 1.4;
}
.process span.num {
	color: #bf403f;
	font-family: 'ubuntubold';
	font-size: 20px;
	float: left;
	display: inline-block;
	width: 15px;
	text-align: center;
	/*height: 35px;*/
	margin: 0 10px 10px 0;
	vertical-align: top;
	line-height: 1;

}
.process-grey {
	background: #ececec;
}
.process-text {
	float: left;
	width: 80%;
}
#contact-inform {
  color: #a94442;
}
.btn-submit-form {
	float: right;
	font-family: 'ubuntubold';
	text-transform: uppercase;
	color: #fff;
	background: #979797; /* Old browsers */
	background: -moz-linear-gradient(top,  #979797 0%, #848484 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#979797), color-stop(100%,#848484)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #979797 0%,#848484 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #979797 0%,#848484 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #979797 0%,#848484 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #979797 0%,#848484 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#979797', endColorstr='#848484',GradientType=0 ); /* IE6-9 */
	height: 40px;
	padding: 0 50px;
}
button.btn-submit-form:hover,
button.btn-submit-form:focus,
button.btn-submit-form:disabled{
	color: #fff !important;
        background: #979797 !important; /* Old browsers */
}

#captcha-image img {
        cursor: pointer !important;
}

/*LOGIN*/
.login-section {
	background: none;
	display: table;
	margin: 0 auto;
	width: 290px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 25px 15px 15px 15px;
}
.popover.bottom > .arrow:after {
	border-bottom-color: #ccc;
}
.popover {
	background-color: #ccc;
	max-width: 350px;
}
.btn-invisage {
	background: #232323;
	color: #cdcdcd;
	font-size: 14px;
	margin-bottom: 7px;
}

.btn-invisage:focus {
	color: #cdcdcd;
}

.btn-invisage:hover {
	color: #eee;
        background: #777777 !important;
}
.btn-invisage-sm {
	background: #333;
	color: #cdcdcd;
}

.btn-invisage-sm:focus {
	color: #cdcdcd;
        background-color: #bf0200;
}

.btn-invisage-sm:hover {
	color: #eee;
        background-color: #bf0200;
}
.btn-invisage-lighter{
        background: #3e3e3e;
}
.btn-invisage-lighter{
     border-bottom-right-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

/* AUDIO LIBRARY */

#video-library table{
	font-size:12px;
}

#video-library table thead{
	background:#afafaf;
	color:#FFF;
}

#video-library table thead th{
	background:#afafaf;
	color:#FFF;
	text-align:center;
}

#video-library table tbody tr:nth-child(even){
	background:#eee;
}

#video-library table tbody tr:nth-child(odd){
	background:#FFF;
}

#video-library table tbody tr td{
	color:#716c6a;
}

#video-library table tbody .subtitle{
	font-style:italic;
	font-size:10px;
}


/* HEADINGS */

.invisage-heading-4{
	font-family:'ubunturegular';
	font-size:18px;
	color:#394251;
	font-weight:bold;
	padding:10px 0;
}

.invisage-heading-4.invisage-red{

	color:#D42027;

}

.invisage-heading-4.invisage-blue{

	color:#00678e

}

.invisage-link{
	color:#394251;
}

.invisage-link:hover{
	color:#bf0200;
}

.prosoft-link{
    color:#394251;
    font-weight: bold;
}

.prosoft-link:hover{
    color:#bf0200;
}

.small{
	font-size:85% !important;
	
}

.margin-0{
	margin:0 !important;
}
.margin-top-2{
    margin:2px 0px 0px 0px !important;
}

/* USER MANAGEMENT */

#user-management ul li a{
	color:#394251;
}
/* Library Trees */
.library-tree {
  overflow-y: auto;
}

/* Tool Tip*/
.tooltip {
	display:none;
	position:absolute;
	border:1px solid #333;
	background-color:#161616;
	border-radius:5px;
	padding:10px;
	color:#fff;
	font-size:12px Arial;
}

.sidebar-list{
  list-style: none !important;
  padding: 0;
}

.sidebar-list li{
  font-size: 13px !important;
}

.sidebar-list li a{
  color: #333333;
  text-decoration: none !important;
}

label.edit-prac-label{
    padding-top:5px !important;
}
.my-profile-info{
    padding: 2px !important;
}

.pratice-user-info{
    padding: 2px !important;
    margin: 8px 2px !important;
}

.btn-edit-my-profile{
    float:right;
    border-top-color: #fff;
    border-right-color: #fff;
    border-radius: 0px 4px !important;
}

.practice-profile-info{
    padding: 2px !important;
}

.practice-profile-info .padding-first{
    padding-top: 5px !important;
}

.btn-edit-practice{
    float:right;
    border-top-color: transparent;
    border-right-color: transparent;
    border-radius: 0px 4px !important;
}

.btn-group-practice{
    float:right !important;
}
.btn-group-practice button{
    border-top-color: transparent;
    border-right-color: transparent;
}
.btn-group-practice button{
    border-radius: 0px !important;
}
.btn-group-practice button:first-child{
    border-radius: 0px 0px 0px 4px !important;
}
.btn-group-practice button:last-child{
    border-radius: 0px 4px 0px 0px !important;
}
@media (min-width: 768px) {
    .modal.modal-wide .modal-dialog {
        /*width: 75%;*/
        width: 960px !important;
    }
}

.modal-wide .modal-body {
  overflow-y: auto;
}

ul.library {
    counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
    *list-style: none; /* Keep using default numbering for IE6/7 */
    font: 14px 'trebuchet MS', 'lucida sans';
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

ul.library ul {
    margin: 0 0 0 1em; /* Add some left margin for inner lists */
}

ul.library ul li {
    list-style: none; /* Remove default numbering */
    *list-style: none; /* Keep using default numbering for IE6/7 */
    margin-left: 1em; /* Add some left margin for inner lists */
}

.rectangle-list a{
    position: relative;
    display: block;
    padding: .2em .2em .2em .8em;
    *padding: .4em;
    margin: .3em 0em .3em 0em;
    background: #eee;
    color: #444;
    text-decoration: none;
    transition: all .3s ease-out;   
}

.rectangle-list a:before{
    position: absolute; 
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    background: #fa8072;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
}

.rectangle-list a:after{
    position: absolute; 
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out;               
}

.rectangle-list a:hover{
    background: #fff;
}   

.rectangle-list a:hover:after{
    left: -.5em;
    border-left-color: #fa8072;             
}
#document-library, #video-library, #collaboration-library{
    padding-top:5px;
}
#document-library .panel-body, #video-library .panel-body, #collaboration-library .panel-body{
    padding: 0px !important;
}
#document-library .panel-heading, #video-library .panel-heading, #collaboration-library .panel-heading{
    background-color: #CCCCCC;
    background: url('../img/panel-heading-bg.jpg') center repeat-x !important;
}
#document-library .category-accordion-title, #video-library .category-accordion-title, #collaboration-library .category-accordion-title{
    text-transform: uppercase;
    color: #fff;
}
#document-library .category-accordion-title i, #video-library .category-accordion-title i, #collaboration-library .category-accordion-title i{
    font-size: 13px;
    color: #fff;
}
#document-library .category-accordion-title:hover, #video-library .category-accordion-title:hover, #collaboration-library .category-accordion-title:hover {
    text-decoration: none !important;
}
#document-library a.category-accordion-title:focus, #video-library a.category-accordion-title:focus, #collaboration-library a.category-accordion-title:focus{
    text-decoration: none !important;
}
/*
.panel-default > .panel-heading {
    background: url('../img/panel-heading-bg.jpg') center repeat-x !important;
}
*/
.library-list .list-group-item{
  padding-top:4px;
  padding-bottom:4px;
  border-left: 0px !important;
  border-right: 0px !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.library-list .list-group-item:first-child{
  border-top: 0 !important;
}
.library-list .list-group-item:last-child{
  border-bottom: 0 !important;
}
.library-list .list-group-item h5{
  font-size: 14px;
  margin-top: 4px;
  margin-bottom: 4px;
}
.library-list .list-group-item h6{
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 13px;
}
.library-list .searched-list h6{
  margin-top: 7px;
  margin-bottom: 7px;
  font-size: 14px !important;
}
.library-list .list-group-item p{
  font-size: 11px;
  line-height: 16px !important;
  margin-bottom: 4px;
  margin-top: 2px;
}
.list-group-item p.media-title{
  font-size: 13px;
  line-height: 0.8 !important;
  margin-bottom: 4px;
  margin-top: 2px;
}
.library-list a.category-item{ text-transform: uppercase; cursor: default !important;}
.library-list a.view-images{ font-size: 13px; font-weight: bold !important; text-transform: none; cursor: pointer !important;}
.library-list a.m-category-url{ font-size: 13px; text-transform: none; cursor: pointer !important;}
.library-list a.level-1 { padding-left: 20px; }
.library-list a.level-2 { padding-left: 40px; }
.library-list a.level-3 { padding-left: 60px; }
.library-list a.level-4 { padding-left: 80px; }
.library-list a.level-5 { padding-left: 100px; }
.library-tabs li a{
    font-weight: bold;
}

.shaded{
    background-color: #eee;
}

h4.no-results{
    padding-top:20px;
    padding-left: 10px;
}

h4.no-results-video{
    padding-top:20px;
    padding-left: 10px;
    padding-bottom:20px;
}
/*==============
Application Form
===============*/
#application-form .form-subtitle:first-child{
    margin-top: 0px !important;
    padding-top:10px !Important;
}
#application-form .form-subtitle{
    background-color: #eee;
}
#application-form .form-group{
    margin-bottom: 5px !important;
}
#application-form .control-label{
    padding-top: 4px !important;
    font-size: 13px !important;
}
#application-form input[type="text"],
#application-form select{
    font-size: 12px;
    height: 30px;
}
#application-form ul > li {
    font-size: 13px !important;
}
@media (max-width: 979px) {
    #application-form .first-name{
        margin-bottom:10px !important;
    }
}
i.impersonated{
	color: #bf0200 !important;
	font-weight: normal !important;
}
p.gray-out{
    font-size: 13px !important;
    opacity: 0.6;
}

.library-heading-padding{
	padding:20px 0px 10px 0px
}

.upload-file-container{
	background-color: #d4e1e6;
	max-width: 884px !important;
	border-radius: 6px;
}

.upload-file-container .form-container{
	text-align: center;
	padding: 20px 0 30px;
}

.upload-file-btn-container{
	padding-left: 10px;
}

#upload-file-form label{
	text-align: right;
}

#upload-file-form textarea{
	min-height: 140px;
}

.input-no-padding{
	padding: 0;
}

.btn-transparent{
	background-color: transparent;
	color: #357ebd;
}

.btn-transparent:hover{
	background-color: transparent;
	color: #325675;
}

.upload-open{
	background-color: #d4e1e6;
	color: #000000;
}

.upload-open:focus,
.upload-open:hover{
	background-color: #d4e1e6;
	color: #000000;
	border-color: #000000;
}

#triangle-down {
	width: 0;
	height: 0;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-top: 10px solid #ffffff;
	float: right;
	margin-right: 32px;
}

button.error-upload{
	border-color: #a94442 !important;
}

.custom-select{

}

.custom-select.open .dropdown-toggle{
	border-color: #adadad;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	outline: 0 none;
}

.custom-select .dropdown-toggle{
    display: block;
    width: 100%;
    background: #ffffff;
    text-align: left;
    padding: 6px 10px;
    box-shadow: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.custom-select .dropdown-toggle .pull-right{
	margin-top: 8px;
}

.custom-select .dropdown-menu{
	// display: block;
	width: 100%;
	text-align: left;
}

.btn-transparent[disabled],
.btn-transparent[disabled]:hover,
.btn-transparent[disabled]:focus{
	background-color: inherit;
    border-color: #357ebd;
}

.form-group .errors{
	color: red;
	text-align: left;
}

.has-error .custom-select{
	border: 1px solid #a94442;
	border-radius: 4px;
}

.file-name{
	font-weight: 800;
}

#document-library .list-group{
	margin-bottom: 4px;
}

.fall-collaboration-container{
	margin-top:35px;
}

.fall-collaboration-container a{
	color:#666;
	-webkit-box-shadow: 1px 1px 1px 0px rgba(204,204,204,1);
	-moz-box-shadow: 1px 1px 1px 0px rgba(204,204,204,1);
	box-shadow: 1px 1px 1px 0px rgba(204,204,204,1);
	font-size:12px;
	line-height:14px;
	padding: 0px;
	width: 240px;
    display: table;
    margin: auto;	
}
.fall-collaboration-container a *{
	display:inline-block;
	height: auto;
	vertical-align:middle;
}

.spring-collaboration-container{
	margin-top:35px;
}

.spring-collaboration-container a{
	color:#666;
	-webkit-box-shadow: 1px 1px 1px 0px rgba(204,204,204,1);
	-moz-box-shadow: 1px 1px 1px 0px rgba(204,204,204,1);
	box-shadow: 1px 1px 1px 0px rgba(204,204,204,1);
	font-size:12px;
	line-height:14px;
	padding: 0px;
	width: 240px;
    display: table;
    margin: auto;	
}
.spring-collaboration-container a *{
	display:inline-block;
	height: auto;
	vertical-align:middle;
}

#addTrainingUsersModal .modal-dialog{
	width: 534px;
}

#form-import{
	font-size: 14px;

}

.btn-dark{
	color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

#form-import .step-block{
	display: flex;
	flex-direction: row;
	margin-bottom: 1em;
} 

#form-import .step-block .csv-icon{
	margin-right: 1em;
} 

#form-import .step-block .csv-desc{
	font-size: 16px !important;
} 

.footer-btns{
	display: flex;
	justify-content: flex-end;
}

.footer-btns button{
	min-width: 100px;
	margin-left: 1em;
}

.footer-btns button[disabled]{
	cursor: not-allowed;
}

#form-import .step-block .form{
	margin-bottom: 1em;
} 



#form-import .step-block .instructions{
	margin-bottom: 1em;
} 
/* #form-import .step-block .note{
	color: #808080;
	margin-bottom: 1em;
}  */

#form-import #step2.disabled{
	color: #BCBCBC !important;
} 

.btn-upload-clin-list{
	background: #00678E;
    color: white !important;
    padding: 0.5em;
    width: 13em;
    font-size: 14px;
}