﻿/* drop down */
.bootstrap-select.btn-group .dropdown-menu li a span.text small,
button.btn.dropdown-toggle.btn-default .filter-option small {
    font-size: inherit;
    color: initial;
    /* padding-left: 20px; */
    position: absolute;
    left: 120px;
}
/* end of drop down */
.slide-down-element{
  position: relative;
  display: none;
  padding-top:15px;
}

.slide-down-container .has-success{
  margin-bottom:15px;
}

.slide-down-container :last-child.has-success{
  margin-bottom:0px;
}

.slide-down-element .slide-down-container{
    padding-left: 20px;
}

.slide-down-element .slide-down-element{
    display: flex;
    padding-top:0px;
}

.slide-down-element .slide-down-container:before{
    position: absolute;
    content: " ";
    border-left: 1px solid #777;
    bottom: 25px;
    left: 5px;
    z-index: 1;
    height: calc(-25px + 100%);
    border-bottom: 1px solid #777;
    width: 8px;
}


.no-margin-right{
  margin-right: 0px !important;
}

.list-step-container {
    max-width: 1024px;
    margin: 0px auto;
}

.list-step-control-container {
    width: 95%;
    margin: 0px auto;
}

.list-step-control {
    font-size: 0px;
}

.list-step, .list-step-control, .list-step-title {
    display: inline-block;
    vertical-align: middle;
}

    .list-step .list-step-no {
        padding: 0;
        text-align: center;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        color: #fff;
        display: block;
        background: #bbb;
        border-left: 1px solid #fff;
        border-radius: 5px;
        text-decoration: none;
        cursor: default;
    }

.selected-step .list-step-no {
    background: rgb(33, 110, 175); /*rgb(237, 202, 137);*/
    cursor: pointer;
}

.filled-step .list-step-no {
    /* background: rgb(198, 166, 105); */
    background: #003664;
    cursor: pointer;
}

.list-step-title {
    margin-left: 10px;
    font-size: 2rem;
}

/*
.form-page-title-container {
    max-width: 1024px;
    margin: 0px auto;
}

.form-page-title {
    width: 95%;
    margin: 0px auto;
    line-height: 60px;
}
*/


    #custom-menu-container .form-page-title-container {
        /*max-width: 100%;*/
        max-width: 1280px;
        width: 80%;
        margin: 0px auto;
    }

    .form-page-title-container .form-page-title {
        width: 100%;
        line-height: 60px;
    }

    h1.form-page-title {
        margin-top: 0px;
    }

    .checkbox-list-table {
        width: 100%;
    }

        .checkbox-list-table td {
            vertical-align: top;
            padding: 5px;
        }

    .checkbox-list-item-control {
        width: 30px;
        text-align: center;
    }

    .form-section-container > .row {
        /*margin-bottom: 10px;*/
    }

    .cus-form-group .form-control {
        margin-bottom: 10px;
    }

    .content-container {
        position: relative;
        background: #eee;
        padding: 20px 0px;
    }

        .content-container .contentwrapper {
            /*width: 95%;*/
            padding: 20px !important;
            background: #fff;
            -webkit-box-shadow: 0 3px 5px #aaa;
            -moz-box-shadow: 0 3px 5px #aaa;
            box-shadow: 0 3px 5px #aaa;
        }
        .content-container .contentwrapper.change-info {
            padding: 30px 50px!important;
        }
            .content-container .contentwrapper.notification {
                width: 500px;
            }

    /*

.form-tab-container {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.form-tab {
    display: inline-block;
    width: 200px;
    font-size: 14px;
    text-align: center;
    height: 55px;
    line-height: 55px;
    color: #444;
    background: url('../images/form-tab.png');
    margin-left: -22px;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
    font-weight: bold;
}

.form-tab.last-tab {
    background: url('../images/form-last-tab.png');
}

.form-tab.selected, .form-tab:hover {
    color:#fff;
    background: url('../images/form-tab_selected.png');
}

.form-tab.last-tab.selected, .form-tab.last-tab:hover {
    color:#fff;
    background: url('../images/form-last-tab_selected.png');
}

.form-tab:first-child{
  z-index: 100;
}

.form-tab:nth-child(1){
  z-index: 90;
}

.form-tab:nth-child(2){
  z-index: 80;
}

.form-tab:nth-child(3){
  z-index: 70;
}

.form-tab:nth-child(4){
  z-index: 60;
}

.form-tab:nth-child(5){
  z-index: 50;
}

.form-tab:nth-child(6){
  z-index: 40;
}
*/

    .bottom-border {
        border-bottom: 3px solid #003b64;
    }

    .pagetitle.bottom-border {
        padding-bottom: 10px;
    }

    .form-section-container {
        margin-bottom: 30px;
    }

    .form-section-header {
        font-size: 18px;
        /* color: #444; */
        color: #003b64;
        font-weight: bold;
        border-bottom: 2px solid rgb(242,242,242);
        padding-bottom: 0px;
        margin-bottom: 15px;
        margin-top: 10px;
    }

    .form-table {
        margin-bottom: 15px;
    }

        .form-table select {
            min-width: 100px;
        }

    .form-field-label {
        margin-bottom: 5px;
        padding-right: 5px;
        text-align: right;
        color:#6c6c6b;
    }

        .form-field-label.left {
            text-align: left;
        }

    .form-field-control {
        /* margin-bottom: 10px; */
    }

    .addressinput:first-child, .addressinput:nth-child(2) {
        margin-bottom: 5px;
    }

    .form-tab-bottom {
        margin-bottom: 20px;
        text-align: right;
    }

    .inline-container .form-field-label {
        float: left;
    }

    .form-content-container {
        max-width: 1024px;
        margin-left: auto;
        margin-right: auto;
    }

    .form-control-file {
        display: block;
        width: 100%;
        height: auto;
    }

    .fc-other-month {
        background: rgba(52, 97, 128, 0.1);
    }

    /* product page */
    #product-calendar {
        margin: 20px auto 0;
    }

    .fc-center h2 {
        font-size: 15px;
        line-height: 50px;
        height: 50px;
    }

    .fc-center {
        vertical-align: bottom;
    }

    .fc-toolbar.fc-header-toolbar {
        margin-bottom: 0px !important;
        background: #f3f3f3;
        height: 50px;
    }

    .fc-week .fc-day {
        height: 50px;
        line-height: 50px;
        vertical-align: middle;
        text-align: center;
        font-size: 13px;
    }

    .fc-week > .fc-bg > table {
        height: 50px;
    }

    .fc-week {
        min-height: 50px !important;
        height: 50px !important;
    }

    .fc-state-default.fc-corner-right {
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
        height: 50px;
    }

    .fc-state-default.fc-corner-left {
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
        height: 50px;
    }

    .fc-state-default {
        border: 0px solid !important;
        background-image: none !important;
        background: transparent !important;
    }

    .customdatatable .dtheader.gold {
        background-color: rgb(198,170,122);
    }

    .header-filter.right {
        float: right;
        margin-top: 10px;
    }


    .header-filter .calendar-view-filter {
        width: 100px;
        height: 50px;
    }


    .fc-day-grid-container {
        overflow: hidden !important;
    }

    .fc-content-skeleton {
        display: none;
    }

    .fc-toolbar .fc-left {
        float: left;
        line-height: 50px;
    }

    .fc-toolbar .fc-right {
        float: right;
        line-height: 50px;
    }

    .fc-toolbar button {
        box-shadow: none !important;
    }

    .fc-unthemed .fc-bg td.fc-state-highlight {
        background: rgb(255,95,27);
        color: #fff;
    }

    .hiddenfield {
        display: none;
    }

    .date_column {
        min-width: 100px;
    }
    /* end of product page */

    @media only screen and (max-width:991px) {
        .content-container .form-field-label {
            padding-right: 15px;
            text-align: left;
        }
    }

    @media only screen and (max-width:768px) {
        .fc-center h2 {
            font-size: 13px;
        }

        .list-step .list-step-no {
            width: 35px;
            height: 35px;
            line-height: 35px;
            font-size: 17px;
        }

        .list-step-title {
            margin-left: 0px;
            font-size: 1.8rem;
            display: block;
            width: 100%;
            margin-top: 8px;
        }
    }


    label.form-left-label {
        margin-top: 5px;
    }


    @media only screen and (max-width: 767px) {
        .form-page-title-container {
            width: 100% !important;
        }

        .form-page-title {
            width: 90% !important;
            margin: auto;
        }

        .main-container .filter-container .input-group .selectpicker{
          width:1px !important;
        }

    }

    @media only screen and (max-width: 500px) {
        .form-field-label {
            text-align: left;
        }
    }


	/* paginate buttons */
	a.paginate_button.previous{
		text-decoration: none;
		display: inline-block;
		padding: 1px 8px;
		color: black;
		font-size: 15px;
		width: auto;
		height: auto;
	}
	a.paginate_button.previous:hover{
		text-decoration: none;
		display: inline-block;
		padding: 1px 8px;
		background-color: #337ab7;
		color: white;
		font-size: 15px;
		width: auto;
		height: auto;
	}

	a.paginate_button.next{
		text-decoration: none;
		display: inline-block;
		padding: 1px 8px;
		color: black;
		font-size: 15px;
		width: auto;
		height: auto;

		margin-right: 0px;
	}
	a.paginate_button.next:hover{
		text-decoration: none;
		display: inline-block;
		padding: 1px 8px;
		background-color: #337ab7;
		color: white;
		font-size: 15px;
		width: auto;
		height: auto;

		margin-right: 0px;
	}

	a.paginate_button{
		color: #525252;
		margin: 0 8px 0 0;
	}

	a.paginate_button:hover{
		color: #333;
	}

	a.paginate_button.current{
		color: #fff;
		background: #337ab7;
		text-decoration: none;
	}
	/* end paginate buttons */

	/*Bcan form check box with contents*/
	input.agree-check-box {
		float: left;
		margin-top: 4px;
    }

	.check-box-content {
		margin-left: 25px;
	}


.form-page-header-title {
    font-size: 2rem;
    font-weight: bold;
    color: #003b64;
    padding-bottom: 15px;
    text-align: left;
}

.content-container .form-first-row {
    padding-left: 0px;
    margin-bottom: 8px;
}

.content-container .form-sub-row {
    margin-bottom: 8px;
}

.content-container .form-field-label {
    margin-top: 5px;
    font-weight: bold;
}

.word-break-keep-all {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
    word-break: keep-all;
}

.work-break-normal{
  display: inline-block !important;
  word-break: break-all !important;
  max-width:100%;
}

.content-container .form-field-view {
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
}

.content-container .input-group {
    width: 100%;
}

.content-container .multi-line {
    margin-bottom: 15px;
}

.content-container .cus-radio.multi-items, .content-container .checkbox-item.multi-items {
    display: inline-block;
    margin-right: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    white-space: normal;
}

.default-hidden-element {
    display: none;
    padding-top: 10px;
    float: left;
    width: 100%;
}
.btn-formbuttom, .btn-formbuttom:hover, .btn-formbuttom:focus {
    color: #fff;
    background-color: #c6a669;
    border-color: rgb(195,165,115);
    font-weight: bold;
}

div.btns-container button.resetbutton {
    margin-right: 15px;
    background: #777;
    border-color: #777;
}

div.btns-container button.backbutton {
    margin-right: 15px;
    background: #777;
    border-color: #777;
}

div.btns-container button.printbutton {
    margin-right: 15px;
    background-color: rgb(195,165,115);
    border-color: rgb(195,165,115);
}

div.btns-container button.submitbutton {
    margin-right: 15px;
    background-color: rgb(195,165,115);
    border-color: rgb(195,165,115);
}


.checkbox-control {
    margin-top: 5px;
    margin-bottom: 0px;
}


.has-file-selected {
    background-color: #d2f7de;
}


/* Start of Change Info Input Pages */
.change-info-input-page .contentwrapper {
    overflow: visible;
}

.change-info-input-page .form-section-container {
    display: none;
}

.change-info-input-page input {
    cursor: pointer;
}

    .change-info-input-page input.textbox, textarea {
        cursor: text;
    }

.change-info-input-page span.label-text.item {
    font-weight: 400;
}

.change-info-input-page .checkbox-item.last-item {
    margin-top: 0;
    margin-bottom: 5px;
}

.form-subheader-title {
    font-size: 20px;
    color: #356180;
    margin-left: 15px;
    border-bottom: solid 1px;
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .form-subheader-title {
        font-size: 22px;
        margin: 25px 0 0 0;
    }

        .form-subheader-title.first-row {
            margin-top: 0;
        }
}
/* End of Change Info Input Pages */



/*==========================================*/
/*			   	General Style 				*/
/*==========================================*/

	/*============ Global Style ============*/
	
		/*---------- Page CSS ----------*/
		
		/* ~ Admin ~*/	
		
		/*currency-exchange-input*/
		.currency-exchange-input input[type=checkbox] {
			margin: 8px 5px 0;
		}

		.currency-exchange-input .content-container .form-field-view.balance-label {
			width: auto;
		}

		.currency-exchange-input .checkbox-container {
			display: inline-block;
			margin-left: 50px;
			float: right;
		}
		
		.currency-exchange-input .balance-container {
			margin-top: 5px;
		}
		
		/*currency-exchange-records*/
        .currency-exchange-records.en .form-inline.filter-container [class^='col-'] {
            white-space: nowrap;
        }

        .currency-exchange-records.en .filter-container label {
            width: 135px !important;
        }

        .currency-exchange-records .input-group {
            padding-right: 14px;
        }
		
		/*currency-exchange-records-ae*/
        .currency-exchange-records.ae.en .form-text.text-muted {
            white-space: normal;
        }
		
		/*crp-form*/
		.crp-form .attachment-label {
            font-size: 14px;
        }
		
		/*futures-position-expirations*/
		.expiry-date-list .change-section {
            margin-bottom: 20px;
        }
		
		/*si-isi*/
		
			/*si-isi-input*/
			.si-isi-input .multi-items {
				white-space: nowrap;
			}
			
			.si-isi-input .stock-item {
				border-bottom: 1px solid #f2f2f2;
				margin-bottom: 15px;
			}
			
			.si-isi-input .del-container {
				text-align: left;
			}
				.si-isi-input .del-btn {
					display: none;
					position: absolute;
					left: 15px;
					cursor: pointer;
				}

			.si-isi-input .settlement-amount-radio {
				padding-left: 0px;
			}

			.si-isi-input .input-remarks {
				display: inline-block;
			}
			
			/*si-isi-input-ae*/
			
			
		
		/*my-observation-list*/
        .my-observation-list .confirmation-section-edit-container {
            position: absolute;
            display: inline-block !important;
            float: inherit !important;
            font-size: 16px !important;
            margin-top: -11px !important;
            margin-left: 10px !important;
            padding: 0 !important;
            background: #003664 !important;
        }
            .my-observation-list .confirmation-section-edit-container a {
                color: #fff !important;
                padding: 0 8px !important;
                font-size: 22px !important;
            }
                .my-observation-list .confirmation-section-edit-container a i {
                    padding-bottom: 4px;
                }
				
		/*crp*/
        .crp .remark-inline {
            margin-top: 0px;
            position: absolute;
        }

        .crp .remark-list {
            padding-left: 62px;
        }

        .crp .remark-container {
            margin-top: 30px;
            padding-left: 0;
            list-style-type: none;
        }
		
		/*apply-ice-eurex-market*/
        .apply-ice-eurex-market .custom-date-picker .form-control, .custom-time-picker .form-control {
            background: #fff;
        }
		
        .apply-ice-eurex-market .checkbox-row div label{
            display: inline;
        }

        .apply-ice-eurex-market .checkbox-control {
            padding-left: 0;
        }
		
		/*apply-market-sub */
        .apply-market-sub .custom-date-picker .form-control, 
		.apply-market-sub .custom-time-picker .form-control {
            background: #fff;
        }
		
		/*market-and-trading-sub-terminate*/
		.market-and-trading-sub-terminate .form-tab-bottom {
			margin-bottom: 0px;
		}

        .market-and-trading-sub-terminate .custom-date-picker .form-control,
		.market-and-trading-sub-terminate .custom-time-picker .form-control {
            background: #fff;
        }
		
		/*done-trade-alert-detail*/
		.done-trade-alert-detail .form-tab-bottom {
			margin-bottom: 0px;
		}
		
		/*done-trade-alert*/
        .done-trade-alert .table-edit-container {
            display: inline-block;
            padding: 0;
            float: right;
            font-size: 16px;
            margin-top: -11px;
            background: #003664;
        }
            .done-trade-alert .table-edit-container a {
                color: #fff;
                padding: 0 8px;
                font-size: 22px;
            }

        .done-trade-alert .form-tab-bottom {
            margin-top: 15px;
        }
		
		/*standing-authority*/
		.standing-authority div.field {
		    margin-top: 5px;
		    margin-bottom: 5px;
	    }

	    .standing-authority ul.num-list li {
	       list-style-type: none; 
	    }
		
		.standing-authority .sign-table {
			display: table;
		}
		
		.standing-authority .sign-table label {
			margin-bottom: 0;
		}

		.standing-authority .sign-table-row {
			display: table-row;
		}

		.standing-authority .sign-table-col-left {
			display: table-cell;
			padding-right: 10px;
			width: 150px;
		}

		.standing-authority .sign-table-col-right {
			display: table-cell;
		}
		
		.standing-authority span.sign-account-no {
			padding-left: 5px;
		}
        /*.standing-authority input.account-check-box {
            margin: 10px 5px 0 0;
        }*/
		

		
		/* ~ Guest ~*/
		
		/*bond-detail*/		
		.guest.bond-detail .tab-container {
			padding: 20px 0px;
		}
		

@media only screen and (max-width: 1023px) {
/*==========================================*/
/*			   	General Style 				*/
/*==========================================*/

	/*============ Global Style ============*/
	
		/*---------- Page CSS ----------*/
		
		/* ~ Admin ~*/
		/*si-isi-input*/
		.main-container.si-isi-input .del-btn {
			left: 15px !important;
			top: -17px !important;
		}
		
		/* ~ Guest ~*/
		/*bond-detail*/
		.main-container.guest.bond-detail .form-page-title{
			padding: 0px !important;
			margin: 0px !important;
		}
		
}

@media only screen and (max-width: 767px) {
/*==========================================*/
/*			   	General Style 				*/
/*==========================================*/

	/*============ Global Style ============*/
	
		/*---------- Page CSS ----------*/
		
		/*si-isi-input*/
		.main-container.si-isi-input .del-container {
			text-align: right;
		}

		.main-container.si-isi-input .del-btn {
			left: 0px !important;
			top: 0px !important;
			right: 15px !important;
		}
		
		/*currency-exchange-records*/
		/*currency-exchange-records-ae*/
		.main-container.currency-exchange-records.en .input-group {
			padding-right: 0;
		}
		
		/*crp*/
		/*
		.crp .introduction {
			padding-left: 10px;
			padding-right: 10px;
		}
		*/
		
		
		
}

 @media only screen and (max-width: 500px) {
	.standing-authority .sign-table-row {
		display: block;
		margin-bottom: 10px;
	}

	.standing-authority .sign-table-col-left {
		display: block;
	}

	.standing-authority .sign-table-col-right {
		display: block;
		padding-left: 20px;
	}
}   

	
