﻿body {
    /*padding-top: 50px;*/
    /*padding-bottom: 20px;*/
    background-image: url('../uploads/background-image.png');
}

   /* Breadcrumb Pagination */
ul.breadcrumb {
  padding: 8px 16px;
  list-style: none;
  background-color: #eee;
}
ul.breadcrumb li {display: inline;}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
ul.breadcrumb li a {color: green;}
/* Breadcrumb Pagination */

/*
.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
	width: 100% !important;
}
*/
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	color: #000 !important;
}

/* Set padding to keep content from hitting the edges */
.container.body-content {
    padding-left: 15px;
    padding-right: 15px;
    background: #fff;
    color: #000;
    margin: 15px auto;
    border-radius: 4px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    /*max-width: 280px;
}*/


#navbar a:focus {
	color: #000;
}

.dropdown-menu :hover
{
    /*display:block;*/
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
    }

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

.footer {
    width: 100%;
    height: 25px;
    padding-top: 3px;
    text-align: center;
    background-color: #01356C;
    color: #fff;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
    z-index: 100;
}

p > a {
    background: blue;
    color: #fff;
    padding: 8px;
    border-radius: 4px;
    font-weight: bold;
}

    p > a:hover {
        background: #002366;
        color: #fff;
        padding: 8px;
        border-radius: 4px;
        font-weight: bold;
        text-decoration: none;
    }

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 8px;
}


.header {
    /*background-color: #00746b;
    padding: 30px;
    text-align: center;*/
    background: none repeat scroll 0 0 #00746b;
    color: #fff;
    height: 73px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}



.head_info {
    padding-left:10px;
    /*float: left;*/
    /*width: 65%;*/
}


.head_logout {
    width: 100% !important;
    float: right;
    padding: 20px 10px 10px 10px;
    text-align: center;
}

    .head_logout a {
        color: #fff;
        font-weight: bold;
    }



.navbar {
    position: relative;
    z-index: 1000;
    min-height: 33px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}

#navbar {
    /*overflow: hidden;*/
    background-color: #01356c;
    height: 33px;
    padding-left: 1%;
    z-index: 100;
}

    #navbar a {
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: center;
        /*padding: 5.5px 11px;*/
        padding: 5.5px 9px;
        text-decoration: none;
        font-size: 12px;
        font-weight: bold;
        border-left: 1px solid aliceblue;
    }

	#navbar a:focus {
		float: left;
		display: block;
		color: #000 !important;
		text-align: center;
		padding: 5.5px 11px;
		text-decoration: none;
		font-size: 12px;
		font-weight: bold;
		border-left: 1px solid aliceblue;
	}

	#navbar a:hover {
		background-color: #ddd;
		color: black;
	}

	#navbar a.active {
		background-color: #4CAF50;
		color: white;
	}

.content {
    padding: 16px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

    .sticky + .content {
        padding-top: 60px;
    }


.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 200px;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 14px;
    list-style: none;
    background-color: olivedrab;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

    .dropdown-menu a {
        display: block;
        color: #f2f2f2;
        text-align: left !important;
        padding: 8px 0px 8px 13px !important;
        text-decoration: none;
        font-size: 12px;
        font-weight: bold;
        width: 100% !important;
        border: 1px solid #cccccc !important;
    }

.content h2 {
    padding: 0px 0px 3px !important;
    margin: 0px 0px 15px !important;
    border-bottom: 2px solid #A5A5A5;
    font-size: 20px;
}

.view_content_info {
    padding: 0 0 0 25px;
    overflow: hidden;
}

.content_body {
    min-height: 550px;
}

.view_content {
    margin: 5px;
}

.view_content_head {
    border: 1px solid #ccc;
    font-weight: bold;
    padding: 5px 5px 5px 10px;
    text-align: left;
    background-color: #f6f6f6;
    background-image: linear-gradient(#f6f6f6, #ccc);
    background: #f6f6f6;
    background: linear-gradient(#f6f6f6,#ccc);
}

.title {
    font-size: 21px;
    font-weight: bold;
    padding-left: 25px;
}

.padr10x {
    padding-right: 10px;
}

.pull-right {
    float: right;
}

.pull-right {
    float: right !important;
}

.hr {
    border: 2px solid #bcbcbc;
    margin: 0 6px;
    width: 98.5%;
}

.view_content_info {
    padding: 0 0 0 25px;
    overflow: hidden;
}

    .view_content_info div:first-child {
        width: 150px;
    }

    .view_content_info div {
        float: left !important;
        padding: 5px 22px 0 0;
        text-align: left;
    }

    .view_content_info div:nth-child(2) {
        width: 20px;
        text-align: center;
        font-weight: bold;
    }

    .view_content_info div {
    float: left !important;
    padding: 5px 22px 0 0;
    text-align: left;
    }

    .view_content_info div:nth-child(3) {
        text-align: justify;
        width: 78%;
    }

    .view_content_info div {
        float: left !important;
        padding: 5px 22px 0 0;
        text-align: left;
    }

.formfieldbody {
    padding: 10px;
}

.height {
    line-height: 35px;
}

.formleve {
    /*background-color: #e0f0e8;*/
    border-radius: 5px;
    color: #008000;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 0 10px 0 0;
    text-align: right;
    width: 25%;
}

.asterick_color {
    color: red;
}

.height {
    line-height: 35px;
}

.formgap {
    float: left;
    width: 3%;
}

.radioclass {
    font-size: 15px;
}

.height {
    line-height: 35px;
}

.formfield {
    float: left;
    width: 70%;
    text-align: left;
}

.bck_white {
    background-color: #F5FAF9;
    line-height: 40px;
}

.subbutton {
    font-weight: bold;
    padding: 10px 0 0;
    text-align: center;
}

.main_body {
    width: 960px !important;
    margin: 0 auto;
}

.main_body_right_bar {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #fff;
    border-radius: 5px;
    margin: 10px 0;
    min-height: 250px;
    overflow: hidden;
    width: 960px;
    width: 100%;
}

.commentsJudgmentLabel {
    width: 120px;
    margin: -6px -20px 0px -77px;
}

.commentsJudgmentlabelname {
    width: 195px;
}

.commentsJudgmentChamberlabel {
    width: 106px;
}

.commentsJudgmentChamberText {
    margin: -4px 0px 0px -30px;
}

.commentsJudgmentDatelabel {
    width: 106px;
}

.commentsJudgmentDateText {
    margin: -7px 0px 0px -60px;
}

.commentsJudgmentNoLabel {
    width: 185px;
    margin: 0px 0px 0px -20px;
}

.CommentsButton {
    margin: -6px 0px 10px 0px;
}

.form-group.required .control-label::after {
	content: "*";
    color: red;
    font-size: 16px;
    font-weight: bold;
    padding: 0px 1px;
	margin-right: -8px;
}

legend {
    /*background-color: #ccc;*/
    background-color: cadetblue;
    color: #fff;
    padding: 3px 15px;
}

fieldset {
	padding: 0;
	margin: 0;
	border: 1px solid #ccc;
}

.formrequired {
	width: 100%;
	padding: 4px 10px 4px 10px;
	font-size: 12px;
	background-color: #E0F0E8;
	border: 1px dashed #55917A;
	text-align: left;
    margin-bottom:15px;
}


@media (width:1280px) {

    .Search_btn {
	    text-align: left !important;
	    padding-top: 0px !important;
    }

    .checkmark {
	    margin-top: 0px !important;
    }

    .head_info span {
	    padding-left: 14px !important;
	    font-size: 14px !important;
    }

      .head_info p:first-child {
        font-size: 16px !important;
        font-weight: bold;
        padding: 16px 10px 0;
        margin: 0px;
    }
    .head_logo {
        float: left;
        padding-left: 20% !important;
        padding-top: 5px;
    }

  .TitlewidthEmailMb {
        width: 11% !important;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .Titlewidth {
        width: 11% !important;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

     .NearestTitlewidth {
        width: 9% !important;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .CTitlewidth {
        width: 8% !important;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .SIDTitlewidth {
        width: 7% !important;
        padding-right: 0px !important;
        padding-left: 0px !important;
        margin-left: 0px !important;
    }

    .SIDinpwidth {
        width: 10% !important;
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

    .inporderbywidth {
        width: 3% !important;
        padding-right: 5px !important;
        padding-left: 5px !important;
        margin-right: 30px !important;
    }

    .inpwidth {
        width: 15% !important;
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

    .inpwidthCN {
        width: 18% !important;
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

    .inpwidthEmailMb {
        width: 16% !important;
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

    .stlc3{
        padding:6px 15px 0px 0px; 
        text-align:right;
        width:20% !important;
    }
    .stlc2{
        padding:0px; 
        text-align:center;
        width:63% !important;
    }
      .stlc1{
        padding:0px 15px 0px 0px; 
        text-align:right;
        width:15% !important;
    }
    .modal-contents {
	    background-color: cadetblue;
	    margin: 5% auto;
	    border: 1px solid #888;
	    width: 25% !important;
	    border-radius: 4px;
    }
}

@media (min-width:1281px) {

    .Search_btn {
	    text-align: left !important;
	    padding-top: 0px !important;
    }

    .checkmark {
	    margin-top: 0px !important;
    }

    .head_info span {
	    padding-left: 14px !important;
	    font-size: 14px !important;
    }
       .head_info p:first-child {
        font-size: 16px !important;
        font-weight: bold;
        padding: 16px 10px 0;
        margin: 0px;
    }
    
    .head_logo {
        float: left;
        padding-left: 20% !important;
        padding-top: 5px;
    }
  .TitlewidthEmailMb {
        width: 12% !important;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .Titlewidth {
        width: 11% !important;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

     .NearestTitlewidth {
        width: 9% !important;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .CTitlewidth {
        width: 8% !important;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .SIDTitlewidth {
        width: 7% !important;
        padding-right: 0px !important;
        padding-left: 0px !important;
        margin-left: 0px !important;
    }

    .SIDinpwidth {
        width: 10% !important;
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

    .inporderbywidth {
        width: 3% !important;
        padding-right: 5px !important;
        padding-left: 5px !important;
        margin-right: 30px !important;
    }

    .inpwidth {
        width: 15% !important;
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

    .inpwidthCN {
        width: 18% !important;
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

    .inpwidthEmailMb {
        width: 16% !important;
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

    .stlc3{
        padding:6px 15px 0px 0px; 
        text-align:right;
        width:20% !important;
    }
    .stlc2{
        padding:0px; 
        text-align:center;
        width:63% !important;
    }
      .stlc1{
        padding:0px 15px 0px 0px; 
        text-align:right;
        width:15% !important;
    }
      .modal-contents {
	    background-color: cadetblue;
	    margin: 5% auto;
	    border: 1px solid #888;
	    width: 25% !important;
	    border-radius: 4px;
    }
}


/*for Mobile*/ 
@media (min-width:320px) {

    .Search_btn {
	    text-align: center;
	    padding-top: 10px;
    }

    .checkmark {
	    margin-top: -10px;
    }

    .head_info span {
	    padding-left: 10px;
	    font-size: 12px;
    }

     .head_info p:first-child {
        font-size: 10px;
        font-weight: bold;
        padding: 16px 10px 0;
        margin: 0px;
    }
    
     .head_logo {
        float: left;
        padding-left: 2%;
        padding-top: 5px;
    }
    .navbar-nav {
	    margin: 0 auto;
	    padding-left: 100px;
    }

    .form-control {
	    width: 90%;
    }

    .mw {
        width: 100% !important;
    }

    .stlc3 {
	    padding: 6px 15px 0px 0px;
	    text-align: center;
	    width: 100% !important;
    }

    .stlc2{
        padding:0px; 
        text-align:center;
        width:100% !important;
    }
      .stlc1{
        padding:0px 15px 0px 0px; 
        text-align:center;
        width:100% !important;
    }
      .modal-contents {
	        background-color: cadetblue;
	        margin: 5% auto;
	        border: 1px solid #888;
	        width: 100%;
	        border-radius: 4px;
        }

}

@media (min-width:480px) {

    .Search_btn {
	    text-align: center;
	    padding-top: 10px;
    }

    .checkmark {
	    margin-top: -10px;
    }

      .head_info span {
	    padding-left: 10px;
	    font-size: 12px;
    }

      .head_info p:first-child {
        font-size: 10px;
        font-weight: bold;
        padding: 16px 10px 0;
        margin: 0px;
    }

      .head_logo {
        float: left;
        padding-left: 2%;
        padding-top: 5px;
    }
    .navbar-nav {
	    margin: 0 auto;
	    padding-left: 100px;
    }

     .form-control {
	    width: 90%;
    }
    .mw {
        width: 100% !important;
    }

     .stlc3 {
	    padding: 6px 15px 0px 0px;
	    text-align: center;
	    width: 20% !important;
    }

     .stlc2{
        padding:0px; 
        text-align:center;
        width:60% !important;
    }
       .stlc1{
        padding:0px 15px 0px 0px; 
        text-align:center;
        width:20% !important;
    }
    .modal-contents 
    {
	    background-color: cadetblue;
	    margin: 5% auto;
	    border: 1px solid #888;
	    width: 100%;
	    border-radius: 4px;
    }
    .head_info p:first-child {
	    font-size: 12px;
	    font-weight: bold;
	    padding: 16px 10px 0;
	    margin: 0px;
    }
}

/*for Mobile*/ 