@import url('https://fonts.googleapis.com/css2?family=Nunito&family=Roboto&display=swap');
.default_InternalFrame{
	background-color   : transparent;
    border             : none;
}


.default_Frame{
	background-color   : transparent;
	width              :100%;
	height             :100%;
}

.default_contentContainer{
   filter            : alpha(opacity=40);
   -moz-opacity      : .40;
   opacity           : .40;
   background-color  : #E9EAEC;
   width             :100%;
   height            :100%;
   
}

.default_Caption{
	background      : transparent url('bin/internalFrameTitle.png') repeat-x;
	color           : #15428B;
	height          : 100%;
	padding-top     : 5px;
	padding-left    : 5px;
	font-family     : Batang;
	font-size       : 12px;
	font-weight     : normal;
	cursor          : move;
	/*nuevo*/
	color			: #ffffff;
	background		: #1CA5EA;
	font-family		: 'Nunito', 'Roboto', 'Arial';
	font-weight		: bold;
	font-size		: 14px;
}

.default_minimize{
 	width: 100%;
 	height:100%;
	background: transparent url('bin/minimizeBtn.png') no-repeat  center center;
	cursor: default;
	/*nuevo*/
	background		: #1CA5EA;
}

.default_minimize_not_allowed{
 	width: 100%;
 	height:100%;
	background: transparent url('bin/internalFrameTitle.png') repeat-x;
	cursor:default;
	/*nuevo*/
	background: #1CA5EA;
}


.default_maximize{
 	width: 100%;
 	height:100%;
	background: transparent url('bin/maximizeBtn.png') no-repeat  center center;
	cursor:default;
	/*nuevo*/
	background: #1CA5EA;
}

.default_maximize_not_allowed{
 	width: 100%;
 	height:100%;
	background: transparent url('bin/internalFrameTitle.png') repeat-x;
	cursor:default;
	/*nuevo*/
	background: #1CA5EA;
}


.default_close{
 	width: 100%;
 	height:100%;
	background: transparent url('bin/closeBtn.png') no-repeat  center center;
	cursor  :  pointer;
	cursor  :  hand;
	/*nuevo*/
	background-color: #1CA5EA;
}

.default_close_not_allowed{
 	width: 100%;
 	height:100%;
	background: transparent url('bin/internalFrameTitle.png') repeat-x;
	cursor  :  default;
	/*nuevo*/
	background: #1CA5EA;
}


.default_cell{
	width   : 30px;
 	height  : 30px;
}

.default_body{
	border  : #B8CFEE;
}

.default_horiBorder{
	height      : 10px;
}

.default_vertBorder{
	width      : 10px;
}

.default_cornBorder{
	height      : 10px;
	width       : 10px;
}

.default_hBottomHoriBorder{
	height      : 100%;
	width       : 100%;
	background  : transparent url('bin/BottomHorizontalBorder.png') repeat-x;
	cursor      : n-resize;
}

.default_hTopHoriBorder{
	height    		    : 100%;
	width       		: 100%;
	cursor      		: n-resize;
	background-color	: #1CA5EA;
}


.default_hLeftVertBorder{
	height      : 100%;
	width       : 100%;
	background  : transparent url('bin/LeftVericalBorder.png') repeat-y;
	cursor      : e-resize;	
}

.default_hRightVertBorder{
	height      : 100%;
	width       : 100%;
	background  : transparent url('bin/RightVericalBorder.png') repeat-y;
	cursor      : e-resize;
}

.default_hLeftUpperBorder{
	height      : 100%;
	width       : 100%;
	cursor      : nw-resize;
	background	: none;
}
.default_hLeftBottomBorder{
	height      : 100%;
	width       : 100%;
	cursor      : sw-resize;
	background	: none;
}
.default_hRightUpperBorder{
	height      : 100%;
	width       : 100%;
	cursor      : ne-resize;
	background	: none;
}
.default_hRightBottomBorder{
	height      : 100%;
	width       : 100%;
	cursor      : se-resize;
	background	: none;
}

.default_LogonScreen {
     background : transparent url('bin/LogonScreenBackground.png') no-repeat center;
     height     : 100%;
     width      : 100%;
}

