/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    /*padding: 5px 10px;*/
    background: #00d1b2;/*#CECECE;*/
    border: none;
    border-radius: 0;
    margin-bottom: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	padding: 0px;
}

.navbarMain {
    padding: 5px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 5px 0;
}
#sidebarCollapse{
	padding: 0.105rem 0.45rem;
	/*padding: 0px;*/
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
}

#sidebar {
    width: 50px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #1EA2B2 ; /*#0097a7 ;#B6B6B4;*/
    color: #fff;
    transition: all 0.3s;
	/*border: 1px solid red;*/
}

#sidebar.active {
    margin-left: -55px;
}

#sidebar .sidebar-header {
    padding: 20px;
    /*background: #6d7fcc;*/
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li:hover {
    color: #B6B6B4;
    background: #1EA2B2;/*#E5E4E2;*/
    background: #17a2b8 ;
    background-color: #17a2b8 ;
}

#navbar ul li a:hover {
    color: #B6B6B4;
    background: #1EA2B2;/*#E5E4E2;*/
}


#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #1EA2B2;/*#E5E4E2;*/
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 10px !important;
    background:#0b90a5 ;/* #6d7fcc;*/
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #B6B6B4;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: calc(100% - 52px);
    padding: 1px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
	/*border: 1px solid blue;*/
}

#content.active {
    width: 100%;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -51px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #content {
        width: 100%;
    }
    #content.active {
        width: calc(100% - 51px);
    }
    #sidebarCollapse span {
        display: none;
    }
}

/*-------------- */

.tableC  {
     border: 1px solid #7aa7c7;
     border-color: #7aa7c7;
 }


.tableC td, .tableC th {
    padding: 0.20em;
    line-height: 1;
    font-size: 75%;
    border-color: #7aa7c7;
    border: 1px solid #7aa7c782;
 }

 .tableCthead{
    color: #007393;/*#39739d;*/
    background-color: #e1ecf4;
    border-color: #7aa7c7;
}


/*span {cursor:pointer; }*/
.number{
			margin:10px;
		}
.minus, .plus_btn
{
	width:20px;
	/*height:20px;*/
	background:#f2f2f2;
	/*border-radius:5px;*/
	padding:2px 2px 2px 2px;
	border:1px solid #ddd;
	cursor:pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 1.15em;
}

.minusl
{
	border-radius:5px 0px 0px 5px ;
}
.plusr
{
   border-radius:0px 5px 5px 0px
}

.pmbtn span:hover
{
    background-color:#dee2e6 ;
    border:1px solid #c3c3c3  ;
    font-weight: bold;
}

.bggreenc
{
   background-color:#e3f9f1 ;/*#86d5ceb8 ;*/
   /*background:#f1fff7;*/
   color: #1ea776 ;/*#20aa76;*/
   border: 1px solid #138b5b !important;
}
.bggreenc:hover{
   background-color:#1ea776;
   color: white ;
}

.bgredc
{
  background-color:#f9f2f4 ; /*#ffc3c9 ;*/
  color: #dc3545 ;/*#c7254e , #20aa76;*/
  border: 1px solid #dc3545 !important;
}
.bgredc:hover{
   background-color:#dc3545;
   color: white ;
}


#slinp , .slinput{
      height:34px;
      width: 50px;
      text-align: center;
      font-size: 26px;
	  border:1px solid #ddd;
	  border-radius:4px;
      display: inline-block;
      vertical-align: middle;
}	


.btn-up {
    color: #006818;/*#fff;*/
     font-weight: bold;
    /*background-color: #28a745;*/
	background-color: #82f1b9!important ; /* #04AA6D, #44B78B;*/
    border-color: #28a745;
	cursor:pointer;
}

.btn-down {
    color: #9d0110;/* #f8f9fa;*/
	background-color: #f74545 ; /*#dc3545;*/
	font-weight: bold;
    border-color: #dc3545;
	cursor:pointer;
}

.btn-down:hover {
    background-color:#e10016 ;
    /*font-weight: bold ;*/
    color: #f8f9fa;
}
.btn-up:hover {
    background-color:#28a745;
    color: #fff;
 }

.btn-effect2
{
    border-radius:0px;
    border:1px solid #7aa7c782 ;
}

.btn-effect2:hover
{
    background-color:#c9d7e1 ;
}

.btnsimple {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    cursor:pointer;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.account_btn
{
   padding: 0.175rem 0.45rem
   font-size: .8rem;
}

/* --- POSITIONS TABLE STYLE --- */

#positiondetailsid , .positiontable , #ordersdetailsid{
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  font-size: 1.5 vw;
}

#positiondetailsid td, #positiondetailsid th , .positiontable td , .positiontable th , #ordersdetailsid td , #ordersdetailsid th {
   border: 1px solid #7aa7c782 ;//#ddd;
   padding: 1px;
   marging-left:2px ;
   margin-right:2px;
   white-space: nowrap;
   overflow: hidden;
   text-align:center ;
}

#positiondetailsid td, .positiontable td , #ordersdetailsid td
{
   marging-left:2px ;
   margin-right:2px;
   font-size: 80%;
}


#positiondetailsid tr:nth-child(even) , #ordersdetailsid tr:nth-child(even)
{
  //background-color: #e1ecf436 ; //#f2f2f2;
}

#positiondetailsid tr:hover , #ordersdetailsid tr:hover  {
  background-color: #e1ecf494 ; //#ddd;
}

#positiondetailsid th ,#ordersdetailsid th ,.positiontable th {
  padding-top: 1px;
  padding-bottom: 1px;
  text-align: left;
  background-color: #e1ecf4 ; //#ccc;
  /*color: white;*/
  color: #2c70a1;
}

.positiontable tr:nth-child(even) {
    //background-color: rgba(150, 212, 212, 0.4);
    //background-color: rgba(0, 0, 0, 0.054) ;
}


/*.positiontable th:nth-child(even),*/
.positiontable td:nth-child(even) {
  //background-color: rgba(150, 212, 212, 0.4);
  //background-color: rgba(0, 0, 0, 0.054) ;
}



/* ---- table style end ---*/

 .number{
			/*margin:10px;*/
		}

.minusbtn, .plusbtn
{
	  width:20px;
	  /*height:40%;*/
	  background:#f2f2f2;
	  border-radius:8px;
	  /*padding:5px 3px 5px 3px; */
	  border:1px solid #ddd;
	  cursor:pointer;
      display: inline-block;
      vertical-align: middle;
      text-align: center;
}

#slinp ,.slinput{
	  height:34px;
      width: 10px;
      text-align: center;
      font-size: 26px;
	  border:1px solid #ddd;
	  border-radius:4px;
      /*display: inline-block;*/
      vertical-align: middle;
}

/* bootstrap overrides */
.form-control-sm , .form-control
{
   font-size: .75rem;
   height: calc(1.38125rem + 2px);
}

.col ,.col-sm
{

}

/* --------- BUTTONS + - ---------------- */

.roundbutton {
  background-color: #04AA6D; /* Green */
  border: none;
  color: white;
  /*padding: 20px;*/
  text-align: center;
  text-decoration: none;
  display: inline-block;
  /*font-size: 16px;   margin: 4px 2px; */
  cursor: pointer;
}

.rndbutton1 {border-radius: 2px;}
.rndbutton2 {border-radius: 4px;}
.rndbutton3 {border-radius: 8px;}
.rndbutton4 {border-radius: 12px;}
.roundbutton5r {
   border-radius: 50%;background-color: #FDF7E2; /* Red */
   border-color:red ;
   color: red;
}
.roundbutton5g {
      border-radius: 50%;background-color: #f1fff7; /* Green */
      color: green;
      border-color:green;
   }

/*---- END BUTTONS -----------------------*/

.range input {
   margin-top:1px;
   -webkit-transform:rotate(90deg);
   -moz-transform:rotate(90deg);
   -o-transform:rotate(90deg);
   transform:rotate(270deg);
};

/* --------  TOGGLE SWITCH START---------------- */


.toggleswitch {
  position: relative;
  width: 8px;
  height: 4px;
  -webkit-appearance: none;
  appearance: none;
  background: red;
  outline: none;
  border-radius: 2rem;
  cursor: pointer;
  box-shadow: inset 0 0 5px rgb(0 0 0 / 50%);
}

.toggleswitch::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}

.toggleswitch:checked::before {
  transform: translateX(100%);
  background: #fff;
}

.toggleswitch:checked {
    background: #00ed64;
}


/*---- TOGGLE SWITCH END----------------- */

/* CSS -- ORDER MANAGEMENT */
.orderbutton {
  appearance: none;
  background-color: #d5d4d463;/*#CCC*/
  /*background-color: #A09D9C   ;*/

  border: 1px solid #9B9A9A  ; /*rgba(27, 31, 35, 0.15);*/
  border-radius: 3px;
  box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(255, 255, 255, 0.25) 0 1px 0 inset;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  box-sizing: border-box;
  color: #24292E;
  /*color: #fff;*/
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 70%;
  font-weight: 500;
  font-weight: bold;
  /*line-height: 20px;*/
  list-style: none;
  padding: 2px 6px;
  position: relative;
  transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: break-word;
}

.orderbutton:hover {
  background-color: #D5D4D4; /*#F3F4F6;*/
  color: #fff;
  background-color: #6c757d;
  text-decoration: none;
  transition-duration: 0.1s;
}

.orderbutton:disabled {
  background-color: #FAFBFC;
  border-color: rgba(27, 31, 35, 0.15);
  color: #959DA5;
  cursor: default;
}

.orderbutton:active {
  background-color: #EDEFF2;
  box-shadow: rgba(225, 228, 232, 0.2) 0 1px 0 inset;
  transition: none 0s;
}

.orderbutton:focus {
  outline: 1px transparent;
}

.orderbutton:before {
  display: none;
}

.orderbutton:-webkit-details-marker {
  display: none;
}
/*  --- Order manage button */

/*  -- user defined Navbar css */
.nav_tabs_ud ,.nav_tabs_ud1
{
  height:35px;
}

.nav_liItem_ud
{
   height:35.01px;
   color: #7b8185 ;/*#39739d;*/
}

.nav-link_ud{
       border: 1px solid #dee2e6 !important;/* #dee2e6 #fff;*/

       /*background-color: #e1ecf4;*/
       border: 1px solid #7aa7c7 !important;;
       font-size:14px ;
       padding: 4px 8px;
}


.nav-tabs .nav-link.active ,.nav-tabs  .nav-link_ud:active
{
    border-bottom-style: none;
    color: #10629d ;/*#39739d;*/
    background-color:#c7e4f9;
}

.nav-link_ud:hover , .nav-link.active:hover{
   /*background-color:#b4dcf9;*/
  outline-color: #036471;
  background-color: #7aa7c7;
  color: white;
}


.radiobtn_ud:checked {
 /*radio button for ltp and limit price */
 background-color:#392;
}

.radiobtn_ud_btn
{
  display: block ;
  cursor: pointer;
  background: #20b8be;
  border-radius: 4px;
  width: 20px;
  height: 20px;
}

.navitem_ud
{
  padding:.5rem 1rem ;
  padding-top:.8rem ;
  font-size: 80%;
  background-color: #f2f2f25c;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.gbutton
{
 color:black;
 background-color: #dcdedf;
 border-color: #b0b0b1;
 outline-color: #b0b0b1;
 padding:5px;
 margin:0px;
 font-size:70% ;
 border-radius:3px ;
 cursor:pointer;
 box-shadow: rgb(93 90 90 / 54%) 0px 1px 4px
}
.gbutton:hover
{
  color:white;
  background-color: #aaacad ;#c2c4c5;
  cursor:pointer;
}


/* Remove IE arrow */
.ud_select::-ms-expand {
  display: none;
}
/* Custom Select wrapper */
.ud_select {
  position: relative;
  display: flex;
  width: 12.3em;
  height: 1.9em;
  border: 1px solid rgb(222, 226, 230) ;
  outline-color: #b0b0b1;
  border-radius: .25em;
  padding:0px;
  font-size :90%;
  margin-left:45px;
  overflow: hidden;
}
.ud_select option{
   margin:0px ;
   font-size :70%;
}

/* Arrow */
.ud_select::after {

  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  background-color: #34495e;
  transition: .25s all ease;
  pointer-events: none;
}
/* Transition */
.ud_select:hover::after {
  color: #f39c12;
}

.dvbtn1
{
   color:#0096a9;
   background-color:#81d8d0;
   outline-color: #036471;
   padding:5px;
   margin:0px;
   font-size:90% ;
   border-radius:3px ;
   cursor:pointer;
   box-shadow: rgb(93 90 90 / 54%) 0px 1px 4px
}

.dvbtn1:hover
{
  color:white;
  background-color:#0097a7;
  outline-color: #036471;
}

/*------- settings screen button -- */
.dvbtn {
  background-color: #e1ecf4;
  border-radius: 3px;
  border: 1px solid #7aa7c7;
  box-shadow: rgba(255, 255, 255, .7) 0 1px 0 0 inset;
  box-sizing: border-box;
  color: #39739d;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.15385;
  margin: 0;
  outline: none;
  padding: 3px .4em;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;
}

.dvbtn:hover,
.dvbtn:focus {
  background-color: #b3d3ea;
  color: #2c5777;
}

.dvbtn:focus {
  box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
}

.dvbtn:active {
  background-color:  #a0c7e4;
  box-shadow: none;
  color: #0a5e9b ;//#2c5777;
}

/*---- end --> */

input[type=number]::-webkit-inner-spin-button {
    opacity: 1
}

/* this styledisabled the updown arrow input */
.numAsTxt input::-webkit-outer-spin-button,
.numAsTxt        input::-webkit-inner-spin-button {
               -webkit-appearance: none;
                margin: 0;
        }

.numAsTxt input[type=number] {
            -moz-appearance: textfield;
  }


.journalrecord input , .journalrecord select , .journalrecord select:focus  , .journalrecord input[type=number] ,
.tableC input , .tableC textarea , .spCborder  , spCborder select:focus{
  border: 1px solid rgb(0 123 255 / 15%);
  outline-color: rgb(0 123 255 / 15%);
}

.journalrecord input:focus  , .journalrecord input[type=number]:focus , .tableC input:focus ,  .tableC textarea:focus {
  background-color: #e1ecf463;
  border : 1px solid #7aa7c782 ;
  outline: none;
}

.roundTable table
{
  border-radius:6px;
}

.greenTd
{
  color:#1ea776;background-color: #e3f9f1;
}
.redTd
{
  color:#bf2415;background-color: #f9f2f4;
}

.saveIconG
{
  color: #1ea776;
  font-size:14px;
  cursor:pointer;
}

.saveIconG:hover
{
  color: #0d7b53;
}

.deleteIconR
{
  color: #F67280;;
}

.deleteIconR:hover
{
  color: #eb3c4f;
}


.saveBtn
{
   border: None;
   background-color: None;
   background: #fafafa;
}


.actBtns
 {
     padding: 0.25rem 0.45rem;
     font-size: 1rem;
     line-height: .6;
 }
.actIcon
 {
     font-size:13px;
 }

.pad2
{
  padding-left : 2px;
  padding-right: 2px;
}

.form-control-sp
{
   border: 1px solid #cfd8dc;
}

.form-control-sp:focus
{
   border: 2px solid #BCDBFC;
}

footer li,footer p
{
   color : #f3dbb6;
}