html,body {
	background-color: #4C89B6;
  color: #000;
}

.header {
 background-color: #4c89b6;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container, .dashboard {background-color:#f8f8f8;border-radius:10px}
.header .container { background-color: #4c89b6;color:white;}

/* Signin */
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
  margin-top:50px;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Dashboard */
.dashboard {
	
}

.dashboard .thumbnail {
  color:#000;
}

.dashboard .thumbnail:hover {
	background-color: #eee;
}

.thumbnail .caption {
  overflow: hidden;
  height: 50px;
}

/* General */
h1, .page-header h1 {
	font-size: 18pt;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;

}

h2 {
  font-size: 14pt;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #197aba;
}

.page-header small {
  color: #197aba;
}

.page-header {
  border-bottom: solid 1px #6999B7;
}

h3 {
	font-size: 14pt;
  margin-bottom:20px;
}

a:link, a:visited {
	text-decoration: none;
  color: #197aba;
}

.table thead tr th {
  border-bottom:solid 2px #4289B8;
}

.table tbody tr td {
  border-top:solid 1px #4289B8;
}

.table-hover tbody tr:hover td {
  background-color: #c7d4dd;
}

.panel, .well {
  background-color: #e8e8e8;
  border: none;
}



/* AUTO COMPLETE */
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; cursor: default; 

overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 

4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }

.autocomplete-suggestions, .autocomplete-selected {
  color:#000;
} 

@media print {
  .visible-print  { display: inherit !important; }
  .hidden-print   { display: none !important; }
}
.skype_c2c_text_span{}

/*****Changes on 25.11.2014 by Swaranan Singha Barman***************/


.mejora-file-input{
	 border: 1px solid #ccc;
    border-radius: 5px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-top: 6px;
}
.mejora-file-input:focus{
	border-color:#39F;
	outline:none !important;
}
hr{border-color:#6999B7}


.panel{border-radius:10px;}
.panel-default>.panel-heading{

  background-color:#3a7eaf;
  border-color: #ddd;
  text-align:center;
  color:white;
  border:2px solid #7aa7c8;
  border-top-right-radius:10px;
  border-top-left-radius:10px;
 
}
.panel-default>.panel-heading h3{
font-size:31px
}
.panel-footer{background-color:#3a7eaf;
 border:2px solid #7aa7c8;
   border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;}
table a:link{
  text-decoration: underline;
  color: html,body {
	background-color: #c7d4dd;
  color: #000;
}

.header {
 background-color: #4c89b6;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container, .dashboard {background-color:#f8f8f8;border-radius:10px}
.header .container { background-color: #4c89b6;}

/* Signin */
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
  margin-top:50px;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Dashboard */
.dashboard {
	
}

.dashboard .thumbnail {
  color:#000;
}

.dashboard .thumbnail:hover {
	background-color: #eee;
}

.thumbnail .caption {
  overflow: hidden;
  height: 50px;
}

/* General */
h1, .page-header h1 {
	font-size: 18pt;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;

}

h2 {
  font-size: 14pt;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #197aba;
}

.page-header small {
  color: #197aba;
}

.page-header {
  border-bottom: solid 1px #6999B7;
}

h3 {
	font-size: 14pt;
  margin-bottom:20px;
}

a:link, a:visited {
	text-decoration: none;
  color: #197aba;
}

.table thead tr th {
  border-bottom:solid 2px #4289B8;
}

.table tbody tr td {
  border-top:solid 1px #4289B8;
}

.table-hover tbody tr:hover td {
  background-color: #c7d4dd;
}

.panel, .well {
  background-color: #e8e8e8;
  border: none;
}



/* AUTO COMPLETE */
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; cursor: default; 

overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 

4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }

.autocomplete-suggestions, .autocomplete-selected {
  color:#000;
} 

@media print {
  .visible-print  { display: inherit !important; }
  .hidden-print   { display: none !important; }
}
.skype_c2c_text_span{}

/*****Changes on 25.11.2014 by Swaranan Singha Barman***************/


.mejora-file-input{
	 border: 1px solid #ccc;
    border-radius: 5px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-top: 6px;
}
.mejora-file-input:focus{
	border-color:#39F;
	outline:none !important;
}
hr{border-color:#6999B7}


.panel{border-radius:10px;}
.panel-default>.panel-heading{

  background-color:#3a7eaf;
  border-color: #ddd;
  text-align:center;
  color:white;
  border:2px solid #7aa7c8;
  border-top-right-radius:10px;
  border-top-left-radius:10px;
 
}
.panel-default>.panel-heading h3{
font-size:31px
}
.panel-footer{background-color:#3a7eaf;
 border:2px solid #7aa7c8;
   border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;}
table a:link{
  text-decoration: underline;
  color: darkgoldenrod;}

.UN_panel>.panel-heading {
  background-color:#7aa7c8;
  border-bottom-color: #ddd;

}

.panel-default2>.panel-heading{background-color:#7aa7c8; border-bottom:1px solid;}
.panel-default2>.panel-footer{background-color:#7aa7c8; }

.clientInfo1{background-color:#367CAD; padding:10px 0 10px 10px; border-top-left-

radius:10px; border-bottom-left-radius:10px;}
.clientInfo2{background-color:#649AC0; padding:10px 10px 10px 5px; border-top-right-

radius:10px; border-bottom-right-radius:10px;}html,body {
	background-color: #c7d4dd;
  color: #000;
}

.header {
 background-color: #4c89b6;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container, .dashboard {background-color:#f8f8f8;border-radius:10px}
.header .container { background-color: #4c89b6;}

/* Signin */
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
  margin-top:50px;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Dashboard */
.dashboard {
	
}

.dashboard .thumbnail {
  color:#000;
}

.dashboard .thumbnail:hover {
	background-color: #eee;
}

.thumbnail .caption {
  overflow: hidden;
  height: 50px;
}

/* General */
h1, .page-header h1 {
	font-size: 18pt;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;

}

h2 {
  font-size: 14pt;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #197aba;
}

.page-header small {
  color: #197aba;
}

.page-header {
  border-bottom: solid 1px #6999B7;
}

h3 {
	font-size: 14pt;
  margin-bottom:20px;
}

a:link, a:visited {
	text-decoration: none;
  color: #197aba;
}

.table thead tr th {
  border-bottom:solid 2px #4289B8;
}

.table tbody tr td {
  border-top:solid 1px #4289B8;
}

.table-hover tbody tr:hover td {
  background-color: #c7d4dd;
}

.panel, .well {
  background-color: #e8e8e8;
  border: none;
}



/* AUTO COMPLETE */
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; cursor: default; 

overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 

4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }

.autocomplete-suggestions, .autocomplete-selected {
  color:#000;
} 

@media print {
  .visible-print  { display: inherit !important; }
  .hidden-print   { display: none !important; }
}
.skype_c2c_text_span{}

/*****Changes on 25.11.2014 by Swaranan Singha Barman***************/


.mejora-file-input{
	 border: 1px solid #ccc;
    border-radius: 5px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-top: 6px;
}
.mejora-file-input:focus{
	border-color:#39F;
	outline:none !important;
}
hr{border-color:#6999B7}


.panel{border-radius:10px;}
.panel-default>.panel-heading{

  background-color:#3a7eaf;
  border-color: #ddd;
  text-align:center;
  color:white;
  border:2px solid #7aa7c8;
  border-top-right-radius:10px;
  border-top-left-radius:10px;
 
}
.panel-default>.panel-heading h3{
font-size:31px
}
.panel-footer{background-color:#3a7eaf;
 border:2px solid #7aa7c8;
   border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;}
table a:link{
  text-decoration: underline;
  color: #197aba;}

.UN_panel>.panel-heading {
  background-color:#7aa7c8;
  border-bottom-color: #ddd;

}

.panel-default2>.panel-heading{background-color:#7aa7c8; border-bottom:1px solid;}
.panel-default2>.panel-footer{background-color:#7aa7c8; }

.clientInfo1{background-color:#367CAD; padding:10px 0 10px 10px; border-top-left-

radius:10px; border-bottom-left-radius:10px;}
.clientInfo2{background-color:#649AC0; padding:10px 10px 10px 5px; border-top-right-

radius:10px; border-bottom-right-radius:10px;};}

.UN_panel>.panel-heading {
  background-color:#7aa7c8;
  border-bottom-color: #ddd;

}

.panel-default2>.panel-heading{background-color:#7aa7c8; border-bottom:1px solid;}
.panel-default2>.panel-footer{background-color:#7aa7c8; }

.clientInfo1{background-color:#367CAD; padding:10px 0 10px 10px; border-top-left-

radius:10px; border-bottom-left-radius:10px;}
.clientInfo2{background-color:#649AC0; padding:10px 10px 10px 5px; border-top-right-

radius:10px; border-bottom-right-radius:10px;}