* {
box-sizing: border-box;
}

*:focus {
	outline: none;
}
body {
font-family: Arial;
background-color: #3955f1;
padding: 50px;
}
.login {
margin: 20px auto;
width: 300px;
}
.login-screen {
background-color: #FFF;
padding: 20px;
border-radius: 5px
}
.dataentry {
margin: 20px auto;
width: 900px;
}
.dtentry-screen {
background-color: #FFF;
padding: 20px;
border-radius: 5px
}
.dtentry-screen-nopad {
background-color: #FFF;
padding: 20px 20px 0 20px;
border-radius: 5px
}
.doublescrn{
margin: 20px auto;
width: 600px;
}
.doublescrn-screen {
background-color: #FFF;
padding: 20px;
border-radius: 5px
}
.xtrawide {
margin: 20px auto;
width: 1100px;
}
.xtrawide-screen {
background-color: #FFF;
padding: 20px;
border-radius: 5px
}
.xxlwide {
  margin: 20px auto;
  width: 1400px;
  }
  .xxlwide-screen {
  background-color: #FFF;
  padding: 20px;
  border-radius: 5px
  }

.app-title {
text-align: center;
color: #777;
}

.login-form {
text-align: center;
}
.control-group {
margin-bottom: 10px;
}



input {
text-align: center;
background-color: #ECF0F1;
border: 2px solid transparent;
border-radius: 3px;
font-size: 16px;
font-weight: 600;
color: #475661;
padding: 10px 0;
width: 250px;
transition: border .5s;
}
select{
text-align: center;
background-color: #ECF0F1;
border: 2px solid transparent;
border-radius: 3px;
font-size: 16px;
font-weight: 600;
color: #475661;
padding: 10px 0;
width: 250px;
transition: border .5s;	
}

input:focus {
border: 2px solid #3955f1; 
box-shadow: none;
}
textarea {
margin-bottom: 10px;
border: 1px solid #ccc;
border-radius: 3px;
background-color: #ECF0F1;
font-size: 16px;
font-weight: 600;
color: #475661;
}
textarea {
width: calc(100% - 10px);
padding: 5px;
}
.btn {
  border: 2px solid transparent;
  background: #ff8b2d;
  color: #ffffff;
  font-size: 16px;
  line-height: 25px;
  padding: 10px 0;
  text-decoration: none;
  text-shadow: none;
  border-radius: 3px;
  box-shadow: none;
  transition: 0.25s;
  display: block;
  width: 250px;
  margin: 0 auto;
}
.minibtn {
  border: 2px solid transparent;
  background: #ff8b2d;
  color: #ffffff;
  font-size: 16px;
  line-height: 25px;
  padding: 10px 0;
  text-decoration: none;
  text-shadow: none;
  border-radius: 3px;
  box-shadow: none;
  transition: 0.25s;
  display: block;
  width: 100%;
  margin: 0 auto;
}
.login-link {
  font-size: 12px;
  color: #444;
  display: block;
	margin-top: 12px;
}

ul#menu-v, #menu-v ul
{
    width:200px; /* Main Menu width */
    border:1px solid rgba(190,190,190,0.3);
    list-style:none; margin:0; padding:0;
    z-index:9;
}     

#menu-v li
{
    margin:0;padding:0;
    position:relative;    
    background-color:#DDDDDD; /*fallback color*/
	background-color:rgba(0,0,0,0.5);
    transition:background 0.5s;
}
#menu-v li:hover
{
    background-color:rgba(0,0,0,0.9);
}

#menu-v a
{
    font:normal 12px Arial;
    border-top:1px solid rgba(190,190,190,0.3);
    display:block;
    color:#EEEEEE;
    text-decoration:none;
    line-height:30px;
    padding-left:22px; 
    position:relative;           
}

#menu-v li:first-child a
{
    border-top:0;
}

#menu-v a.arrow::after{
    content:'';
    position:absolute;
    display:inline;
    top:50%;
    margin-top:-4px;
    right:8px;
    border-width:4px;
    border-style:solid;
    border-color:transparent transparent transparent white;
    transition:border-color 0.5s;  
}
                
#menu-v li a.arrow:hover::after
{
    border-color:transparent transparent transparent #CCCCCC;
}
        
/*Sub level menu items
---------------------------------------*/
#menu-v li ul
{
    min-width:180px; /* Sub level menu min width */
    position:absolute;
    display:none;
    left:100%;
    top:50%; transform:translateY(-50%);
}

#menu-v li:hover > ul
{
    display:block;
}
.menuDiv
{
   
    position:fixed;
    top:80px;    

}

.name-item {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.name-item input,.name-item div {
width: calc(50% - 20px);
}
.name-item div input {
width:97%;}
.name-item div label, .name-item label {
display:block;
padding-bottom:5px;
}

.small-item {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.small-item div{
width: calc(25% - 20px);
}
.small-item img {
width: 30px;
height: 40px;
}
.small-item a {
    font:normal 12px Arial;
    border-top:1px solid #ff8b2d;
    display:block;
    color:#ff8b2d;
    text-decoration:none;
    line-height:30px;
    padding-left:22px; 
    position:relative;   
}
.third-item{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.third-item input, .third-item div {
width: calc(33% - 20px);
}
.third-item div input {
width:97%;}
.third-item div label {
display:block;
padding-bottom:5px;
}
header:before, header:after {
    content: " ";
    display: table;
}header:after {
    clear: both;
}
.invoiceNbr {
    font-size: 30px;
    margin-right: 30px;
    margin-top: 30px;
    float: center;
    text-align: center;
}
.logo {
    float: left;
}
.from {
    float: left;
}
.to {
    float: right;
}
.fromto {
    border-style: solid;
    border-width: 1px;
    border-color: #e8e5e5;
    border-radius: 5px;
    margin: 20px;
    min-width: 200px;
}
.fromtocontent {
    margin: 10px;
    margin-right: 15px;
}
.panel {
    background-color: #e8e5e5;
    padding: 7px;
}
.panel2 {
    background-color: LightSkyBlue;
    padding: 7px;
} 
.panel3 {
    background-color: LightCyan;
    padding: 7px;
} 
.items {
  clear: both;
  display: table;
  padding: 20px;
}
div[class^="col-"] {
    display: table-cell;
    padding: 7px;
}

.col-1-10 {
  width: 10%;
	font-size: 10px;
}
.col-1-5 {
  width: 5%;
	font-size: 10px;
}
.col-1-52 {
  width: 52%;
}
.col-1-20 {
  width: 20%;
  font-size: 10px;
}
.col-1-35 {
  width: 35%;
  font-size: 10px;
}
.row {
    display: table-row;
    page-break-inside: avoid;
}
.alumnoimg{
    width:150px;
    height:200px;
    object-fit:scale-down;
}
.openBtn {
  display: flex;
  justify-content: left;
}
.openButton {
  border: none;
  border-radius: 5px;
  background-color: #1c87c9;
  color: white;
  padding: 14px 20px;
  cursor: pointer;
  position: fixed;
}
.loginPopup {
  position: relative;
  text-align: center;
  width: 100%;
}
.formPopup {
  display: none;
  position: fixed;
  left: 45%;
  top: 5%;
  transform: translate(-50%, 5%);
  border: 3px solid #999999;
  z-index: 9;
}
.formContainer {
  max-width: 750px;
  padding: 20px;
  background-color: #fff;
}
.formContainer input[type=text],
.formContainer input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 20px 0;
  border: none;
  background: #eee;
}
.formContainer input[type=text]:focus,
.formContainer input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}
.popper,
.tooltip {
  position: absolute;
  z-index: 9999;
  background: #FFC107;
  color: black;
  width: 150px;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(0,0,0,0.5);
  padding: 10px;
  text-align: center;
}
.style5 .tooltip {
  background: #1E252B;
  color: #FFFFFF;
  max-width: 200px;
  width: auto;
  font-size: .8rem;
  padding: .5em 1em;
}
.popper .popper__arrow,
.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
}

.tooltip .tooltip-arrow,
.popper .popper__arrow {
  border-color: #FFC107;
}
.style5 .tooltip .tooltip-arrow {
  border-color: #1E252B;
}
.popper[x-placement^="top"],
.tooltip[x-placement^="top"] {
  margin-bottom: 5px;
}
.popper[x-placement^="top"] .popper__arrow,
.tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.popper[x-placement^="bottom"],
.tooltip[x-placement^="bottom"] {
  margin-top: 5px;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow,
.popper[x-placement^="bottom"] .popper__arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.tooltip[x-placement^="right"],
.popper[x-placement^="right"] {
  margin-left: 5px;
}
.popper[x-placement^="right"] .popper__arrow,
.tooltip[x-placement^="right"] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}
.popper[x-placement^="left"],
.tooltip[x-placement^="left"] {
  margin-right: 5px;
}
.popper[x-placement^="left"] .popper__arrow,
.tooltip[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}
.fc-col-header-cell-cushion, 
.fc-daygrid-day-number,
.fc-toolbar-title,
.fc-daygrid-dot-event{
color:#1c87c9
}
.fc-button{
  background-color: #1c87c9;
}

.fc-bg-event {
color :rgb(0, 0, 0)
}
.linkablebox {
margin: 0 auto;
overflow: auto;
border: 1px solid #0f0;
padding: 2px;
text-align: justify;
background: transparent;
}

