/*COLORS: theme:#2A4461		dark:#0B233C	rev:#F36420		light0:#CFE9FA		light1:#EDFFFA		light2:#F8F9FF		textdark:#3C3C3C  logo:#0D73BA*/

.theme {color:#fff !important; background-color:#2A4461 !important}
.theme-l0 {color:#000 !important; background-color:#CFE9FA !important}
.theme-l1 {color:#000 !important; background-color:#EDFFFA !important}
.theme-dark {color:#fff !important; background-color:#0B233C !important}
.btn-theme { color:#fff !important; cursor:pointer; background-color:#2A4461 !important;}
.btn-theme-dark { color:#fff !important; cursor:pointer; background-color:#0B233C !important;}
.btn-theme-white { color: #0B233C !important; cursor: pointer; background-color: #fff !important; border:1px solid #0B233C;}
.btn-theme-rev { color:white !important; background-color:#F36420 !important; cursor: pointer;}
.theme-rev {color:#fff !important; background-color:#F36420 !important}
.border-theme{border: 1px solid #2A4461;}
.border-theme-l0{border: 1px solid #CFE9FA;}
.border-theme-dark{border: 1px solid #0B233C;}
.border-bottom-theme-dark{border-bottom: 1px solid #0B233C;}
/**/
.text-theme{color:#2A4461;}
.text-theme-l0{color:#CFE9FA;}
.text-theme-dark{color:#0B233C;}
.text-dark{color:#3C3C3C;}
.text-grey { color:#989C9E}
/**/
.theme-link{text-decoration:none; color:#2A4461; cursor:pointer;}.theme-link:hover{color:#0B233C;}
.theme-white-link{text-decoration:none; color:#fff; cursor:pointer;}.theme-white-link:hover{color:#CFE9FA;}
.theme-dark-link{text-decoration:none; color:#000; cursor:pointer;}.theme-dark-link:hover{color:#2A4461;}
.theme-ligth-link{text-decoration:none; color:#EDFFFA; cursor:pointer;}.theme-ligth-link:hover{color:#2A4461;}
.theme-footer-link{text-decoration:none; color:#fff; cursor:pointer;}.theme-footer-link:hover{color:#2A4461;}
.theme-logo-link{text-decoration:none; color:#0D73BA; cursor:pointer;}.theme-logo-link:hover{color:#CFE9FA;}
/**/
.them-announc1{color:black; background-color:limegreen;}
.them-announc2{color:black; background-color:lightyellow;}
.them-announc3{color:white; font-weight:bold; background-color:orangered;}
/**/
.w3p-content-theme {background-color:#EDF0F2;}
.w3p-help-theme { color:#3C3C3C !important; background-color:#EDFFFA !important; cursor:pointer}
.w3p-action-theme {color:#0B233C !important; background-color:#CFE9FA !important; cursor:pointer;}
.w3p-toolicon-theme {background-color:#F8F9FF;}
.w3p-toolicon-ad-theme {background-color:white;}
.w3p-pagination .page:hover:not(.theme) {background-color:#EDFFFA;}
/*Icons*/
.w3p-itemtool-rtf { background-image: url("irtf.png"); }
.w3p-itemtool-pdf { background-image: url("ipdf.png"); }
.w3p-toolbtn-delete { background-image: url("delete.png");}
.w3p-toolbtn-copy { background-image: url("copy.png");}
.w3p-toolbtn-download { background-image: url("download.png");}
.w3p-toolbtn-open { background-image: url("open.png");}
.w3p-navitem-upload { background-image: url("upfile.svg");}
/*Colors*/
.w3p-bkg-theme{background-color:#2A4461;}
.w3p-bkg-green{background-color:#28B463;}